|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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!
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 01:00:01 2025 UTC |
>What does apachectl configtest tell you? apachectl configtest tell me OK!