Date: Sat, 14 Jun 2008 13:37:54 -0700 From: Gary Kline <kline@thought.org> To: "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: <20080614203754.GB42682@thought.org> In-Reply-To: <20080614144815.GA2892@shepherd> References: <20080613225024.GA5175@thought.org> <20080614044723.GB14869@thought.org> <20080614045655.GC2482@shepherd> <20080614052716.GC14869@thought.org> <20080614144815.GA2892@shepherd>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 14, 2008 at 10:48:16AM -0400, Sahil Tandon wrote: > Gary Kline <kline@thought.org> wrote: > > > The only thing I seemto remember is that in 2003, phpBB2 was > > installed withthe data directory, /usr/local/www/data/ > > Now itis installed in theweb ``root'' irectory, /usr/local/www > > > > Below is what happened with lynx. > > > > p4 22:05 <Jail:: aristotle> [2672] lynx http://localhost/phpBB2/ > > 404 Not Found > > Not Found > > > > The requested URL /phpBB2/ was not found on this server. > > What do your apache logs say about this? Look for an error associated with > trying to find this phpBB2 location. Does it exist? Is your httpd.conf > configured to make that location available? > ah, good point! hadn't thought of checing the error log. Below is the entry from 11june08. (10.47.0.250 == my jail, aristotle.) what to i add to httpd.conf? sorry, but i'veforgotten if i needed to had to set up my three phpbb forms as "virtual pages" {or whatever} ; also there are diffs between apacche13 and apache22. my lan volunteer set up apache22 when my network collapsed lastt winter and i did not watch. Hm. The virtual sites have been moved to the apache22 subdir ./Includes/httpd-local.conf. <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?? ==== you know, i shoull have but didn't have a copy of my original httpd.conf. well, live && learn. ~ p4 13:17 <Jail:: aristotle> [2683] gr phpbb error.log /var/log/httpd 32327:[Wed Jun 11 17:20:18 2008] [error] [client 10.47.0.250] File does not exist: /usr/local/www/thought.org/phpbb 32328:[Wed Jun 11 17:20:42 2008] [error] [client 10.47.0.250] File does not exist: /usr/local/www/thought.org/phpbb3 > -- > Sahil Tandon <sahil@tandon.net> -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080614203754.GB42682>