Problem HORDE/IMP + Apache Proxy
PORTAIS Nicolas
nportais at libertysurf.fr
Tue Feb 5 11:20:20 PST 2002
Hi,
I had installed Horde+IMP 3 and it work for localhost.
But i have two Apache on my computer :
- Apache + module mod_proxy (Port 80)
- Apache + module PHP + IMP (Port 82)
My problem : Horde/IMP don't work with a public IP or a IP outside my
computer !
Do you have a solution ?
Best regards,
Nicolas.
<--------- httpd.conf : Apache Proxy (port 80) -------->
[...]
# ADSL
<VirtualHost *>
DocumentRoot /home/serverweb
CustomLog /usr/local/apache-proxy/logs/extranet/access_log combined
ErrorLog /usr/local/apache-proxy/logs/extranet/error_log
ProxyPass /cgi-bin http://localhost:81/cgi-bin
ProxyPass /php http://localhost:82/php
</VirtualHost>
<--------- end -------->
<---------- httpd.conf : Apache PHP (port 82) --------->
[...]
# Config localhost
<VirtualHost 127.0.0.1>
ServerAdmin webmaster at myserver.angers.fr
DocumentRoot /home/serverweb
ServerName localhost
CustomLog /usr/local/apache-php/logs/localhost/access_log combined
ErrorLog /usr/local/apache-php/logs/localhost/error_log
<Location /php>
<Limit GET POST>
Order allow,deny
Allow from all
</Limit>
</Location>
</VirtualHost>
<-------- end --------->
More information about the horde
mailing list