Quote:
|
Originally Posted by falko
|
I've found a more details description for fastcgi but I'm no sure how to integrate it. This howto I've found:
http://archiv.debianhowto.de/de/apac...st_config.html
It is possible to set different setting for every vhost by using the option form for httpd.conf from ISCP?
I mean the particular setting possibillity from fastcgi.
IF I put that:
Code:
ScriptAlias /cgi-bin/ /var/www/php-fcgi-scripts/VHOST/
<Directory "/var/www/php-fcgi-scripts/VHOST">
AllowOverride None
Options +ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
in the option form field I get not supported
Where is the script generating the vhosts?
Where is the script generating the the users and groups?
Are there any instructions for all nessesary scripts available?