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


Post Reply 
apache doenst interprete my php
Author Message
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #2
RE: apache doenst interprete my php
hast du im vhost dann noch einen Alias angelegt ?

bzw. ich braucht letztens mal ein fastcgi ohne irgendwas drumherum das schaut dann so aus :

Für Suexec nat. dann wieder -user vu2xxxx -group vu2xxxx und FastCgiWrapper On
setzen.
Ansonsten läufts so einwandfrei :
Code:
<IfModule mod_fastcgi.c>
        FastCgiWrapper Off
        FastCgiIpcDir /var/lib/apache2/fastcgi2

        FastCgiConfig -minProcesses 1 \
                  -maxProcesses 400 \
                  -maxClassProcesses 5 \
                  -multiThreshold 80 \
                  -killInterval 60 \
                  -startDelay 5

        FastCgiServer /var/www/fcgi/php5-fcgi-starter -idle-timeout 300

        AddHandler php-fastcgi .php .php5
        <Location /php5/php5-fcgi-starter>
                SetHandler fastcgi-script
                Options +ExecCGI
        </Location>

        Action php-fastcgi /php5/php5-fcgi-starter
        AddType application/x-httpd-php .php .php5
</IfModule>

ScriptAlias /php5/ /var/www/fcgi/

<Directory "/var/www/fcgi/">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
</Directory>
04-16-2008 03:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
apache doenst interprete my php - Zothos - 04-16-2008, 03:31 AM
RE: apache doenst interprete my php - ephigenie - 04-16-2008 03:47 AM

Forum Jump:


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