Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Daniel Reinhardt
-Original Message- From: J Wilson Sent: 03 September, 2010 3:50 To: users@httpd.apache.org Subject: [us...@httpd] 500 internal server error running php application Hi there, I am installing a PHP application, a shopping cart php based, zen-cart on a Centos 5.3 box, running php 5.1.6

Re: [us...@httpd] Intermittent crashing web server service

2010-09-03 Thread Hendrik Schmieder
Tom Evans schrieb: 2) That Apache 1.3 runs on windows at all is a minor miracle, it was not designed to. You really should not be using 1.3 on windows Just for the record: At least the lattter version of Apache 1.3 run well on Windows 2000 and Windows XP. Newer testet it with Windows 7.

[us...@httpd] suexec on CentOS - DOC_ROOT suexec -V issue

2010-09-03 Thread Timothy Omer
Apache/2.2.3 CentOS release 5.4 (Final) Hello, I am in the process of setting up Backuppc but hit an issue that I believe is caused by suexec. Full details here if your interested: http://www.linuxquestions.org/questions/linux-server-73/suexec-backuppc-fun-829713/ My questions about suexec...

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
--- On Fri, 9/3/10, Daniel Reinhardt crypto...@cryptodan.net wrote: From: Daniel Reinhardt crypto...@cryptodan.net Subject: Re: [us...@httpd] 500 internal server error running php application To: users@httpd.apache.org Date: Friday, September 3, 2010, 2:50 AM -Original Message-

[us...@httpd] Re: Unable to load perl file

2010-09-03 Thread aparna aryan
Hello Rich, Sorry for the late reply. our perl file that apache is trying to load contains this : use lib qw(/opt/app/ars/ovsc/perl); use MIME::Base64; use ARS; use Unicode::String; use POSIX; use Apache2::Const -compile = qw(LOG_DEBUG LOG_INFO); $ENV{ARCONFIGDIR}=/opt/ars/arserv/0/conf;

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Daniel Reinhardt
-Original Message- From: J Wilson Sent: 03 September, 2010 11:02 To: users@httpd.apache.org Subject: Re: [us...@httpd] 500 internal server error running php application --- On Fri, 9/3/10, Daniel Reinhardt crypto...@cryptodan.net wrote: From: Daniel Reinhardt crypto...@cryptodan.net

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Joost de Heer
Can anyone point me in the right direction or give me a hint as to how to troubleshoot? What does the errorlog say? Usually a 500 implies a failing script. Does the PHP script work when you run it from the commandline? Joost

Re: [us...@httpd] What IP address is this log entry coming from? (Is :: a valid IP address?)

2010-09-03 Thread Eric Covener
That is the source IP address, which is required for routing replies (including those during the connect flow) back to the client, so I don't see how this can be 0 simply because of something the client is doing (other than triggering some sort of bug on the server side, of course).

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread chris h
Does a failed PHP script not show a PHP error as well as send a 500 response code? Chris. On Fri, Sep 3, 2010 at 9:14 AM, Daniel Reinhardt crypto...@cryptodan.netwrote: -Original Message- From: J Wilson Sent: 03 September, 2010 11:02 To: users@httpd.apache.org Subject: Re:

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Eric Covener
On Fri, Sep 3, 2010 at 9:31 AM, chris h chris...@gmail.com wrote: Does a failed PHP script not show a PHP error as well as send a 500 response code? fajita White Screen Of Death, one of PHP's specialties. It is produced when an error has occurred in a PHP script and the error

