Estou configurando meu novo VPS para hospedar um aplicativo Rails com Apache e Passenger. Eu tenho um outro VPS em funcionamento, configurei meses atrás.
No novo, instalei o Apache e seus pacotes via aptitude
, como fiz no primeiro. A execução do comando a seguir no VPS mais recente retorna uma resposta bem-sucedida
root@www:/etc/apache2# apache2ctl status
Apache Server Status for localhost
Server Version: Apache/2.2.8 (Ubuntu)
Server Built: Jul 10 2009 18:47:48
...
O mesmo comando no VPS mais antigo retorna o seguinte erro
root@www:/etc/apache2# apache2ctl status
/usr/sbin/apache2ctl: 124: www-browser: not found
Não tenho nenhum problema com o Apache neste VPS, mas gostaria de saber como corrigir esse erro.