lihat module yang di load
[code languange="bash"]
apache2 -l
[/code]
lihat konfigurasi apache
[code languange="bash"]
cat /etc/apache2/apache.conf
[/code]
lihat error log apache
[code languange="bash"]
cat /var/log/apache2/error.log
[/code]
start apache
[code languange="bash"]
/etc/init.d/apache2 start
[/code]
run tomcat
[code languange="bash"]
/usr/local/src/apache-tomcat-production/bin/catalina.sh run
[/code]
No comments:
Post a Comment