Forum Moderators: phranque

Message Too Old, No Replies

Migrating Apache Webserver

Migrating Apache Webserver

         

kksinha

3:22 am on Nov 4, 2008 (gmt 0)

10+ Year Member



Hi,

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/"
ServerAdmin www@ebc661a.wao.example.com
ServerName ebc661a.wao.example.com:9000
We have also change the server port and started the apache able to start it.

When we click on [ebc661a.wao.example.com:9000...] link unable open the page.
Can any one help me.

thanks
kishor

[edited by: jdMorgan at 11:30 am (utc) on Nov. 4, 2008]
[edit reason] Please use example.com [/edit]

coopster

10:49 pm on Dec 1, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, kksinha.

Did you set the "Listen" directive to listen on port 9000?