Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Ben Johnson
On 2/14/2013 11:52 AM, Benoit GEORGELIN (web4all) wrote: > Hi ! > > I'm agree with you BEN. > Thanks for all these information. > > I'll try some others tests with Riccardo and we will update the message even > if it's not an apache problem :) A follow-up / solution would be great, should

Re: [users@httpd] Proxy Times Out

2013-02-14 Thread Chris A
On Feb 14, 2013, at 9:30 AM, Chris A wrote: > Apache 2.12.x in sles11 sp2. I am trying to give clients access to the mail > server on port 443 by using a rewrite rule. The rule: > > Rewriteengine on > Rewritecond %{HTTPS_HOST} ^mail\. > Rewritecond %{HTTPS} on > Rewriterule ^/(.*) https://192.1

Re: [users@httpd] Disable custom modules for a specific directory in my web server

2013-02-14 Thread Pete Houston
Hello Chris, Not sure how well it would work for your particular situation, given the embedded nature, but one approach to this may be to run 2 completely separate apache instances. This is often done on servers to distinguish between lightweight and heavy content: eg. have one stripped down apac

Re: [users@httpd] Disable custom modules for a specific directory in my web server

2013-02-14 Thread Tom Evans
On Thu, Feb 14, 2013 at 5:40 PM, Chris Villone wrote: > Hi all, > > I have an apache server running on an embedded device that serves webpages to > clients using a bunch of custom modules. > > I'm now trying to load some webpages from the device using > http://127.0.0.1/foo/blah.html > > These p

[users@httpd] Disable custom modules for a specific directory in my web server

2013-02-14 Thread Chris Villone
Hi all,  I have an apache server running on an embedded device that serves webpages to clients using a bunch of custom modules.  I'm now trying to load some webpages from the device using http://127.0.0.1/foo/blah.html  These pages don't need any of the custom modules since they don't use any

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Benoit GEORGELIN (web4all)
Hi ! I'm agree with you BEN. Thanks for all these information. I'll try some others tests with Riccardo and we will update the message even if it's not an apache problem :) Thanks On 2/13/2013 10:49 PM, Benoit GEORGELIN (web4all) wrote: > > Hi guys, > > here is the content of perspec

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Ben Johnson
On 2/14/2013 4:47 AM, Riccardo Cohen wrote: > Hi Ben > >> Do other PHP scripts function as expected when executed via mod_fcgid? >> Or do they all return the error string, "No input file specified" and a >> 404 response? > > Actually my website redirect all urls to /index.php, so there is only

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Ben Johnson
On 2/13/2013 10:49 PM, Benoit GEORGELIN (web4all) wrote: > > Hi guys, > > here is the content of perspectives-musicales.org's wrapper: > > > #!/bin/sh > # Wrapper PHP w4a > PHPRC="/opt/datas_prod/http1/confs/phpini/perspectives-musicales.org.ini" > PHP_FCGI_MAX_REQUESTS=8000 > export PH

[users@httpd] Apache 2.4: Mod Cache: authorization required

2013-02-14 Thread Nicolas Daniels
Hi all, I'm trying hard to configure mod_cache with mod_cache_disk and apache 2.4, without real success. I'm able to enable cache for public files (no authentication), but not for private ones. From my understanding, setting |CacheQuickHandler to off |should have done the trick, but it keeps

[users@httpd] Proxy Times Out

2013-02-14 Thread Chris A
Apache 2.12.x in sles11 sp2. I am trying to give clients access to the mail server on port 443 by using a rewrite rule. The rule: Rewriteengine on Rewritecond %{HTTPS_HOST} ^mail\. Rewritecond %{HTTPS} on Rewriterule ^/(.*) https://192.168.124.3/$1 [P] [Error] The error log on the apache server:

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Riccardo Cohen
Hi Ben Do other PHP scripts function as expected when executed via mod_fcgid? Or do they all return the error string, "No input file specified" and a 404 response? Actually my website redirect all urls to /index.php, so there is only one php file (that loads many others). This way I implement

[users@httpd] [PROXYREMOTE]

2013-02-14 Thread DELBOT Alain
Server version: Apache/2.2.12 (Linux/SUSE) Configuration : ProxyRemoteMatch .*toto* http://x.x.x.1:8080 ProxyRemoteMatch .*titi* http://x.x.x.2:8080 Noproxy .tata Why apache send a DNS request for *toto* ou *titi* ? What is the parameter option for block the DNS request ? BR Alain Post-scriptu

[users@httpd] memory usage appearing to increase with time

2013-02-14 Thread Paul Beckett
I am seeing memory usage, as reported by free creeping up with time, before eventually plateauing. Free reported 2,495Gb used, and 1,337Gb free. The summary in top seemed to concur with these values. However if I add up the memory used by various process I cannot account for anywhere near that.