Bitnami StackでインストールしたApacheとMySQLの起動/停止/再起動はctlscript.shを利用しておこないます。
# /opt/redmine-4.1.0-0/ctlscript.sh --help
usage: /opt/redmine-4.1.0-0/ctlscript.sh help
/opt/redmine-4.1.0-0/ctlscript.sh (start|stop|restart|status)
/opt/redmine-4.1.0-0/ctlscript.sh (start|stop|restart|status) mysql
/opt/redmine-4.1.0-0/ctlscript.sh (start|stop|restart|status) apache
help - this screen
start - start the service(s)
stop - stop the service(s)
restart - restart or start the service(s)
status - show the status of the service(s)
例
Apacheの再起動
/opt/redmine-4.1.0-0/ctlscript.sh restart apache
Bitnami(Apache/MySQL)の再起動
/opt/redmine-4.1.0-0/ctlscript.sh restart