php-install Digest 23 Nov 2002 07:30:54 -0000 Issue 1129
Topics (messages 9218 through 9222):
Problems in installing
9218 by: anandbabu vuppala
install on IIS 6.0
9219 by: Kristof Troch
How to install PHP both as an apache module and as a standalone interpreter
9220 by: Jaleen Liu
9221 by: Richard Pijnenburg
problem starting php with sapi
9222 by: Eugene Sherbin
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've downloaded and installed the software from PHP.net
the later version of PHP.
and encountered a few problems in installing and running
the php files.
we use office 2000 and IIS
so please help me installing the software in deetail
hope u do so
plz mail as soon as possible
waiting for a reply
regards
anand
Anand
--- End Message ---
--- Begin Message ---
Hello,
I just installed php on my .Net server. Nothing went wrong during
installation (no errors were reported), but everytime I try to execute a php
page, he gives an error telling me he cann't find the page (error 404)...
Could someone help me?
Thanks in advance
--- End Message ---
--- Begin Message ---
Hi,
I need to install a software which requires PHP to be
installed both as an apache module and as a standalone
interpreter. Can anyone give some hint how to do that
after unzip the source file? I am using linux redhat
8.0.
Thanks
Jaleen
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--- End Message ---
--- Begin Message ---
First you install php with : ./configure --with-apxs=/path/to/apxs [ and
additional config commands ]
And after you installed it, you do: ./configure [ and additional config
commands ]
So to get the standalone version you don't give the apache apxs path.
Hope it will help you.
With kind regards,
Richard Pijnenburg
Klik-on Internet Solutions
> -----Original Message-----
> From: Jaleen Liu [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 22, 2002 5:35 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] How to install PHP both as an apache module and as
a
> standalone interpreter
>
> Hi,
>
> I need to install a software which requires PHP to be
> installed both as an apache module and as a standalone
> interpreter. Can anyone give some hint how to do that
> after unzip the source file? I am using linux redhat
> 8.0.
>
> Thanks
>
> Jaleen
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- 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 ---