severndigital
IS-IT--Management
I have apache22 running on freebsd server. Everything works fine.
I started using virtual hosts and i am running into a problem
I have the default site set as the first VH in the list. and that one comes up perfectly.
here is the first entry
the second entry if for workers outside of our building to access
when i attempt to access this host, all i get is a 403 Forbidden error.
Is it because i am accessing from within the network??
thanks in advance,
chris
I started using virtual hosts and i am running into a problem
I have the default site set as the first VH in the list. and that one comes up perfectly.
here is the first entry
Code:
<VirtualHost *:80>
ServerAdmin support@pacesetterglobal.com
DocumentRoot /usr/local/[URL unfurl="true"]www/apache22/data[/URL]
ServerName rberry
ServerAlias rberry
</VirtualHost>
Code:
<VirtualHost *:80>
ServerAdmin support@pacesetterglobal.com
DocumentRoot /usr/home/raspberry/timeclock
ServerName pacevp.selfip.net
ServerAlias pacevp.selfip.net
ErrorLog /var/log/pacevp.selfip.net-error_log
CustomLog /var/log/pacevp.selfip.net-access_log common
</VirtualHost>
Is it because i am accessing from within the network??
thanks in advance,
chris