[wplug] Apache help

Michael Semcheski mhsemcheski at gmail.com
Wed Apr 9 08:45:24 EDT 2008


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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.wplug.org/pipermail/wplug/attachments/20080409/e63fcd7d/attachment.html


More information about the wplug mailing list