Re: [newbie] Okay... Apache and php

2007-02-07 Thread Paul
>Now the only thing that has to happen again is that Apache and PHP >actually speak MYSQL... urpmi php-mysql. Duh. Done, I guess. -- Disc space -- the final frontier! http://www.nlpagan.net/linux.php Have you visited http://twiki.mdklinuxfaq.org yet? __

Re: [newbie] Okay... Apache and php

2007-02-07 Thread Paul
STOP PRESS! PHP works. Phew. Now the only thing that has to happen again is that Apache and PHP actually speak MYSQL... Going well. :-) Paul -- Disc space -- the final frontier! http://www.nlpagan.net/linux.php Have you visited http://twiki.mdklinuxfaq.org yet?

Re: [newbie] Okay... Apache and php

2007-02-07 Thread Paul
Hi all, And hooray! >It installs a config file here /etc/httpd/modules.d/70_mod_php.conf >and will *include* this when you start the httpd daemon. Okay, wonderful. At least Apache is now running. Things look in place. (Look...) >To be sure, test it with a simple php file ... Thank you. The ex

Re: [newbie] Okay... Apache and php

2007-02-06 Thread RickS
RickS ([EMAIL PROTECTED]) wrote: > Paul ([EMAIL PROTECTED]) wrote: [...] Hi Paul, seems there is an update for php that came out today too, FYI. -- RickS If we can ever make red tape nutritional, we can feed the world. -- R. Schaeberle, "Management Accounting" ___

Re: [newbie] Okay... Apache and php

2007-02-06 Thread Paul Stejskal
Paul Stejskal wrote: Paul wrote: LoadModule php5_module modules/libphp5.so apache-mod_php ahhh... it is in extramodules... Dang. it's not. That is mod_php5.so. I can't find libphp5.so. :( Paul Want to buy your Pack

Re: [newbie] Okay... Apache and php

2007-02-06 Thread RickS
Paul ([EMAIL PROTECTED]) wrote: > > >>> >LoadModule php5_module modules/libphp5.so > >> > >>apache-mod_php > > > >ahhh... it is in extramodules... > > Dang. it's not. That is mod_php5.so. > I can't find libphp5.so. :( Hi, Sorry I was wrong, its not necessary. Russ had the right package. I just i

Re: [newbie] Okay... Apache and php

2007-02-06 Thread Paul Stejskal
Paul wrote: LoadModule php5_module modules/libphp5.so apache-mod_php ahhh... it is in extramodules... Dang. it's not. That is mod_php5.so. I can't find libphp5.so. :( Paul Want to buy your Pack or Services from Mand

Re: [newbie] Okay... Apache and php

2007-02-06 Thread Paul
>>> >LoadModule php5_module modules/libphp5.so >> >>apache-mod_php > >ahhh... it is in extramodules... Dang. it's not. That is mod_php5.so. I can't find libphp5.so. :( Paul Want to buy your Pack or Services from Mandriva? Go to http://store.

Re: [newbie] Okay... Apache and php

2007-02-06 Thread Paul
>> >LoadModule php5_module modules/libphp5.so > >apache-mod_php ahhh... it is in extramodules... Paul -- There is a technical term for someone who confuses the opinions of a character in a book with those of the author. That term is idiot. - S.M. Stirling http://www.nlpagan.net/linux.php Have

Re: [newbie] Okay... Apache and php

2007-02-06 Thread Russ Kepler
On Tuesday 06 February 2007 14:10, Paul wrote: > Hello Rick, > > >check the httpd.conf for these: > >--8< > >LoadModule php5_module modules/libphp5.so > > Unfortunately, for some reason this file is not on my machine. Is there > some magic RPM where it is hidden? I i

Re: [newbie] Okay... Apache and php

2007-02-06 Thread Paul
Hello Rick, >check the httpd.conf for these: >--8< >LoadModule php5_module modules/libphp5.so Unfortunately, for some reason this file is not on my machine. Is there some magic RPM where it is hidden? I installed PHP5 as far as I could find the RPMs... >maybe do

Re: [newbie] Okay... Apache and php

2007-02-06 Thread Paul
Hi Rick! >and Google is always your friend, >http://dan.drydog.com/apache2php.html >http://www.petefreitag.com/item/516.cfm Thanks for that. I'll be playing soon! Paul -- There is a technical term for someone who confuses the opinions of a character in a book with those of the author. That term

Re: [newbie] Okay... Apache and php

2007-02-06 Thread irsissz
On Tue, 6 Feb 2007 18:26:14 +0100, Paul wrote > Hi all, > > I have my system back in order mostly. > I just need the pointer on how to activate PHP within Apache. Again. > I think I installed all that I need for that. It is probably just > one directive in a resourcefile I need to add or change. >