Page 1 of 1

Internal Server Error

Posted: Tue May 25, 2004 4:28 am
by dakira
Hi,

here's what I did so far (after checking for the 500 error in this forum):
- I added
<Directory /path/to/s9y>
AllowOverride All
</Directory>
to my vhost
- I installed the latest CVS snapshot (all worked fine).

Now as soon as I want to open the blogs URL at blog.yumdap.net I get an Internal Server Error (500).
Get my php and server settings here: www.yumdap.net/info.php

I hope anyone can help
dakira

EDIT: Renaming the .htaccess to something else at least shows a little of the site, so the problem should be there

Posted: Tue May 25, 2004 4:37 am
by dakira
Well, I found out now that the Problem is the two php directives
php_value session.use_trans_sid 0
php_value register_globals off
Do I have to allow such directives in the php.ini?

dakira

Posted: Tue May 25, 2004 4:44 am
by dakira
Sorry to bother you, forget what I wrote ;) I did the settings on the wrong vhost ;)