Thread: CGI-Skript
View Single Post
  #1  
Old 8th June 2009, 18:06
scream21m scream21m is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 18
Default CGI-Skript
Server Error!

The request can not be answered because the server is an internal error occurred. The server is either overloaded or an error in a CGI script has occurred.

If you think this is a malfunction of the server stop, please inform the Webmaster.
Error 500

----------------------------------------------------------------
this is my httpd.conf

# forbid access to the entire filesystem by default
<Directory />
Options None
AllowOverride all
Order deny,allow
Deny from all
</Directory>

# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
-------------------------------------------------------------------
Help my Thanks
Reply With Quote