Newsroom Update

Beginning in May, a special Today at Apple series titled “Made for Business” will offer small business owners and entrepreneurs free opportunities to learn how Apple products and services can support their growth and success. Learn more >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

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

Reply
56 replies

Jul 22, 2011 6:44 AM in response to Andy__D

I would use the cp command so that you copy rather than move the file. I would also make a copy of the current file before replacing it. That way, if it doesn't work, you still have the original default in place:


cd /etc/apache2
sudo cp httpd.conf httpd.conf.old
sudo
cp httpd.conf.default httpd.conf
sudo apachectl graceful

Error reading settings on Server app

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.