You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Chittaranjan Mandal <Ch...@iitkgp.ac.in> on 2005/05/22 20:39:22 UTC

[users@httpd] Proxy problem

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org