View previous topic :: View next topic |
Author |
Message |
Beerke n00b

Joined: 19 Apr 2003 Posts: 53
|
Posted: Thu Jun 10, 2004 7:26 pm Post subject: Apache2 startup troubles |
|
|
When i try to start apache2 i get the following error
Code: | /etc/init.d/apache2 start
/sbin/runscript.sh: line 534: 301 Segmentation fault /usr/sbin/apache2 -t ${APACHE2_OPTS} >/dev/null 2>&1
* Apache2 has detected a syntax error in your configuration files:
/sbin/runscript.sh: line 534: 303 Segmentation fault /usr/sbin/apache2 -t ${APACHE2_OPTS}
|
apache2ctl configtest gives this
Code: | apache2ctl configtest
/usr/sbin/apache2ctl: line 100: 340 Segmentation fault $HTTPD -t
|
apache2 -e debug gives me the following
Code: | apache2 -e debug
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module access_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module auth_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module auth_anon_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module auth_dbm_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module auth_digest_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module include_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module log_config_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module env_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module mime_magic_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module cern_meta_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module expires_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module headers_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module usertrack_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module unique_id_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module setenvif_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module proxy_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module proxy_connect_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module proxy_ftp_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module proxy_http_module
[Thu Jun 10 21:24:01 2004] [debug] mod_so.c(247): loaded module mime_module
Segmentation fault
|
is there something wrong with mime_module ??? |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Thu Jun 10, 2004 7:38 pm Post subject: |
|
|
Well, try commenting out the corresponding line in the configuration file and see if it segfaults again... Or maybe it's not that module but the one that gets loaded right after it.
At any rate, this should not be happening. Did you try to re-emerge apache? _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
Beerke n00b

Joined: 19 Apr 2003 Posts: 53
|
Posted: Thu Jun 10, 2004 7:51 pm Post subject: |
|
|
i tried to commenting out the mime_mod and also the modules before and after. The problem still persists even if the modules are commented out. It worked all before i emerged to a newer version |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Thu Jun 10, 2004 8:24 pm Post subject: |
|
|
moocha wrote: | Did you try to re-emerge apache? |
_________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
Beerke n00b

Joined: 19 Apr 2003 Posts: 53
|
Posted: Thu Jun 10, 2004 8:44 pm Post subject: |
|
|
working on it, it is not going that fast on a p200 |
|
Back to top |
|
 |
Beerke n00b

Joined: 19 Apr 2003 Posts: 53
|
Posted: Thu Jun 10, 2004 9:38 pm Post subject: |
|
|
problem is resolved thx to re-emerging |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Thu Jun 10, 2004 10:03 pm Post subject: |
|
|
Ah well, may just have been a random fluke Glad to hear it's solved. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
|