Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2008 17:08:03 -0400
From:      Sahil Tandon <sahil@tandon.net>
To:        Gary Kline <kline@thought.org>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: How do I install pphpBB2?  [WAS: Re: okay, it's time to ask....]
Message-ID:  <20080614210803.GC3520@shepherd>
In-Reply-To: <20080614203754.GB42682@thought.org>
References:  <20080613225024.GA5175@thought.org> <20080614044723.GB14869@thought.org> <20080614045655.GC2482@shepherd> <20080614052716.GC14869@thought.org> <20080614144815.GA2892@shepherd> <20080614203754.GB42682@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gary Kline <kline@thought.org> 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 <sahil@tandon.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080614210803.GC3520>