I'm trying to use filters to replace html body of a page through a reverse
proxy.
This are my Apache settings :
>
>
> ServerName myProxy.net
> ErrorLog ${APACHE_LOG_DIR}/error.log
> CustomLog ${APACHE_LOG_DIR}/access.log combined
ProxyRequests Off
>
> Order deny,allow
> Allow from all
>
> Ext
I'm having an annoying problem as a result of enabling multilingual error
documents. The situation is this:
- I'm using the multilingual error docs that come with apache 2.4.x.
- I have clients other than web browsers --- API consumers, WebDAV clients,
etc. --- which don't include text/html
Classification: UNCLASSIFIED
Caveats: FOUO
Is this what you need?
CustomLog "|bin/rotatelogs /var/logs/logfile.%Y.%m.%d 86400" common
Nick
-Original Message-
From: eric tse [mailto:hfe...@gmail.com]
Sent: Wednesday, May 28, 2014 11:45 AM
To: users@httpd.apache.org
Subject: [users@http
For some unknown reason I was expecting that
"SSLStaplingStandardCacheTimeout" was the OCSP polling time to the CA
and "SSLStaplingResponseMaxAge" were an absolute timeout if the CA is
not answering.
But as far as I can tell, "SSLStaplingStandardCacheTimeout" is doing
absolutelly nothing in my ser
Hi
I beleive module_defalte is ok now after I configured it ... how can I
check this ?
and ..:
yes , I have installed it from source
now I am getting another error :
PHP startup: invalid library (maybe not a php library) ' zlib.so' in
unkown on line 0
I have added zlib.so desc into php.ini
..
e
Hi,
I am using apache and configured logs with timestamp.
I am facing potential problem in adding these files through add monitor
command.
I don't know which is effective way I can use to add log files. same time
it should not read old files.
CustomLog "|bin/rotatelogs /var/logs/logfile 86400" co