meza
meza copied to clipboard
Setup an enterprise MediaWiki server with simple commands
Currently: ```php $databaseReadLoadRatio = 1; $wgDBservers = array(); foreach( $mezaDatabaseServers as $databaseServer ) { if ( $databaseServer === $mezaThisServer ) { $databaseServer = 'localhost'; } $wgDBservers[] = array( 'host' =>...
Currently rsync pulls in changed files. If something got corrupted or some other changed caused rsync to potentially get bad data, you want to be able to wipe out the...
`httpd.conf.j2` has: ``` # Don't allow access to images directories. Will allow access via img_auth.php Order Allow,Deny Deny From All ``` No images are here anymore anyway. We actually have...
Create method to keep directory clean like: * Only keep one backup from the last day (the newest?) * Only keep one backup between yesterday and a week ago (the...
External load balancers (provided by external sources) may have different IP addresses for internal operations (Parsoid MW) versus client load. Allow specifying separately. See also #777
Allow internal requests (parsoid, MW) to be handled by meza-managed HAProxy
XHGui docs say to run command `mongo` then type the following commands to setup indexes for MongoDB used for profiling. It functions without this but that may not be fast...
Currently no way to reach them without manually poking a hole through the firewall.
https://simplesamlphp.org/docs/stable/statistics:statistics