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
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
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
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
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