Re: okay, it's time to ask....

2008-06-14 Thread Jos Chrispijn

Gary Kline wrote:

Cann anybody clue me in?
  
I personally haven't had this problem, but perhaps you can have a peek 
at: http://ubuntuforums.org/archive/index.php/t-449946.html


Jos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-14 Thread Sahil Tandon
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?

-- 
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]


Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-14 Thread Gary Kline
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]


Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-14 Thread Sahil Tandon
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]


okay, it's time to ask....

2008-06-13 Thread Gary Kline

PEople,

After a long time, I've got phpbb configured into mysql.
I've downloaded phpBB2 and installed it.  My notes from 
2003 fail here; it may be because my apache-2 isn't configured.

Cann anybody clue me in?

thanks much,

gary



-- 
  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]


How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Gary Kline
On Fri, Jun 13, 2008 at 03:50:28PM -0700, Gary Kline wrote:
 
   PEople,
 
   After a long time, I've got phpbb configured into mysql.
   I've downloaded phpBB2 and installed it.  My notes from 
   2003 fail here; it may be because my apache-2 isn't configured.
 
   Cann anybody clue me in?
 
   thanks much,
 
   gary
 
 
 
 -- 
   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]

-- 
  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]


Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Sahil Tandon
Gary Kline [EMAIL PROTECTED] wrote:

   After a long time, I've got phpbb configured into mysql.
   I've downloaded phpBB2 and installed it.  My notes from 
   2003 fail here; it may be because my apache-2 isn't configured.

What notes?  What fails and how?  Show error output and logs.

   Cann anybody clue me in?

Only if you provide background, a better description of the problem and the 
steps you've taken to troubleshoot it.  When seeking help on this list, you 
should follow this advice:

http://www.lemis.com/questions.html
http://www.catb.org/~esr/faqs/smart-questions.html

-- 
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]


Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Gary Kline
On Sat, Jun 14, 2008 at 12:56:56AM -0400, Sahil Tandon wrote:
 Gary Kline [EMAIL PROTECTED] wrote:
 
  After a long time, I've got phpbb configured into mysql.
  I've downloaded phpBB2 and installed it.  My notes from 
  2003 fail here; it may be because my apache-2 isn't configured.
 
 What notes?  What fails and how?  Show error output and logs.
 
  Cann anybody clue me in?
 
 Only if you provide background, a better description of the problem and the 
 steps you've taken to troubleshoot it.  When seeking help on this list, you 
 should follow this advice:


I've read Greg's advice page; I did google for instructions OR 
tutorial on installling phpbb2 , freebsd

and foundnothing helpful. Since I did create the mysql lines,
my'03 notes suggested tha it was timeto point my browser at the
BBS.  aristotle is a jail without X so I used lynx.

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.


gary

PS: Last time I was using apache13.  I don't understand very much
about apache22.  But looks like I'd better get busy... .

-- 
  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]


Re: How do I install pphpBB2? [WAS: Re: okay, it's time to ask....]

2008-06-13 Thread Gary Kline
On Sat, Jun 14, 2008 at 12:56:56AM -0400, Sahil Tandon wrote:
 Gary Kline [EMAIL PROTECTED] wrote:
 
  After a long time, I've got phpbb configured into mysql.
  I've downloaded phpBB2 and installed it.  My notes from 
  2003 fail here; it may be because my apache-2 isn't configured.
 
 What notes?  [ ... ]


Appended are my original notes.
 
 -- 
 Sahil Tandon [EMAIL PROTECTED]

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

STAGE 1

/*
 * mysql instruuctions
 */


STAGE 2 -- APACHE

# cd /usr/ports/www/apache13/  make install clean

***downloads and installs apache***

STAGE 3 -- MOD_PHP4

# cd /usr/ports/lang/php4/  make install clean

list of things i enable for php:
GD2 bzip2 cracklib mcrypt mhash pdflib IMAP GDBM OpenSSL SNMP XML FTP
CURL gettext iconv recode pspell BCMath mcve sockets

zlib and MySQL should already be selected, but DEFINITELY select them if
they are not.  One probably doesn't need any of the above options to run
phpBB...  I just like this set in case I use php for other things in the
future.

because we enabled snmp it stops to asks some questions while compiling
those libraries.  i just took the defaults without deviation...

***downloads and installs mod_php4***

STAGE 4 -- PHPBB

# cd /usr/ports/www/phpbb/  make install

# /usr/local/etc/rc.d/apache.sh start
 apache#

open browser now and point to http://localhost/phpBB2/;

fill in the following values according to the db we set up earlier:
Database Server Hostname / DSN:  localhost
Your Database Name:  phpbb
Database Username:  phpbb_user
Database Password:  X (starred out, of course) // was bbuser
Admin Email Address:  [EMAIL PROTECTED]
Domain Name:  hostname.real.address (if you do not have a valid dns name,
it is very important that you use your IP address here
instead of a fake DNS entry.  phpBB creates it's page links
dynamically with the value you enter here.
Server Port:  80
Script path:  /phpBB2/
Administrator Username:  Administrator
Administrator Password:  adminpass  (starred out again...)
Administrator Password [ Confirm ]:  adminpass

click Submit and on the next page click Finish

then back to the console...

# cd /usr/local/www/data/phpBB2/
# rm -rf install/

the web install says to make sure to remove /install and /contrib, but i
didn't find any /contrib directory in the version of phpbb that installed?
 guess we'll ignore that...


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]