The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4860 ====================================================================== Reported By: glenk Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 4860 Category: packaging Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2011-11-11 01:38 CET Last Modified: 2011-11-11 03:21 CET ====================================================================== Summary: not honoring PidFile directive in httpd.conf Description: We run multiple web server configurations using the same /opt/csw/apache2/sbin/httpd binary. The PidFile directive in httpd.conf is not being honored; httpd seems to be hard-coded to be written to /var/run/httpd.pid, which prevents us from running more than one web server configuration on this server.
We're using the prefork MPM (httpd is linked to httpd.prefork). ====================================================================== ---------------------------------------------------------------------- (0009403) bwalton (administrator) - 2011-11-11 03:21 https://www.opencsw.org/mantis/view.php?id=4860#c9403 ---------------------------------------------------------------------- Can you please confirm that you're not overlooking the PidFile value that gets set in /opt/csw/apache2/etc/extra/httpd-mpm.conf? Experimentation locally indicates that this would give the illusion of a hard coded value. Alter this allowed me to move the pid file as desired. Thanks -Ben _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
