I haven't been able to get it on my ISPConfig server yet. I configured it to work with Apache, and I created a simple test page:
Code:
<html>
<head><title>Hello World</title></head>
<body>
<cfoutput>#ucase("hello world")#</cfoutput>
</body>
</html>
and that displays, but how can I get to the administration part of ColdFusion with the way ISPConfig is setup? Before I would type:
http://localhost:8500/CFIDE/administrator/index.cfm and I would get there, but since I'm not running the ColdFusion server as a standalone, I have to work around how ISPConfig does the documents folder.