LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-04-2004, 11:36 PM   #1
groover
LQ Newbie
 
Registered: Apr 2004
Posts: 12

Rep: Reputation: 0
Where's a good Apache2 + SSL Howto


Evening everyone,

I'm trying to gett an Apache 2 + SSL server up and running, but I have yet to find a good howto for Apache 2. I found a great howto on devshed for Apache 1.3, but it just doesn't seem to work with apache 2. Does anyone know a good howto/tutorial/setup for Apache 2 and SSL?

The dev shed link is:
http://www.devshed.com/c/a/PHP/The-S...SQL-and-PHP/6/

Thanks!
Zac

Last edited by groover; 04-04-2004 at 11:37 PM.
 
Old 04-05-2004, 12:58 AM   #2
basse-
LQ Newbie
 
Registered: Mar 2004
Location: Tampere, Finland
Distribution: Gentoo 2004.3, Ubuntu
Posts: 15

Rep: Reputation: 0
Hmmm.. Are you sure the Apache Group's Compiling and Installing tutorial isn't enough for you? I'd say it covers pretty much everything you need..
 
Old 04-05-2004, 08:03 AM   #3
j-ray
Senior Member
 
Registered: Jan 2002
Location: germany
Distribution: ubuntu, mint, suse
Posts: 1,591

Rep: Reputation: 145Reputation: 145
apache1 + 2 come with a detailed manual that reflects ssl issues too
http://localhost/manual/ssl
 
Old 04-05-2004, 06:10 PM   #4
MrSmee
Member
 
Registered: Sep 2003
Location: Plano, TX
Distribution: Slack
Posts: 84

Rep: Reputation: 15
RE: Apache2 + SSL

http://httpd.apache.org/docs-2.0/ssl/

will take you to the docs if you don't have apache installed already
I prefer using <a href="http://www.unixsoft.org/apache/httpd/apache_1.3.29.tar.gz">apache-1.3.29</A>
+ <a href="http://www.modssl.org/source/mod_ssl-2.8.16-1.3.29.tar.gz">modssl-2.8.16</A>

The INSTALL included with mod-ssl is pretty good and straightforward, but goes something like this

(in the unzipped modssl source)
Code:
./configure --with-apache=/path/to/unzipped/apache/source
cd /path/to/apache/source
SSL_BASE=/path/to/ssl ./configure --enable-module=ssl --enableothermods
this is probably /usr/local/ssl if you installed openssl from source
Code:
make
make certificate
read the last bit of text that comes across after you run make, will give you some options to add to make certificate
Code:
make install
after that, just run
Code:
./apachectl startssl
from wherever you installed apache to
and whammo, ya got an ssl-enabled apache server running

In order to be legit, you might want to get a cert from one of the big boys, but you can theoretically get away with runnning your own CA, no one will trust you though

Best of Luck,
Smee
 
Old 04-05-2004, 07:04 PM   #5
groover
LQ Newbie
 
Registered: Apr 2004
Posts: 12

Original Poster
Rep: Reputation: 0
I guess I was looking for instructions so I don't have to dig through manuals. I have been tempted to go back to 1.3, but I want to get 2 going if at all possible, so I guess it's time to RTFM. Thanks for the info folks,

Z
 
  


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
apache2 - ssl : connection via ssl interrupted ldp Linux - Software 0 10-02-2005 09:07 AM
Apache2 and SSL problems Malibyte Linux - Software 1 07-09-2005 04:14 PM
compiling apache2 with SSL devfreak Linux - Software 1 05-22-2005 11:18 AM
Apache2, SSL, HTTPS... KneeLess Debian 3 09-02-2004 09:44 PM
Apache2 + SSL for the first time ridertech Linux - Newbie 0 02-14-2004 03:36 AM

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

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