- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Issue with Apache taking a dive
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
03-10-2005 04:23 AM
03-10-2005 04:23 AM
Issue with Apache taking a dive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 04:29 AM
03-10-2005 04:29 AM
Re: Issue with Apache taking a dive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 04:32 AM
03-10-2005 04:32 AM
Re: Issue with Apache taking a dive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 04:39 AM
03-10-2005 04:39 AM
Re: Issue with Apache taking a dive
I would do some general tuning based on nproc, nfile and maxuprc
This could just be a resource problem.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 05:35 AM
03-10-2005 05:35 AM
Re: Issue with Apache taking a dive
nfile=15017, nproc=5100 and maxuprc=500.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:17 AM
03-10-2005 06:17 AM
Re: Issue with Apache taking a dive
I used to get this when the operation's staff improperly brings apache down. The problem was that the ssl cache file was not deleted when apache was brought down.
To remedy this (You'd think it would just be easier to have the operators do what they should, wouldn't you? Not so here... :) ), I added the following line to the startup script:
rm /opt/apache/logs/ssl_scache
So that the Shared memory cache file is always non-existant when apache starts up. When you stop apache with apachectl, this cache file is normally deleted for you.
The location for this file is set in ssl.conf:
SSLSessionCache shmcb:/opt/hpws/apache/logs/ssl_scache(512000)
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:23 AM
03-10-2005 06:23 AM
Re: Issue with Apache taking a dive
You might want to monitor resources with the scripts I'm attaching.
Next: If the server is exposed to the Internet, you may be the victim of a denial of service attack.
I have just closed down a DOS method that floods the web server with spurious content requests for documents not posted on your server. In the log, you'll see get and post requests that start with http, which you won't see in access_log for local pages.
Depending on your setup, if this is an issue, I can help you harden apache and stop this type of attack.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:39 AM
03-10-2005 06:39 AM