This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 7dd5debb More suggestions
7dd5debb is described below
commit 7dd5debb26b3520d49771f4023f2958d1a99100e
Author: Sebb <[email protected]>
AuthorDate: Sat Jan 6 17:22:36 2024 +0000
More suggestions
---
config/bash_aliases .template | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/bash_aliases .template b/config/bash_aliases .template
index 27d0c090..a11417f3 100644
--- a/config/bash_aliases .template
+++ b/config/bash_aliases .template
@@ -7,6 +7,9 @@ alias cdl='cd /var/log/apache2'
alias tfe='tail -f /var/log/apache2/error.log'
alias tfwe='tail -f /var/log/apache2/whimsy_error.log'
+alias apr='apachectl restart'
+alias aprl='rm /var/log/apache2/*;apachectl restart'
+
# IRB access
alias wrb='irb -I /srv/whimsy/lib -r whimsy/asf'
alias wrbmf='irb -I /srv/whimsy/lib -r whimsy/asf -r whimsy/asf/member-files'