View Single Post
  #2  
Old 12-05-2011, 08:18 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Code:
		<!-- Enable and set the port for the HTTP service.  Defaults are shown -->
		<http port="9080" enabled="true" mimefile="mime.types" />
You're missing a 'd' on enabled.
Reply With Quote