Server error!

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Server error!

Postby LarianVonLich » 21. May 2006 20:11

:cry: PLEASE!!! I need help!!!

I use WIN XP SP2.
XAMPP 1.5.2

I'm testing DLE 4.1 on localhost.
and when i installing DLE:

Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.

Error 500
127.0.0.1
05/21/06 12:07:42
Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.2

WHAT IS IT??? HELP ME!!! :(
LarianVonLich
 
Posts: 4
Joined: 21. May 2006 19:28

Postby Wiedmann » 21. May 2006 20:29

What is DLE?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby LarianVonLich » 21. May 2006 21:54

DLE - DataLife Engine
LarianVonLich
 
Posts: 4
Joined: 21. May 2006 19:28

Postby Wiedmann » 21. May 2006 23:13

This is in Perl, PHP, Phyton...?

BTW:
If you have an error 500, you can find out (and tell us) more in the "error.log".
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby LarianVonLich » 22. May 2006 09:53

Error.log

[Sat Apr 22 13:33:57 2006] [notice] Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.2 configured -- resuming normal operations
[Sat Apr 22 13:33:57 2006] [notice] Server built: Dec 1 2005 18:36:53
[Sat Apr 22 13:33:57 2006] [notice] Parent: Created child process 2164
[Sat Apr 22 13:33:58 2006] [notice] Child 2164: Child process is running
[Sat Apr 22 13:33:58 2006] [notice] Child 2164: Acquired the start mutex.
[Sat Apr 22 13:33:58 2006] [notice] Child 2164: Starting 250 worker threads.
[Sat Apr 22 13:33:58 2006] [notice] Child 2164: Starting thread to listen on port 443.
[Sat Apr 22 13:33:58 2006] [notice] Child 2164: Starting thread to listen on port 80.
[Sun May 21 11:54:07 2006] [notice] Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.2 configured -- resuming normal operations
[Sun May 21 11:54:07 2006] [notice] Server built: Dec 1 2005 18:36:53
[Sun May 21 11:54:07 2006] [notice] Parent: Created child process 2220
[Sun May 21 11:54:11 2006] [notice] Child 2220: Child process is running
[Sun May 21 11:54:11 2006] [notice] Child 2220: Acquired the start mutex.
[Sun May 21 11:54:11 2006] [notice] Child 2220: Starting 250 worker threads.
[Sun May 21 11:54:11 2006] [notice] Child 2220: Starting thread to listen on port 443.
[Sun May 21 11:54:11 2006] [notice] Child 2220: Starting thread to listen on port 80.
[Sun May 21 11:56:19 2006] [error] [client 127.0.0.1] script 'C:/Local Servers/xampplite/htdocs/test.php' not found or unable to stat
[Sun May 21 11:59:11 2006] [notice] Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.2 configured -- resuming normal operations
[Sun May 21 11:59:11 2006] [notice] Server built: Dec 1 2005 18:36:53
[Sun May 21 11:59:11 2006] [notice] Parent: Created child process 412
[Sun May 21 11:59:15 2006] [notice] Child 412: Child process is running
[Sun May 21 11:59:15 2006] [notice] Child 412: Acquired the start mutex.
[Sun May 21 11:59:15 2006] [notice] Child 412: Starting 250 worker threads.
[Sun May 21 11:59:15 2006] [notice] Child 412: Starting thread to listen on port 443.
[Sun May 21 11:59:15 2006] [notice] Child 412: Starting thread to listen on port 80.
[Sun May 21 12:07:22 2006] [notice] Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.2 configured -- resuming normal operations
[Sun May 21 12:07:22 2006] [notice] Server built: Dec 1 2005 18:36:53
[Sun May 21 12:07:22 2006] [notice] Parent: Created child process 708
[Sun May 21 12:07:25 2006] [notice] Child 708: Child process is running
[Sun May 21 12:07:25 2006] [notice] Child 708: Acquired the start mutex.
[Sun May 21 12:07:25 2006] [notice] Child 708: Starting 250 worker threads.
[Sun May 21 12:07:26 2006] [notice] Child 708: Starting thread to listen on port 443.
[Sun May 21 12:07:26 2006] [notice] Child 708: Starting thread to listen on port 80.
[Sun May 21 12:07:42 2006] [alert] [client 127.0.0.1] C:/Local Servers/xampplite/htdocs/1/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
LarianVonLich
 
Posts: 4
Joined: 21. May 2006 19:28

Postby Wiedmann » 22. May 2006 12:37

Sun May 21 12:07:42 2006] [alert] [client 127.0.0.1] C:/Local Servers/xampplite/htdocs/1/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

Well, in the directory "C:/Local Servers/xampplite/htdocs/1/" is a ".htaccess" file that use the directive "RewriteEngine". But mod_rewrite is not enabled in your installation (see the error message).
--> Just enable/uncomment this module in "httpd.conf":
Code: Select all
LoadModule rewrite_module modules/mod_rewrite.so
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby LarianVonLich » 23. May 2006 17:55

IT WORK!!!

Spasibo!
LarianVonLich
 
Posts: 4
Joined: 21. May 2006 19:28


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 153 guests