Hello,
I am running: Server version Apache/1.1.3
Debian/GNU.
I would like to configure virtual host based on
name. I added foloeing lines to httpd.conf
<VirtualHost www.host.lt>
DocumentRoot /usr/local/httpd/htdocs
ServerName www.host.lt
ErrorLog /www/logs/www-error.log
TransferLog /www/logs/www-access.log
</VirtualHost>
My primary server works fine, but virtual host
give response
Forbidden
You don't have permission to access / on this
server.
I have changed permisions to 777 for
/usr/local/httpd/htdocs
What coud be a problem.
Thank You in advance.
Ignas