[astro] MilkyWay at Home: User of the Day pool is running low!

Matt Arsenault arsenm2 at gmail.com
Fri Mar 16 19:17:57 EDT 2012


On Mar 16, 2012, at 5:30 PM, M Newby wrote:

> I added a username and password to the correct file, but I still can't log in.  What am I doing wrong?  I'm on campus.

You didn't actually add a password or username correctly. You just added a username and your password where my username and hashed password are.

sudo -u boinc htpasswd /boinc/milkyway/html/ops/.htpasswd newbym2
Then enter password

> How do you change the Apache stuff to require login from the RPI network?


I should have fixed it.

in /etc/apache2/httpd.conf

<Directory "/boinc/milkyway/html/ops">
    Options Indexes FollowSymlinks MultiViews
    RewriteEngine On
    AllowOverride All
    Order deny,allow
    Deny from all
    Allow from .rpi.edu
</Directory>

I had it using the alias milkyway_ops for the directory which apparently didn't work. I now get forbidden when I try to use it, but you should test if it works on campus now.


More information about the astro mailing list