Q: Error reading settings on Server app
I've just updated my Snow Leopard (non-server) install to Lion Server, and now when I try to go into the server app's "web" configuration section, I just get "error reading settings". I assume that this is because I'd manually edited my httpd.conf to allow PHP access (as well as PHP mySQL support) in my old Snow Leopard client install. Is there a way to get back to a defaul Lion web server configuration (other than a full re-install)?
MacBook Pro, Mac OS X (10.7), Server
Posted on Jul 20, 2011 8:58 AM
You could try to restore the default config file.
make sure server.app is closed then
cd /etc/apache2
sudo mv httpd.conf.default httpd.conf
sudo apachectl graceful
let me know if that work
Posted on Jul 20, 2011 1:56 PM