Re: [PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-03 Thread Chris Hewitt
Peter wrote: >I have the lines: >LoadModule php4_module libexec/libphp4.so > > AddModule mod_php4.c > > >AddType application/x-httpd-php .php .php4 .php3 .phtml >AddType application/x-httpd-php-source .phps > >I have stopped and restarted apache several times. > Peter, I'm

Re: [PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-02 Thread Peter
Message - From: "Chris Hewitt" <[EMAIL PROTECTED]> To: "Peter Goggin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 12:56 AM Subject: Re: [PHP-INST] Re: PHP, apache and Redhat 7.1 > Peter, > > It sounds

Re: [PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-02 Thread Chris Hewitt
Peter, It sounds like you have not added appropriate AddType and LoadModule lines in httpd.conf, or not restarted Apache. HTH Chris Peter Goggin wrote: >I have installed Redhat 7.2, Apache 1.3.26, php 4.2.2. > >I can get the web server working, but it does not appear to interpret >embedded ph

[PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-02 Thread Peter Goggin
I have installed Redhat 7.2, Apache 1.3.26, php 4.2.2. I can get the web server working, but it does not appear to interpret embedded php code. I have run /usr/bin/php -i >test.htm and the file generated displays in the browser. However even simple files with embedded php do not work. For exa