Re: Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread james
I'd also take a look at the Apache error_log to see if there's any indication evident there. Keep in mind that if the PHP code suppresses error reporting (by prefixing expressions with the @ character) then nothing will be reported. Original Message From: Eric Covener

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Hendrik Schmieder
Eric Covener schrieb: On Fri, Sep 3, 2010 at 9:31 AM, chris hchris...@gmail.com wrote: Does a failed PHP script not show a PHP error as well as send a 500 response code? fajita White Screen Of Death, one of PHP's specialties. It is produced when an error has occurred in a PHP script and

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
--- On Fri, 9/3/10, Joost de Heer jo...@sanguis.xs4all.nl wrote: From: Joost de Heer jo...@sanguis.xs4all.nl Subject: Re: [us...@httpd] 500 internal server error running php application To: users@httpd.apache.org Date: Friday, September 3, 2010, 9:17 AM Can anyone point me in the right

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
Not sure about that Chris, I only got the internal server error and no indication in the error message in either browser or error log for that domain that it was a failed php script though. --- On Fri, 9/3/10, chris h chris...@gmail.com wrote: From: chris h chris...@gmail.com Subject: Re:

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
I am beginning to think my issue is a php issue because the php script does not even launch and I am only getting the 500 internal server error. Error logs looks like it's an .htaccess issue. --- On Fri, 9/3/10, Eric Covener cove...@gmail.com wrote: From: Eric Covener cove...@gmail.com

Re: Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
Error Log: /home/webdir/www/catalog/includes/.htaccess: order not allowed here, referer: http://www.mydomain.com/catalog/ [Fri Sep 03 11:34:34 2010] [alert] [client ip.add.re.ss] /home/webdir/www/catalog/zc_install/.htaccess: DirectoryIndex not allowed here, referer:

Re: Re: Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread james
Could you possibly paste the contents of the .htaccess file? Original Message From: J Wilson troyinfor...@yahoo.com To: users@httpd.apache.org Sent: Fri, Sep 3, 2010, 11:47 AM Subject: Re: Re: [us...@httpd] 500 internal server error running php application Error Log:

Re: Re: Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
There are two .htaccess. They are both included in Zen-Cart, these are the .htaccess files that the apache error logs seem to be having a problem with - this is a newer version of Zen Cart, I don't remember them being in the older versions I am currently running: # @copyright Copyright

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Joost de Heer
Error Log: /home/webdir/www/catalog/includes/.htaccess: order not allowed here, referer: http://www.mydomain.com/catalog/ [Fri Sep 03 11:34:34 2010] [alert] [client ip.add.re.ss] /home/webdir/www/catalog/zc_install/.htaccess: DirectoryIndex not allowed here, referer:

Fw: Re: Re: Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
Sorry, that second .htaccess file below was the incorrect file, here is the correct .htaccess apache was having a problem with... # @copyright Copyright 2003-2010 Zen Cart Development Team # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 # @version $Id: .htaccess

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
Actually the .htaccess files are ok I think, they are provided with Zen cart, what I need to do is follow instructions in their .htaccess files to set up apache for this particular domain. The only problem is, each domain has it's own conf.d config file and I checked in the apache config files

[us...@httpd] HTTP_HOST in logs

2010-09-03 Thread Charan
Hello, I'm using rewrite module to redirect some of the aliases.I have configured around 10 aliases like this. How can I get the alias name in the access logs. I don't want to use rewrite log here. Thanks, Charan

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Marcin 'Rambo' Roguski
On Fri, 3 Sep 2010 09:26:52 -0700 (PDT) J Wilson troyinfor...@yahoo.com wrote: Actually the .htaccess files are ok I think, they are provided with Zen cart, what I need to do is follow instructions in their .htaccess files to set up apache for this particular domain. What about AllowOverride

Re: [us...@httpd] are you using mod_rewrite?

2010-09-03 Thread figfig
Hi guys, I've been having the exact same problem. I'm also using Apache 2, Ubuntu 10.04 and a GoDaddy SSL certificate. Every now and then I get a Bad Request. The error log shows Hostname mysite.com provided via SNI, but no hostname provided in HTTP request If I restart Apache it doesn't

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
Actually I just placed this into my conf.d httpd config file for the individual domain in question, as per the .htaccess file instructions i posted earlier, and I got the below error on httpd restart: Starting httpd: Syntax error on line 41 of /etc/httpd/conf.d/mydomain.com.conf: deny not

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Eric Covener
On Fri, Sep 3, 2010 at 1:42 PM, J Wilson troyinfor...@yahoo.com wrote: Actually I just placed this into my conf.d httpd config file for the individual domain in question, as per the .htaccess file instructions i posted earlier, and I got the below error on httpd restart: Starting httpd:

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Rich Bowen
On Sep 3, 2010, at 1:42 PM, J Wilson wrote: Actually I just placed this into my conf.d httpd config file for the individual domain in question, as per the .htaccess file instructions i posted earlier, and I got the below error on httpd restart: Starting httpd: Syntax error on line 41 of

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Rich Bowen
On Sep 3, 2010, at 12:46 PM, Marcin 'Rambo' Roguski wrote: What about AllowOverride for the oparticular host/location? if it's set to None Most of .htaccess directives will generate 500. If it's set to None, your .htaccess files will be completely ignored, and so won't generate 500s,

