[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

Re: [users@httpd] Windows Apache 2.4.9 restarts itself

2014-11-18 Thread Mar Imp
Hi Jeff & all, I was able to fix this problem using the "CacheQuickHandler off" directive. Since "CacheQuickHandler off" was set, no apache reboot was logged (no other configuration change was made then). So it seems the disk cache module has a bug. Anyway, I would like to thank you for your hel

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-18 Thread Jeff Trawick
On Mon, Nov 17, 2014 at 4:50 AM, Blomme Dieter wrote: > We have fixed this problem temporarily. What I've noticed is that the > header isn't there and inserting it (e.g. with burp or fiddler), fixes the > problem. I've then tried to insert the header in the vhost that acts as a > proxy, but the h

Re: [users@httpd] Any way to build using nmake in apache 2.4.10

2014-11-18 Thread Jeff Trawick
On Tue, Nov 18, 2014 at 4:48 AM, Ishan Thakur wrote: > Hi , > I want to build apache httpd 2.4.10 in win32 platform using USEMAK=1 in > Makefile.win. > But it requires some ".MAK" files. Can you tell me how build using this or > where to find the MAK files. > > Thanks & Regards, > Ishan > > The

[users@httpd] Any way to build using nmake in apache 2.4.10

2014-11-18 Thread Ishan Thakur
Hi , I want to build apache httpd 2.4.10 in win32 platform using USEMAK=1 in Makefile.win. But it requires some ".MAK" files. Can you tell me how build using this or where to find the MAK files. Thanks & Regards, Ishan