Re: [users@httpd] More info about proxypassmatch and fpm mode

2016-12-14 Thread Eric Covener
On Wed, Dec 14, 2016 at 5:37 PM, Jason Brooks wrote: > > 1) the “/path/to/your/documentroot” is effectively the path used to find > the php script then run it. but substituting %{DOCUMENT_ROOT} does not > work. Is there a means of making this happen? > > ​You could indirectly use what the manua

[users@httpd] More info about proxypassmatch and fpm mode

2016-12-14 Thread Jason Brooks
Hello, I am using the following with apache 2.4 with php in fpm mode: ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/path/to/your/documentroot/$1 DirectoryIndex /index.php index.php This works just fine, but I wanted to ask some questions: 1) the “/path/to/your/documentroot” is effect

Re: [users@httpd] More info...

2011-02-15 Thread Julien Cigar
On 02/15/2011 13:46, Tony Mobily wrote: Hi, I just realised I didn't give much info in my previous post about Apache's memory output. OK, here is more info. In httpd.conf I have: StartServers 8 MinSpareServers5 MaxSpareServers 20 ServerLimit 20 MaxClients 20 MaxRequestsP

[users@httpd] More info...

2011-02-15 Thread Tony Mobily
Hi, I just realised I didn't give much info in my previous post about Apache's memory output. OK, here is more info. In httpd.conf I have: StartServers 8 MinSpareServers5 MaxSpareServers 20 ServerLimit 20 MaxClients 20 MaxRequestsPerChild 1500 It's a Linux box: [root@