Changes

Jump to: navigation, search

Tung mediawiki conf

704 bytes added, 18:08, 27 July 2011
no edit summary
#Edit MediaWiki's httpd configuration file: <b><code><font color=purple >/etc/httpd/conf.d/mediawiki.conf.</font></code></b> Uncomment the first two Alias lines
#Restart Apache server: <b><code><font color=green >service httpd restart</font></code></b>
#Access <b><code><font color=brown >http://localhost/wiki </font></code></b>from a brower. The welcome page should display.
#Before clicking the setup link, you need to add context <code>httpd_sys_script_rw_t type</code> to <code>/var/www/wiki/config</code> 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 “Can't write config file, aborting”.
#*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