LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-22-2005, 07:47 AM   #1
ukrainet
Member
 
Registered: Nov 2004
Posts: 108

Rep: Reputation: 15
Additionally, a 500 Internal Server Error error was encountered while trying to use a


I use apache. And have a website. But when I try to open it by browser I get
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

What may be the problem?
 
Old 06-22-2005, 08:24 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Most likely whatever script your running and is failing with premature script headers or whatever, my guess would be that your apache webserver is setup to use custom error pages but could not find the page to display for error 500..
 
Old 06-22-2005, 09:22 AM   #3
ukrainet
Member
 
Registered: Nov 2004
Posts: 108

Original Poster
Rep: Reputation: 15
I have found
Address already in use: make_sock: COULD NOT BIND TO PORT 443
in /usr/local/apache/logs/error_log
 
Old 06-22-2005, 09:24 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by ukrainet
I have found
Address already in use: make_sock: COULD NOT BIND TO PORT 443
in /usr/local/apache/logs/error_log
That would have nothing to do with the error your getting.
 
Old 06-22-2005, 09:38 AM   #5
frandalla
Member
 
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Blog Entries: 1

Rep: Reputation: 37
I googled a little about your problem. Did you change the error pages from you apache?
 
Old 06-23-2005, 01:03 AM   #6
ukrainet
Member
 
Registered: Nov 2004
Posts: 108

Original Poster
Rep: Reputation: 15
No, I did not change error pages.
 
Old 06-23-2005, 08:35 AM   #7
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by ukrainet
No, I did not change error pages.
So.. ummm... any more information you want to provide? It's only a guessing game for us unless you give us more information, more clues to what you've tried, changed, installed.. etc?
 
Old 06-24-2005, 01:07 AM   #8
ukrainet
Member
 
Registered: Nov 2004
Posts: 108

Original Poster
Rep: Reputation: 15
I have modified /etc/passwd a have changed password for user postgres (that run postmaster - postgresql process).
I suppose after that my site began work incorrectly.

I did not execute any other modifications in system. So if it isn't postgresql problem it must be apache soft falt. But I do not know how to treat apache error_log information.
 
Old 06-24-2005, 02:13 AM   #9
ukrainet
Member
 
Registered: Nov 2004
Posts: 108

Original Poster
Rep: Reputation: 15
I see lines like this in /apache/logs/error_log now
[Tue Jun 21 18:32:19 2005] [error] Cannot remove module mod_userdir.с: not found in module list(
[Tue Jun 21 18:32:21 2005] [notice] Apache configured — resuming normal operations
[Tue Jun 21 18:32:21 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
/var/TiJTira/sites/credo-capital. com/credo-capital/core/config. rb : 14 : warning: already initialized constant HAILLIST_EHAIL
/var/www/sites/credo-capital. com/credo-capital/core/config. rb : 16 : warning: already initialized constant liJEB_HOSTNAME
/var/www/sites/credo-capital.com/credo-capital/core/config.rb:14: warning: already initialized constant HAILLIST_EHAIL
/var/www/sites/credo-capital. com/credo-capital/core/config. rb : 16 : warning: already initialized constant liJEB_HOSTNAME
[Tue Jun 21 18:33:20 2005] [notice] accel gc: collect garbage
[Tue Jun 21 18:33:20 2005] [notice] accel gc: files: 0 total, 0 deleted
[Tue Jun 21 18:33:20 2005] [notice] accel gc: cache: 0.000H total, 0.000H freed
/var/www/sites/credo-capital.com/credo-capital/core/config.rb:14: warning: already initialized constant HAILLIST_EHAIL
/var/www/sites/credo-capital. com/credo-capital/core/config. rb : 16 : warning: already initialized constant liJEB_HOSTNAME
/var/www/sites/credo-capital.com/credo-capital/core/config.rb:14: warning: already initialized constant HAILLIST_EHAIL
/var/www/sites/credo-capital. com/credo-capital/core/config. rb : 16 : warning: already initialized constant liJEB_HOSTNAME
/var/www/sites/credo-capital.com/credo-capital/core/config.rb:14: warning: already initialized constant HAILLIST_EHAIL
 
Old 06-24-2005, 02:18 AM   #10
ukrainet
Member
 
Registered: Nov 2004
Posts: 108

Original Poster
Rep: Reputation: 15
And the error I have indicated already (Could not bind to port 443 SSL) encounter for one time. Need I look at ssl_log?
 
Old 06-24-2005, 02:23 AM   #11
ukrainet
Member
 
Registered: Nov 2004
Posts: 108

Original Poster
Rep: Reputation: 15
I have observed that my site was stopped to dump in
/pgsql/backup since 18.06.05 also.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mod_jk build successful, but 500:internal error Lzolcsi Linux - Enterprise 2 11-29-2005 11:35 AM
500 internal error when running test.pl shizzle Linux - Networking 1 05-19-2005 06:39 AM
Internal Error 500 cannot be fixed cpanelskindepot Linux - General 1 10-25-2004 12:46 PM
HELP! CGI problem : HTTP 500 - Internal server error eech55 Programming 2 10-11-2004 11:27 AM
dns and 500 internal server error.. Flawless Slackware 4 08-23-2003 11:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration