php-install Digest 25 Jul 2003 08:09:55 -0000 Issue 1474

Topics (messages 11337 through 11339):

RH9, Apache, PHP
        11337 by: Joseph A. Feustle, Jr.

Problem Installing On XP
        11338 by: Joe Giles
        11339 by: Seung Hwan Kang

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 ---
Thanks to those who replied to my question. I played around with it some more and 
found out that it was indeed working just fine. It was an "ESO" error: equipment 
superior to operator.

Joe Feustle

--- End Message ---
--- Begin Message ---
List,

I am new to PHP and Apache in a Win32 environment, I usually set these
things up in Linux, but we are evaluating PHP and APACHE for Win32. I
installed and configured Apache and it works like it should. The problem
is with PHP. I installed it according the the txt file, but when I test
the apache httpd.conf file it complains about not being able to locate the
php4apache.dll file. I also followed the recommendation in the txt file
about how to fix that and still no go. The files php4apache.dll and
php4ts.dll, along with ALL the other dlls were places in the search path
(c:\windows c:\windows\system32) but still no go.

Is there a magical way to make this work?

Thanks for the assistance
--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

-------
Registered Linux User #264910 http://counter.li.org
-------



--- End Message ---
--- Begin Message --- from PHP manual - apache 1.x module install

1. If you would like to use PHP as a module in Apache, be sure to copy php4ts.dll to the windows/system (for Windows 9x/Me), winnt/system32 (for Windows NT/2000) or windows/system32 (for Windows XP) directory

2. Open httpd.conf with your favorite editor and locate the LoadModule directive and add the following line at the end of the list:

LoadModule php4_module c:/php/sapi/php4apache.dll

3. add the following line at the end of the list:

AddType application/x-httpd-php .php.
AddType application/x-httpd-php-source .phps.

4. (re)start apache

Joe Giles wrote:

List,

I am new to PHP and Apache in a Win32 environment, I usually set these
things up in Linux, but we are evaluating PHP and APACHE for Win32. I
installed and configured Apache and it works like it should. The problem
is with PHP. I installed it according the the txt file, but when I test
the apache httpd.conf file it complains about not being able to locate the
php4apache.dll file. I also followed the recommendation in the txt file
about how to fix that and still no go. The files php4apache.dll and
php4ts.dll, along with ALL the other dlls were places in the search path
(c:\windows c:\windows\system32) but still no go.

Is there a magical way to make this work?

Thanks for the assistance
--
Joe Giles
[EMAIL PROTECTED]
AOL: mcigiles

-------
Registered Linux User #264910 http://counter.li.org
-------




--- End Message ---

Reply via email to