2008年4月30日 星期三

APACHE2.2搭配TOMCAT6

先裝APACHE2.2, 再裝TOMCAT6
然後只需要修改APACHE2.2\conf\httpd.conf 這個檔案,
在這個檔案最底層加入下列程式碼就可以了


SetHandler server-status
Order Deny,Allow
Deny from all
Allow from all


SetHandler balancer-manager
Order Deny,Allow
Deny from all
Allow from all

ProxyRequests Off

ProxyPass /examples http://192.168.42.1:8080/examples/

沒有留言: