Current time: 05-04-2024, 07:13 PM Hello There, Guest! (LoginRegister)


Post Reply 
SSL and Normal login panel at the same time.
Author Message
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #8
RE: SSL and Normal login panel at the same time.
My friend...
That's a poor config...
Make a copy of the 00_master.conf to 01_ssl_master.conf...
Then make the changes inside the 01_ssl_master.conf...
Code:
<VirtualHost x.x.x.x:443>
#
# SSL Start
#
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.cert.pem
SSLCertificateKeyFile /etc/apache2/ssl/apache.key.pem
#
# SSL End
#
And the rest ca be the same like in 00_master.conf...
In my opinion you should use other logfile names in the 01_ssl_master.conf


Edit:
I forgot... You need to enable this new configfile!
(This post was last modified: 05-04-2010 12:38 AM by TheCry.)
05-04-2010 12:35 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SSL and Normal login panel at the same time. - TheCry - 05-04-2010 12:35 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)