Here is the current vh.conf file

jvz wrote:
Hi
Have been trying to solve this on the comp.lang.clarion News Group but to no avail.
I will just post some of the replies.
===
Hi
Apache, Virtual Hosting, Dynamic IP, DNS2Go, GoDaddy.
I am having problems with Virtual Hosting.
www.realwebonline.net points to the Name Servers of DNS2Go i.e.


Hi Apache User List
So far my problem has not resolved.

--
====================
Kind Regards,
Johan van Zyl
JVZ Systems CC/realcorp.net
BOX 3469
Somerset West
7129
Tel: +27 (0)21 851 7205
Fax: 088 021 852 2387
Cell: +27 (0)82 875 4238
[EMAIL PROTECTED] <%5C%22mailto:[EMAIL PROTECTED]>
http://www.jvz.co.za <%5C%22http://www.jvz.co.za/%5C%22>

<http://www.businesswarriors.co.za/warriors.php?ID=11544&L=2>

### Section 3: Virtual Hosts
#
# VirtualHost: If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at 
# <URL:http://httpd.apache.org/docs-2.0/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
#NameVirtualHost *:80
#
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *:80>
#    ServerAdmin [EMAIL PROTECTED]
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
#
NameVirtualHost *:80
<VirtualHost *:80>      
                     DocumentRoot "C:/_MySites/docs/medxinfo"                   
  
        ServerName www.medx.info 
        #ServerAlias www.medx.info medx.info
        DirectoryIndex index.html index.html.var index.htm index.php
        ErrorLog C:/_MySites/logs/medxinfo-error.log
        CustomLog C:/_MySites/logs/medxinfo-access.log common
</VirtualHost>
<VirtualHost *:80>
                        DocumentRoot "C:/_MySites/docs/realwebonlinenet"
        ServerName www.realwebonline.net
        #ServerAlias www.realwebonline.net realwebonline.net 
        DirectoryIndex index.html index.html.var index.htm index.php
        ErrorLog C:/_MySites/logs/realwebonlinenet-error.log
        CustomLog C:/_MySites/logs/realwebonlinenet-access.log common
</VirtualHost>

<VirtualHost *:80>      
        DocumentRoot "C:/_MySites/docs/realsqlcom"
        ServerName www.realsql.com
                     ServerAlias www.realsql.com realsql.com
        DirectoryIndex index.html index.html.var index.htm index.php
        ErrorLog C:/_MySites/logs/realsqlcom-error.log
        CustomLog C:/_MySites/logs/realsqlcom-access.log common
</VirtualHost>
<VirtualHost *:80>      
        DocumentRoot "C:/_MySites/docs/realsqlnet"
        ServerName www.realsql.net
                ServerAlias www.realsql.net realsql.net
        DirectoryIndex index.html index.html.var index.htm index.php
        ErrorLog C:/_MySites/logs/realsqlnet-error.log
        CustomLog C:/_MySites/logs/realsqlnet-access.log common
</VirtualHost>
<VirtualHost *:80>      
        DocumentRoot "C:/_MySites/docs/abbaniscom"
        ServerName www.abbanis.com
        ServerAlias abbanis.com www.abbanis.com
        DirectoryIndex index.html index.html.var index.htm index.php
        ErrorLog C:/_MySites/logs/abbaniscom-error.log
        CustomLog C:/_MySites/logs/abbaniscom-access.log common
</VirtualHost>

<VirtualHost *:80>      
        #DocumentRoot C:/_MySites/docs/loginsys
        #ServerName realsql.com
        #ServerAlias www.realsql.com
        #DirectoryIndex index.html index.html.var index.htm index.php
        #ErrorLog C:/_MySites/logs/realsqlcom-error.log
        #CustomLog C:/_MySites/logs/realsqlcom-access.log common
</VirtualHost>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to