[users@httpd] mod_proxy + mod_ext_filter

2014-05-28 Thread Tristan Zwingelstein
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

[users@httpd] Multilingual ErrorDocuments vs. content-type negotiation

2014-05-28 Thread Wim Lewis
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

RE: [users@httpd] Monitoring timestamp rotation files (UNCLASSIFIED)

2014-05-28 Thread Folino, Nick E CTR USARMY HRC (US)
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

[users@httpd] Interaction between "SSLStaplingResponseMaxAge" and "SSLStaplingStandardCacheTimeout"

2014-05-28 Thread Jesus Cea
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

Re: [users@httpd] enabling zlib in apache

2014-05-28 Thread Érico
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

[users@httpd] Monitoring timestamp rotation files

2014-05-28 Thread eric tse
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