php-install Digest 3 Mar 2003 19:11:09 -0000 Issue 1274
Topics (messages 10255 through 10256):
Invalid command 'php_value' on apache 1.3
10255 by: Jan Ryll
Re: PHP wouldn't work on Apache/W2K
10256 by: Jip Kongruengkit
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hello
I have a problem with starting the apache:
Syntax error on line 17
Invalid command 'php_value', perhaps mis-spelled or defined by a module not
included in the server configuration /usr/sbin/apachectl start:
httpd could not be started
please help
--
mfg
Jan Ryll
--- End Message ---
--- Begin Message ---
Hi all,
I have installed PHP 4.3.1 on Apache 1.3.27 on Windows2000 Server, and I've
created a test file with just <? php phpinfo(); ?>, but when I tried to view
that file via my browser, I got a blank screen. And when I did 'view
source' in the browser, I was able to see the source code of the PHP script.
According to the FAQ, this means that the web server did not send the script
to PHP for interpretation, but I have double checked the Apache
configuration against the PHP installation instructions many many times, and
there doesn't seem to be anything wrong.
Here are the steps that I followed when installing PHP:
1. Extracted the files to c:\php
2. Copied php4ts.dll, php4apache.dll, and all files in c:\php\dlls to
c:\winnt\system32
3. Copied php.ini-optimized to c:\winnt and renamed it php.ini
4. In php.ini, set extension_dir = c:\php\extensions\
5. In php.ini, set doc_root = c:\Inetpub\wwwroot\php\ (this is also where I
put my test file)
6. Gave php.ini read permission to Everyone.
Is there anything that I missed or did wrong? Thanks for any help.
--- End Message ---