I think you cant access the HHTP server on
a port less than 1023 if you are not root user. If you change the port of the
apache than it should work
From: Ashutosh Mohanty
[mailto:ashutoshinbox@xxxxxxxxx]
Sent: Friday, July 14, 2006 4:54
PM
To: Users@xxxxxxxxxxxxxxxx
Subject: [users@httpd] Virtual
host
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
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
|
|