Re: [users@httpd] mod_proxy and .htaccess

2011-05-17 Thread Jeff Dyke
On Tue, May 17, 2011 at 12:57 PM, --[ UxBoD ]-- wrote: > - Original Message - >> >> - Original Message - >> > - Original Message - >> > > On Tue, May 17, 2011 at 4:33 PM, --[ UxBoD ]-- >> > > >> > > wrote: >> > > > Thanks for the though I must be doing something wrong as I

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > On May 17, 2011 16:47 , "--[ UxBoD ]--" wrote: > > It would have been nice to get it working as I would like to > > implement > > it at work and monitor with OpenNMS; including the ping/pong URLs. > > On > > my dev server I have tried: > > > >FastCgiExtern

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread Mark Montague
On May 17, 2011 16:47 , "--[ UxBoD ]--" wrote: It would have been nice to get it working as I would like to implement it at work and monitor with OpenNMS; including the ping/pong URLs. On my dev server I have tried: FastCgiExternalServer /fcgi-bin/php-fpm -host 127.0.0.1:9081

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > On May 17, 2011 15:44 , "--[ UxBoD ]--" wrote: > >> First, make sure that the pm.status_path variable in your > >> php-fpm.conf file is correct for your mod_fastcgi configuration. > >> Second, I believe there is a good chance that what you are seeing > >> may > >> b

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread Mark Montague
On May 17, 2011 15:44 , "--[ UxBoD ]--" wrote: First, make sure that the pm.status_path variable in your php-fpm.conf file is correct for your mod_fastcgi configuration. Second, I believe there is a good chance that what you are seeing may be a bug in PHP-FPM Thanks Mark. Still not got in wo

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > On May 17, 2011 4:18 , "--[ UxBoD ]--" wrote: > > Has anybody been able to get the PHP-FPM status page to work within > > Apache? I have tried the following but always receive a 404 error. > > I have been able to get the PHP-FPM status page to work. I think > ther

Re: [users@httpd] mod_proxy and .htaccess

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > > - Original Message - > > - Original Message - > > > On Tue, May 17, 2011 at 4:33 PM, --[ UxBoD ]-- > > > > > > wrote: > > > > Thanks for the though I must be doing something wrong as I have > > > > added to the Apache conf running on port 8080: > >

Re: [users@httpd] mod_proxy and .htaccess

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > - Original Message - > > On Tue, May 17, 2011 at 4:33 PM, --[ UxBoD ]-- > > wrote: > > > Thanks for the though I must be doing something wrong as I have > > > added to the Apache conf running on port 8080: > > > > > > LoadModule rpaf_module        modules/mo

Re: [users@httpd] mod_proxy and .htaccess

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > On Tue, May 17, 2011 at 4:33 PM, --[ UxBoD ]-- > wrote: > > Thanks for the though I must be doing something wrong as I have > > added to the Apache conf running on port 8080: > > > > LoadModule rpaf_module        modules/mod_rpaf-2.0.so > > > > > >   RPAFenable On >

Re: [users@httpd] mod_proxy and .htaccess

2011-05-17 Thread --[ UxBoD ]--
- Original Message - > On Tue, May 17, 2011 at 12:16 PM, --[ UxBoD ]-- > wrote: > > Hi, > > I have been experimenting with Apache running on port 80 and then > > proxying > > to a second instance on 8080; the second instance being chrooted. > > All is > > working great except .htaccess due

Re: [users@httpd] Question re: httpd automatically stopping

2011-05-17 Thread Mark Montague
On May 16, 2011 21:31 , "Matt Windsor" wrote: Every so often the httpd service on our server will stop -- I'm not seeing any attempts to automatically restart. Any thoughts? A friend of mine recommended the apache userlist. If you want httpd to automatically be restarted, you will nee

Re: [users@httpd] mod_proxy and .htaccess

2011-05-17 Thread Tom Evans
On Tue, May 17, 2011 at 12:16 PM, --[ UxBoD ]-- wrote: > Hi, > I have been experimenting with Apache running on port 80 and then proxying > to a second instance on 8080; the second instance being chrooted. All is > working great except .htaccess due to it being processed by the second httpd > inst

Re: [users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread Mark Montague
On May 17, 2011 4:18 , "--[ UxBoD ]--" wrote: Has anybody been able to get the PHP-FPM status page to work within Apache? I have tried the following but always receive a 404 error. I have been able to get the PHP-FPM status page to work. I think there are two possibilities to explain the

[users@httpd] mod_proxy and .htaccess

2011-05-17 Thread --[ UxBoD ]--
Hi, I have been experimenting with Apache running on port 80 and then proxying to a second instance on 8080; the second instance being chrooted. All is working great except .htaccess due to it being processed by the second httpd instance which sees all connections coming from 127.0.0.1. Is th

[users@httpd] configtest debug

2011-05-17 Thread Sergi
Hello, I'm working under freebsd with automated scripts that execute apachectl configtest before an apache graceful or restart. It's a configtest of about 600 virtualhosts. I have a timeout of 15 to 20 seconds for those automated scripts to execute before alerting of an error. It doesn't seem

[users@httpd] OT: PHP-FPM Status Page

2011-05-17 Thread --[ UxBoD ]--
Hi, Has anybody been able to get the PHP-FPM status page to work within Apache? I have tried the following but always receive a 404 error. FastCgiExternalServer /fcgi-bin/php-fpm -host 127.0.0.1:9081 ScriptAlias /fcgi-bin/ /fcgi-bin/ AddHandler php-fcgi .php Action php-fcgi /fc