kb2tfa Posted February 28, 2007 Share Posted February 28, 2007 I setup vhost according to the manual, but I get a permission issue when I try to access the site. The path is /usr/home/user/public_html on freebsd 6.2 this folder is 755 but cannoot use it. the only folder that works is root folder /usr/local/www/data I don't understand why the permission comes about. "You don't have permission to access / on this server" NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin my email DocumentRoot /usr/home/user1/public_html ServerName mylocalhost </VirtualHost> but if the path is www then it works <VirtualHost *:80> ServerAdmin my email DocumentRoot /usr/local/www/www.kb2tfa.com/public_html ServerName localhost </VirtualHost> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.