php-install Digest 28 Sep 2001 23:35:49 -0000 Issue 479

Topics (messages 4427 through 4432):

Re: PHP on IIS5/Win2K as isapi error
        4427 by: Hans-Peter Droska

Re: IIS, PHP4, OCI8
        4428 by: Hans-Peter Droska

2 - Compiling PHP4.0.6 in Linux 2.4.4 --> sapi_apache.c gives an error
        4429 by: Dan Roozemond

Re: Error 404 problems with PHP4 and Apache 1.3 on Win ME
        4430 by: Rahul Narain

Garbled no more
        4431 by: Brian Jacobs

mail() is not supported in this PHP build
        4432 by: Admin

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 ---
"Sean Capstick" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

> If I look under ISAPI filters, the PHP dll is not loaded. (I've rebooted the
> machine).  So then I look in Event Viewer and there's an HTTP service error
> saying it could not load php4isapi.dll.  Error data 7E 00 00 00.

Try to copy the 'php4ts.dll' from the php-directory into the winnt/system32/ directory.

Bye, HaPe


--- End Message ---
--- Begin Message ---

"Matthew Walden" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am trying to get PHP installed and working on the platform as
> described in the subject.  It works fine until I uncomment the line in
> the php.ini file which loads the OCI8 extension.  After that, any client
> attempting to view any php file on the webserver gets no reponse at all.
>
> The correct extensions path has been declared and the dll is in that
> folder.
>
> Are there any known problems or common mistakes I could be encountering?

I have the same Problem!
Please Help!

Bye, HaPe


--- End Message ---
--- Begin Message ---
oh yeah, i forgot: i use apache 2.0.16

greetinx
dan


--- End Message ---
--- Begin Message ---
I have the same problem as Izy! And I'm just not satisfied with using
3rd-party software to fix the problem... anyone have any idea where the
problem could lie?

My config in httpd.conf:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"

Error message in browser:
Not Found /php/php.exe/test.php

In Apache error.log:
(2)No such file or directory: script not found or unable to stat:
c:/perl/php

How is this happening, when the config seems to be the same as is posted
all over the Web?

Jonathan Hilgeman <[EMAIL PROTECTED]> wrote in article
<[EMAIL PROTECTED]>...
> Try using FoxServ for a simplified setup process.
> http://prdownloads.sourceforge.net/foxserv/foxserv-v1.0.exe
> - Jonathan
> 
> "Izy" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I recently installed Apache 1.3 (Win32) and PHP 4 on a Win ME system. 
I
> > followed the installation instructions included in the readme file that
> was
> > included in the PHP installation. Running php.exe -i returned the html
> codes
> > properly.
> >
> > The apache server is displaying .html and .htm files properly while my
> > test.php file, which resides in the same directory, is coming up as
"HTTP
> > Error 404". I triple checked my installation of PHP and everything
seemed
> to
> > be in order.
> >
> > I'd appreciate any help and suggestions to fix this problem.
> >
> >
> 
> 
> 
--- End Message ---
--- Begin Message ---
I had been getting the "Garbled" error message.

find / -name apxs 
showed me:
/usr/sbin/apxs
/usr/local/apache/bin/apxs

I had been configuring with
/configure --with-mysql --with-apxs

My libphp4.so was being installed in /usr/lib/apache/libphp4.so.

I tried
/configure --with-apxs=/usr/local/apache/bin/apxs

and I noticed that libphp4.so was installed in
/usr/local/apache/libexec/libphp4.so

I restarted Apache and it worked.

I didn't configure using --with-mysql but the built in support is working so I'm not 
going to do that right now.

Hope this is helpful

- Brian

Apache 1.3.14
PHP 4.0.6
Mysql  3.23.32
Redhat 6.2


--- End Message ---
--- Begin Message ---
The subject says it all --

phpinfo shows the path to sendmail as:

sendmail_path    -t -i

After manually editing php3.ini and changing the sendmail_path to 
/usr/sbin/sendmail -t -i, then restarting Apache, phpinfo still shows the 
path to sendmail as

sendmail_path     -t -i

Any suggestions on how to fix this?
--- End Message ---

Reply via email to