Migrating Apache Webserver
We are using Apache With HP UX and currently install in ebs05 under /eb_z999_d/hpws/apache
Now we want to migrate the apache to other server say ebs02 and put it
under /oa_ebs_c661a/applmgr/apache/
We have copied all binary from /eb_z999_d/hpws/apache to /oa_ebs_c661a/apache/
and modified the httpd.conf all pointing to new server like
ServerRoot "/oa_ebs_c661a/applmgr/kishor/apache"
DocumentRoot "/oa_ebs_c661a/applmgr/apache/htdocs/launchpad"
<Directory "/oa_ebs_c661a/applmgr//apache/htdocs/launchpad">
Alias /icons/ "/oa_ebs_c661a/applmgr/apache/icons/"