php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2187 Apache don't started
Submitted: 1999-08-30 00:29 UTC Modified: 2002-06-16 08:39 UTC
From: brifing at indi dot ru Assigned:
Status: Not a bug Package: Other
PHP Version: 3.0.12 OS: Linux Slackware 4.0 (2.2.11)
Private report: No CVE-ID: None
 [1999-08-30 00:29 UTC] brifing at indi dot ru
I'm use Apache 1.3.9
#!/bin/sh
./configure \
    --prefix=/usr/local/www \
    --enable-module=expires \
    --enable-module=headers \
    --enable-module=info \
    --enable-module=rewrite \
    --enable-module=so \
    --enable-module=speling \
    --enable-shared=max 

with php-3.0.12 module

#!/bin/sh
./configure \
    --host=i686-pc-linux-gnulibc1 \
    --prefix=/usr/local/php3 \
    --with-apxs=/usr/local/www/bin/apxs \
    --with-mod_charset \
    --with-mysql=/usr/local/mysql \
    --without-gd \
    --with-zlib \
    --with-config-file-path=/usr/local/etc

Server don't started.
I'm comment  line into httpd.conf

LoadModule php3_module libexex/libphp3.so
and
AddModule mod_php3.c

> ./apachectl start
Started httpd it's OK!

I'm remove comment and restarting
> kill -HUP `cat httpd.pid`
Apache restarted  - OK!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-03 13:03 UTC] rasmus at cvs dot php dot net
What does apachectl configtest tell you?
 [2000-01-24 13:59 UTC] joey at cvs dot php dot net
Will close if no info...
 [2000-01-24 16:48 UTC] brifing at indi dot ru
>What does apachectl configtest tell you?
     apachectl configtest tell me OK!
 [2002-06-16 08:39 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC