Line 177:
Line 177:
−
+
<pre>
this is the original template based in SME7
this is the original template based in SME7
cat /etc/e-smith/templates/etc/httpd/conf/httpd.conf/95mediawiki
cat /etc/e-smith/templates/etc/httpd/conf/httpd.conf/95mediawiki
+
+
------------------------------------ Begin - Content of 95mediawiki --------------------------------------
#------------------------------------------------------------
#------------------------------------------------------------
Line 328:
Line 330:
</Directory>
</Directory>
−
#------------------------------------------------------------
+
+
------------------------------------ End - Content of 95mediawiki --------------------------------------
+
</pre>
+
<pre>
+
the standard db configuration entries also from sme7
+
+
db configuration show mediawiki
+
mediawiki=service
+
DbName=mediawiki
+
DbUser=mediawikiuser
+
HTTPS=on
+
Name=MediaWiki
+
PublicAccess=local
+
+
+
In "PublicAcces = local" scenario you can add also one Entry AllowHosts with comma separatd IP's from where you like to be accessed (even outzide local network)
+
+
something like
+
AllowHosts=10.10.10.1,10.20.20.1,10.30.1.1
+
</pre>