Here is my latest, revised config file and it works. Thanks for all the help, everyone.
<VirtualHost 192.168.15.4:80> DocumentRoot /var/www/phreebooks ServerName billing.website.com <Directory /var/www/phreebooks/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> </VirtualHost> On Mon, Dec 2, 2013 at 2:44 PM, Freek de Kruijf <f.de.kru...@gmail.com>wrote: > Op maandag 2 december 2013 13:46:12 schreef Kevin Smith: > > 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) > > You are using apache 2.2 so Require Allow All should not be there; it is a > new > directive in 2.4. > > What URL did you use to access your website? > > -- > fr.gr. > > Freek de Kruijf > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >