View Single Post
Old 02-19-2010, 09:06 AM   #5
Member
 
Join Date: May 2008
Posts: 34
BeoNET is on a distinguished road
Default

Hi,

I successfully compiled fastcgi module into apache and it loads perfectly. Also I've add option in Control panel so FastCGI is now available option in my WWW domains. The problem is when I try to change/add FastCGI WWW domain in Control panel the following error appears:

Code:
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 1022 of /etc/httpd/conf/httpd.conf:
Invalid command 'FCGIWrapper', perhaps misspelled or defined by a module not included in the server configuration
                                                           [FAILED]
On line 1022 in httpd.conf is this code:

Code:
</Directory>
       Options +Includes +ExecCGI
       FCGIWrapper /var/www/proba/data/php-bin/php .php
       FCGIWrapper /var/www/proba/data/php-bin/php .php3
       FCGIWrapper /var/www/proba/data/php-bin/php .php4
       FCGIWrapper /var/www/proba/data/php-bin/php .php5
       FCGIWrapper /var/www/proba/data/php-bin/php .phtml
</Directory>
Anu ideas?

I use CentOS 5 and ISPManager PRO

Thanks!
BeoNET is offline   Reply With Quote