Search found 8 matches

by Thorin
Sat Mar 05, 2005 4:35 pm
Forum: Installation
Topic: Server 500 error - newbie installation
Replies: 23
Views: 16722

IT WORKS!!!! :shock: :D

Thanks all for your help.

Garvin's last bit of advice fixed it!
by Thorin
Sat Mar 05, 2005 11:47 am
Forum: Installation
Topic: Server 500 error - newbie installation
Replies: 23
Views: 16722

find "AllowOverride" in your httpd.conf file.
change the value in front of it to "ALL"
restart apache.

That's what I thought garvin was suggesting I did. It's just when I tried it I still got the Server 500 error! I've just tried renaming my .htaccess file in the serendipity directory to ...
by Thorin
Fri Mar 04, 2005 6:15 pm
Forum: Installation
Topic: Server 500 error - newbie installation
Replies: 23
Views: 16722

I think Thorin's problem is just that his Apache VirtualHost has set 'AllowOverride NONE' sett, but we require 'AllowOverride ALL' for the .htaccess directive "DirectoryIndex" to execute properly.

So the only fix is to either manually edit .htaccess (and re-edit if you change configuration setting ...
by Thorin
Thu Mar 03, 2005 5:21 pm
Forum: Installation
Topic: Server 500 error - newbie installation
Replies: 23
Views: 16722

whereis php
whereis php
php: /usr/bin/php /etc/php.ini /usr/lib/php /usr/share/php /usr/share/man/man1/php.1.gz
cat .htaccess for serendipity
# BEGIN s9y
DirectoryIndex /[myusername]/serendipity/index.php
php_value session.use_trans_sid 0
php_value register_globals off
<Files *.tpl>
deny from ...
by Thorin
Thu Mar 03, 2005 2:25 pm
Forum: Installation
Topic: Server 500 error - newbie installation
Replies: 23
Views: 16722

if you have shell access, run this code from shell ("filename.php" is your index.php of your s9y program)
php -q filename.php

if you get any error, please paste that here.
else if you get the HTML generated code of S9Y run:

and please copy/paste here, the premission and owner of your s9y ...
by Thorin
Wed Mar 02, 2005 7:55 pm
Forum: Installation
Topic: Server 500 error - newbie installation
Replies: 23
Views: 16722

It's a default Apache installation that came bundled with SuSE 9.1.

From what I can tell suEXEC is loaded, but I'm not sure if it's configured properley. Any suggestions?
by Thorin
Wed Mar 02, 2005 6:59 pm
Forum: Installation
Topic: Server 500 error - newbie installation
Replies: 23
Views: 16722

Hmmm... Exact same problem with todays snapshot.

Any bright ideas?
by Thorin
Wed Mar 02, 2005 6:45 pm
Forum: Installation
Topic: Server 500 error - newbie installation
Replies: 23
Views: 16722

Sorry, I should have mentioned which version. It's 0.7.1, I'll have a go with a snapshot now, thanks :).