View previous topic :: View next topic |
Author |
Message |
jtp755 l33t
Joined: 01 Sep 2003 Posts: 691 Location: USA
|
Posted: Tue Nov 04, 2003 9:49 pm Post subject: Apache SSL questions, SSH lagging Questions, Mail? |
|
|
Ok for Apache....i have apache2 and i want to configure ssl support nad dont know what to do. i have looked around and nothing seems to help me. i ahve installed mod_ssl. The SSH lagging is really gettin on my nerves. I have only logged in from a winblozs computer using puTTY and my keystrokes are lagging really bad and i was editing a webpage and it was so irritating. Any ideas on how to fix this? My mail question is what to use? Squirrelmail or what. Its just basically for personal(good achievement) purposes so that i will know how to configure it, but i want to be able to set up login on my website and have other people accounts and stuff like that. maybe use pop3. Any reccomendations is good. _________________ www.EternalFireProof.com
Registered Linux User #334610
Last edited by jtp755 on Tue Nov 04, 2003 10:30 pm; edited 1 time in total |
|
Back to top |
|
|
Oopsz Guru
Joined: 08 Oct 2002 Posts: 340
|
|
Back to top |
|
|
jtp755 l33t
Joined: 01 Sep 2003 Posts: 691 Location: USA
|
|
Back to top |
|
|
manywele l33t
Joined: 12 Jul 2003 Posts: 743 Location: Inside
|
|
Back to top |
|
|
Beekster Apprentice
Joined: 26 Nov 2002 Posts: 268 Location: Sydney
|
Posted: Wed Nov 05, 2003 12:40 am Post subject: |
|
|
I've just played with my system, and did the following:
Uncomment Code: | APACHE2_OPTS="-D SSL" | in /etc/conf.d/apache2
Run /usr/lib/ssl/apache2-mod_ssl/gentestcrt.sh to generate self-signed cert and key, and copy the two files to /etc/apache2/conf/ssl. If you need externally signed (eg Verisign etc) for proper public use, then follow the instructions in the docs here:
file:/usr/doc/apache-2.0.48/manual/ssl/ssl_faq.html.en#keyscerts
That's about it! |
|
Back to top |
|
|
Heretic Tux's lil' helper
Joined: 03 Jul 2002 Posts: 114 Location: Austin, TX USA
|
Posted: Wed Nov 05, 2003 1:29 am Post subject: |
|
|
Quote: | I believe you need to emerge openssl also. |
That is correct. It is Apache2 requires that openssl be installed, whether it's loaded or not.
'-D SSL' needed in /etc/conf.d/apache2
Certifcates provide the security guarantee though, so you'll need to set those up with a Certificate Authority, or self-sign at least. |
|
Back to top |
|
|
jtp755 l33t
Joined: 01 Sep 2003 Posts: 691 Location: USA
|
|
Back to top |
|
|
|