[users@httpd] Piped logs gotcha: multiple config stanzas pointing to the same cmd string

2013-10-11 Thread Martin Langhoff
Hi Apache users, devs, I have recently switched an infra from straight logging to files to piped logs (using compresslog to compress the logs before they are written out -- http://repo.or.cz/w/compresslog.git/ ). Turns out there is a gotcha. When logging to files, it is harmless to have multiple

[users@httpd] Denis KWONG is out of the office.

2013-10-11 Thread denis_cw_kwong
I will be out of the office starting 11.10.2013 and will not return until 15.10.2013. Please contact Ms Louisa Ng at 2810 3065 if you need assistance. This notice is generated in response to your mail: From: users-digest-h...@httpd.apache.org Subject: users Digest 11 Oct 2013 16:33:49 -

Re: [users@httpd] Trying to run expect from web page

2013-10-11 Thread Chuck Lidderdale
Guess I didn't explain my problem clearly enough. I'm unable to execute a an expect script via a web page. The page executes but the line with expect acts as if it's commented out or as if httpd.conf is missing something that allows expect to run. I've tried (via page.php): exec("thescri

Re: [users@httpd] HTTP_REFERER and Access Control

2013-10-11 Thread Philippe Marcoussis
Thanks for all of your responses Le 11 oct. 2013 18:33, "Tom Evans" a écrit : > On Fri, Oct 11, 2013 at 3:58 PM, Philippe Marcoussis > wrote: > > Hello, > > > > I am facing a problem, and i don't known how to solve it. > > > > I have two web sites working and available on the internet : > > - ap

Re: [users@httpd] HTTP_REFERER and Access Control

2013-10-11 Thread Tom Evans
On Fri, Oct 11, 2013 at 5:33 PM, Tom Evans wrote: > RewriteCond %{HTTP_REFERER} ^applications.example.com$ > RewriteRule .* - [E=valid_referer:1] > > SetEnvIf Referer applications\.example\.com valid_referer=1 Doh! I thought I had removed the mod_rewrite way of setting the environment variable -

Re: [users@httpd] HTTP_REFERER and Access Control

2013-10-11 Thread Tom Evans
On Fri, Oct 11, 2013 at 3:58 PM, Philippe Marcoussis wrote: > Hello, > > I am facing a problem, and i don't known how to solve it. > > I have two web sites working and available on the internet : > - applications.example.com > - secure.example.com > > I would like : > 1) to allow FULL access FROM

[users@httpd] Help me understand "Waiting for Connection"

2013-10-11 Thread Jonathan Dart
Hello Users, I've been monitoring full-status output and I've noticed some unexpected results. If I request "http://localhost/server-status"; every 1 second for 5 seconds, on the last request apache reports that it has 5 active requests all with a "Request" of /server-status and a "Mode of Operati

Re: [users@httpd] HTTP_REFERER and Access Control

2013-10-11 Thread David Ecker
Hi, you could use host based access control giving full access to the server applications.examle.com: http://httpd.apache.org/docs/2.2/howto/access.html The problem is that the request to secure.example.com has to come from applications.example.com and not from the client browser. You could

[users@httpd] HTTP_REFERER and Access Control

2013-10-11 Thread Philippe Marcoussis
Hello, I am facing a problem, and i don't known how to solve it. I have two web sites working and available on the internet : - applications.example.com - secure.example.com I would like : 1) to allow FULL access FROM applications.example.com TO secure.example.com ( without any authentication)

Re: [users@httpd] Need Help for back porting module mod_reqtime

2013-10-11 Thread Nick Kew
On Fri, 11 Oct 2013 12:14:48 +0530 Santosh Kumar wrote: > Followed the Below steps Why? You use apxs to compile a module (see TFM). You'll have to deal with minor API changes since 2.0, but if any of those baffle you, that would be a more specific question. -- Nick Kew