LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-28-2005, 12:15 PM   #1
jun_tuko
Member
 
Registered: Oct 2005
Location: Seattle, WA
Distribution: Fedora Core 4
Posts: 67

Rep: Reputation: 15
Help on Apache, mod_ssl, open_ssl Installation


Hello Linux gurus!
I need your help. I have recently installed Apache with mod_ssl and openssl. When I typed in https://127.0.0.1 to my webrowser, it does not give me the page that states I have successfully installed Apache with SSL. Instead it gave me "The connection was refused when attempting to contact 127.0.0.1" However, it does show the page that I successfully installed Apache if i type in http://127.0.0,1. I downloaded the following stable files:
Apache: 1.3.34
mod_ssl: 2.8.25-1.3.34
openssl: 0.9.8a
My system by the way is: Fedora Core 4

Here's the message I get when I run Apache and before I typed the local host on my web browser.

[root@localhost ~]# apachectl startssl
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_vhost_alias.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_env.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_log_agent.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_log_referer.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_mime_magic.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_mime.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_dir.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_userdir.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_alias.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_access.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_auth.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_headers.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Fri Oct 28 09:35:24 2005] [warn] Loaded DSO libexec/mod_setenvif.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
/usr/sbin/apachectl startssl: httpd started
[root@localhost ~]#

I am following a book on setting up LAMP and it gave me the instruction to install these applications. Here are the commands I used that I put in a file like a script (apache_ssl_install):
cd /usr/local/src/webserver/mod_ssl-2.8.25-1.3.34
./configure \
--with-apache=/usr/local/src/webserver/apache_1.3.34 \
--with-ssl=/usr/local/src/webserver/openssl-0.9.8a \
--prefix=/www \
--enable-module=so \
--enable-module=rewrite \
--enable-shared=rewrite \
--enable-module=setenvif \
--enable-shared=setenvif \
--enable-module=mime \
--enable-shared=mime \
--enable-module=mime_magic \
--enable-shared=mime_magic \
--enable-module=dir \
--enable-shared=dir \
--enable-module=auth \
--enable-shared=auth \
--enable-module=access \
--enable-shared=access \
--enable-module=alias \
--enable-shared=alias \
--enable-module=status \
--enable-shared=status \
--enable-module=userdir \
--enable-shared=userdir \
--enable-module=vhost_alias \
--enable-shared=vhost_alias \
--enable-module=env \
--enable-shared=env \
--enable-module=log_referer \
--enable-shared=log_referer \
--enable-module=log_config \
--enable-shared=log_config \
--enable-module=log_agent \
--enable-shared=log_agent \
--enable-module=headers \
--enable-shared=headers

Then I : chmod +x apache_ssl_install
Then I run it: ./apache_ssl_install

Please please gurus out there help!!! Thanks in advance!!
 
Old 11-01-2005, 03:22 PM   #2
dd12
LQ Newbie
 
Registered: Sep 2005
Posts: 28

Rep: Reputation: 15
As you are using Fedora core why don't you just use the RPM manager to install the packages you need?

Did you modify your httpd.conf to setup port 443?

What does your error_log show?
 
  


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
Apache 2.0 and mod_ssl pimp1911 Linux - Security 4 02-03-2006 03:36 PM
apache & mod_ssl wwnexc Linux - Software 4 11-23-2005 09:40 PM
Apache - Mod_SSL Mr_Munkey Linux - Software 0 12-27-2004 09:52 AM
Apache mod_ssl error belorion Linux - Software 2 08-04-2004 02:16 PM
mod_ssl and apache 2 xfurious_mindx Linux - Newbie 0 07-21-2004 03:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:47 PM.

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