fix apache logging
This commit is contained in:
parent
40203cb1c4
commit
8fbba9124b
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -264,7 +264,7 @@ screen_it n-net "$NOVA_DIR/bin/nova-network"
|
|||
screen_it n-sch "$NOVA_DIR/bin/nova-scheduler"
|
||||
# nova-vncproxy binds a privileged port, and so needs sudo
|
||||
screen_it n-vnc "sudo $NOVA_DIR/bin/nova-vncproxy"
|
||||
screen_it dash "sudo /etc/init.d/apache2 restart; tail -f /var/log/apache2/error.log"
|
||||
screen_it dash "sudo /etc/init.d/apache2 restart; sudo tail -f /var/log/apache2/error.log"
|
||||
|
||||
# Install Images
|
||||
# ==============
|
||||
|
|
Loading…
Reference in a new issue