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.
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
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