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

2010-09-03 Thread Michael Cole
Hi, I disabled mod_rewrite and mod_deflate and haven't seen the problem since. I have mod_ssl enabled and use https for the application. That's the same error I was getting in my logs. I have to do some more testing, but if you want a lead, those two modules are it. Mike On Fri, Sep 3, 2010 a

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

[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 -- Alain

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:

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 Public

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 16

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, blocks are not permitted in .htaccess files. I would strongly encourage you to p

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 Zen-Ca

[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 develo

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 wrote: > From: Rich Bowen > Subject: Re: [u

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 yo

[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" 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 solutions: > > http://www.

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, or

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 Eric Covener
On Fri, 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

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 allowe

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 occ

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 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 for the oparticular

[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 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

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 16111

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: http://www.mydomain.com/cata

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 2003

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 >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: > >/home/webdir/www/catalog/inc

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: http://www.mydomain.com/ca

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 wrote: > From: Eric Covener > Subject: Re: [us...@httpd] 500 intern

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 wrote: From: chris h Subject: Re: [us...@httpd] 500 internal server error

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

2010-09-03 Thread J Wilson
--- On Fri, 9/3/10, Joost de Heer wrote: > From: Joost de Heer > 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 > direction or give me a hint as to how to tr

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

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

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 h wrote: Does a failed PHP script not show a PHP error as well as send a 500 response code? 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 >To: users@htt

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 wrote: > Does a failed PHP script not show a PHP error as well as send a 500 response > code? > White Screen Of Death, one of PHP's specialties. It is produced when an error has occurred in a PHP script and the error reporting goes e

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 wrote: > -Original Message- From: J Wilson > Sent: 03 September, 2010 11:02 > > To: users@httpd.apache.org > Subject: Re: [us...@httpd] 500 interna

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 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] 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 wrote: From: Daniel Reinhardt Subject: Re: [us...@httpd] 500 internal server

[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"; $M

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

2010-09-03 Thread J Wilson
--- On Fri, 9/3/10, Daniel Reinhardt wrote: > From: Daniel Reinhardt > 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- From: J > Wilson > Sent: 03 September, 2010 3

[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] 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.