LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 03-01-2006, 07:01 AM   #1
marius_vl
LQ Newbie
 
Registered: Feb 2006
Posts: 13

Rep: Reputation: 0
Httpd restart-error_log report


Hello,

When I restart httpd I receive the following output:

[Thu Mar 02 14:53:18 2006] [notice] caught SIGTERM, shutting down
[Thu Mar 02 14:53:21 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Mar 02 14:53:21 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Mar 02 14:53:22 2006] [notice] Digest: generating secret for digest authentication ...
[Thu Mar 02 14:53:22 2006] [notice] Digest: done
[Thu Mar 02 14:53:22 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Thu Mar 02 14:53:22 2006] [notice] LDAP: SSL support unavailable
[Thu Mar 02 14:53:23 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Thu Mar 02 14:53:23 2006] [notice] Apache/2.0.54 (Fedora) configured -- resuming normal operations


The problem with SSLSessionCache is that the ssl_module uses ports 443 and 80, and the application I,m trying to install must use the same ports. So I forced the httpd to load by himself this module, not to look for the ssl.conf file.

I don't know why the SSL support is unavailable, where he looks for this support.

The system is a FC4.

Thank you,
 
Old 03-02-2006, 03:23 AM   #2
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
If your other application is already installed and using port 443, then Apache won't be able to use it. Only one process can listen on a port. If you're trying to stop Apache from using ssl.conf, comment out the lines in httpd.conf that call ssl.conf. For example, change them from:
Code:
<IfModule mod_ssl.c>
    Include conf/ssl.conf
</IfModule>
To:
Code:
#<IfModule mod_ssl.c>
#    Include conf/ssl.conf
#</IfModule>
And then restart Apache
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wierd logwatch report for httpd GUIPenguin Linux - General 2 09-21-2005 10:55 PM
Failed Httpd restart namboi Linux - Newbie 5 05-07-2005 07:23 PM
Command to restart httpd service deWin Linux - Software 2 07-13-2004 06:17 PM
httpd error_log SIGTERM, shutting down mnauta Linux - Security 2 05-02-2003 12:23 PM
/var/log/httpd/error_log:Premature end of script headers! katana Linux - General 0 08-14-2001 06:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:20 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