[users@httpd] Virtual host

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
 the following is my virtual host setting for our companies internal
webserver,is their anything worng,because in web browser when ever i try to
access  it s saying "you have no permmision to access this on port 80"



<VirtualHost *>
    ServerAdmin ashutosh@xxxxxxxxxxxx
    DocumentRoot /home/ashutosh/html
    ServerName abc.mydomain.com
    ServerAlias abc
    ErrorLog /home/ashutosh/logs/error_log
    CustomLog /home/ashutosh/logs/access_log common

<Directory "/home/ashutosh//html">
        Options Indexes FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from 192.168 127.0.0.1
    </Directory>
 <IfModule mod_mime.c>
            AddType text/html .html .htm
            AddType application/x-httpd-php .html .htm .php4 .php
    </IfModule>
</VirtualHost>

Is there any suggestion anybody want to give ? thanks

Ashutosh

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux