I have attempted installing:
PHP 4.0.1, 4.1.2, 4.2.1
&
Apache 2.0.36, 2.0.39, 1.3.24, 1.3.26
in almost every possible configuration. I have compiled PHP as a module in Apache as well as a CGI executable. In every case, after coping the php.ini file, editing the httpd.conf file to load the "AddTypes" (php, phps, php3, php), and when not compiled in, the LoadModule command when i run my test file:
<head>
<title>PHP Test
</title>
</head>
<body>
<?php phpinfo(); ?>
<? echo phpinfo(); ?>
</body>
I invbariably get a blank screen. I view the page source, and I see exactly the above lines (in fact, they're even copied/pasted directly from the source)
Can anyone shed some light as to what i have done wrong in setup?
Brian
System Info:
Slackware Linux 8.0, Kernel 2.4.5