Summary: | Default apache2 start script is configured incorrectly for options | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Burhan Khalid <burhan.khalid> |
Component: | Current packages | Assignee: | Gentoo Web Application Packages Maintainers <web-apps> |
Status: | RESOLVED INVALID | ||
Severity: | minor | CC: | hythloday |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Burhan Khalid
2003-10-11 14:00:15 UTC
Good little catch! Donny, I don't feel like closing your bugs, so could you... :) Markus Nigbur; excuse me, but I will close/fix it when I have time. Why are you posting irritating comments like that? Its a small glitch at BEST and I work on this project in my vounteered, spare time. Well after taking a closer look: If I start apache2 with the init.d/apache script, the command line looks like: /usr/sbin/apache2 -k start -D PHP4 -D SSL and my PHP applications work. If I start apache2 with apache2ctl, the command line looks like: /usr/sbin/apache2 -D PHP4 -D SSL -k start and my PHP applications work. This is with tge apache-2.0.47-r1 ebuild, so what is there to fix? Got same error with the new Apache emerge ( net-www/apache-2.0.48 ). Apache wouldn't start when APACHE_OPTS="-D PHP4", same fix as before (edit the /etc/init.d/apache2 script, move ${APACHE_OPTS} so its before -k start) emerge apache emerge mod_php php edit /etc/conf.d/apache2 to enable -D PHP4 works here |