How to Password Protect Apache with Basic Authentication

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • Learn how to password protect your Apache website or a folder with basic HTTP authentication. This method does not require htaccess.
    Code snippets and more at tonyteaches.te...
    Check out my vlog channel ‪@TonyFlorida‬
    #apache #basicauth
  • ХоббиХобби

Комментарии • 51

  • @brymstoner
    @brymstoner 3 года назад +5

    I remember doing this back in '03 on my first home-based Apache install. Fond memories indeed!

  • @camy_dev
    @camy_dev Год назад

    thank you, I was struggling for hours trying to get it, I had my own config file for that site and according to sites enabled it was indeed the one active but for some reason i couldn't get it to work, simply following your example I copy and pasted my directory into the default config and it worked right away, strange but it working ty

  • @fotografm
    @fotografm 3 года назад

    Thank you for that clear information, Tony. It worked for me first time and then I managed to extend it to nginx to password protect my Jitsi server (with a little help from your blog). I am very grateful to you :-)

  • @chandratirta8240
    @chandratirta8240 Год назад +1

    Hello guyss...
    Have a nice day 😎
    So, I need help about this .,
    I have a question .,
    I've tried this method to protect the folder and it's good, but after entering the password the first time and when the page is reloaded it won't ask for the password again (most likely the password is stored in the browser cache).
    what I want to know is how do I make it so that when the page is reloaded or when I open a new tab with the same URL (more than 1 tab) a popup will still appear, enter username & password ???

  • @SuperMBARutgers2013
    @SuperMBARutgers2013 8 месяцев назад

    You are an awesome teach. Thank you sir.

  • @benfau9992
    @benfau9992 Год назад

    Thank you for your tutorial

  • @majidderkaoui
    @majidderkaoui 2 года назад

    Thank you Mr.Tony

  • @Satyakibat3694
    @Satyakibat3694 2 года назад

    Hey tony,
    How you creat this awesome web page ? Please make a vedio on it 😃.

  • @maliklafia4077
    @maliklafia4077 2 года назад

    Thanks you Bro. You've saved me today

  • @laci272
    @laci272 3 года назад

    Good video, you could have mentioned .htaccess folder password protection, too, for people who are not comfortable editing the host file, or have a control panel that doesn't support basic auth out of the box..

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      Thanks, good suggestion

    • @laci272
      @laci272 3 года назад

      @@TonyTeachesTech you have really good videos, I'm commenting to make the algorithm recommend your channel, only good intentions here

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      @@laci272 thank you so much!!!

  • @fouadchaar4021
    @fouadchaar4021 Год назад

    thank you Tony. how can i call solr (with basic authentication) from application.?

  • @subhamthemusicalguy8851
    @subhamthemusicalguy8851 3 года назад

    Thank you so much, You saved my day.

  • @HoumanAlmassi
    @HoumanAlmassi Год назад

    Thanks

  • @DanangSuprastiya
    @DanangSuprastiya Год назад

    what if using centos? where is the configuration? do you have the tutorial?

  • @rootuserjarvis
    @rootuserjarvis 2 года назад

    How to do the same thing with docker without using Nginx?

  • @darphaprothon20
    @darphaprothon20 Год назад

    will it work if i remove admin and keep /var/www/html/ to block the main page ?

  • @llamingo
    @llamingo 3 месяца назад

    How safe is this from brute force attacks?

  • @kamalchan9756
    @kamalchan9756 3 года назад

    Thank you

  • @johnstonestuart4332
    @johnstonestuart4332 3 года назад

    Great video...KUdos
    i got a .db file in some directory
    how can i display the contents on apache site

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      Is it a MySQL database export file? You'll need to spin up a MySQL server and retrieve the data from there

  • @miakurdi
    @miakurdi 3 года назад

    Thank You

  • @coreysmith6116
    @coreysmith6116 2 года назад +1

    How is the your var/www/html file structured though? I did this with a basic index.html file just saying "This is a test page". I would like to have a sign in prior to users hitting that page, but everytime I try, it doesn't ask for anything.....idk what I am doing wrong.

    • @TonyTeachesTech
      @TonyTeachesTech  2 года назад

      If you have /var/www/html/index.html and follow the instructions in this video, you should be prompted for credentials before a user is able to access the page

    • @longrolstral
      @longrolstral 2 года назад

      Did you figure it out? I have the same problem: no authentication at all.

  • @longrolstral
    @longrolstral 2 года назад

    It didn't work. Nothing changed regarding accessing the directory. I did restart apache2.
    Perhaps there's something wrong with Apache Server.

  • @valou9820
    @valou9820 2 года назад

    Hi, is it possible to redirect someone who failed authentification ro an other page ?

    • @TonyTeachesTech
      @TonyTeachesTech  2 года назад

      Probably but off the top of my head I don't know a solution

  • @1UniverseGames
    @1UniverseGames 3 года назад

    Nice video, is it possible to make a web server on Ubuntu, any helps if I want to do for myself one

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      Yes of course ruclips.net/video/2HYb9ZegNsg/видео.html

  • @dev_manish
    @dev_manish 3 года назад

    Since Openlitespeed and Apache are quite similar, do you think this would work on Openlitespeed as well.

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад +1

      That's a good question. I plan to test this out soon

    • @dev_manish
      @dev_manish 3 года назад

      @@TonyTeachesTech As always, I'll be waiting ✌🏼

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      @@LyleSpringer Perhaps this one? openlitespeed.org/kb/user-authentication-through-realms/

  • @whazitcrease4455
    @whazitcrease4455 3 года назад

    Thanks

  • @rajeshmoravaneni1360
    @rajeshmoravaneni1360 3 года назад

    Thank You

    • @TonyTeachesTech
      @TonyTeachesTech  3 года назад

      You're welcome Rajesh

    • @rajeshmoravaneni1360
      @rajeshmoravaneni1360 3 года назад

      @@TonyTeachesTech Hello brother I have one request. would you make a video onc omplete details how .htaccess file can be useful to protect website like(Indexing disabled and specific file access denied ) Please make