I modified it to look like this, but I've tried this, before to no effect and it still has no effect, now.
<VirtualHost 192.168.15.4:80> DocumentRoot /var/www/phreebooks ServerName billing.website.com <http://billing.cajunpcrepair.com> <Directory "/var/www/phreebooks"> Order Allow,Deny Allow From All Require Allow All </Directory> </VirtualHost> Log file /var/log/apache2/error.log [Mon Dec 02 13:30:11 2013] [notice] Apache/2.2.20 (Ubuntu) PHP/5.3.6-13ubuntu3.1 with Suhosin-Patch configured -- resuming normal operations [Mon Dec 02 13:30:15 2013] [error] [client 192.168.15.49] client denied by server configuration: /var/www/phreebooks/install/test.php I also su'd into the www-data user, to make sure it had read/write permissions on each file. It was able to create files, modify them and delete them, if that helps. I don't have SELinux installed. When I try to access the website, from the local computer, using the configuration above, this is what I get in error.log: [Mon Dec 02 13:43:51 2013] [crit] [client 192.168.15.4] configuration error: couldn't perform authentication. AuthType not set!: /phreedom [Mon Dec 02 13:43:52 2013] [crit] [client 192.168.15.4] configuration error: couldn't perform authentication. AuthType not set!: /favicon.ico [Mon Dec 02 13:43:52 2013] [crit] [client 192.168.15.4] configuration error: couldn't perform authentication. AuthType not set!: /favicon.ico [Mon Dec 02 13:44:02 2013] [crit] [client 192.168.15.4] configuration error: couldn't perform authentication. AuthType not set!: / On Mon, Dec 2, 2013 at 11:17 AM, Eric Covener <cove...@gmail.com> wrote: > No mention of an error.log. That's step 1. The error may point you > towards either Apache or OS/filesystem permissions (incl e.g. > SELinux). > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >