| Anonymous | Login | 2026-03-17 21:51 CET |
| Main | My View | View Issues |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0004793 | [apache2] regular use | tweak | always | 2011-06-24 01:33 | 2011-09-07 02:27 | ||
| Reporter | AirOnSkin | View Status | public | ||||
| Assigned To | bwalton | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Product Build | |||||
| Summary | 0004793: Apache2 init script doesn't support use of different config file | ||||||
| Description |
The OpenCSW Apache2 init script under /etc/opt/csw/init.d/cswapache2 does not support starting the server with a different config file defined with variable CONF_FILE. The CONF_FILE variable is only used to test if the apache config exists and is a regular file. Editing the last line in the script and changing it from: exec $APACHECTL -k $cmd 2>&1 to exec $APACHECTL -f $CONF_FILE -k $cmd 2>&1 solves the problem. |
||||||
| Steps To Reproduce | |||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0009134) bwalton (administrator) 2011-06-24 02:52 |
Change committed. I'll work to get some test packages ready... Thanks -Ben |
|
(0009179) bwalton (administrator) 2011-07-04 03:08 |
Test packages available here: http://buildfarm.opencsw.org/experimental.html#apache2 [^] |
|
(0009251) bwalton (administrator) 2011-09-07 02:27 |
Update pushed for release. |
| Copyright © 2000 - 2008 Mantis Group |