Gary Kline <[EMAIL PROTECTED]> wrote:

> <Directory /usr/local/www/jottings>
>     AllowOverride None
>     Order Allow,deny
>     Allow from all
> </Directory>
> 
> <Directory /usr/local/www/bsd>
>     AllowOverride None
>     Order Allow,deny
>     Allow from all
> </Directory>
> 
> <Directory /usr/local/www/philosophy>
>     AllowOverride None
>     Order Allow,deny
>     Allow from all
> </Directory>
> 
> 
> .....
> 
> 
>       so, doi set up myphpbb[23] here??

Perhaps.

> 32327:[Wed Jun 11 17:20:18 2008] [error] [client 10.47.0.250] File does
> not exist: /usr/local/www/thought.org/phpbb

That seems pretty clear to me.  Apache is looking for phpbb in 
/usr/local/www/thought.org/phpbb, where it does not exist.  Fix that or 
configure apache to look in the appropriate location.

-- 
Sahil Tandon <[EMAIL PROTECTED]>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to