[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#224128: apache: I can repeat this behaviour and can supply a strace -f



Package: apache
Version: 1.3.29.0.1-3
Severity: normal
Followup-For: Bug #224128

I can repeat Jordan Trasks Problem over and over again. Here is what I
did:

apachectl stop

ps auxw |grep apache shows: no running apaches anymore.
no /var/run/apache.pid.

bash-2.05b# apachectl configtest
Processing config directory: /etc/apache/conf.d
 Processing config file: /etc/apache/conf.d/phpmyadmin
 Syntax OK

bash-2.05b# ps auxw |grep apa
root     23992  0.0  0.0  1532  456 pts/2    R    01:44   0:00 grep apa
bash-2.05b# 

bash-2.05b# modules-config apache disable mod_php4
bash-2.05b# grep php /etc/apache/modules.conf
bash-2.05b# apachectl start
Processing config directory: /etc/apache/conf.d
 Processing config file: /etc/apache/conf.d/phpmyadmin
 /usr/sbin/apachectl start: httpd started
 bash-2.05b# ps auxw |grep apache |wc -l
 17

bash-2.05b# modules-config apache enable mod_php4
bash-2.05b# grep php /etc/apache/modules.conf
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

<fine, we got a running apache, but no php support>

bash-2.05b# apachectl graceful
/usr/sbin/apachectl graceful: httpd gracefully restarted
bash-2.05b# ps auxw |grep apache |wc -l
17

<note, pids have changed, apache has restarted successfully
 _with_ php4>

 and apache is back online with php4


you can find a strace -f of a startattempt here:
http://student.physik.uni-mainz.de/~reiffert/out.gz


Any questions?








-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux one.webersheim.de 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686
Locale: LANG=POSIX, LC_CTYPE=POSIX (ignored: LC_ALL set to POSIX)

Versions of packages apache depends on:
ii  apache-common               1.3.29.0.1-3 Support files for all Apache webse
ii  debconf                     1.3.22       Debian configuration management sy
ii  dpkg                        1.10.18      Package maintenance system for Deb
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libdb4.1                    4.1.25-10    Berkeley v4.1 Database Libraries [
ii  libexpat1                   1.95.6-6     XML parsing C library - runtime li
ii  libmagic1                   4.06-2       File type determination library us
ii  libpam0g                    0.76-14.1    Pluggable Authentication Modules l
ii  logrotate                   3.6.5-2      Log rotation utility
ii  mime-support                3.23-1       MIME files 'mime.types' & 'mailcap
ii  perl [perl5]                5.8.2-2      Larry Wall's Practical Extraction 

-- debconf information:
* apache/server-name: one.webersheim.de
* apache/document-root: /var/www
* apache/server-port: 80
* apache/enable-suexec: false
* apache/init: true
* apache/server-admin: webmaster@one.webersheim.de




Reply to: