Patrick: VirtuelHost auf anderes Verzeichnis

Beitrag lesen

Hi

Ich möchte neben dem standardhost (192.168.0.172:80 | /var/www/html) noch ein Virtueller erstellen de auf IP 192.168.0.173:80 lauscht mit dem folder "/home/hosting/httpdocs/"

hier die httpd.conf:
NameVirtualHost 192.168.0.173
<VirtualHost 192.168.0.173>
  ServerName server1.test
  DocumentRoot "/home/hosting/httpdocs/"
</VirtualHost>

Und als meldung vom Browser kommt nur:
Forbidden

You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.52 (Fedora) Server at 192.168.0.173 Port 80

Wie nun kann ich dieses Problem lösen?

Vielen Dank schon im voraus!