Re: [users@httpd] unable to execute php-fpm properly

2017-04-12 Thread Frank
On 12/04/17 08:36 PM, John Iliffe wrote: See below. On Wednesday 12 April 2017 20:02:10 Frank wrote: On 12/04/17 05:34 PM, John Iliffe wrote: I am converting my web pages from mod_php to php-fpm, following the directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing to date indi

Re: [users@httpd] Apache 2.4.25 Reverse Proxy - Stop and Start

2017-04-12 Thread Eric Covener
On Wed, Apr 12, 2017 at 9:07 PM, Velmurugan Dhakshnamoorthy wrote: > How do I stop and start individual port and virtual host via apachectl -k > stop. > > Is there anyway you restart the specific port rather than complete apache. No, you can't do either of those in Apache. -- Eric Covener cove.

[users@httpd] Apache 2.4.25 Reverse Proxy - Stop and Start

2017-04-12 Thread Velmurugan Dhakshnamoorthy
Dear All, I am using Apache 2.4.25 as a reverse proxy server and my back-end server is weblogic. I have specified multiple virtual host with different port in httpd.conf How do I stop and start individual port and virtual host via apachectl -k stop. Is there anyway you restart the specific port r

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-04-12 Thread Velmurugan Dhakshnamoorthy
Thanks Luca, I tried setting proxyerroroverride and error document in virtual host, however, the 500 error produced by content server is displayed as it is via Apache proxy. Any further help? Any specific place to set these parameters, I also hope I don't need to use .htacess. Regards, Vel O

Re: [users@httpd] unable to execute php-fpm properly

2017-04-12 Thread John Iliffe
See below. On Wednesday 12 April 2017 20:02:10 Frank wrote: > On 12/04/17 05:34 PM, John Iliffe wrote: > > I am converting my web pages from mod_php to php-fpm, following the > > directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing > > to date indicates that on this server all sc

Re: [users@httpd] unable to execute php-fpm properly

2017-04-12 Thread Frank
On 12/04/17 05:34 PM, John Iliffe wrote: I am converting my web pages from mod_php to php-fpm, following the directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing to date indicates that on this server all scripts work properly under mod_php. Both of the following were tried with

[users@httpd] unable to execute php-fpm properly

2017-04-12 Thread John Iliffe
I am converting my web pages from mod_php to php-fpm, following the directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing to date indicates that on this server all scripts work properly under mod_php. Both of the following were tried within a container for the default virtual

[users@httpd] Issues with Piped Logs

2017-04-12 Thread Milind Vaidya
Hi I have successfully implemented piped logs scenario. The setting in httpd.conf looks as follows : ErrorLog "| /usr/bin/tee -a /var/log/httpd/error_log | /usr/bin/java -cp /usr/local/bin/CustomProducer/producer.jar stdin.producer.StdInProducer /usr/local/bin/CustomProducer/config.json >> /va

Re: [users@httpd] apache.org server-status interface

2017-04-12 Thread Eric Covener
On Wed, Apr 12, 2017 at 2:54 PM, Rose, John B wrote: > What is the new interface on this page? > > > > http://httpd.apache.org/server-status > > > > Is all the previous interface information available? It's an alternative to mod_status, implemented in a customizable Lua script. It's new to trunk.

[users@httpd] apache.org server-status interface

2017-04-12 Thread Rose, John B
What is the new interface on this page? http://httpd.apache.org/server-status Is all the previous interface information available?

[users@httpd] Help with conditional ProxyPassMatch

2017-04-12 Thread Gryzli Bugbear
Hi to all, I want to make conditional forward proxy within Apache ,based on request header if a given request header exists, I want to proxy the request, if not, not proxy and also I need to do this NOT with RewriteRule and [P] flags. I can't find how to define conditional proxying based on s