Permissions with Apache 2.2

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

 



Windows Xp Pro, SP2, Apache 2.2 - trying to setup a testing server on
my workstation. I keep getting 403 (permission) errors when using
virtual hosts. All sites are subdirectories of C:\Websites and all are
shared. Web Sharing is turned on in all sites. Window's host file
lists:

127.0.0.1  localhost
127.0.0.1  Websites
127.0.0.1  weather

etc.

vhosts are enabled in httpd.conf (uncommented) and setup correctly (I
think) in /Program Files/Apache Software
Foundation/Apache2.2/conf/extra/httpd-vhosts.conf:

<Directory C:/Websites>
	Order Deny,Allow
	Allow from all
</Directory>

<Directory"C:/Websites/Weather III">
	Order Deny,Allow
	Allow from all
</Directory>

etc.

<VirtualHost *:80>
	DocumentRoot 	"C:/Websites"
	ServerName 		localhost
</VirtualHost>

<VirtualHost *:80>
	DocumentRoot		"C:/Websites/Weather III"
	ServerName 		weather
</VirtualHost>

etc.

I know it is looking in the correct directory, because the favicon is
displayed along with the 403 message. Anyone see what I am doing
wrong?

Thanks
--

Larry
Email to rapp at lmr dot com

---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[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