passwording a map

  • Inito
  • Graduate
  • Graduate
  • User avatar
  • Joined: Dec 30, 2003
  • Posts: 223
  • Status: Offline

Post February 1st, 2004, 12:05 pm

I need to set a password on a map, I know this can be done using .htaccess & .htpassw
I've made 404 errors before, but im clueless on the .htpassw

If anyone could explain or refer me to an article about this, thanks.
I've tried googling this but since the words themselves are not very specific I couldn't find any useful results.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 1st, 2004, 12:05 pm

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post February 1st, 2004, 12:14 pm

http://httpd.apache.org/docs/programs/htpasswd.html
http://www.webdevelopersjournal.com/art ... asswd.html

Google search: .htpasswd
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Inito
  • Graduate
  • Graduate
  • User avatar
  • Joined: Dec 30, 2003
  • Posts: 223
  • Status: Offline

Post February 1st, 2004, 12:33 pm

thanks, ill test em out
  • Inito
  • Graduate
  • Graduate
  • User avatar
  • Joined: Dec 30, 2003
  • Posts: 223
  • Status: Offline

Post February 1st, 2004, 1:04 pm

I tried the second link, and everything works fine, but the correct password.

I don't have access into .htpassw, so I have to use the outcome of perl's
crypt function:

Code: [ Select ]
perl -e 'print crypt("example",",9r-jdQI8,.")'


and that outcome should be posted after the username in .htpassw, but how do I get the outcome of a Perl script? what extension should it have?

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 215 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.