FastCgiExternalServer
Zoran Cvetkovic <Zoran.Cvetkovic-N2c6Q/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I did a recompile of my webserver software using following software versions:
php-4.3.8
apache_1.3.31
mod_fastcgi-2.4.2
after installation I started apache using my current - known to work -
configuration.
Unfortunately I get following error message:
%<----------------------------------------------------------------
Syntax error on line 62 of /etc/httpd/user-conf/zcvetkovic.conf:
FastCgiExternalServer cannot occur within <VirtualHost> section
./bin/apachectl start: httpd could not be started
%<----------------------------------------------------------------
The config loocks like:
%<-----------------------------------------------------------
<VirtualHost fcgi.dpcl007.ac.aixigo.de>
ServerName fcgi.dpcl007.ac.aixigo.de
php_value include_path ".:/usr/local/source/zcvetkovic/php"
DocumentRoot /usr/local/source/zcvetkovic/www/htdocs
<Directory "/usr/local/source/zcvetkovic/htdocs/aixigo">
SetHandler fastcgi-script
</Directory>
FastCgiExternalServer /usr/local/source/zcvetkovic/www/htdocs/aixigo/default
-host localhost:3333 -idle-timeout 300
</VirtualHost>
%<----------------------------------------------------------
What is wrong on the given configuration and or waht is leading to the mentioned
error.
Best regards
Zoran
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/