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

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

2002-11-05 Thread DaleCo Help Desk
Groot, Williams, Byrne Think I'll go get my spare box now Kevin Kinsey DaleCo, S.P. - Original Message - From: "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 8:43 AM Subject: cheat sheet? apach

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

2002-11-05 Thread Jack L. Stone
<[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 of this thread, but I have recently >> installed Apache 1.3x, mod_php4, and mysql on a 4.7 box. I simply

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

2002-11-05 Thread Brent Bailey
ot;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

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

2002-11-05 Thread Barry Byrne
2 17:18 > To: Barry Byrne; Roger 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 >

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 Su

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 Ba

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

2002-11-05 Thread Mike Hogsett
the same results by preloading > the daemon (program) file? > > KDK > > From: "Barry Byrne" <[EMAIL PROTECTED]> > To: "DaleCo Help Desk" <[EMAIL PROTECTED]>; "Roger Williams" > <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >

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

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

2002-11-05 Thread DaleCo Help Desk
ger 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 adding something like this in your apache startup file: > > LD_PRELOAD="/usr/local/mysql/lib/my

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, B

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

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 som

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 wo

cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Roger Williams
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 operation with this. Roger $ gzip -d -c apache_1.3.x.tar.gz | tar xvf - $ gzip -d -c mod_ssl-2.8.x-1.3.x.tar.gz | tar xvf - $ gzip -d -c php-4.1.x.

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

2002-11-05 Thread Brent Bailey
?? 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,

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

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, > ./co

cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Kevin D. Kinsey, DaleCo, S.P.
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, make, etc.. and would be grateful for any pointers... Kevin Kinsey DaleCo, S.P.