Skip to main content
Participant
November 25, 2009
Question

Getting Information on CF-Version? ... like phpinfo()

  • November 25, 2009
  • 2 replies
  • 475 views

Hello!

How do I obtain the version of the currently running CF-Server?

Something like phpinfo() ... !?

Regards

Raffael

    This topic has been closed for replies.

    2 replies

    Ken_Ford_-_ACP-QFo4AB
    Inspiring
    November 25, 2009
    <cfoutput>#SERVER.ColdFusion.ProductVersion#</cfoutput>

    Ken Ford

    Inspiring
    November 25, 2009

    &lt;cfdump var="#server#" /&gt; will get you the server info. For configuration info you can dig through all the adminapi services.