5 | | * cd /var/www |
6 | | * cp -R HaCi HaCi-backup |
7 | | * tar zxvf HaCi_0.961.tar.gz |
8 | | * ...check ownership of files (logs must be www-data or whatever your apache runs as) |
9 | | * diff -ubr HaCi-backup HaCi |
10 | | * ...edit back the changes you had done (typically: add back your CSS layout definition to internal.conf) |
11 | | * restart apache (remember mod_perl is cached!) |
| 5 | * cd /var/www |
| 6 | * cp -R HaCi HaCi-backup |
| 7 | * tar zxvf HaCi_0.961.tar.gz |
| 8 | * ...check ownership of files (logs must be www-data or whatever your apache runs as) |
| 9 | * diff -ubr HaCi-backup HaCi |
| 10 | * ...edit back the changes you had done (typically: add back your CSS layout definition to internal.conf) |
| 11 | * restart apache (remember mod_perl is cached!) |