Diagnosing 401 on new apache install
- by KevinM
I am configuring a new box on slicehost to set it up as a webserver. I am following the steps listed at http://articles.slicehost.com/2010/5/20/installing-apache-on-debian To summarize, the steps are:
sudo aptitude update
sudo aptitude install apache2
sudo nano /etc/apache2/conf.d/servername.conf
sudo /usr/sbin/apache2ctl graceful
After completing all the steps I get a 401 when visiting the root of the site (http://67.180.210.158/). What would be the right steps to diagnose what's going on here?