Changes

Jump to: navigation, search

Tung mediawiki conf

52 bytes added, 18:12, 27 July 2011
no edit summary
#Restart Apache server: <b><code><font color=green >service httpd restart</font></code></b>
#Access <b><code>http://localhost/wiki</code></b>from a brower. The welcome page should display.
#Before clicking the setup link, you need to add context <font color=brown ><code>httpd_sys_script_rw_t </code></font>type to <font color=brown ><code>/var/www/wiki/config</code></font> directory. It allows MediaWiki to read and write files inside config directory. Otherwise, crazy selinux will block the write process, and you will get error message <font color=red>“Can't write config file, aborting”.</font>
#*Add context:<b><code><font color=green > semanage fcontext -at httpd_sys_script_rw_t "/var/www/wiki/config(/.*)?" </font></code></b>
#*Apply context: <b><code><font color=green >restorecon -vRF "/var/www/wiki/config" </font></code></b>
1
edit

Navigation menu