Line 23:
Line 23:
==Adjusting accessibility==
==Adjusting accessibility==
−
The default behaviour of Mediawiki is: accessible from LAN + Internet
+
The default behaviour of Mediawiki is: accessible from LAN + Internet with "standard http" (SSL off)
You can easily change this default setting with following commands:
You can easily change this default setting with following commands:
+
# config setprop mediawiki HTTPS on
+
# config setprop mediawiki HTTPS off
# config setprop mediawiki PublicAccess global
# config setprop mediawiki PublicAccess global
Line 30:
Line 32:
Once done, apply modifications and restart Apache:
Once done, apply modifications and restart Apache:
# expand-template /etc/httpd/conf/httpd.conf
# expand-template /etc/httpd/conf/httpd.conf
−
# service httpd-e-smith restart
+
# svc -h /service/httpd-e-smith
==Use==
==Use==