| Summary: | www-servers/apache-2.4.4-r3: /etc/conf.d/apache2 PIDFILE= incorrect | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Scott Miller <scottlinux> |
| Component: | [OLD] Server | Assignee: | Patrick Lauer <patrick> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Scott Miller
2013-06-25 00:51:13 UTC
/var/run usually is a symlink pointing to /run so there's nothing wrong with the conf.d file. Also the variable being commented in the conf.d file is correct as the init script has a sane fallback value (which is "/run/apache2.pid"). This only is a problem when you still have /var/run as a separate directory. In this case you might want to adjust your conf.d file accordingly. Thank you, |