This is a discussion on virtual hosts problem.. within the Apache Web Server forums, part of the Web Server and Related Forums category; hi, After Kerio + windows managed to delete my whole webserver, I've had to reinstall the lot.. However, I'm ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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@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| |
|
|||
|
On Wed, 30 Jul 2003 10:47:53 +0100, "TrueDevi|"
<not@vailable.for.spam> wrote: >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@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| Ok.. I got it working myself.. But.. Any idea's on the SSL, and how to get it working? ------------------------------------ TrueDevi| |