On debian you'll have to install php4-cgi and enable apache mods (suexec, ssl, actions, mime) following VritualHost config worked for me:
<VirtualHost *:80 >
ServerAdmin bart@dlma.nl
DocumentRoot /var/www/tutos/HTML/
ServerName tutos.dlma.nl
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory /var/www/tutos/HTML>
AllowOverride All
Options -Indexes
AddHandler php-script .php
Action php-script /cgi-bin/php4
</Directory>
</VirtualHost>
Geen opmerkingen:
Een reactie posten