[PHP-INST] Re: PHP - HOW TO MAKE IT WORK WITHIN APACHE

2002-07-17 Thread J Fazenda
Hi Scott, BINGO I'm now getting my "Hello World" loud and clear. / In fact I didn't have a real problem, just ignorance. All I had to do was to change the Index file extension to .PHP. PHP has been there, working fine, all the while. I just didn't know how to use it. I have some experience

[PHP-INST] Re: PHP - HOW TO MAKE IT WORK WITHIN APACHE

2002-07-17 Thread Scott Lamb
J Fazenda wrote: > Hi Scott, > > Many thanks for your help. > > 1 - I do see several blocks ... in httpd.conf but I > only got: > root 3353 0.0 0.3 1728 564 pts/1 s 15:48 0:00 fgrep httpd > when I did > ps auxww | fgrep httpd Start Apache first. :) That command will show you all the run

[PHP-INST] Re: PHP - HOW TO MAKE IT WORK WITHIN APACHE

2002-07-17 Thread J Fazenda
Hi Scott, Many thanks for your help. 1 - I do see several blocks ... in httpd.conf but I only got: root 3353 0.0 0.3 1728 564 pts/1 s 15:48 0:00 fgrep httpd when I did ps auxww | fgrep httpd 2 - PHP seems to be installed. I got php -4.0.6-7 when I did rpm -q php 3 - I modified

[PHP-INST] Re: PHP - HOW TO MAKE IT WORK WITHIN APACHE

2002-07-16 Thread Scott Lamb
J Fazenda wrote: > I found the following lines in the httpd.conf that was installed in my > system: > > HAVE_PHP4> > LoadModule php4-module > > . > HAVE_PHP4> > AddModule php4-module.c > > > And the following lines in the Apache startup script : [...] > daemon $httpd `moduleargs`