GIDForums  

Go Back   GIDForums > Web Hosting Forums > Apache Web Server Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 18-Sep-2008, 11:38
dsdesign dsdesign is offline
New Member
 
Join Date: Sep 2008
Posts: 1
dsdesign is on a distinguished road

multiple site help


I am trying to host multiple sites useing Apache 2.2 and am very new to the program. I have been through every tutorial I can find and have been through all the steps in them. I can get a single site to work but when I go through the steps and set up virtualhosts when I try to access sites I get a page that lists index for each site. What am I doing wrong?

info on system

i am using xp pro with apache 2.2
i am behind linksys router with static ip
i have port frowarding set up for ports 80 and 443

here is copy of my virtual host

NameVirtualHost *:80

#================================================= =========
#== VIRTUAL CONTAINER 1 <WWW.dreamsoftdesign.COM> ==
#================================================= =========
<VirtualHost www.dreamsoftdesign.com:80>
NameVirtualhost www.dreamsoftdesign.com
ServerName www.dreamsoftdesign.com
ServerAlias *.www.dreamsoftdesign.eu
ServerSignature Email
ServerAdmin jmoore@harrisbb.com
ServerPath "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/dreamsoft/"
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/dreamsoft/"
<Directory />
HostnameLookups On
Options Indexes FollowSymLinks MultiViews
IndexOptions FancyIndexing
DirectoryIndex /index.html
# Redirect Permanent /index.html www.dreamsoftdesign.com message.html
AllowOverride None
Order deny,allow
Allow from all
Satisfy All
</Directory>
ErrorLog "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/dreamsoft/errorlog"
TransferLog "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/dreamsoft/access.log"
</VirtualHost>

#================================================= =========
#== VIRTUAL CONTAINER 2 <WWW.fit-results.COM> ==
#================================================= =========
<VirtualHost www.fit-results.com:80>
NameVirtualhost www.fit-results.com
ServerName www.fit-results.com
# ServerAlias *.www.fit-results.eu
ServerSignature Email
ServerAdmin jmoore@harrisbb.com
ServerPath "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/fitresults/"
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/fitresults/"
<Directory />
HostnameLookups On
Options Indexes FollowSymLinks MultiViews
IndexOptions FancyIndexing
DirectoryIndex /index.html
# Redirect Permanent /index.html www.fit-results.com message.html
AllowOverride None
Order deny,allow
Allow from all
Satisfy All
</Directory>
ErrorLog "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/fitresults/errorlog"
TransferLog "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/fitresults/accesslog"
</VirtualHost>


any help is much appreciated!!!!
 
 

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Site Optimization - the basic things dimos31 Search Engine Optimization Forum 3 19-Jun-2005 13:00
Flash Deadly Sins that can kill your web site abacomedia Web Design Forum 9 10-Jan-2005 22:13
Tutorial: Adding Music to your Site, WAV, MP3, Flash? abacomedia Web Design Forum 1 20-May-2004 16:10

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 08:23.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.