FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » can't run install.php, Internal Server Error
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: can't run install.php, Internal Server Error [message #6201 is a reply to message #6186] Sat, 05 October 2002 16:46 Go to previous messageGo to previous message
Olliver   Germany
Messages: 443
Registered: March 2002
Karma:
Senior Member
Apache spits out this error message because there's something wrong with either the httpd.conf or with php module itself. If it's the httpd.conf then u have to check whether the module is loaded on start up. this would typically look like (Apache 1.3.x):
Quote:

[..]
LoadModule php4_module modules/libphp4.so
[...]
AddModule mod_php4.c
[...]
DirectoryIndex index.html index.htm index.shtml index.php index.php4
[...]
AddType application/x-httpd-php .php4 .php3 .phtml .php


At any case u have to specify the correct location of the module else execution will fail. If it's a php issue then it could be because ur php was compiled with the headers of an elder server version. with each server upgrade u have to re-compile all of ur modules as well.
HTH
bye Ken

[Updated on: Sat, 05 October 2002 16:47]

Report message to a moderator

[Message index]
 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Default theme doesn't apply
Next Topic: How do i create a DataBase?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Jul 01 18:39:10 GMT 2024

Total time taken to generate the page: 0.04726 seconds