Thanks Eric. So the problem is deeper and now I'm really confused :-( >From httpd.conf: cat /usr/apache-2.4.3/conf/httpd.conf | grep mod_proxy LoadModule proxy_module modules/mod_proxy.so So mod_proxy.so is loaded at start up. Now I add: <VirtualHost *:80> ServerName coax.iliffe.ca ProxyPass / http://127.0.0.1:7080/ ProxyPassReverse / http://127.0.0.1:7080/ ProxyPassCookieDomain 127.0.0.1:7080 mailx.iliffe.ca </VirtualHost> and run apachectl -t bin/apachectl -t AH00526: Syntax error on line 577 of /usr/apache-2.4.3/conf/httpd.conf: Invalid command 'ProxyPassCookieDomain', perhaps misspelled or defined by a module not included in the server configuration This looks like the set up in the documentation. Can you see anything odd? Regards, John ======================================= On Tuesday 08 January 2013 11:06:54 Eric Covener wrote: > > A query to the mail server folks suggests that I add the > > ProxyPassCookieDomain directive but this requires mod_proxy_html which > > apparently is not shipped with the Apache source. > > It's in mod_proxy: > > http://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypassreversecook > iedomain > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx