Apaches
From Wikitech
(Difference between revisions)
m (→main apache farm) |
(→main apache farm: mysql perms) |
||
| Line 13: | Line 13: | ||
* imagemagick | * imagemagick | ||
* sudo | * sudo | ||
| + | * database permissions | ||
| + | **Command to run in mysql shell (on master) to allow connections from the new apache : | ||
| + | ***grant all on %wiki.* to wikiuser@apachename identified by 'password'; | ||
| + | ***grant all on %wiktionary.* to wikiuser@apachename identified by 'password'; | ||
| + | *** what about webshop?? | ||
===download.wikimedia.org etc=== | ===download.wikimedia.org etc=== | ||
* currently on zwinger | * currently on zwinger | ||
* blah blah | * blah blah | ||
Revision as of 06:05, 13 July 2004
Contents |
Logging
Apaches log are either disabled or deleted. Webalizer statistics are made using the squids logs instead.
Apache setup checklist
main apache farm
- install apache from /home/wikipedia/src/apache_1.3.29
- doesn't work on ariel
- install PHP from /home/wikipedia/src/php-4.3.4 (is this the right version?)
- doesn't work on ariel
- tex
- tidy
- ploticus
- imagemagick
- sudo
- database permissions
- Command to run in mysql shell (on master) to allow connections from the new apache :
- grant all on %wiki.* to wikiuser@apachename identified by 'password';
- grant all on %wiktionary.* to wikiuser@apachename identified by 'password';
- what about webshop??
- Command to run in mysql shell (on master) to allow connections from the new apache :
download.wikimedia.org etc
- currently on zwinger
- blah blah