php-install Digest 20 Sep 2002 09:27:34 -0000 Issue 1032

Topics (messages 8504 through 8513):

Cannot load libphp4.so : undefined symbol: ap_block_alarms
        8504 by: NewsServer

Apache not parsing without .php on url?
        8505 by: Stefan
        8510 by: Moraes, Fabio

chunked transfer-coding
        8506 by: aps.iw.mail.way.com.ar

Apache not parsing without .php on url..
        8507 by: Stefan

on W2K server
        8508 by: yasin inat

Re: [PHP-WIN] on W2K server
        8509 by: Dash McElroy
        8511 by: Olivier Hubert
        8513 by: yasin inat

<AUTO> {Getty#125-487}ACCESSKEY
        8512 by: Getty Images USA Sales

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 ---
Hello,
I am trying to get PHP-4.2.3 to work with Apache-2.0.40.... it seems I am
not the only one to be struggling with this

I have managed to follow the instructions on the php.net web site so far, I
ran

./configure --prefix=/net --enable-module=so
make
make install

to install apache, and it all works fine.

I then continued to add php
cd ../php-4.2.3
./configure --with-mysql --with-apxs2=/net/bin/apxs
make
make install

and this also completed without error, however libphp4.so is not in the
default libexec as the instructions said, I found it in /usr/lib/apache/ so
I added to httpd.conf

LoadModule php4_module      /usr/lib/apache/libphp4.so

As I ran into trouble I have also added

<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>

Now I am completely lost and restarting httpd returns the error:-

Syntax error on line 232 of /net/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server:
/usr/lib/apache/libphp4.so: undefined symbol: ap_block_alarms

[ line 232 is:- LoadModule php4_module      /usr/lib/apache/libphp4.so ]

Help !


--- End Message ---
--- Begin Message ---
Hello,
I have a new Apache 2.0.40 with PHP 4.2.3 installation on a Solaris x86 box.

Configered in httpd.conf  with:
AddType application/x-httpd-php .php
and
LoadModule ....

Parsing urlīs with "xxxx .php" works fine, but i canīt figure out why it
dosenīt
work if i leave out the ".php"extension in the url? This works in my old
apache 1 installation.!

The file is named "test.php" in the "abc" directory.
"http://my.server.se/abc/test.php"; works, but not
"http://my.server.se/abc/test";

Any tips in what i missed out in configuration or how to fix this would be
appreciated.

best regards,
Stefan



--- End Message ---
--- Begin Message ---
because apache doesnt know that 'test' is a php script.
to make it work, reconfigure your addtype directive.

kisses, :P

---
 Fabio Moraes
 [EMAIL PROTECTED]
 +55 21 3088 9548 

> -----Original Message-----
> From: Stefan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 19, 2002 2:18 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Apache not parsing without .php on url?
> 
> 
> Hello,
> I have a new Apache 2.0.40 with PHP 4.2.3 installation on a 
> Solaris x86 box.
> 
> Configered in httpd.conf  with:
> AddType application/x-httpd-php .php
> and
> LoadModule ....
> 
> Parsing url?s with "xxxx .php" works fine, but i can?t figure 
> out why it
> dosen?t
> work if i leave out the ".php"extension in the url? This 
> works in my old
> apache 1 installation.!
> 
> The file is named "test.php" in the "abc" directory.
> "http://my.server.se/abc/test.php"; works, but not
> "http://my.server.se/abc/test";
> 
> Any tips in what i missed out in configuration or how to fix 
> this would be
> appreciated.
> 
> best regards,
> Stefan
> 
> 
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
--- End Message ---
--- Begin Message ---
Hello,
I have problems with attachments uploads, and I think that is the HTTP/1.1
because when I send a very small file it arrives ok, but when I send a
normal file (100 kb) I recieve a piece of the file.
What can I do?
I have PHP 4 the last version, Apache 1.3.26 and IMP 3.1
Where is the problem? I have read the rfc of HTTP/1.1 and it says that if
you uses HTTP/1.1 you need have applications that decode chunked
transfer-coding.
Are IMP and PHP able to manage this?

TIA 

--- End Message ---
--- Begin Message ---
Hello,
I have a new Apache 2.0.40 with PHP 4.2.3 installation.

Configered in httpd.conf  with:
AddType application/x-httpd-php .php
and
LoadModule ....

Parsing urlīs with "xxxx .php" works fine, but i canīt figure out why it
dosenīt
work if i leave out the ".php"extension in the url? This works in my old
apache 1 installation.!

The file is named "test.php" in the "abc" directory.
"http://my.server.se/abc/test.php"; works, but not
"http://my.server.se/abc/test";

Any tips in what i missed out in configuration or how to fix this would be
appreciated.

Regards,
Stefan


--- End Message ---
--- Begin Message ---
i've   read  all  about  documentation  php -sapi module- on apache2

but  i  couldn't  take  result  of  any   success ...  
i've   disabled IIS   ....  want  to  use  apache2  instead  of  it .... 

i've  downloaded  apache2.036   ,  2.0.39 ,  2.0.40
& php 4.2.1 , 4.2.2 

i've   tried   all  compositions   of  them  above ....  but   nothing ...

only the   error   like  this 

The Apache service named reported the following error:

>>> Cannot load C:/PHP/php4apache2.dll into server: The specified module could not be 
>found

>>> Cannot load C:/PHP/php4apache.dll into server: The specified module could not be 
>found  (even i've  tried  php4apache.dll)



pls  help  me ....  

--- End Message ---
--- Begin Message ---
I've got Apache 2.0.40 and PHP 4.2.3 running just fine as a sapi on my win2k
pro box.

Possible reasons:

1. Apache 2.0.40 and PHP4.2.3 like each other, as do 2.0.39 and php 4.2.2
(but don't mix and match).
2. The path to your sapi plugin is incorrect (mine is at
c:/php/sapi/php4apache2.dll).

-Dash

-----Original Message-----
From: yasin inat [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, September 19, 2002 9:11 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-WIN] on W2K server 


i've   read  all  about  documentation  php -sapi module- on apache2

but  i  couldn't  take  result  of  any   success ...  
i've   disabled IIS   ....  want  to  use  apache2  instead  of  it .... 

i've  downloaded  apache2.036   ,  2.0.39 ,  2.0.40
& php 4.2.1 , 4.2.2 

i've   tried   all  compositions   of  them  above ....  but   nothing ...

only the   error   like  this 

The Apache service named reported the following error:

>>> Cannot load C:/PHP/php4apache2.dll into server: The specified module
could not be found

>>> Cannot load C:/PHP/php4apache.dll into server: The specified module
could not be found  (even i've  tried  php4apache.dll)



pls  help  me ....  

--- End Message ---
--- Begin Message ---
Hi,

I've had the same kind of problem, I don't know if what I propose will 
solve yours (my error message was "The specified procedure could not be 
found"). First of all, make sure your paths are all right and that you 
copied the php4ts.dll in the good windows directory.

If you still have a problem, try downloading PHP from:

http://snaps.php.net/win32/php4-win32-latest.zip

I checked the link just before sending this mail and it was still working. 
Using the php4apache4.dll from this package solved my problem and allowed 
me to use PHP as an ISAPI module with Apache2.

Olivier Hubert

Note: thanks go to Stuart Hamilton ([EMAIL PROTECTED]) who first sent this 
link to the PHP-WIN mailing list

At 21:10 2002-09-19 -0700, yasin inat wrote:
>i've   read  all  about  documentation  php -sapi module- on apache2
>
>but  i  couldn't  take  result  of  any   success ...
>i've   disabled IIS   ....  want  to  use  apache2  instead  of  it ....
>
>i've  downloaded  apache2.036   ,  2.0.39 ,  2.0.40
>& php 4.2.1 , 4.2.2
>
>i've   tried   all  compositions   of  them  above ....  but   nothing ...
>
>only the   error   like  this
>
>The Apache service named reported the following error:
>
> >>> Cannot load C:/PHP/php4apache2.dll into server: The specified module 
> could not be found
>
> >>> Cannot load C:/PHP/php4apache.dll into server: The specified module 
> could not be found  (even i've  tried  php4apache.dll)
>
>
>
>pls  help  me ....

--- End Message ---
--- Begin Message ---
Yes ....   U're  right  Olivier Hubert ...

in  my  configration ..  php4ts.dll   has  been  changed  ...
i've  noticed  by  it's   size ....i've  remembered  that  a bit  over  1MB
...
but  i  saw  4MB  .....  i've   checked  ... Overwrited  with  new  one
.....
&  it's  OK   now  ....   even  i've  added   exif  extension ....
but  yet   i  couldn't   learned   what   caused   to  change   that   file
?



--- End Message ---
--- Begin Message ---
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at 877-438-8966. 
 Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday.  

For reference, your assigned case ID is:125487

For a limited time, buy any three discs from PhotoDisc, Artville or EyeWire and save 
15%! Questions? Ask your consultant for details, or click the link below:

http://creative.gettyimages.com/source/photodisc/specials.asp 
<http://creative.gettyimages.com/source/photodisc/specials.asp> 

 <http://creative.gettyimages.com/source/photodisc/specials.asp> 


-----Original Message-----
From: php-install [[EMAIL PROTECTED]]
Sent: Thursday, Sep 19 2002 4:39PM
To: [EMAIL PROTECTED] [[EMAIL PROTECTED]]
Subject: ACCESSKEY




=======================================================
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.

=======================================================
--- End Message ---

Reply via email to