Activity Stream
48,167 MEMBERS
61102 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 10 of 10
  1.     
    #1
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com

    Default Passwd & htaccess for lighttpd

    I need to secure my adminCP, and I'm using Lighttpd. Can anyone show/write a simple htaccess file? I've been looking around, but meh, there went always something wrong
    pi0tr3k Reviewed by pi0tr3k on . Passwd & htaccess for lighttpd I need to secure my adminCP, and I'm using Lighttpd. Can anyone show/write a simple htaccess file? I've been looking around, but meh, there went always something wrong :( Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    Warez-Town.info latestrelease.org freakshare.biz
    ru using VB i can help u to secure

  4.     
    #3
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com

  5.     
    #4
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    no phpbb2

  6.     
    #5
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    Jay, I followed the steps from that site and it's not working!!!!
    I created .htaccess with this
    AuthUserFile /home/.../.../.../.passwd
    AuthGroupFile /dev/null
    AuthName EnterPassword
    AuthType Basic
    Require valid-user
    When accessing my ACP I got that pop up window to enter pass & user, but after TYPING it, nothing happens, and the pop up window pops up again, and asks for user & pass..

  7.     
    #6
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    Bump. ??

  8.     
    #7
    Member
    wrong password? point your .htpasswd file using
    Code: 
    AuthUserFile /home/.../.../.../.htpasswd
    http://www.tools.dynamicdrive.com/password/
    gomu gomu no..

    ..flying fuck!

  9.     
    #8
    Member
    edit
    /etc/lighttpd/lighttpd.conf

    and make sure server.modules += ( "mod_auth" ) is loaded.

    and add this to directives
    Code: 
    auth.debug = 2
    auth.backend = "plain"
    auth.backend.plain.userfile = "/home/desiboy/.lighttpdpassword"
    and append this
    Code: 
    auth.require = ( "/path_to_protect/" =>
    (
    "method" => "basic",
    "realm" => "Password protected area",
    "require" => "user=user"
    )
    )
    create password file
    nano /home/desiboy/.lighttpdpassword

    and put desired user name and password
    usrer:mypassword

    and make sure that the .lighttpdpassword is readable by lighttpd

    and restart lighty ,the directory will be protected..

    edit according to your needs

    HTH
    Coding Horror Fan
    I don't read PM's frequently .

  10.     
    #9
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    ^Awesome, thank you.

  11.     
    #10
    Member
    On a security note, chmod .lighttpdpassword to 600
    KnownSRV.com - Quality comes at a price, and we provide it at affordable prices.
    PayPal, Skrill(MoneyBookers), Payza(AlertPay), 2CheckOut and LibertyReserve accepted!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Secured Passwd
    By devNULL in forum Web Development Area
    Replies: 0
    Last Post: 31st Dec 2011, 04:55 PM
  2. [Help] htaccess --> lighttpd
    By kohkindachi in forum Technical Help Desk Support
    Replies: 5
    Last Post: 5th Nov 2011, 06:46 PM
  3. What is lighttpd?
    By Hecker in forum Server Management
    Replies: 3
    Last Post: 6th Aug 2011, 02:46 PM
  4. Replies: 6
    Last Post: 22nd Apr 2010, 10:57 AM
  5. Can anyone help me convert htaccess to lighttpd?
    By crook in forum Webmaster Resources
    Replies: 7
    Last Post: 21st May 2009, 01:39 PM

Tags for this Thread

BE SOCIAL