Changes

From Amahi Wiki
Jump to: navigation, search
15 bytes added ,  01:47, 6 February 2011
* As '''root''' user, install one dependency:
{{Code|Langlang=Bash|Code=yum -y install mod_ssl}}
<!--* Add the following line to the end of '''''/etc/httpd/conf/httpd.conf''''' if it does not already exist:
NameVirtualHost *:443-->
{{Code|RedirectPermanent / <nowiki>https://znc:26244</nowiki>}}
* Restart the web server:
{{Code|Langlang=Bash|Code=service httpd restart}}
* Modify the line in '''''/home/username/.znc/config/znc.conf''''' to read:
{{Code|Code=Listener4 = +26244}}
* Restart ZNC:
{{Code|lang=Bash|Code=service znc restart}}
* Access the web console via '''<nowiki>https://znc:26244</nowiki>'''
* All connections with IRC clients will be SSL. When you add new servers, ensure you precede the port number with a '''+'''. The default server on install is already set for SSL communication.
287

edits