Basic authentication using Apache Rule with Fedora

Sponsors

Two months back i got requirement of do basic authentication for testing site server. So Google or any search engine site cannot index the testing sites.

We are using Fedora as Operating System and Apache as webserver on our testing machine. We hosted more than fifteen test sites on that server.

I successfully created basic authentication on server.

Use following commands:

#su

#ROOT_PASSWORD

#vi /etc/httpd/conf/httpd.conf

in that file you need to insert following lines.

AccessFileName htaccess.acl .htaccess

# htpasswd -c /home/USER/pwd.txt USER(you can define your user of stystem.)

New password: mypassword
Re-type new password: mypassword

That sit. Your username and password is set for popup.

Now you need to only create or update your .htaccess  file. You can create or find .htaccess file in your project folder.

Use or copy and paste following code in that file: (.htaccess file)

AuthUserFile /home/USER/pwd.txt
AuthName "Protected"
AuthType Basic

<Limit GET POST>
require valid-user
</Limit>

I following exact method for my server and projects. It is working perfect for me.

You may like following Articles!

This entry was posted in Apache, Open source, tutorials and tagged , , , , by Wordpress API. Bookmark the permalink.

About Wordpress API

API means Application Program interface. In Wordpress API we are giving all the information about wordpress API. We worked for many wordpress plugins and themes. We have expertise in PHP, Databases, Graphic Design, Ruby on Rails, Java, Wordpress, Drupal and many CMS. We always give you the best solutions about wordpress and other related topics in This Blog. We will give you always fresh tips and tricks and techniques about wordpress in this blog.

10 thoughts on “Basic authentication using Apache Rule with Fedora

  1. This is a exceptional post, I found your site checking yahoo for a similar topic and arrived to this. I couldnt come across to much additional information and facts on this blog post, so it was good to discover this one. I will certainly end up being back again to look at some other articles that you have another time.

  2. Im pleased I discovered this web site, I couldnt discover any knowledge on this matter before. Also run a niche site and for anyone who is ever serious in doing a bit of guest writing for me if possible feel free to let me know, i’m always look for people to check out my blog. Please stop by and leave a comment sometime!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>