php-install Digest 6 Sep 2002 08:36:19 -0000 Issue 1010
Topics (messages 8331 through 8336):
php with iplanet 6 on Solaris
8331 by: Brian Vaughan
php executable?
8332 by: Bryan Koschmann - GKT
problems compiling php4 on redhat 7.1
8333 by: Richard Scrivener
8335 by: Chris Hewitt
Re: PHP and Apache Installation
8334 by: Yuriy Rusinov
How to let Apache execute PHP script without extension .php
8336 by: Mike Duin
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 ---
I am trying to get php4.2.2 working with iPlanet 6 on Solaris 8.
I have everything compiled with gcc 3.0.3, and the server starts ok. It
serves html pages fine. However, whenever I request any php page, the
server seems to restart itself, and I get the following on the command line:
/disk1/iplanet/es6% [LS ls1] http://10.10.166.75, port 80 ready to accept
requests
startup: server started successfully
There is no entry in the access log, and the error log contains:
--------------------------
[05/Sep/2002:17:46:06] failure ( 4122): Child process admin thread is
shutting down
[05/Sep/2002:17:46:07] info ( 4125): Installing a new configuration
[05/Sep/2002:17:46:07] info ( 4125): [LS ls1] http://10.10.166.75, port 80
ready to accept requests
[05/Sep/2002:17:46:07] info ( 4125): A new configuration was successfully
installed
[05/Sep/2002:17:46:08] info ( 4125): Using the Solaris VM v1.2.2 from Sun
Microsystems Inc.
[05/Sep/2002:17:46:08] info ( 4125): Java VM classpath:
/disk1/iplanet/es6/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar:/disk1/iplanet/es6/bin/https/jar/NSServletLayer.jar:/disk1/iplanet/es6/bin/https/jar/NSJavaUtil.jar:/disk1/iplanet/es6/bin/https/jar/NSJavaMiscUtil.jar:/disk1/iplanet/es6/bin/https/jar/servlet.jar:/disk1/iplanet/es6/bin/https/jar/servlet-2.3-filters-api.jar:/disk1/iplanet/es6/bin/https/jar/jsp092.jar:/disk1/iplanet/es6/bin/https/jar/jaxp.jar:/disk1/iplanet/es6/bin/https/jar/crimson.jar:/disk1/iplanet/es6/bin/https/jar/xalan.jar:/disk1/iplanet/es6/bin/https/jar/jspengine.jar:
[05/Sep/2002:17:46:08] info ( 4125): Loading IWSSessionManager by default.
[05/Sep/2002:17:46:08] info ( 4125): IWSSessionManager: Maximum number of
sessions is 1000
[05/Sep/2002:17:46:08] info ( 4125): php4_init reports: Initialized PHP Module
[05/Sep/2002:17:46:08] info ( 4125): Successfully initialized web
application environment (web-apps.xml) for virtual server (https-www2.fame.com)
-----------------------------
any ideas?
**********
Brian Vaughan
Corporate Webmaster, Web Services
FAME Information Services, Inc.
325 E. Eisenhower Parkway, Suite #301
Ann Arbor, MI 48108, U.S.A.
Tel: 734.332.4382 Fax: 734.332.4440
e-mail: [EMAIL PROTECTED]
http://www.fame.com/
--- End Message ---
--- Begin Message ---
Hello,
I'm trying to install Cacti (frontend to rrdtool) and it has me add a line
to crontab that looks like this:
*/5 * * * * cactiuser php /path/to/cacti/cmd.php > /dev/null 2>&1
This would seem it wants a php executable to run the cmd.php file. Now am
I supposed to have a php executable? I am running PHP 4.2.2 on Slackware
8.0 with Apache 2.
Any help would be great!
Thanks,
Bryan
--- End Message ---
--- Begin Message ---
Hi,
I can't get php4 to compile on my redhat 7.1 environment.
I had an initial problem with apxs: it wasn't installed by default with
RH71, so I downloaded the rpm and installed it.
Now I am getting an error concerning libgcc_s.so.1 !! I searched for an
rpm that seemed to install this library (gcc-3.0.3-5.src.rpm) but I still
get the error.
I have attached the debug.log script.
you help would be greatly appreciated!!
richard scrivener
minotaur information systems
sydney, australia
--- End Message ---
--- Begin Message ---
Richard Scrivener wrote:
> I can't get php4 to compile on my redhat 7.1 environment.
> I had an initial problem with apxs: it wasn't installed by default
> with RH71, so I downloaded the rpm and installed it.
I usually select "Custom" then "Install Everything". OK its 3.5 GB with
RH7.3 but it avoids these problems.
>
> Now I am getting an error concerning libgcc_s.so.1 !! I searched for
> an rpm that seemed to install this library (gcc-3.0.3-5.src.rpm) but I
> still get the error.
You have installed the source code, so it won't give you the library
unless you then compile it. Its the binary not source rpm you want to
install.
> I have attached the debug.log script.
Attachments, unless very small, are usually removed from mailing lists.
If you want to, paste the relevant parts into the email.
> you help would be greatly appreciated!!
No much help, I'm afraid, but you are welcome to any I can give.
Regards
Chris
>
--- End Message ---
--- Begin Message ---
Hi, Gustavo Sigal !
> Hi , I install php 4.2.2 , apache 2.0.39 on a Windows 95 .
> When i use the explorer to see a .php file this error ocurr
> Bad request!
> <?php
> phpinfo();
> ?>
> Any idea ?
Possible problem in httpd.conf and/or php.ini files. You have to write
in your httpd.conf the next following
ScriptAlias /php/ "C:/php/"
<Directory "C:/php">
AllowOverride None
Options None
</Directory>
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php
Action application/x-httpd-php-source "/php/php.exe"
AddType application/x-httpd-php-source .phps
After that you may enjoy and run all in php.
Best regards,
Sincerely yours,
Yuriy Rusinov.
--- End Message ---
--- Begin Message ---
Hi,
I would like to run a php script but without giving it the extension .php.
Would like to do this because I have the trailing slash problem in apache.
(the last slash in a URL which tells apache if it is a file or a folder)
I already tried mod_rewrite... but this one doesnt work quite good with
the Informix WebDriver..... argh.
So my last option is a redirect in a script.....
Does anyone know how to configure this on my Redhat 7.3 box?
Apache 1.3.22 (yeah I know it is old, but have to :( )
PHP 4.2.2
Regards
Mike J. Duin
--- End Message ---