Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
371 views

htaccess conditionals

I have setup htpasswd authentication on my live site and it works great, but I don't want to be asked for a password when I am working on the development environment. In my httpd.conf file I have: ...
7
votes
4answers
2k views

Programmaticly building htpasswd

Is there a programmatic way to build htpasswd files, without depending on OS specific functions (i.e. exec(), passthru())?
5
votes
2answers
3k views

nginx and auth_basic

I am trying to get basic authentication working with nginx in Ubuntu Jaunty. In nginx.conf, I added these two lines under the server context: server { ... auth_basic "Restricted Access"; ...
5
votes
4answers
9k views

How to logout when using .htaccess (and .htpasswd) authentication? [closed]

Possible Duplicate: HTTP authentication logout via PHP Hi I have a some functionality on my website protected using .htaccess and .htpasswd. When users attempt to access this, they get ...
5
votes
2answers
3k views

Cakephp Password Protection with htaccess and htpasswd - howto?

How can I password protect my website during development with htaccess in Cakephp? which htaccess file do I have to change? what do I have to write in the htaccess where do I put the .htpasswd? I ...
3
votes
4answers
1k views

Is protecting a website directory with a .htaccess file secure?

I was wondering if protecting a web directory with an .htaccess file (with the .htpasswd file outside the public apache webroot) is a secure way to protect a directory (and its contents). Could ...
3
votes
3answers
481 views

Can I copy/paste htpasswd files to my new server?

I'm documenting the procedure for a full redeploy on my development server. Small staff, using Basic authentication (over SSL, of course) with an htpasswd file backend. Is it safe to transfer the ...
2
votes
1answer
57 views

Allowing Users To Change Their SVN Passwords

I have set up an SVN server, and I want to allow users to be able to change their own passwords, but I'm not sure how to accomplish this. The usernames and passwords are stored in a users file that I ...
2
votes
2answers
363 views

Login page vs. htpasswd - Which is more secure?

Given a simple login system (register and login), which of the two choices is more secure: Using htaccess and htpasswd files to store and authenticate users Using php to CRUD and MySQL (or any other ...
2
votes
1answer
1k views

Apache htpasswd secure password change

My question is simple. How to allow users to change their passwords stored in some htpasswd file in linux without revealing the files content or allow users to modify other passwords? I tried to ...
2
votes
2answers
208 views

Securing devel grails application with single htpasswd like password

I am showing a grails app to some colleagues on a public domain. So far I am working in devel mode and have not deployed via war. I need to secure the application in order to keep onybody from ...
2
votes
1answer
400 views

Can I unprotect a single script via .htaccess using CodeIgniter?

I'm in a development environment and we're using basic .htaccess/.htpasswd authentication to keep lurkers out. But some of my AJAX calls are coming back with HTTP/401 authentication failed errors. Is ...
2
votes
1answer
474 views

Domain specific htpasswd conditions

I am using a wildcard dns system that routes all subdomains through a single web app and sets a userid based on the first part of the URL (X.domain.com where X is the username). I now want to edit my ...
1
vote
0answers
57 views

apache LocationMatch and Basic Auth

Is there any way to get matched substring from LocationMatch and use it as part of configuration? I have several similar sites that uses apache Basic auth and want to check against "sitename".passwd ...
1
vote
1answer
40 views

Password protect entire site depending on domain?

I have a development and production site that are both public on the Internet. I want to make the development server locked down. I was told to use .htpasswd to put a password on the root web ...
1
vote
1answer
42 views

Advanced Directory Protection

I have a script that basically asks a user to log in upon entering a directory. Once the user authenticates correctly, they are redirected to their subdirectory. That all works fine, but if they ...
1
vote
1answer
52 views

Linux - HTPASSWD file too big? (more than 2000 users)

I got here a quite huge HTPASSWD file which stores the users and their encrypted passwords. This file is used to authenticate users using HTTP. I got more than 2000 entries (users) in this file. The ...
1
vote
3answers
43 views

Is it possible to have different user permissions (who is allowed an who is not) into folders of an svn repo in MacOS X?

I have multiple developers working in different projects in the same svn repository, I dont want them to have access to the wrong project. I thought that having multiple repositories could do the ...
1
vote
3answers
1k views

After Apache BasicAuth, Google Chrome fails to display page (net::ERR_SOCKET_NOT_CONNECTED)

Summary: We currently have a directory which is password-protected using the Apache BasicAuth module, via .htaccess and a linked .htpasswd file. For some time, this has functioned without error, ...
1
vote
2answers
203 views

Allow PHP script in protected directory

I've got a folder named 'templates' which is CHMOD 777 and protected by a htpasswd. This means I can still use my PHP upload script to upload files into that folder and people from outside cannot ...
1
vote
2answers
167 views

Git log author name from htpasswd

we want to use git and one very important thing would be that if someone is committing something we need to know who exactly was it. Since we are accessing git via https we need to put the htpasswd ...
1
vote
1answer
223 views

.htaccess and .htpasswd to prevent access to folder problem

I have a website admin area I want to protect with a password.. so inside the admin folder I put an .htaccess and .htpasswd files containing this: .htaccess: AuthUserFile ...
1
vote
2answers
171 views

Htaccess… first force www than ask for login

I have an .htaccess file that mainly does 2 things. Force www on the domain and ask for login credentials (with .htpasswd). If I now visit domain.com it will ask for a username and password. When I ...
1
vote
2answers
1k views

how to generate a hash like apache's htpasswd using java

i use "Force MD5 encryption of the password" in htpasswd to generate a hash for instance '123' i get: use htpasswd: 123 => $apr1$kaTbKaLO$ewJXRZAKpjaxK4thy2jOp/ use MD5 digest: 123 => ...
1
vote
2answers
304 views

htaccess vs password protected directories

I have to add a password protected zone to a site I am working on (using the .htpasswd file). The thing is the whole directory structure it's being pointed at doesn't exist and is created through ...
1
vote
3answers
3k views

How to use htpasswd file in Tomcat 6

I have already created a user database file using Apache's htpasswd command. This file is now used by several other application like apache and subversion. Users in are created like this: htpasswd ...
0
votes
1answer
29 views

Password protect a directory inside CakePHP webroot dir

For all kinds of reasons, I have a dir inside app/webroot/ that needs protection (/files). I'm not familiar with the inner workings of CakePHP, because I hired someone for this project. This person, ...
0
votes
2answers
26 views

how to Folter password protection using .htaccess and .htpasswd?

This my path: http://172.21.4.100/bluescope_app/index.php?page=creer_contact_client I have two files: 1st: .htpasswd holds only: dave:***password*** 2nd: .htaccess holds: AuthType Basic ...
0
votes
0answers
60 views

.htaccess exclude path from rewrite rule

I've inherited the following .htaccess file, which is located in public_html. It seems to be preventing htpasswd authentication in a subdirectory because of a RewriteRule. It just gives a 404 instead. ...
0
votes
1answer
33 views

htpasswd inaccurate check

I found an interesting thing. I've setup Nginx for Base Auth with htpasswd file. Everything works fine, but the passwords like <correct password><some random chars> gain access as well as ...
0
votes
0answers
76 views

AuthUserFile not working, what could be wrong?

I'm using CentOS and I switched servers last night. I'm having a problem with the AuthUserFile file. I always get blocked. I made sure that: The path is the real path: AuthUserFile ...
0
votes
1answer
61 views

Overriding global htpasswd password protection

I am testing a Drupal site on a development server that runs bunch of other development sites. All of the sites are password protected globally by htpasswd. However, I need to not have password ...
0
votes
1answer
61 views

How can I use .htpasswd across my entire site?

How can I use my .htpasswd login "session" all across my site? I want to be able to login to via /admin.php using my .htpasswd account, then display certain admin features on other pages, ex. ...
0
votes
1answer
17 views

can i generate a htpasswd from one pc, and then ftp it to another server

What crypto algorithm would I use to generate the passwords within a htpasswd file? I'm running a Visual basic program and using an ftp server to FTP up client files. Im creating new directories for ...
0
votes
0answers
52 views

htaccess users with different privileges

I am trying a achieve the following with htacess : ** adminuser ** /dir <= has access to directory listing or parent dir /dir/subdir-n <= has access to directory listing of any sub-dir ...
0
votes
0answers
18 views

Apache custom errors and .htpasswd protected directories

If I had this code in my .htaccess file ErrorDocument 404 /errordocs/404error.html and errordocs directory is protected by password, does Apache show that page in case of error anyway?
0
votes
1answer
140 views

Is there a module to manipulate an htdigest password file in Perl?

I operate a small development cluster and repository system for a couple of open-source project groups to use. I run these systems on a volunteer basis. Recently, people have expressed concern at the ...
0
votes
2answers
162 views

Basic instruction to upload files(image) to a password protected folder in public_html folder with htaccess

Let's say you want to upload an image to a folder called "upload" right inside the "public_html" folder on Linux server using a third party application (i.e flash). How would I validate the username ...
0
votes
1answer
110 views

Passwordprotecting a Single PHP file with Apache2 or PHP independantly from anything else

Dear folks, Inside folder images I would like to password protect a single php file render.php I already have in that folder my .htaccess as well as my .htpasswd files however they dont work ...
0
votes
1answer
139 views

.htaccess conflicts with protected directory (.htpasswd)

I use a .htaccess file to rewrite my urls to make them SEO friendly, this works fine. This file is located in the root (public_html). A website runs there too. Now I created a directory named ...
0
votes
3answers
438 views

Drupal + .htpasswd: How to lock down a dev site but allow access to single path

So I have a development site setup running Drupal. I've locked the site down with basic HTTPAuth + htpasswd to keep out baddies. The problem is that a single node, a webform, needs to be accessible ...
0
votes
1answer
206 views

How do I figure out what user & group Apache is running as?

On DreamHost shared hosting, I'm setting up htpasswd, but Apache does not have permission to read the file. How do I give it permission? I want to either change the owner or group of the .htpasswd ...
0
votes
1answer
178 views

How can I get a user's input when using htaccess/htpasswd?

I want to create a log in system using htaccess and htpasswd file and PHP for the server-side code, but when the user logs in I want to be able to identify that user, so how can I know what the user ...
0
votes
1answer
178 views

Apache asks the password for each subdomain with htpasswd

Apache asks the password for each subdomain with htpasswd. I want that he would ask the password at the first input and remembered me for all subdomains I use the following code: AuthType Basic ...
0
votes
1answer
155 views

htaccess and htpasswd?

My first time using htaccess to ask for a user password. on my server .htpasswd file lies in my root directory of my server. .htaccess file lies in folder folder "uploads" (which lies in the root ...
0
votes
1answer
90 views

Setup mercurial to only work with users already authenticated with my server?

I have a Mercurial server setup and would like to use it for source control over Apache. The setup i followed, however, requires that I have a .htpasswd which it uses to authenticate Mercurial users. ...
0
votes
2answers
588 views

.htaccess is interfering with nested .htaccess/.htpasswd?

I'm using Simple Mailing List (http://www.notonebit.com/projects/mailing-list). It's good mailing list, but no admin area. So you have to use .htaccess/.htpasswd to protect the /mail/admin folder. ...
0
votes
2answers
186 views

htpasswd - Different output, same username and password

I was wondering why even for the same username and the same password, httpasswd outputs a new hash everytime? I tried finding an answer to this question, but couldn't.
0
votes
1answer
856 views

NGINX : Allow users to password protect directories themselves?

To my knowledge Nginx can only password protect directories from within the configuration file(s). That works nicely, but is not a real option for end-users who A) can not edit the configs and B) ...
0
votes
1answer
201 views

How to ignore some directory in htpasswd?

I set some htaccess with htpasswd on my server. Here is it's content: Order Allow,Deny AuthType Basic AuthName "Password" AuthUserFile /var/www/.htpasswd Require valid-user Satisfy Any It works for ...

1 2