Coldfusion/MAMP Pro/Windows 10

核能气质少年 提交于 2019-12-13 00:14:18

问题


Documentation on setting up Mamp to work with Coldfusion in a Windows environment seems to be pretty limited, so here I am.

I have both MAMP PRO and COLDFUSION 11 set up on a WINDOWS 10 computer. Mamp is pointed to the correct Document Root folder and both Apache and MySQL services start correctly (I assume). When I navigate to 'localhost' in my browser, all I can see is the ColdFusion source - not a rendered page. I assume ColdFusion isn't running in this instance. The .htaccess file seems to be working as my site redirects are all functioning.

I assume I have my MAMP PRO config file set up incorrectly or I configured my ColdFusion web servers wrong. I can figure out where I need to point the web servers in OSX, but it seems to be a different setup in Windows.

Any insights would be greatly appreciated. Thanks in advance!


回答1:


When you see the source of .cfm files, your web server (Apache) does not know about your ColdFusion server even if it's running.

Un-install CF11, keep Apache running while re-installing CF, CF install process should see your Apache and install the "connector".

UPDATE: CF11 install needs the manual input of 'configuration directory' and 'server binary' values for Apache.

With the defaults install for MAMP PRO the configuration directory for Apache is "C:\Users\Public\Documents\Appsolute\MAMPPRO\conf\" and the server binary is "C:\MAMP\bin\apache\bin\httpd.exe"

The server root is at "C:\Users\Public\Documents\Appsolute\MAMPPRO\mamp\" where you can drop a test 'index.cfm' file.



来源:https://stackoverflow.com/questions/44598608/coldfusion-mamp-pro-windows-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!