- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache does not start
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
10-25-2006 06:43 PM
10-25-2006 06:43 PM
I have installed HPUXWSATW-B216-1111.depot on my HP-UX 11i v1 box.
tried to start apache
/opt/hpws/apache/bin/apachectl start
and then the process hangs on
CNTRL C not working.
I can stop the process only with kill -9, connecting to my box from another host by telnet.
From ps -ef |grep apache I see
root 24693 24689 127 10:27:29 pts/ta 0:19 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
root 24689 10726 0 10:27:29 pts/ta 0:00 /usr/bin/sh /opt/hpws/apache/bin/apachectl start
it seems apache started, but why process hangs on?
From browser i get error "The connection was refuser when attempting to contact fox.snos.ru"
while trying to open apache index page.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 07:01 PM
10-25-2006 07:01 PM
Re: Apache does not start
/sbin/init.d/apache start
When your apache daemons started properly, you should be able to browse your web page if you /opt/hpws/apache/conf/httpd.conf is configured properly.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 07:02 PM
10-25-2006 07:02 PM
Re: Apache does not start
no answer yet but a question:
- What does the apache-log says ?
Specially the /../apache/logs/error_log
Is there anything more than the browser message ?
Greetings
Karsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 07:03 PM
10-25-2006 07:03 PM
Re: Apache does not start
I guess something wrong with your apache configuration. So before starting, try to check your apache config with following option,
#root@ganga> ./apachectl configtest
Then, you should get something like following output;
#Syntax OK
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 08:03 PM
10-25-2006 08:03 PM
Re: Apache does not start
2 Directory /opt/hpws/apache/logs is empty
3 ./apachectl configtest hangs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 08:24 PM
10-25-2006 08:24 PM
Re: Apache does not start
have you checked the checksum of the apache depot file ? If its possible that your depot was a bit confused/destroyed. So usually after a correct download and a installation without errors and no additional configurations you must be able to browse your own webpage http://
(as Yang told you before).
What I recommend now is to remove the depot,download a new apache depot, verify the checksum and install it again.
btw: I hope there is no additional hardware error on your machine
Greetings
Karsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 08:40 PM
10-25-2006 08:40 PM
Re: Apache does not start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 10:35 PM
10-25-2006 10:35 PM
Re: Apache does not start
Downloaded correctly.
After swinstall try to start apache
./apachectl start
unfortunetly it hangs on again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 11:50 PM
10-25-2006 11:50 PM
SolutionI assume you have downloaded the right version. Will say: If you download the IPv6 Version - it will not running under IPv4 environment. Does your box contains another progs or maybe processes with a high cpu consumption ?
So, unfortunately I do not have another idea yet.
Greetings
Karsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 02:39 PM
10-26-2006 02:39 PM
Re: Apache does not start
Now I've Installed more older version and apache runs fine.
Thanks to all!