Re: [PHP] PHP / Apache + Error 500

2006-01-25 Thread Gerry Danen
Interestingly, I installed mod_security the other day and noticed error 500 show up. As it turns out, mod_security generates those when they block nasties. Gerry On 1/25/06, Thomas <[EMAIL PROTECTED]> wrote: > > Hi there! > > I am sitting with something of a mystery and was wondering if there is

RE: [PHP] PHP / Apache + Error 500

2006-01-25 Thread Thomas
@lists.php.net Subject: Re: [PHP] PHP / Apache + Error 500 Thomas wrote: > Hi there! > > I am sitting with something of a mystery and was wondering if there is > someone out that might have dealt with this before: > > I have developed a site that runs well and fine on my machine > (XP/Ap

Re: [PHP] PHP / Apache + Error 500

2006-01-25 Thread Jochem Maas
Thomas wrote: Hi there! I am sitting with something of a mystery and was wondering if there is someone out that might have dealt with this before: I have developed a site that runs well and fine on my machine (XP/Apache2/PHP5/MySQL5). I am using PEAR::HTML_Template_Flexy as well as php5.WHAT?

RE: [PHP] PHP / Apache + Error 500

2006-01-25 Thread Albert
Thomas wrote: > I had a look at the Apache log file I got from the SP ... no clue. All I > know is that they use Apache 1.x/PHP5/Linux/MySQL(v4?). Did you look at the access_log or error_log? The error_log should give you an indication of why it is happening. Do you try to access system files or

[PHP] PHP / Apache + Error 500

2006-01-25 Thread Thomas
Hi there! I am sitting with something of a mystery and was wondering if there is someone out that might have dealt with this before: I have developed a site that runs well and fine on my machine (XP/Apache2/PHP5/MySQL5). I am using PEAR::HTML_Template_Flexy as well as Cache_Lite. The site has b

RE: [PHP] Apache Error 500

2001-12-31 Thread Andrew Hill
amp; Data Integration Technology Providers > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 31, 2001 10:20 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Apache Error 500 > > > Hi, > > I am using the list comment to

Re: [PHP] Apache Error 500

2001-12-31 Thread Bogdan Stancescu
Out of curiosity, why would you ever need this kind of URL? And what would you expect Apache to do - issue a 404 error instead? Bogdan [EMAIL PROTECTED] wrote: > if my url is like : test.php everything is ok, but when I use > test.php/1, I get the Apache Internal 500 Error. -- PHP General

[PHP] Apache Error 500

2001-12-31 Thread patricka
Hi, I am using the list comment to decompose urls for navigation. This works fine. Except on one particular server and I don't know why.. if my url is like : test.php everything is ok, but when I use test.php/1, I get the Apache Internal 500 Error. I believe that apache is checking if th