hi,
After Kerio + windows managed to delete my whole webserver, I've had
to reinstall the lot..
However, I'm having a few problems with stuff...
I have the virtual hosts working again, but cgi scripts are not
working in all of them...
I have WinXP + Apache 2.0.47 + Perl 5.8 + mod_perl + php 4.3
My virtual hosts look like this:
<VirtualHost IPADDRESS>
ServerName
www.funfactory.org.uk
DocumentRoot F:/apache2/htdocs/funfactory
ServerAdmin webmaster DeleteThis @tdweb.co.uk
ErrorLog logs/www.funfactory.org.uk-error_log
CustomLog logs/www.funfactory.org.uk-access_log common
<Directory "F:/Apache2/htdocs/funfactory">
Options Indexes FollowSymLinks +Includes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ "F:/Apache2/htdocs/funfactory/cgi-bin/"
<Directory "F:/Apache2/htdocs/funfactory/cgi-bin">
AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Now, in this one, the cgi scripts work fine it seems.. but in an
identical one, with diff servername/directories etc, it's not working
at all..
Any idea's?
Also, any idea's how to get SSL working?
Thanx...
------------------------------------
TrueDevi|