Results 1 to 4 of 4
I've got apace 2.0 with php5 and other stuff on debian 3.1.
I've taken all apache stuff with apt-get and just a little edited the apache2.config.
Now it gives me ...
- 05-21-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 2
Apache 500 error
I've got apace 2.0 with php5 and other stuff on debian 3.1.
I've taken all apache stuff with apt-get and just a little edited the apache2.config.
Now it gives me 500 error always I try to get onto some DirectoryIndex-file (even in subdirs).
I first tried to get to index.php and it gave that error but when I renamed it as index2.php, it worked. Then I put just a row "Hello world" in text file and renamed it to index.php, and again I got 500 error..
Here's what I get to my error.log each time someone tries to get to my site:
[time_here] [error] [client 192.168.2.103] Premature end of script headers: index.php
[time_here] [error] [client 192.168.2.103] SoftException in Application.cpp:291: UID of script "/var/www/index.php" is smaller than min_uid
[time_here] [error] [client 192.168.2.103] *** glibc detected *** double free or corruption (fasttop): 0x08070c08 ***
And if someone didn't understand my explaining, my sites are on
http://r0kr0k.ath.cx/ <-- 500 error (that redirects to index.php), but
http://r0kr0k.ath.cx/index2.php <-- works (copied index.php file)
Thanks a lot..
- 06-07-2006 #2Just Joined!
- Join Date
- May 2006
- Posts
- 2
Got that problem fixed but now I thought does phpmyadmin require php5-cgi? I'm using php with libapache2-mod-php5, not with php5-cgi :/
- 06-07-2006 #3
to be honest with you... i don't know about phpmyadmin as i use postgresql. but phppgadmin (for postgresql) works fine with libapache-mod-php5
- 06-08-2006 #4Just Joined!
- Join Date
- Nov 2005
- Posts
- 59
have a look
check this for required modules check this


Reply With Quote
