- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- changing ip in apache server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 01:41 AM
06-21-2004 01:41 AM
changing ip in apache server
I have apache sever running on HP ux11.0 ,it is working fine ,I need to change th ip number and host name on this server,I changed this in
/etc/rc.config.d/netconf
/etc/hosts
in all httpd files on the system
I restarted many time but now I cant access through http ,I returned back the ip http is working fine
is there any other configuration file I should
but the new ip and host name in order to access the server through http??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 01:45 AM
06-21-2004 01:45 AM
Re: changing ip in apache server
Did you reboot the server after you had changed the netconf and hosts file ?
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 01:46 AM
06-21-2004 01:46 AM
Re: changing ip in apache server
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 01:49 AM
06-21-2004 01:49 AM
Re: changing ip in apache server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 01:57 AM
06-21-2004 01:57 AM
Re: changing ip in apache server
/etc/apache/httpd.conf
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 02:14 AM
06-21-2004 02:14 AM
Re: changing ip in apache server
/opt/apache/etc/httpd.conf
/application/www/config/httpd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 02:34 AM
06-21-2004 02:34 AM
Re: changing ip in apache server
/usr/local/etc/httpd/conf/access.conf
/usr/local/etc/httpd/conf/httpd.conf
/usr/local/etc/httpd/conf/srm.conf
This is from an open source apache server. please change the PATH to your own install PATH.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 02:40 AM
06-21-2004 02:40 AM
Re: changing ip in apache server
Does it return anything?
When you start it, do you get any messages in log file??
Also one more thing to check--What is the listen directive in httpd.conf file?? Is it still pointing to old ip address??
Anil