[wplug] Apache help

Chris Romano romano.chris at gmail.com
Wed Apr 9 08:49:02 EDT 2008


On Wed, Apr 9, 2008 at 8:45 AM, Michael Semcheski <mhsemcheski at gmail.com> wrote:
> On Wed, Apr 9, 2008 at 8:37 AM, Chris Romano <romano.chris at gmail.com> wrote:
>
> >
> >
> > > You need to look at whether Apache is allowing or denying access to the
> > > directory...
> > >
> > > Check  /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/*.conf
> > >
> > >
> >
> > Are you talking about this?
> >
> > <VirtualHost *:80>
> >   ServerAdmin webmaster at calvaryofwashington.com
> >   DocumentRoot /var/www/html/calvaryofwashington.com/
> >   ServerName www.calvaryofwashington.com
> >   ServerAlias calvaryofwashington.com
> >   ErrorLog logs/calvaryofwashington.com-error_log
> > </VirtualHost>
> >
> >
> >
> >
> > Chris
> >
>
> Yes, you a node inside that vhost like:
>
> <Directory "/var/www/html/calvaryofwashington.com">
>     Order Allow,Deny
>      Allow from all
>     DirectoryIndex index.html
> </Directory>
>

I put that between the <VirtualHost> tags, restarted apache and I'm
still receiving the same erros.

Chris

-- 
"They that would trade essential liberty for a little temporary safety
deserve neither." -- Benjamin Franklin


More information about the wplug mailing list