Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Internal Server Error 500 after moving from 2.2 to 2.4 |
|
Author |
|
Krischu
Joined: 23 Oct 2009 Posts: 25
|
Posted: Tue 03 Jun '14 10:09 Post subject: Internal Server Error 500 after moving from 2.2 to 2.4 |
|
|
I'm moving a site (Windows XP) from Apache 2.2 to the Apache Lounge server 2.4.9 under Windows 7.
I exchanged httpd.exe and all modules and the server runs fine when I type localhost into the URL field of Firefox.
But as soon as I type in the site name which I have assigned a VirtualHost to, I'm getting an Error 500 (Internal Server Error)
This is what I can see in my access_log:
Code: | 172.27.2.5 - - [03/Jun/2014:09:45:50 +0200] "GET / HTTP/1.1" 500 528
172.27.2.5 - - [03/Jun/2014:09:45:50 +0200] "GET /favicon.ico HTTP/1.1" 500 528
172.27.2.5 - - [03/Jun/2014:09:45:50 +0200] "GET /favicon.ico HTTP/1.1" 500 528
172.27.2.5 - - [03/Jun/2014:09:54:46 +0200] "GET / HTTP/1.1" 500 528 |
and error_log:
Quote: | [Tue Jun 03 09:45:50.206571 2014] [core:crit] [pid 4512:tid 2376] [client 172.27
.2.5:52592] AH00025: configuration error: couldn't check user: /
[Tue Jun 03 09:45:50.663598 2014] [core:crit] [pid 4512:tid 2376] [client 172.27
.2.5:52593] AH00025: configuration error: couldn't check user: /favicon.ico
[Tue Jun 03 09:45:50.967615 2014] [core:crit] [pid 4512:tid 2376] [client 172.27
.2.5:52594] AH00025: configuration error: couldn't check user: /favicon.ico
[Tue Jun 03 09:54:46.853266 2014] [core:error] [pid 2116:tid 2360] [client 172.2
7.2.5:52595] AH00027: No authentication done but request not allowed without aut
hentication for /. Authentication not configured?
[Tue Jun 03 10:08:01.876739 2014] [core:error] [pid 2116:tid 2360] [client 172.2
7.2.5:52615] AH00027: No authentication done but request not allowed without aut
hentication for /. Authentication not configured?
|
Maybe I should note that I have some connectors running to Apache Tomcat 8.0.5, but the error already occurs with Tomcat shut down.
Any clues?
--
Christoph |
|
Back to top |
|
Krischu
Joined: 23 Oct 2009 Posts: 25
|
Posted: Tue 03 Jun '14 10:38 Post subject: |
|
|
I believe I've found the cause (by searching for a similar message and http://www.apachelounge.com/viewtopic.php?p=25231 found one in this forum via Google):
I'll have to use authz_core_module.
--
Christoph |
|
Back to top |
|
|
|
|
|
|