History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RHQ-690
Type: Improvement Improvement
Status: Accepted Accepted
Priority: Minor Minor
Assignee: Unassigned
Reporter: Charles Crouch
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RHQ Project

Change apache resource key from baseDir of apache install to full path to httpd.conf

Created: 18/Jul/08 05:38 PM   Updated: 29/Jul/08 09:17 PM
Component/s: None
Affects Version/s: 1.0.1
Fix Version/s: 1.2

Time Tracking:
Not Specified

Issue Links:
Dependency
 

Date of First Response: 29/Jul/08 09:17 PM



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Charles Crouch - 24/Jul/08 02:09 PM
Example workaround:

1) Create unique symlinks to the base of the apache install for each apache instance e.g.
ln -s /apache2 /apache2-lxdapg04
ln -s /apache2 /apache2-lxdapg05
...

These links need to be unique on the machine, but not globally unique.

2) Start apache with the -d parameter pointing to these symlinks e.g.

/apache2/bin/httpd -k start -d /apache2-lxdapg04 -f /usr/local/apache2/conf/lxdapg04.conf -DSSL
/apache2/bin/httpd -k start -d /apache2-lxdapg05 -f /usr/local/apache2/conf/lxdapg05.conf -DSSL

Charles Crouch - 24/Jul/08 02:10 PM
Dropping to minor since a workaround is available

Greg Hinkle - 29/Jul/08 09:17 PM
Future release