php3-list | 199908
Date: 08/30/99
- Next message: Richard Lynch: "Re: [PHP3] Security Questions (long post)"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] Values greater than 2billion"
- In reply to: Duncan Kinder: "[PHP3] PHP Will Not Work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Check the configuration file srm.conf in your
Apache directory. (Adty......).
For more information please read the PHP instalation documentation.
Good luck!
A.S. Matías Diez
Resp. Area Programación
Fibertel Tci2 S.A.
email to:mdiez <email protected>
-----Original Message-----
From: Duncan Kinder [mailto:dckinder <email protected>]
Sent: Lunes, 30 de Agosto de 1999 07:58 p.m.
To: php3 <email protected>
Subject: [PHP3] PHP Will Not Work
Hi.
I have Apache 1.3.9 running on Redhat Linux 5.2
I have downloaded the source code for php-3.0.12.
I have followed the directions. There is no apparent configure or compile
error.
I have uncommented the AddTypes reference to php which is found in my
Apache httpd.conf file.
Running the command /www/bin/httpd -l indicates that mod_php3.c is
installed.
Nevertheless, when prepare a text such as the following:
<html>
<body>
<?php
$myvar = "Hello World";
echo $myvar;
?>
</body>
</html>
It fails to display "Hello World" but rather includes the code in the
source.
Nothing happens. I have recompiled and reinstalled this about 3 times to no
avail. Nothing happens. It does not work.
My server otherwise appears to be working properly.
I have done everything they say I should do. I have checked everything they
say I should check. Useless.
I would appreciate any help. Is there even any way I can verify that php is
working on my system?
Regards,
Duncan C. Kinder
dckinder <email protected>
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Richard Lynch: "Re: [PHP3] Security Questions (long post)"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] Values greater than 2billion"
- In reply to: Duncan Kinder: "[PHP3] PHP Will Not Work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

