Discussion:
Please help-me, i have a small problem with mod_proxy
Eduardo Jorge Feres Serrano Neves
2004-09-03 13:45:21 UTC
Permalink
Hi,

I'm have a problem with mod_proxy, i configured apache, with ssl, and
mod_proxy, the ssl is used for make a authentication for some
certificates, if this certificate is deny in my auth, proxy does not have
to happen. the directory that it needs authentication is
/var/www/html/foo, when I enter in the directory without the character of
bar in the end, it I deny the not authorized certificate, but when I
type/foo/it denies the certificate to me more soon after that executes
proxy.
Summarizing, when I enter in https://my.ip.com/foo it denies my entrance,
but if I type, https://my.ip.com/foo/, in logs it denies my entrance more
soon after it carries through proxy.
It where follows below the stretch of my configuration this being carried
through proxy

<IfModule mod_proxy.c>
<Directory /var/www/html/foo/>
SSLVerifyClient require
SSLVerifyDepth 2
SSLCACertificateFile /var/www/html/phpki/ca/CA/certs/cacert.pem
SSLCACertificatePath /var/www/html/phpki/ca/CA/certs
SSLOptions +FakeBasicAuth
SSLRequireSSL
SSLRequire %{SSL_CLIENT_S_DN_Email} != "***@bar.org.br"
</Directory>
ProxyRequests On
ProxyPass /foo/ http://192.1.1.8:8080/foo/
ProxyPassReverse /foo/ http://192.1.1.8:8080/foo/
</IfModule>

I wait that they can help me, in case that they cannot, say me where I can
be finding some information on this determiando type of problem

Eduardo Jorge



----------------------------------------------------------------------------------
KATATUDO sua melhor pesquisa na internet.
Primeiro WEBMAIL gratuito com espaço ILIMITADO
Sistema Desenvolvido 100% com Software Livre
http://www.katatudo.com.br

Loading...