View previous topic :: View next topic |
Author |
Message |
DiakRufus -
Joined: 02 Dec 2004 Posts: 1
|
Posted: Thu Dec 02, 2004 3:32 pm Post subject: Error 500 wiht php........ |
|
|
Error 500
internal Server Error.
What does it mean?
I've dine server's configuration
CGI Processing Enabled:Yes
CGI error file:log/cgi.log
CGI Script's Timeout(second):30
Resolve interpeter using the scipt's # ! $:No
---------
CGI interpeters: /usr/bin/php
Associated Extension: php
CGI Paths: /cgi.bin
/*.php
User CGI Enviroment variables
Nome: REDIRECT_STATUS
Value: 200<@$>
When i launch out php's script,the server gives "Error 500". Why? The strange thing is that, in the first part,the server worked with php's script, then (!don't know why) it didn't work anymore.
I use Mandrake 10.1 operative system. Could help me,please? |
|
Back to top |
|
 |
solemnwarning -
Joined: 09 Nov 2004 Posts: 2
|
Posted: Thu Dec 02, 2004 5:49 pm Post subject: |
|
|
Mandrake Sucks, U Should Use Fedora, Especially If U Are Using It As A Server |
|
Back to top |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Thu Dec 02, 2004 8:11 pm Post subject: |
|
|
error 500 basically means somethings prevented the sever from fulfilling the request successfully.
this could be a badly coded page, or some wrongly configured server setup. _________________ Olly |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1334
|
Posted: Sat Dec 04, 2004 1:28 pm Post subject: Re: Error 500 wiht php........ |
|
|
If you're using a UNIX system, you should remove the x (excutable bit) from PHP files to have them processed correctly. Otherwise you get error 500.
To do so, use the command:
If this doesn't help, please send your abyss.conf file to support@aprelium.com . |
|
Back to top |
|
 |
|