August 9, 201114 yr Newbies I just purchased Filemaker Server 11 on a hosted mac mini server running OSX 10.6.8. I am using MAMP to support my sites (there are only 3 sites hosted with minimal traffic), and everything is working well. I have my databases hosted using FMS 11 and everything is working fine. However, when I try to Enable Web Publishing, I get the same error; Unconfiguring web server... Return code = 0 Testing Web Server... Return code = false I was under the impression that I could update the launchd.plist file to redirect FMS to my custom apache install. This appears not to be the case. Has anyone ever gotten FMS 11 Web Server to run on a machine with MAMP installed? What were the steps taken?
March 15, 201213 yr I have a very similar situation. I have a mac mini server with OS X 10.6.8 Server and I also hosting small websites. I have licenses for FileMaker Server 11. I unsuccessfully try to run the Web Publishing. Unfortunately I only have errors. Unconfiguring web server... Return code = 0 Testing Web Server... Return code = false
March 15, 201213 yr Is Apache actually running on these machines? That's a required first step. Steven
March 15, 201213 yr Yes of course!. officesrv:~ adminoffice$ netstat -an | grep 80 | more tcp4 0 0 192.168.1.11.80 . LISTEN officesrv:~ adminoffice$ ps aux | grep httpd _www 18041 0.0 0.0 2453544 2628 ?? S 3:53PM 0:00.03 /usr/sbin/httpd -D FOREGROUND _www 18040 0.0 0.0 2453544 2824 ?? S 3:53PM 0:00.03 /usr/sbin/httpd -D FOREGROUND _www 18039 0.0 0.0 2453544 2628 ?? S 3:53PM 0:00.03 /usr/sbin/httpd -D FOREGROUND
Create an account or sign in to comment