logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Error 200 OK
Author
pginalski



Joined: 20 Mar 2007
Posts: 7

PostPosted: Wed 21 Mar '07 22:22    Post subject: Error 200 OK Reply with quote

Another problem with 2.2.4 (previos was no IPv6 support)
I've configuration:
mod_perl 2.0.3 (from ApacheLounge)
Apache::ASP via Apache2::compat (part od mod_perl)
I've setup a basic page
Quote:
Server www.gbshouse.com in under maintenance. We invite soon.

when I first loaded the page everything was allright bu after refresh (F5) I've got something like that
Code:
OK

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, @@ServerAdmin@@ and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
HTTP/1.1 200 OK Date: Wed, 21 Mar 2007 20:20:52 GMT Server: Apache/2.2.4 (Win32) PHP/4.4.6 mod_perl/2.0.3 Perl/v5.8.8 Content-Length: 580 Cache-Control: private Keep-Alive: timeout=5, max=99 Connection: Keep-Alive Content-Type: text/html
Server www.gbshouse.com in under maintenance. We invite soon.

All web servers are down until 01.04.2007.
Contact with GBSHouse.com via email: support@gbshouse.com
OK

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, @@ServerAdmin@@ and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Maybe You will have any idea what to do with that?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 22 Mar '07 10:25    Post subject: Reply with quote

There is an 500 error, not 200.
There is something misconfigured in the httpd.conf
I guess there is somethijg wrong with your perl integration into apache

run apache from the commandline (cmd) httpd -t -w to check the syntax.
Back to top
pginalski



Joined: 20 Mar 2007
Posts: 7

PostPosted: Thu 22 Mar '07 12:56    Post subject: Reply with quote

I know that there is 500 error.
But I've 200 OK. I know that it's strange.
The same cnfiguration works on 1.3.37 (except mod_perl-2.0.3)
and linux machnies (Debian) running 2.2.3 - 2.2.4.
I'm worknig with apache servers from the long time and I'm sure that my conf is allright.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 22 Mar '07 17:09    Post subject: Reply with quote

What is in your error log?
Back to top
pginalski



Joined: 20 Mar 2007
Posts: 7

PostPosted: Thu 22 Mar '07 22:13    Post subject: Reply with quote

there is no information about this in error log
Back to top


Reply to topic   Topic: Error 200 OK View previous topic :: View next topic
Post new topic   Forum Index -> Apache