[PHP-INST] Re: Apache doesn't seem to send scripts to the interpreter

2002-09-03 Thread Thomas Deschamps
John wrote: > A) Make php classic test file called hello.php. Here is the text that goes > in it: >PHP Test World"; ?> > B) Find php by doing "which php ". Mine says /usr/bin/php. Now run > "/usr/bin/php -i >output.html ". If need be, move the output.html to > your default web direc

[PHP-INST] Re: Apache doesn't seem to send scripts to the interpreter

2002-09-03 Thread Thomas Deschamps
Hi John, I jsut read an email pointing to a tutorial for windows. I looked at it even if I have linux installed and tryed to figure out what is missing. Apparently there is a line to write in http.conf for making the server treating php documents as script, hich begins with "ScriptAlias..." and I

Re: [PHP-INST] redhat-apache-php

2002-09-03 Thread Thomas Deschamps
> You need to configure your apache to use php as a cgi, whenever a php file is > requested. Here is a link to a toturial. It is for installing in windows, but > the configuration af apache should bring you there. > > http://www.thickbook.com/extra/php_apachephp4_win.phtml Do you know a tutorial

[PHP-INST] Apache doesn't seem to send scripts to the interpreter

2002-08-28 Thread Thomas Deschamps
Hi After looking an the archives, FAQ, etc... I am coming to you to find an answer: My browser displays the context of the php files instead of anything else. I cannot obtain the server to send them to the php interpreter. My configuration is: -> RedHat 7.2, including php-4.0.6-15, and apache-1