php-install Digest 23 Nov 2002 21:19:56 -0000 Issue 1130
Topics (messages 9223 through 9226):
problem starting php with sapi in win xp
9223 by: Eugene Sherbin
9226 by: Eugene Sherbin
apache 2.0.43, PHP 4.3.0RC1 installed, PHP won't work
9224 by: Tassilo Wik
Re: apache 2.0.43, PHP 4.3.0RC1 installed, PHP won't work - problem solved
9225 by: Tassilo Wik
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 ---
Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache client
(2.0.42-win32-x86-no_ssl) under windows XP
downloaded the zip file from the php.net website, and then extracted the contents into
c:\php\ (such that php.exe is in the root of that dir). Then I copied all the dlls
into windows\system folder as per instructions, added the 3 lines of code:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
to the begining of httpd.conf file, and when i try to start the server it says:
"Cannot load C:/PHP/sapi/php4apache.dll into server: The specified module could n
ot be found." meanwhile C:/PHP/sapi/php4apache.dll is exactly where it's located on
the hdd
Thank you
Eugene
--- End Message ---
--- Begin Message ---
Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache client
(2.0.42-win32-x86-no_ssl) under windows XP
downloaded the zip file from the php.net website, and then extracted the contents into
c:\php\ (such that php.exe is in the root of that dir). Then I copied all the dlls
into windows\system folder as per instructions, added the 3 lines of code:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
to the begining of httpd.conf file, and when i try to start the server it says:
"Cannot load C:/PHP/sapi/php4apache.dll into server: The specified module could n
ot be found." meanwhile C:/PHP/sapi/php4apache.dll is exactly where it's located on
the hdd
Thank you
Eugene
--- End Message ---
--- Begin Message ---
hi group,
i'm working on a real weired problem for a few hours now. i installed apache & mod_php
without any errors, added "loadmodule" and
"applicationtype" to httpd.conf, but when i start a php-page apache only gives me the
source. nothing to find in the apache
error.log...
thanx for any help in advance!
tassilo
--- End Message ---
--- Begin Message ---
hi,
i solved the problem and learned two things:
1. don't try to solve a "strange" problem after midnight
2. add
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
<Files *.php>
to the httpd.conf
bye,
tassilo
--- End Message ---