Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

virtual hosts problem..

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Combining two rewrite rules - stuck :|  
Author Message
not16

External


Since: Jul 30, 2003
Posts: 2



(Msg. 1) Posted: Wed Jul 30, 2003 1:47 pm
Post subject: virtual hosts problem..
Archived from groups: alt>apache>configuration (more info?)

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|

 >> Stay informed about: virtual hosts problem.. 
Back to top
Login to vote
not16

External


Since: Jul 30, 2003
Posts: 2



(Msg. 2) Posted: Wed Jul 30, 2003 2:09 pm
Post subject: Re: virtual hosts problem.. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 30 Jul 2003 10:47:53 +0100, "TrueDevi|"
<not.DeleteThis@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>
<font color=purple> > ServerName <a style='text-decoration: underline;' href="http://www.funfactory.org.uk</font" target="_blank">www.funfactory.org.uk</font</a>>
 > 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|


Ok.. I got it working myself..

But..

Any idea's on the SSL, and how to get it working?

------------------------------------
TrueDevi|<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: virtual hosts problem.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Virtual hosts and SSL? - Hello I'm trying to setup this apache 1.3 server for virtual hosts, with ssl. I've got the normal port 80 working, but the SSL is a bit of a mess. If I have the SSL pages in the real part of the server, ie, https://www.example.com/fred/index.htm then....

Virtual Hosts? - I'm wanting to use one IP address to host multiple domains, ie web hosting. I assume that "virtual hosts" are the thin I need to focus on here and is this basically a similar concept to Host Headers in IIS 5.0? I'm running Windows 2000 with Apa...

local virtual hosts - i've read many posts about this subject, but none have been exactly what i'm looking for. I have Apache 2.0.46 running Redhat 9. This PC along with 3 others are on a Dl-614+ router. I want to use the redhat machine as a development server for several....

Virtual Hosts :: logs - Hey all- I have apache 2.0.46 running the following virtual hosts, plus a few more: <VirtualHost *> ServerName www.awhc.org DocumentRoot "/home/awhc/www/" </VirtualHost> <VirtualHost *> ServerName awhc.org Doc...

Make LAN virtual hosts available to Internet - Possible? - Hi! I run a mandrake linux server on my LAN, running apache with Dynamic Virtual Hosts. On the lan I use the DNS server to route the requests to the apache server and the server uses the name (its name based virtual hosting) to determine what page t...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]