Yes, it's the right solution.

Many regards!

Lincoln Zuljewic Silva


-----Mensagem original-----
De: Lincoln Zuljewic Silva - Claro SP -
Enviada em: sexta-feira, 3 de abril de 2009 11:53
Para: 'users@httpd.apache.org'
Assunto: RES: [us...@httpd] RES: mod_status "404 Not Found"

Ok, now that I realize what was causing the problem, does anybody know how do I 
tell apache to do not pass requests to "/server-status" to the proxy nodes?

My Proxy configuration is:
*******
ProxyRequests Off

<Proxy *>
   Order deny,allow
   Deny from all
   Allow from all
</Proxy>

<Proxy balancer://xx>
  # cluster member 1
  BalancerMember http://node4:7001

  # cluster member 2
  BalancerMember http://node3:7001

  # cluster member 3
  BalancerMember http://node2:7001

  # cluster member 4
  BalancerMember http://node1:7001

</Proxy>

ProxyPass / balancer://xx/
*******

Should I add a "ProxyPass /server-status !" ?

Regards

Lincoln Zuljewic Silva


-----Mensagem original-----
De: Lincoln Zuljewic Silva - Claro SP -
Enviada em: sexta-feira, 3 de abril de 2009 11:22
Para: 'users@httpd.apache.org'
Assunto: RES: [us...@httpd] RES: mod_status "404 Not Found"

Yes, thats the problem. After put the log on debug mode I realize it:

mod_proxy_http.c(1662): proxy: HTTP: serving URL 
http://proxy-node:7001/server-status/

Regards

Lincoln Zuljewic Silva

-----Mensagem original-----
De: Eric Covener [mailto:cove...@gmail.com]
Enviada em: quinta-feira, 2 de abril de 2009 18:12
Para: users@httpd.apache.org
Assunto: Re: [us...@httpd] RES: mod_status "404 Not Found"

On Thu, Apr 2, 2009 at 4:32 PM, Lincoln Zuljewic Silva - Claro SP -
<lincoln.si...@claro.com.br> wrote:
> Could mod_proxy cause it?

If you've configured that URL to be proxied somewhere that didn't have
server-status enabled, yes.

--
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


Esta mensagem, incluindo seus eventuais anexos, pode conter informa??es 
confidenciais, de uso restrito e/ou legalmente protegidas. Se voc? recebeu esta 
mensagem por engano, n?o deve usar, copiar, divulgar, distribuir ou tomar 
qualquer atitude com base nestas informa??es. Solicitamos que voc? elimine a 
mensagem imediatamente de seu sistema e avise-nos, enviando uma mensagem 
diretamente para o remetente e para postmas...@claro.com.br. Todas as opini?es, 
conclus?es ou informa??es contidas nesta mensagem somente ser?o consideradas 
como provenientes da Claro ou de suas subsidi?rias quando efetivamente 
confirmadas, formalmente, por um de seus representantes legais, devidamente 
autorizados para tanto.
------------------------------------------------------------------------------
Este mensaje, incluyendo sus eventuales archivos adjuntos, puede contener 
informaciones confidenciales, de uso restringido y/o legalmente protegidas. Si 
usted ha recibido este mensaje por error, no debe utilizar, copiar, divulgar, 
distribuir o tomar cualquier actitud basada en estas informaciones. Solicitamos 
la inmediata eliminaci?n del mensaje de su sistema y el env?o de un informe en 
forma directa al remitente y a postmas...@claro.com.br. Todas las opiniones, 
conclusiones o informaciones contenidas en este mensaje solamente ser?n 
consideradas como provenientes de Claro o de sus subsidiarias cuando sean 
efectivamente confirmadas, formalmente, a trav?s de uno de sus representantes 
legales debidamente autorizados a tal fin.
------------------------------------------------------------------------------
This message, including all attachments transmitted with it may include 
restricted, legally privileged, and/or confidential information. If you 
received this message by mistake or in error you are hereby notified that you 
must not use, publicize, copy, distribute, resend, or take any action based on 
the information contained in the message. We ask you to delete the message 
immediately from your system and advise us by sending a message directly

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to