Current time: 11-27-2024, 06:17 AM Hello There, Guest! (LoginRegister)


Post Reply 
Internal server error 500 with php files
Author Message
rethus Offline
Junior Member
*

Posts: 202
Joined: May 2009
Reputation: 3
Post: #11
RE: Internal server error 500 with php files
I have found the solution on my own... in my 02_ssl.conf file in /etc/apache2/sites-available i have now add the following to this file - and it worked:

Code:
<IfModule mod_fcgid.c>
                Include /etc/apache2/mods-available/fcgid_ispcp.conf
        <Directory /var/www/virtual/mypage.de/htdocs>
            FCGIWrapper /var/www/fcgi/mypage.de/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/mypage.de">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
(This post was last modified: 07-07-2010 01:22 AM by rethus.)
07-07-2010 01:11 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Internal server error 500 with php files - rethus - 07-07-2010 01:11 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)