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

php-install Digest 3 Sep 2002 09:04:39 -0000 Issue 1006

2002-09-03 Thread php-install-digest-help
php-install Digest 3 Sep 2002 09:04:39 - Issue 1006 Topics (messages 8305 through 8315): Re: PHP, apache and Redhat 7.1 8305 by: Peter Goggin 8309 by: Chris Hewitt 8311 by: Peter 8315 by: Chris Hewitt Re: redhat-apache-php 8306 by: mhe.ruc.dk

[PHP-INST] Please help me to get PHP running

2002-09-03 Thread Lars Boquist
Hi! I have just installed the Windows installer but it seems that it is not enough to get PHP working on my Win98 machine. The PHP code is shown when I select view source and is not executed. Can somebody help me? Thanks, Lars -- PHP Install Mailing List (http://www.php.net/) To unsubscribe

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

[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

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

2002-09-03 Thread Rasmus Lerdorf
> > 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 dire