Copy link to clipboard
Copied
Hello,
I recently purchased a mac mini server (with snow leopard server) and will be using it to host my CF9 applications. This install is WAY different than the install needed on a windows machine. I tried to install it once and somehow hosed up Apache and now I can't even get it to start up (apache). So I am having the colo company to do a full restore of the server and I took notes on the Mac Server install and below is the questions I have.
1.) Since Snow Leopard Server comes with Apache webserver, it is what CF wants to use. This is fine, I just need to know where these things are...
It is asking for the Configuration Directory: I'm guessing it is /private/etc/apache2 ? Right or Wrong???
2.) It is asking for Directory and file name of server binary: It currently defaults to /usr/sbin/httpd is this right or should I point it to another directory?
3.) It is asking for Directory and file name of server script: It currently defaults to /usr/sbin/apachectl is this right or should I point it to another directory?
It also wants the location where I can place the CFIDE. Can I place this anywhere I wish or is there a preferred location to point this to?
and finally, I have CF9 Standard, so on the mac server should I install it as a server configuration (self contained instance) or Enterprise Multiserver config. I was reading online that its better to install as an Enterprise Multiserver setup, but I don't know if this will work for me since I'm useing the standard edition.
Please Help ANYONE, if you have mac os experience and installing CF9 onto a mac server
Thanks
Copy link to clipboard
Copied
I have been getting this exact same problem. CF installer is somehow writing some invalid information into the httpd.conf file. I was able to replace the httpd.conf file with the default one, and was able to go through the webconnector process again and (sometimes randomly) it works. I also spent about 4 hours on the line with adobe CF support and made no progress beyond what I'll post here .
To answer your questions about file locations:
/private/etc/apache2/ for the httpd.conf files
/usr/sbin/ for both the apachectl and the httpd binaries
Although I'm able to get past where you are, and it seems to work correctly, Immediately upon adding a new site via server admin it all breaks. Coldfusion then will only work if I manually go to a cfm document. For example: http://example.com/ will give me the raw text from the (default index) index.cfm file. But typing http://example.com/index.cfm works.
I am lost here as well. After 4 hours on the phone with adobe support I would have hoped it would be an easy fix. I've completely nuked and reinstalled the server from scratch with the exact same results both times.
Does anyone have the slightest clue about what may be going on here?