16 | | 4. Copy the file back to the server `scp ./lcbru-trac.htpasswd {username}@{server-name}:/local/trac-deploy/apache-conf/lcbru-trac.htpasswd` |
17 | | |
| 16 | 4. Copy the file back to the server: `scp ./lcbru-trac.htpasswd {username}@{server-name}:~/lcbru-trac.htpasswd` |
| 17 | 5. Log onto the server. |
| 18 | 6. Make a safe copy of the file: `cp /local/trac-deploy/apache-conf/lcbru-trac.htpasswd ~/lcbru-trac.htpasswd.safe` |
| 19 | 7. Replace the fold file with the new file: `cp ~/lcbru-trac.htpasswd /local/trac-deploy/apache-conf/lcbru-trac.htpasswd` |
| 20 | 8. Restart Apache: `sudo /etc/init.d/uol.apache2 restart` |