[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Google
  Web www.spinics.net

Virtual Host under RedHat 8.0



I have a problem with Virtual Host with Apache 2.0 on
Red Hat 8.0.  I keep receiving this error message,
when trying to contact the domains...

Forbidden
You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered
while trying to use an ErrorDocument to handle the
request.


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

Apache/2.0.40 Server at cswb.net Port 80

Here is a partial copy of httpd.conf file...

### 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 206.253.190.3

#
# 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 *>
#    ServerAdmin webmaster@dummy-host.example.com
#    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>

<VirtualHost 206.253.190.3>
    DocumentRoot /home/aaacellshop/public_html
    ServerName www.aaacellshop.com
    ServerAlias aaacellshop.com
    ErrorLog /home/aaacellshop/aaacellshop-error_log
    CustomLog /home/aaacellshop/aaacellshop_log common
</VirtualHost>

<VirtualHost 206.253.190.3>
    DocumentRoot /home/bittcompany/public_html
    ServerName www.bitticksandcompany.com
    ServerAlias bitticksandcompany.com
    ErrorLog /home/bittcompany/bittcompany-error_log
    CustomLog /home/bittcompany/bittcompany_log common
</VirtualHost>

<VirtualHost 206.253.190.3>
    DocumentRoot /home/castletoy/public_html
    ServerName www.castletoyinc.com
    ServerAlias castletoyinc.com
    ErrorLog /home/castletoy/castletoy-error_log
    CustomLog /home/castletoy/castletoy_log common
</VirtualHost>

<VirtualHost 206.253.190.3>
    DocumentRoot /home/chipsdelivery/public_html
    ServerName www.chipsdeliveryserice.com
    ServerAlias chipsdeliveryserice.com
    ErrorLog
/home/chipsdelivery/chipsdelivery-error_log
    CustomLog /home/chipsdelivery/chipsdelivery_log
common
<VirtualHost 206.253.190.3>
    DocumentRoot /home/movingtarget/public_html
    ServerName www.themovingtargets.com
    ServerAlias themovingtargets.com
    ErrorLog /home/movingtarget/movingtarget-error_log
    CustomLog /home/movingtarget/movingtarget_log
common
</VirtualHost>

<VirtualHost 206.253.190.3>
    DocumentRoot /usr/share/squirrelmail
    ServerName mail.cswb.net
    ServerAlias mail.cswb.net
    ErrorLog /home/cswb/cswb-error_log
    CustomLog /home/cswb/cswb_log common
</VirtualHost>

<VirtualHost 206.253.190.3>
    DocumentRoot /home/cswb/public_html
    ServerName cswb.net
    ServerAlias cswb.net
    ErrorLog /home/cswb/cswb-error_log
    CustomLog /home/cswb/cswb_log common
</VirtualHost>

None of the virtual host are working, I have no logs
of errors...  I have checked permissions, even gave
one virtual host 777 access...  Any thoughts or
suggestions would be very helpful...

Thanks,
Kevin Morland
_______________________________________________
LinuxManagers mailing list - http://www.linuxmanagers.org
submissions: LinuxManagers@linuxmanagers.org
subscribe/unsubscribe: http://www.linuxmanagers.org/mailman/listinfo/linuxmanagers

[Home]     [Kernel List]     [Linux SCSI]     [Video 4 Linux]     [Linux Admin]     [Yosemite News]     [Motherboards]

Powered by Linux