- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- configuring APACHE & SSH
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
04-11-2002 11:41 AM
04-11-2002 11:41 AM
configuring APACHE & SSH
Our SSH is online but when we try to access it it just hangs with no error message or any other activity. Can any one tell whats wrong with the Apache and SSH ( i know i am kind of vague but we have followed whatever its said to follow in the HP docs) what can be wrong? We have configured all of the compartments as explained in the HO docs. HELP thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 11:57 AM
04-11-2002 11:57 AM
Re: configuring APACHE & SSH
If yes, could you just try to reinstall ssh (and apache) frome the scratch, by downloading recent versions. My recomedation is to go with ssh till the success as it is a much simpler to configure.
My answer is a linux general, as I have no idea on what was written in HP docs and what is a HP_linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:10 PM
04-11-2002 12:10 PM
Re: configuring APACHE & SSH
In any case, you might want to check and see what port you've got httpd listening on (should be 80, but could be different)... Its in your http.conf file..
Do you have a firewall running on the box as well ? Do you have the http ports blocked ?
As far as running as other users besides nobody and root, are the 'other' users defined ? You can't have apache running as "apacheuser" if there is no "apacheuser" defined (IIRC, I could be off base...)
There's other things too, are you positive your network is running correctly ? Output of ifconfig is really helpful. Can you ping the server from a remote node... What happens if you get on the box and try to hit the http server locally ? (use 'lynx http://127.0.0.1/' (without quotes) on the command line, or if you have X available, run netscape and hit http://127.0.0.1/).. Do you get a demo page ? If you get a demo page locally on the box, but not from a remote box, and you're hitting the right port as defined in http.conf, then most likely your networking isn't correct...
Could be a bunch of things...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 12:12 PM
04-11-2002 12:12 PM
Re: configuring APACHE & SSH
but we might have to
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 08:45 PM
04-19-2002 08:45 PM
Re: configuring APACHE & SSH
Just a few questions here.
1. Did you set the ServerName directive in the httpd.conf file for the apache server?
2. Can the client and the server ping each other or you may even want to do a port scan on the server to see if it is listening on port 80.
3. What version of ssh is the server running, and does it prompt for a username and pass before it hangs?
4. You may want to check the sshd_config file for weird restrictions that you may not be aware of.
Hope some of this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 08:49 PM
04-19-2002 08:49 PM
Re: configuring APACHE & SSH
One more thing, if you did change the ServerName directive in the apache httpd.conf file make sure that name resolves to the server IP address on both the client and server.
For example if you changed it to:
ServerName www.mydomain.com
Then make sure that both the server and client translates www.mydomain.com to your webserver IP address.
Should have said this earlier, but better late than never. Hope it helps.