| Summary: | Make apachectl read /etc/conf.d/apache | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Shevek <gentoo> |
| Component: | Current packages | Assignee: | Donny Davies (RETIRED) <woodchip> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | 1.4_rc2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
this would also fix the `/etc/init.d/apache restart` problem lmao, what is the "restart' problem mr. smart ass? get outta here. ok, so the bug has been fixed :P the old versions just ran `apachectl restart` so apache wouldnt recognize conf.d settings added this to apache2ctl, will do Apache-1 at next update, thanks. should work with apache-1.3.27-apachectl.patch |
apachectl configtest is an invaluable tool. /etc/init.d/apache does not provide this functionality. apachectl should be made to test apache appropriately by reading the -D options from /etc/conf.d/apache. Modify the /usr/sbin/apachectl script to read: . /etc/conf.d/apache HTTPD="/usr/sbin/apache ${APACHE_OPTS}" instead of whatever it said before. S.