Re: [users@httpd] Proxy problems when using subdirectory

2014-11-19 Thread H Plato
> > Sent from my iPhone > > On Nov 18, 2014, at 8:38 PM, H Plato <mailto:hpl...@gmail.com>> wrote: > >> I’m having problems getting a reverse proxy to work as a subdirectory. Using >> the following configuration, Apache can full proxy an internal site: &g

Re: [users@httpd] Proxy problems when using subdirectory

2014-11-19 Thread H Plato
;GET /default.css HTTP/1.1" 404 277 192.168.3.184 - - [19/Nov/2014:19:51:58 -0700] "GET /a/site/index.shtml HTTP/1.1" 200 374 192.168.3.184 - - [19/Nov/2014:19:51:58 -0700] "GET /default.css HTTP/1.1" 404 277 > On Nov 19, 2014, at 2:37 PM, Igor Cicimov wrote

Re: [users@httpd] Proxy problems when using subdirectory

2014-11-19 Thread H Plato
in/ Sent from my mobile device. > On Nov 19, 2014, at 6:02 AM, Eric Covener wrote: > >> On Tue, Nov 18, 2014 at 8:38 PM, H Plato wrote: >> then I get inconsistent results. Any link on the internal site that has root >> link (i.e.. href=“/docs” ) none of these are

Re: [users@httpd] Proxy problems when using subdirectory

2014-11-19 Thread H Plato
Just a cut’n’paste typo. > On Nov 19, 2014, at 1:27 AM, Igor Cicimov wrote: > > > On 19/11/2014 12:39 PM, "H Plato" <mailto:hpl...@gmail.com>> wrote: > > > > I’m having problems getting a reverse proxy to work as a subdirectory. > > Using the

[users@httpd] Proxy problems when using subdirectory

2014-11-18 Thread H Plato
I’m having problems getting a reverse proxy to work as a subdirectory. Using the following configuration, Apache can full proxy an internal site: ServerName www.domain.com DocumentRoot /data/www/www ErrorLog /var/log/apache2/www_error_log TransferLog /var/log/apac