Hi! I have a problem with Apache in the version 6.4 of the SuSE. I can't create virtual hosts. The access to the files is always denied: Forbidden You don't have permission to access / on this server. I created following tree: /home/www/site/pages /home/www/site/pages/index.html /home/www/site/logs I added to the default httpd.conf: <VirtualHost greisby.dyndns.org> ServerName greisby.dyndns.org ServerAdmin greisby@zenon-media.com DocumentRoot /home/www/site/pages ErrorLog /home/www/site/logs/error.log CustomLog /home/www/site/logs/access.log common </VirtualHost> <Directory /home/www/site/pages> Allow from all Order allow,deny </Directory> It's a problem of rights, since it works if I move my tree to /usr/local/httpd/htdocs/site/ , but I can't find what. The O'Reilly on Apache configuration doesn't cover this kind of problems... Any clue? Thanks! -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/