Q: Correct httpd_server_app.conf in Mountain Lion Server
Hi,
I originally configured Apache on Mountain Lion (client NOT server) 10.8.x.
I then installed FileMaker Server 12, and configured php & custom web publishing. All worked great.
I then upgraded to Mountain Lion SERVER through the app store. I wanted to do this to allow easy configuration of virtual hosts, amonst other things.
Now I have a problem...
When I make web server configuration changes using the Server app the changes are correctly reflected in /Library/Server/Web/Config/apache2/httpd_server_app.conf
But the problem is... when Apache starts it still uses /etc/apache2/httpd.conf
None of the changes I make through Server app are reflected when I visit the server with a browser. And when I visit the server I just get the default 'It Works!' webpage.
How do I get Apache to respect /Library/Server/Web/Config/apache2/httpd_server_app.conf at startup?
Thanks,
b.
Mac mini, OS X Mountain Lion (10.8.4), Server
Posted on Jul 1, 2013 12:30 PM
This worked for me...
sudo rm -rf /Applications/Server.app
It remapped my services without erasing my data. Here is a link to the article.
https://discussions.apple.com/thread/4141719?start=0&tstart=0
Posted on Jul 2, 2013 10:46 PM