Diagnosing 401 on new apache install
Posted
by KevinM
on Server Fault
See other posts from Server Fault
or by KevinM
Published on 2010-06-02T11:50:35Z
Indexed on
2010/06/02
11:56 UTC
Read the original article
Hit count: 251
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?
© Server Fault or respective owner