Re: [users@httpd] Invoking PHP without .php extension?

2011-07-08 Thread Michael B Allen
On Fri, Jul 8, 2011 at 12:13 PM, Jeroen Geilman wrote: > On 2011-07-07 19:54, Michael B Allen wrote: >> >> I want a request like: >> >>   /base/path/to/target?foo=bar >> >> to invoke a particular PHP file for everything under /base. >> >> It seems the usual way (only way?) to do this is with somet

[users@httpd] Apache crashing - lockf status

2011-07-08 Thread Rafael Hasson
Hello all! I've a webserver running PHP 5.2.17, Apache 2.2.17 and MySQL 5.5.13. Tables' storage engine are MyISAM. I'm having a problem with all httpd processes locking during peak hours. Today while investigating the problem, I could replicate the it (all httpd processes locking) while running a

Re: [users@httpd] Invoking PHP without .php extension?

2011-07-08 Thread Jeroen Geilman
On 2011-07-07 19:54, Michael B Allen wrote: I want a request like: /base/path/to/target?foo=bar to invoke a particular PHP file for everything under /base. It seems the usual way (only way?) to do this is with something like: AddHandler php5-script .php AddType text/html .php Dire