Categories

Password Protecting Web Pages

Posted: 5:11pm Tuesday November 29 2005

Category: Web

An end-user asked for instructions on password protecting some personal web pages today. The general idea is to do something like this:

  ssh www.hep.wisc.edu
  cd ~/www
  mkdir priv
  cd priv
  cat > .htaccess <<EOT
  AuthType Basic
  AuthUserFile $HOME/www/priv/.htpasswd
  AuthName "Private Web Space"
  Require valid-user
  EOT
  htpasswd -c .htpasswd guest

And now--voila!--you should only be able to access...

  http://www.hep.wisc.edu/~yourlogin/priv/

...using the login "guest" and the password you supplied to the
"htpasswd" command.


Another Web Service Outage

Posted: 5:00pm Tuesday March 15 2005

Categories: Outages, Web

The UW-HEP web service (www.hep.wisc.edu) was down from around midnight until 0900 today. The system was replaced with new hardware at around 1030.


Web Service Outage

Posted: 5:00pm Saturday March 12 2005

Categories: Outages, Web

The UW-HEP web server was down from about 0020 to 0814 local time today: it hung with scsi disk errors.


Search

Other Links