Changes

Jump to navigation Jump to search
750 bytes added ,  14:44, 27 November 2013
Line 51: Line 51:  
   
 
   
 
http://wiki.contribs.org/Web_Application_RPM#New_DB_settings
 
http://wiki.contribs.org/Web_Application_RPM#New_DB_settings
 +
 +
* To disable wordpress. (default is enabled)
 +
config setprop wordpress status disabled
 +
 +
* To limit access to wordpress.
 +
config setprop wordpress PublicAccess OPTION
 +
 +
OPTION is either of the following.
 +
 +
        none            => No access
 +
        local            => Local network  (no password required)
 +
        local-pw        => Local network  (password required)
 +
        global          => Entire Internet(no password required)
 +
        global-pw        => Entire Internet(password required)
 +
        global-pw-remote => Entire Internet(password required outside local network)
 +
 +
 +
* To add a different URL eg. yourserver.net/wordpress
 +
note, this adds another url, it doesn't remove the default
 +
 +
config setprop wordpress URL new-url-wordpress
    
* Local Settings
 
* Local Settings

Navigation menu