On Sat, Jun 14, 2008 at 10:48:16AM -0400, Sahil Tandon wrote:
> Gary Kline <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
        http://jottings.thought.org   http://transfinite.thought.org


_______________________________________________
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