Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Michaux
Hi Nick On Sun, Oct 18, 2009 at 2:05 PM, Nick Kew wrote: > > On 18 Oct 2009, at 21:26, Peter Michaux wrote: > >> Looking at the mod_fastcgi INSTALL notes, I've tried the APACI >> (autoconf) method. > > That's very, very old (i.e. last-century).  Use apxs to build modules. Thanks for that confirm

Re: [us...@httpd] monitoring HTTP Error Codes

2009-10-18 Thread MadTh
Thank you Scott, I knew about .htacess but was not sure that it is supported over "server config" context in apache. On Mon, Oct 19, 2009 at 2:46 AM, Scott Haneda wrote: > Set your Error Document directive: > http://httpd.apache.org/docs/2.0/mod/core.html#errordocument > > ErrorDocument 404

Re: [us...@httpd] monitoring HTTP Error Codes

2009-10-18 Thread Scott Haneda
Set your Error Document directive: http://httpd.apache.org/docs/2.0/mod/core.html#errordocument ErrorDocument 404 /place/mailer.php ErrorDocument 406 /place/mailer.php ErrorDocument 500 /place/mailer.php ErrorDocument 501 /place/mailer.php In mailer.php, or whatever scripting language you chose

Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Michaux
On Sun, Oct 18, 2009 at 2:04 PM, Peter Michaux wrote: > On Sun, Oct 18, 2009 at 2:01 PM, Peter Schober > wrote: >> * Peter Michaux [2009-10-18 22:27]: >>> Any ideas how I can successfully build Apache httpd with mod_fastcgi >>> on OS X? >> >> Have you looked at fcgid instead? >> http://httpd.apa

Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Nick Kew
On 18 Oct 2009, at 21:26, Peter Michaux wrote: Looking at the mod_fastcgi INSTALL notes, I've tried the APACI (autoconf) method. That's very, very old (i.e. last-century). Use apxs to build modules. Alternatively, use mod_fcgid, which has been donated to the ASF and is now maintained by the

Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Michaux
Hi Peter, On Sun, Oct 18, 2009 at 2:01 PM, Peter Schober wrote: > * Peter Michaux [2009-10-18 22:27]: >> Any ideas how I can successfully build Apache httpd with mod_fastcgi >> on OS X? > > Have you looked at fcgid instead? > http://httpd.apache.org/mod_fcgid/ Thanks for the thought. I cannot r

Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Schober
* Peter Michaux [2009-10-18 22:27]: > Any ideas how I can successfully build Apache httpd with mod_fastcgi > on OS X? Have you looked at fcgid instead? http://httpd.apache.org/mod_fcgid/ -peter - The official User-To-User suppo

[us...@httpd] monitoring HTTP Error Codes

2009-10-18 Thread MadTh
Hi, Please advise on how can we monitor HTTP Error Codes on a web server and then send an email alert upon errors. The HTTP Error Codes we need alerts on are 404,406,500 and 501 errors We do not want to monitor it for a particular site, but serverwide. So we need to find some way to pull the

[us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Michaux
Hi, I'm trying to build Apache httpd 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8. I can build and install httpd seemingly fine but I can't seem to build mod_fastcgi successfully with httpd even though I've tried a variety of ways. I did try joining the fastcgi mailing list and sending this messag