Please help me with the following proxy configuration problem:

https://127.0.0.1/acMail/ produces
------------------------
Forbidden


You don't have permission to access /acMail/ on this server.

Apache-AdvancedExtranetServer/2.0.53 (Mandrakelinux/PREFORK-9mdk) 
mod_ssl/2.0.53 OpenSSL/0.9.7e Server at 127.0.0.1 Port 443
------------------------

The following line is logged in the ssl_error_log file:
[Mon May 23 00:03:20 2005] [error] [client 127.0.0.1] client denied by server 
configuration: proxy:https://mx1.iitkgp.ac.in/webmail/

/etc/httpd/conf.d/100_test.conf:
--------------------------------------
  SSLProxyEngine On

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

  ProxyPass        /acMail/ https://mx1.iitkgp.ac.in/webmail/
  ProxyPassReverse /acMail/ https://mx1.iitkgp.ac.in/webmail/
--------------------------------------

Thanks
Chitta

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to