Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-19 Thread Ronnie Clark
OK, I have doen the following in order: cd /usr/ports/databases/mysql323-server make install clean cd /usr/ports/www/apache13-modssl make install clean cd /usr/ports/www/mod_php4 make install clean And I have php and SSL playing nice. But, I have a server certificicate that is expired and

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-19 Thread Andreas Ntaflos
On Tue, Nov 19, 2002 at 02:49:25PM -0600, Ronnie Clark wrote: And I have php and SSL playing nice. But, I have a server certificicate that is expired and doesn't match... How does one update the CA and server cert after these steps? Look at the FAQ section of the mod_ssl handbook at

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Ruben de Groot
On Tue, Nov 05, 2002 at 08:43:00AM -0600, Kevin D. Kinsey, DaleCo, S.P. typed: Anyone have a 'cheat sheet' for an install of apache, mod_php4, mod_ssl, mysqld? I'm about sick of: grok a dozen web pages more through the INSTALL *one more time* *guessing* at the right flags, ./configure,

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Kevin D. Kinsey, DaleCo, S.P.
From: Ruben de Groot [EMAIL PROTECTED] To: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 9:03 AM Subject: Re: cheat sheet? apache, mod_ssl, mod_php, mysql On Tue, Nov 05, 2002 at 08:43:00AM -0600, Kevin D. Kinsey, DaleCo, S.P. typed

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Brent Bailey
in ?? Thanx Brent From: Ruben de Groot [EMAIL PROTECTED] To: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 9:03 AM Subject: Re: cheat sheet? apache, mod_ssl, mod_php, mysql On Tue, Nov 05, 2002 at 08:43:00AM -0600, Kevin D. Kinsey

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
At 11:32 AM 11.5.2002 -0500, Brent Bailey wrote: Im having the same issue .. I install per the way shown below cd /usr/ports/databases/mysql323-server make install clean cd /usr/ports/www/apache13-modssl make install clean cd /usr/ports/www/mod_php4 make install clean but php4 doesnt work ...is

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
Brent: Does PHP show up in the module list when Apache is restarted? Check the apache error_log for something like: [Tue Nov 5 11:51:55 2002] [notice] Apache/1.3.27 (Unix) PHP/4.2.3 configured -- resuming normal operations If not, have you modified the apache config file. Make sure you have

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread DaleCo Help Desk
From: Roger Williams [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 10:24 AM Subject: cheat sheet? apache, mod_ssl, mod_php, mysql Below is what I use. You might need to change some of the dirs and the version #s of the tarballs, but it is almost a copy and past

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Roger Williams
Sorry about the mysql. I usually get the latest greatest from mysql.com and their instructions are very basic to follow. I promise to read the whole question next time..LOL Roger To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
You could try adding something like this in your apache startup file: LD_PRELOAD=/usr/local/mysql/lib/mysql/libmysqlclient.so; export LD_PRELOAD Modify for your mysql lib location and add these two lines before the call to start httpd. Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems,

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread DaleCo Help Desk
: Tuesday, November 05, 2002 10:39 AM Subject: RE: cheat sheet? apache, mod_ssl, mod_php, mysql You could try adding something like this in your apache startup file: LD_PRELOAD=/usr/local/mysql/lib/mysql/libmysqlclient.so; export LD_PRELOAD Modify for your mysql lib location and add these two

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
At 12:27 PM 11.5.2002 -0500, Brent Bailey wrote: oops sorry ... what paths am i suppose to edit ?? What am i suppose to put in to php.ini-dist ?? Thanx for your help :-) Brent At 11:32 AM 11.5.2002 -0500, Brent Bailey wrote: Im having the same issue .. I install per the way shown below cd

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Mike Hogsett
by preloading the daemon (program) file? KDK From: Barry Byrne [EMAIL PROTECTED] To: DaleCo Help Desk [EMAIL PROTECTED]; Roger Williams [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 10:39 AM Subject: RE: cheat sheet? apache, mod_ssl, mod_php, mysql You could try

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Brent Bailey
I hate to bug ya ...but ive built php into apache befor ...and have never had to edit that file for paths. Unless somewhting has changed wit the way apache php work together ... what paths am i suppose to edit ?? paths for apache mysql ?? thanx Brent At 12:27 PM 11.5.2002 -0500, Brent

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread DaleCo Help Desk
From: Mike Hogsett [EMAIL PROTECTED] To: DaleCo Help Desk [EMAIL PROTECTED] Cc: Barry Byrne [EMAIL PROTECTED]; Roger Williams [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 11:43 AM Subject: Re: cheat sheet? apache, mod_ssl, mod_php, mysql Sorry to jump into the middle

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
Williams; [EMAIL PROTECTED] Subject: Re: cheat sheet? apache, mod_ssl, mod_php, mysql /usr/ports/databases/mysqlserver323 doesn't seem to build any shared objects.. :-( Could I get the same results by preloading the daemon (program) file? KDK From: Barry Byrne [EMAIL PROTECTED

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Brent Bailey
sheet? apache, mod_ssl, mod_php, mysql You could try adding something like this in your apache startup file: LD_PRELOAD=/usr/local/mysql/lib/mysql/libmysqlclient.so; export LD_PRELOAD Modify for your mysql lib location and add these two lines before the call to start httpd. Cheers

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
At 11:52 AM 11.5.2002 -0600, DaleCo Help Desk wrote: From: Mike Hogsett [EMAIL PROTECTED] To: DaleCo Help Desk [EMAIL PROTECTED] Cc: Barry Byrne [EMAIL PROTECTED]; Roger Williams [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 11:43 AM Subject: Re: cheat sheet? apache