Changes

From Amahi Wiki
Jump to: navigation, search
90 bytes removed ,  04:57, 14 December 2013
* As '''root''' user, install one dependency:
{{Code|lang=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-->
* Change the line in '''''/etc/httpd/conf.d/####-znc.conf''''' to read (replace #### with the number in your file name):
{{Code| RedirectPermanent / <nowiki>https://znc:26244</nowiki>}}
* Restart the web server:
{{Code|lang=Bash|Code= service httpd restart}}
* Modify the line in '''''/home/username/.znc/config/znc.conf''''' to read:
{{Text|Text= 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.
12,424

edits