1831638 Members
1697 Online
110027 Solutions
New Discussion

Apache problem

 
Seetha Lakshmi
Frequent Advisor

Apache problem

Hi,

When i start my web application it starts fine but when i click any link in the page it gives an "Internal Server Error".

The error log file has the following entries. Can anyone suggest me what is the problem
.
data/apache/logs/httpd.pid.jcs overwritten --

Unclean
shutdown of previous Apache run?
[Wed Jan 5 14:04:16 2005] [notice] Apache/1.3.26 Ben-SSL/1.48 (Unix) AuthMySQL/2.20 mod_perl/1.28 configured -- resuming

normal ope
rations
[Wed Jan 5 14:04:16 2005] [notice] Accept mutex: fcntl (Default: fcntl)
~
8 REPLIES 8
R. Sri Ram Kishore_1
Respected Contributor

Re: Apache problem

Hi,

Take a look at these threads:
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=203411
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=18596

HTH.

Regards,
Sri Ram
"What goes up must come down. Ask any system administrator."
Seetha Lakshmi
Frequent Advisor

Re: Apache problem

I tried removing the pid file httpd.pid and then starting the server, but still it gives the same error. Can anyone please help
Peter Godron
Honored Contributor

Re: Apache problem

Hi,
Have a look where the httpd.pid.jcs is defined. All the server I have set up had just .pid extension.
Try:
httpd stop
httpd start
httpd stop
httpd start
and then check the log files.
The messages above a notices, so should not cause a serious problem.
Has this setup worked reliably before, or is it a new install?
Regards
Seetha Lakshmi
Frequent Advisor

Re: Apache problem

I tried stopping and starting the server but this does not solve the problem. I keep getting the error message in the log file. This is not a new install and the application was earlier working fine.
VEL_1
Valued Contributor

Re: Apache problem

Hi,

Try to use the startssl command instaed start in httpd :

Forst stop all httpd replated & start.

httpd startssl
Seetha Lakshmi
Frequent Advisor

Re: Apache problem

i tried stopping the server and starting with the following command.
httpd startssl
but still it doesn't work. Please let me know what should i do.
Tor-Arne Nostdal
Trusted Contributor

Re: Apache problem

You say "when I click a link in the page"
Could it be a problem on your client?

I get same error message when using IE with Java 1.4.2 towards some functions on my WEB Server (Apache -> Documentum)
When I disable the Java plugin and restart IE - I have no problem.
---
Related to server problems/Apache logs - I would recommend that you search on www.apache.org

/2r
I'm trying to become President of the state I'm in...
Peter Godron
Honored Contributor

Re: Apache problem

Seetha,
is this problem now resolved?
Are there any updates?
Regards