[us...@httpd] Re: problem https with class 3 cert CACert

2010-09-03 Thread fakessh
i am not running the MS systeme i use CentOS 5.5 and firefox On Fri, 03 Sep 2010 11:06:49 +0200, Philipp Gühring p.guehr...@futureware.at wrote: Hi, You might be running into the Mixed Content problem, but I am not sure. If that is the problem, then you can read here about possible

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
Yes that was it, it was line 41. I don't know how it got in there, it was most likely a comment I did not remove. I removed it, and restarted httpd and now I can see the Zen Cart install page. Thanks very much to all! By the way, do you see anything in the below directives I just added that

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread J Wilson
Yes that was it, I removed it and can now see the install script page. Thanks very much! By the way, can you see anything in the directives I added to conf.d that may cause a problem or security issue in the future? --- On Fri, 9/3/10, Rich Bowen rbo...@rcbowen.com wrote: From: Rich Bowen

[us...@httpd] Revisited: 500 internal server error, new problem

2010-09-03 Thread J Wilson
OK I have a somewhat related problem with the 500 error issue I was posting about earlier today. I originally placed these below zen cart recommended directives in my conf.d config file for a site/domain that I am installing the newest version of Zen-Cart – php based shopping cart. The

Re: [us...@httpd] Revisited: 500 internal server error, new problem

2010-09-03 Thread Frank Gingras
On 03/09/2010 3:50 PM, J Wilson wrote: OK I have a somewhat related problem with the 500 error issue I was posting about earlier today. I originally placed these below zen cart recommended directives in my conf.d config file for a site/domain that I am installing the newest version of

Re: [us...@httpd] Revisited: 500 internal server error, new problem

2010-09-03 Thread Rich Bowen
If someone is telling you that deny *everything* is valid Apache httpd syntax, you can rest assured that they don't know what they're talking about, and you might want to find support elsewhere. Additionally, Directory blocks are not permitted in .htaccess files. I would strongly encourage

Re: [us...@httpd] Revisited: 500 internal server error, new problem

2010-09-03 Thread J Wilson
Actually I may have mis understood what he was trying to say in the ZC forum. This is what one of the Zen Cart .htaccess file states: # @copyright Copyright 2003-2010 Zen Cart Development Team # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 # @version $Id: .htaccess

Re: [us...@httpd] Revisited: 500 internal server error, new problem

2010-09-03 Thread Frank Gingras
On 03/09/2010 5:20 PM, J Wilson wrote: Actually I may have mis understood what he was trying to say in the ZC forum. This is what one of the Zen Cart .htaccess file states: # @copyright Copyright 2003-2010 Zen Cart Development Team # @license http://www.zen-cart.com/license/2_0.txt GNU

Re: [us...@httpd] Revisited: 500 internal server error, new problem

2010-09-03 Thread J Wilson
OK thanks I realize that now the way he worded it in the forum I thought it was to be part of the apache directives and not a comment and thought I should remove the # sign. So does it appear that all I need to do is edit the main httpd.conf file and enter in ie:AllowOverride All or:

[us...@httpd] htaccess under Windows xp/7

2010-09-03 Thread Alain Roger
Hi, i use Apache under Windows 7 and i have not problem with it. however, after installing Joomla i tried to use the rewrite mode checking the SEF but without success. once setup like that i have a blank page and an error 404 page not found :-( any idea from where it can come ? thanks --

Re: [us...@httpd] htaccess under Windows xp/7

2010-09-03 Thread Steven Pierce
On 9/3/10 3:52 PM, Alain Roger wrote: Hi, i use Apache under Windows 7 and i have not problem with it. however, after installing Joomla i tried to use the rewrite mode checking the SEF but without success. once setup like that i have a blank page and an error 404 page not found :-( any idea