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

Help needed with Name Based Virtual Hosting

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Redirect Configuration  
Author Message
danmagnus

External


Since: Nov 30, 2003
Posts: 2



(Msg. 1) Posted: Sun Nov 30, 2003 12:40 pm
Post subject: Help needed with Name Based Virtual Hosting
Archived from groups: alt>apache>configuration (more info?)

Ok folks here's the deal

I have a cable modem - firewall - server.

I use netsol dnsmanager to handel the fact that i have a dynamic ip.

currently www.thedan.org resolves correctly to the isp-given ip
address.

however even though i have virtual hosts defined in httpd.conf the
server always handles the request in the default manner.


the ip of my firewall/router is 24.194.239.71
the ip of the server is 192.168.0.3

here is a clip form my httpd.conf

---------------
Listen *

NameVirtualServer *

<VirtualHost *>
ServerName www.thedan.org
DocumentRoot /www/thedandotorg
</VirtualHost>

------------------------------------

what is up?

 >> Stay informed about: Help needed with Name Based Virtual Hosting 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Sun Nov 30, 2003 9:32 pm
Post subject: Re: Help needed with Name Based Virtual Hosting [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dan mangus <danmagnus.RemoveThis@hotmail.com> wrote:
 > however even though i have virtual hosts defined in httpd.conf the
 > server always handles the request in the default manner.
 > here is a clip form my httpd.conf
 > NameVirtualServer *
 > <VirtualHost *>
<font color=purple> > ServerName <a style='text-decoration: underline;' href="http://www.thedan.org</font" target="_blank">www.thedan.org</font</a>>
 > DocumentRoot /www/thedandotorg
 > </VirtualHost>

Well, besides the fact that I miss the <Directory> part that explain
what to do with the doc root... where are the OTHERS virtual hosts?

Davide<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Help needed with Name Based Virtual Hosting 
Back to top
Login to vote
danmagnus

External


Since: Nov 30, 2003
Posts: 2



(Msg. 3) Posted: Mon Dec 01, 2003 9:52 am
Post subject: Re: Help needed with Name Based Virtual Hosting [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Well the rest look the same

<VirtualHost *>
ServerName hello.thedan.org
DocumentRoot /www/hellothedandotorg
</VirtualHost>


but no matter what the server acts in the default manner.

PS what directory part??


-Dan
 >> Stay informed about: Help needed with Name Based Virtual Hosting 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 4) Posted: Mon Dec 01, 2003 6:00 pm
Post subject: Re: Help needed with Name Based Virtual Hosting [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dan mangus <danmagnus.RemoveThis@hotmail.com> wrote:
 > <VirtualHost *>
 > ServerName hello.thedan.org
 > DocumentRoot /www/hellothedandotorg

here you should have something like
<Directory /www/hellothedandotorg>
  Options ...
  Order allow, deny
  Allow from all
</Directory>
 > </VirtualHost>

Davide<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Help needed with Name Based Virtual Hosting 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
APACHE NAME BASED VIRTUAL HOSTING QUESTION - INORDER TO USE NAMED BASED VIRTUAL HOSTING DO YOU NEED TO RUN A NAMESERVER ALSO. IF SO IS THERE ANY EASY TO UNDERSTAND INFO ON THE NAME SERVER ASPECT OF IT. IN THE PAST I RAN AN OLDER VERSION OF APACHE AND THE VIRTUAL HOSTING INFO WAS STORED IN THE..

Name-based Virtual Hosts - Hi there I was wondering if anyone could tell me how to set up name-based virtual hosts? I have two domain names that resolve to the same IP and should essentially show different pages. However both domains show the same page when loaded and it isn't..

Apache Name-based Virtual Host SSL - i want to set Virtual Host SSL now i can set Basic Virtual Host not SSL like www.123.com and www.456.com but i want to set https://www.123.com and https://www.456.com too . How can i do sir ? note : i has 1 ip address on 1 server computer . thank u...

Name based virtual host issues - I am brand new to apache(v2) and am having an issue setting up name based virtual hosting. I wish to quit using IIS and move to apache. the details are as follows local machine name: TPP Domain 1: thepumas.net domain 2: galadrielle.org domain 3:..

Accessing name-based virtual server pages on the LAN - OK, this isn't really a config question. Go easy, I'm new here! I have a couple of name-based virtual servers set up, Apache 2.0 on Red Hat 8.0. The Linux machine sits behind a DSL router, along with a WinXP machine. I've got dynamic ip set up. ..
   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 ]