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


Post Reply 
FastCGI / Error 500 --> mod_fcgid
Author Message
monotek Offline
Junior Member
*

Posts: 65
Joined: Dec 2006
Reputation: 0
Post: #26
RE: FastCGI / Error 500 --> mod_fcgid
Na man könnte ja erstmal abseits von syscp mit nem manuellen editieren der Config testen, ob mod_fcgid den erwünschten Effekt hat. Eines der folgenden Beispiel aus der Doku sollte ja erstmal funzen.

Quote:#This is for fastcgi-mode PHP (UNIX)

LoadModule fcgid_module modules/mod_fcgid.so

<Directory /usr/local/apache2/htdocs/php>
SetHandler fcgid-script
FCGIWrapper /usr/local/bin/php .php

# You need mod_fcgid version >= 2.1 to support arguments in FCGIWrapper, if you want
# FCGIWrapper "/usr/local/bin/php -c /etc/" .php
Options ExecCGI

allow from all
</Directory>
Quote:#This works too:

LoadModule fcgid_module modules/mod_fcgid.so

AddHandler fcgid-script .php
<Directory /usr/local/apache2/htdocs/php>
FCGIWrapper /usr/local/bin/php .php

# You need mod_fcgid version >= 2.1 to support arguments in FCGIWrapper, if you want
# FCGIWrapper "/usr/local/bin/php -c /etc/" .php

Options ExecCGI
allow from all
</Directory>

# Please make sure:
# php is configured with --enable-fastcgi option
# check error_log(with debug level), if any thing goes wrong
(This post was last modified: 11-26-2007 04:15 AM by monotek.)
11-26-2007 04:12 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
FastCGI / Error 500 --> mod_fcgid - BeNe - 11-23-2007, 03:19 AM
RE: FastCGI / Error 500 - dr4g0nl0rd - 11-23-2007, 07:09 AM
RE: FastCGI / Error 500 - BeNe - 11-23-2007, 07:15 AM
RE: FastCGI / Error 500 - ZooL - 11-23-2007, 07:47 AM
RE: FastCGI / Error 500 - dr4g0nl0rd - 11-23-2007, 10:11 AM
RE: FastCGI / Error 500 - Snatch - 11-23-2007, 05:03 PM
RE: FastCGI / Error 500 - BeNe - 11-23-2007, 05:09 PM
RE: FastCGI / Error 500 - ZooL - 11-23-2007, 08:10 PM
RE: FastCGI / Error 500 - monotek - 11-24-2007, 05:33 AM
RE: FastCGI / Error 500 - BeNe - 11-24-2007, 06:34 AM
RE: FastCGI / Error 500 - monotek - 11-24-2007, 06:37 AM
RE: FastCGI / Error 500 - BeNe - 11-24-2007, 06:40 AM
RE: FastCGI / Error 500 - monotek - 11-24-2007, 06:44 AM
RE: FastCGI / Error 500 - BeNe - 11-24-2007, 06:53 AM
RE: FastCGI / Error 500 - monotek - 11-24-2007, 07:00 AM
RE: FastCGI / Error 500 - BeNe - 11-24-2007, 07:03 AM
RE: FastCGI / Error 500 - monotek - 11-24-2007, 07:08 AM
RE: FastCGI / Error 500 - BeNe - 11-24-2007, 07:32 AM
RE: FastCGI / Error 500 --> mod_fcgid - monotek - 11-26-2007 04:12 AM

Forum Jump:


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