Note that there are some explanatory texts on larger screens.

plurals
  1. POhtaccess & htpasswd not hooking up correctly
    text
    copied!<p>Every time I try to go to <a href="http://www.public.asu.edu/~rlpeck/CSE465a/art.htm" rel="nofollow noreferrer">Art School</a> on <a href="http://www.public.asu.edu/~rlpeck/" rel="nofollow noreferrer">Home Page</a> and put it the correct username/password I get a server error. Yes this is homework, and yes it is my first time doing anything related to this type of setup so any help would be appreciated. All the various instructions that I found listed this as the correct way so I'm sort of stuck.</p> <p>.htpasswd file(<code>/afs/asu.edu/users/r/l/p/rlpeck/pwd/.htpasswd</code>):</p> <pre><code>Alice:$apr1$sgDEa/..$FBtlSGHkbPHmlW80Sj2Sx1 Bob:$apr1$V8LLa/..$iX.YVKHoDfKyTKEMvuX.g/ Chris:$apr1$XuHOa/..$o6bf/JyA1otkH0jor4n5c/ Dave:$apr1$hpjQa/..$u3/D.f0xdN23Flg35qp9g. Eve:$apr1$JIGSa/..$uTs55qYH1.gtDV7WZ0X7q0 </code></pre> <p>.htaccess file(<code>/afs/asu.edu/users/r/l/p/rlpeck/www/CSE465a</code>):</p> <pre><code>AuthType Basic AuthName "Restricted Area" AuthUserFile /afs/asu.edu/users/r/l/p/rlpeck/pwd/.htpasswd AuthGroupFile /dev/null Require valid-user </code></pre> <p><img src="https://i.stack.imgur.com/ooIf2.pngBlockquote" alt="Server Error"></p> <p>When I do run <code>locate -r error.log</code> all I get are these:</p> <pre><code>/opt/tivoli/tsm/client/ba/bin/dsmerror.log /usr/share/doc/cups-1.2.4/de/images/button-view-error-log.gif /usr/share/doc/cups-1.2.4/es/images/button-view-error-log.gif /usr/share/doc/cups-1.2.4/help/ref-error_log.html /usr/share/doc/cups-1.2.4/images/button-view-error-log.gif /usr/share/doc/cups-1.2.4/ja/images/button-view-error-log.gif /usr/share/doc/cups-1.2.4/pl/images/button-view-error-log.gif /usr/share/doc/cups-1.2.4/sv/images/button-view-error-log.gif /var/log/cups/error_log /var/log/cups/error_log.1 /var/log/cups/error_log.2 </code></pre> <p>Edit: Response from help desk:</p> <blockquote> <p>If you were testing the security of your page, you passed. I dont see an error</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload