Re: [users@httpd] Proxy to different port

2011-10-24 Thread Nick Kew
On Mon, 24 Oct 2011 16:07:25 +0200 Josu Lazkano wrote: > Syntax error on line 1 of /etc/apache2/sites-enabled/proxy_web: > Invalid command 'ProxyHTMLEnable', perhaps misspelled or defined by a > module not included in the server configuration You would get that if the mod_proxy_html version you

Re: [users@httpd] Proxy to different port

2011-10-24 Thread Josu Lazkano
On Mon, 2011-10-24 at 11:41 +0200, Tom Evans wrote: > "mod_proxy_html" Thanks! I have enabled this module: # a2enmod proxy_html Module proxy_html already enabled If I configure this way I can not get my web: ProxyPass /site/ http://localhost:81/site/ ProxyPassReverse /site/ http://localhost:

Re: [users@httpd] Proxy to different port

2011-10-24 Thread Tom Evans
On Mon, Oct 24, 2011 at 9:12 AM, Josu Lazkano wrote: > > Thanks Igor, this my aenables mods: > > > > The mod_proxy is enabled, it works well on first link, but not on > others. It looks that is a html code problem. > > Thanks and best regards. He didn't say "mod_proxy", he said "mod_proxy_html".

Re: [users@httpd] Proxy to different port

2011-10-24 Thread Josu Lazkano
On Mon, 2011-10-24 at 10:04 +0200, Igor Cicimov wrote: > mod_proxy_html? > > > On Oct 24, 2011 6:52 PM, "Josu Lazkano" > wrote: > Hello list, I am trying to proxy a web interface on 81 port > (http://host:81) to a site on my Apache (http://host/SITE) on > same > s

Re: [users@httpd] Proxy to different port

2011-10-24 Thread Igor Cicimov
mod_proxy_html? On Oct 24, 2011 6:52 PM, "Josu Lazkano" wrote: > Hello list, I am trying to proxy a web interface on 81 port > (http://host:81) to a site on my Apache (http://host/SITE) on same > server. > > This is the site configuration that I try: > > ProxyPass /site http://localhost:81

[users@httpd] Proxy to different port

2011-10-24 Thread Josu Lazkano
Hello list, I am trying to proxy a web interface on 81 port (http://host:81) to a site on my Apache (http://host/SITE) on same server. This is the site configuration that I try: ProxyPass /site http://localhost:81 ProxyPassReverse /site http://localhost:81 Order