[PHP-INST] Invalid command 'php_value' on apache 1.3

2003-03-03 Thread Jan Ryll
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 -- PHP Install Mailing

[PHP-INST] HELP: PHP wouldn't work on Apache/W2K

2003-03-03 Thread Jip Kongruengkit
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 , 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

php-install Digest 3 Mar 2003 19:11:09 -0000 Issue 1274

2003-03-03 Thread php-install-digest-help
php-install Digest 3 Mar 2003 19:11:09 - 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:

[PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-03 Thread Jip Kongruengkit
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 , 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

RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-03 Thread Rich Gray
> 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 , 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 > P

RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-03 Thread Kongruengkit, Jip
Title: RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K Sorry all, I forgot to mention these steps: In Apache's config file (httpd.conf), I did the following: - inserted ScriptAlias /php/ "c:/php/" - inserted AddType application/x-httpd-php .php - inserted Action application/x-httpd-p

[PHP-INST] Cookie

2003-03-03 Thread Nathaniel P. Wilkerson
I have PHP installed on Win2k IIS5.0 and I am trying to run the following script: Here's the main code that is being executed: setcookie('lang', $_POST['lang'], time()+3600, '/'); header('Location: index.php'); What should happen is that the cookie is set [setcookie('lang', $_POST['lang'], ti

[PHP-INST] PHP and SERVER variables

2003-03-03 Thread Sharat Hegde
Hello, I just upgraded from PHP3 to PHP4 on Apache 1.3.x on Windows NT. I need to access the PHP and SERVER variables on my PHP 4 installation. My code is as follows: However, I get the following error: Notice: Undefined variable: SERVER_SOFTWARE in c:\program files\apache group\apache\htdocs\

php-install Digest 4 Mar 2003 07:46:45 -0000 Issue 1275

2003-03-03 Thread php-install-digest-help
php-install Digest 4 Mar 2003 07:46:45 - Issue 1275 Topics (messages 10257 through 10261): HELP-- PHP wouldn't work with Apache/W2K 10257 by: Jip Kongruengkit 10258 by: Rich Gray 10259 by: Jip Kongruengkit Cookie 10260 by: Nathaniel P. Wilkerson PHP and SERV

Re: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-03 Thread Patrick LOK
RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2KI have exact config/setup w/ yours except loading sapi! Mine is working fine! FYI, SAPI won't work on W2K; so the last 2 inserts are meaningless (you may remove them). DId you 'Restart' Apache? ./pl "Jip Kongruengkit" <[EMAIL PROTECTED

RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-03 Thread Sharat Hegde
I am using the CGI access and not the PHP4 module. Will that cause a problem? Hence I do not have the "LoadModule php4_module c:/php/sapi/php4apache.dll" line in my Apache config file. Regards, Sharat Hegde Phone: 6575800 Ext 4610 Direct: 6566615 -Original Message- From: Patrick LOK [ma