Newbies lbranden Posted August 9, 2011 Newbies Posted August 9, 2011 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?
Creek Posted March 15, 2012 Posted March 15, 2012 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
Steven H. Blackwell Posted March 15, 2012 Posted March 15, 2012 Is Apache actually running on these machines? That's a required first step. Steven
Creek Posted March 15, 2012 Posted March 15, 2012 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
Recommended Posts
This topic is 4888 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now