Internal Server Error

Having trouble installing serendipity?
Post Reply
dakira
Regular
Posts: 20
Joined: Tue May 25, 2004 4:21 am

Internal Server Error

Post 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
dakira
Regular
Posts: 20
Joined: Tue May 25, 2004 4:21 am

Post 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
dakira
Regular
Posts: 20
Joined: Tue May 25, 2004 4:21 am

Post by dakira »

Sorry to bother you, forget what I wrote ;) I did the settings on the wrong vhost ;)
Post Reply