Difference between revisions of "HTTP"
Jump to navigation
Jump to search
(→Nginx) |
|||
Line 16: | Line 16: | ||
* http://agentzh.org/misc/nginx/agentzh-nginx-tutorials-enuk.html | * http://agentzh.org/misc/nginx/agentzh-nginx-tutorials-enuk.html | ||
+ | |||
+ | === Tools === | ||
+ | * https://github.com/perusio/nginx_ensite | ||
== Apache == | == Apache == |
Revision as of 01:05, 23 June 2012
Nginx
- Resources
- FullExample
- VirtualHostExample
- HttpRewriteModule - rewriting urls
- HttpAuthBasicModule - for directory passwords
/etc/nginx/html
Enable logging in vhost conf;
error_log /var/log/nginx-vhostnamehere.log error;
Tools
Apache
MediaWiki
- Manual:Short URL/wiki/Page title -- nginx rewrite--root access
- Manual:Short URL/Page title - nginx, Root Access, PHP as a CGI module
MediaWiki:Sidebar
Backup
change vars;
nice -n 19 mysqldump -u $USER --password=$PASSWORD $DATABASE -c nice -n 19 gzip -9 > wiki-$DATABASE-$(date '+%Y%m%d').sql.gz