The http-authentication tag has no wiki summary.
0
votes
1answer
19 views
Cannot setting up path based authentication in subversion
I've followed the subversion book countless times to try and set proper path authorization on our subversion server, but I haven't been able to make this work. Here is my access rules file :
...
1
vote
1answer
72 views
nginx, apache http authentication
I have an nginx reverse proxy server which feeds into a varnish cache with an apache backend.
The php is running as a fastcgi process started from apache.
I was attempting to get some php software ...
2
votes
1answer
55 views
static big files and a way to serve them securely (central authentication CDN)
I need to serve few static big files(about 4GB each) to several users, using 5 servers that are in different geographical regions.
The idea is that nobody else gets the content as there's ...
-1
votes
1answer
63 views
Intercept server port to request a password [closed]
There's a Java application running on my server that creates a page on a certain port on the server. Is there any way I can sit in the middle of that page being served by Java and the user to first ...
0
votes
0answers
40 views
Apache asks for auth on symlinked directory, but not on others
I have an Apache2 vhost with the following Directory config:
<Directory /path/to/docroot>
AuthType Basic
AuthName styleguide
AuthUserFile /etc/apache2/extras/ok_users
Require ...
3
votes
1answer
53 views
How do you http-auth all sites on a server?
I'm setting up a development server and need to apply these basic rules to all virtual hosts on the server in the /var/www/html directory.
AuthType Basic
AuthName "Development Area"
AuthUserFile ...
0
votes
0answers
93 views
PHP_AUTH_DIGEST not being set
I'm using my local machine to test a script I made using PHP_AUTH_DIGEST, which works flawlessly.
When I sent it to my live server, it seems that PHP_AUTH_DIGEST isn't being set, and therefore I ...
0
votes
1answer
33 views
Allow Site and Server acces from single computer?
I have a local site that I use to run a web application for my business. Only one or two computers need to be able to access the site.
I want to allow access to only those computers (not by IP) with ...
1
vote
0answers
83 views
Apache Authentication Still Accepts the old password in the htpasswd
I run Apache on Ubuntu and use basic HTTP authentication.
I have a htpasswd file and there is a user named scott with the password of tiger.
However I changed the password to tiger1.
Now I can login ...
2
votes
1answer
392 views
IIS 401.3 - Unauthorized on only 1 server out of 3 set up for network load balancing
Over the weekend our Server Admin set up two virtual Windows 2008 machines with IIS installed and set them up under NLB. I came in and changed the application pool the website was running under to ...
1
vote
2answers
936 views
How does one configure squid3 proxy to support http auth - quick and dirty
I am interested in the the easiest solution, authentication doesn't actually have to even test user/pass pairs... it just has to do the http auth challenge. I am trying to test http auth on a proxy ...
1
vote
0answers
138 views
How to set up custom 401 error page or redirect in WSS3 SP2
I've got a WSS3 sharepoint site that requires windows authentication both in IIS and via the Sharepoint site. What I would like to do is in the case that a user does not provide valid AD credentials ...
11
votes
1answer
12k views
Troubleshooting Windows Authentication problems (no challenge) in IIS 7.5?
I know that there are thousands of reports of people having trouble getting Integrated Windows Authentication to work with IIS, but they all seem to lead to web pages that don't apply or solutions ...
2
votes
1answer
258 views
Many HTTP 401's with Kerberos authentication via mod_auth_kerb
I've got an Apache2 httpd running in front of a Tomcat, doing authentication via mod_auth_kerb.
When I open the console in Firebug, I see lots of 401's (see screenshot: ...
-1
votes
1answer
242 views
Sharing www folder breaks IIS sites
I would like to share my www folder on my local machine with others in my office but when I do this and try navigate back to my localhost sites, I get the error HTTP Error 401.3 - Unauthorized.
Now I ...
1
vote
2answers
202 views
Subversion subdomain Digest authentication shows blank page as response
I'm trying to configure my subversion server using apache2, mod_dav_svn and a basically digest authenticaton (for now). I've setup the subdomain svn.example.com to serve the repos and created the ...
0
votes
0answers
92 views
Apache .htaccess set different password for symlink
I got a domain with a website that can be reached by two urls, mydomain.com/pathA and mydomain.com/pathB.
But they are actually the same directory on the server. It contains a MediaWiki ...
0
votes
1answer
111 views
Apache2 require authentication for directory
I'm trying to secure my phpmemcachedadmin installation. (It doesn't come with any sort of security, not even a login system)
I've added this to the .htaccess file:
AuthName "For admins only"
...
1
vote
2answers
339 views
Apache whitelist a single location, but require basic auth for everything else
I'm sure this is simple, but Google is not my friend this morning.
The goal is:
/public... is openly accessible
everything else (including /) requires basic auth.
This is a WSGI app, with a single ...
7
votes
3answers
3k views
Possible to add basic HTTP access authentication via HAProxy?
I've successfully setup HAProxy in front of an HTTP server which I have no control over.
Is it possible to configure HAProxy to add Simple HTTP Authentication to all sites, bearing in mind I can't ...
0
votes
1answer
811 views
What's the easiest way to create an HTTP proxy which adds basic authentication to requests?
I am trying to use a service provided by a server which requires basic HTTP authentication, however the application I am using does not support authentication. What I'd like to do is create a proxy ...
1
vote
1answer
322 views
IIS 6 - Integrated Authentication - requires a daily restart to recognise extra domain users
We have sub webpage (classic ASP) set up with Windows Authentication and no anonymous access.
Permissions to the target directory are set as Read/Execute for a domain local group. This group ...
0
votes
1answer
261 views
Apache 2.2, changing DocumentRoot depending on the HTTP auth credentials provided by client
Is this even possible?
Say I have a server, devbox.local, which has several HTTP auth users: alan, bill, carl. What I'm trying to do is tell Apache to use a different DocumentRoot depending on who is ...
0
votes
1answer
704 views
How to use basic auth for single file in otherwise forbidden Apache directory?
I want to allow access to a single file in a directory that is otherwise forbidden.
This did not work:
<VirtualHost 10.10.10.10:80>
ServerName example.com
DocumentRoot /var/www/html
...
1
vote
1answer
335 views
What does this error mean in my IIS7 Failed Request Tracing report?
when I attempt to goto any page in my web application (i'm migrating the code from an asp.net web site to web application, and now testing it) .. i keep getting some not authenticated error(s) .
So, ...
15
votes
6answers
34k views
How to configure basic authentication in Apache httpd virtual hosts?
I'm trying to configure mercurial access using Apache http.
It requires authentication. My /etc/apache2/sites-enabled/mercurial looks like this:
NameVirtualHost *:8080
<VirtualHost *:8080>
...
2
votes
3answers
250 views
How does “password protection” works in apache?
I have a website (http://mywebsite.com.) for a client, and I would like to create some subdomains like (http://trac.mywebsite.com). I would like to create a password protection for this subdomain, ...
4
votes
1answer
159 views
Are there possible problems with long htaccess passwords or symbols in htaccess passwords?
We have a directory we've protected using an .htaccess password. Both the username and password are long, complex, with various symbols.
I can log in from my machines (I've tried IE, Firefox, ...
2
votes
1answer
593 views
Apache, mod_auth and AuthGroupFile: how to allow access for all the users in an AD domain?
I have a working Kerberos authentication on my Apache. My AuthGroupFile directive points to a file where there is one group called rnd (rnd: user@my.domain.com).
This works just fine, but I don't ...
0
votes
1answer
176 views
How to use htaccess to restrict access to script when rewriting?
I have a php script that relies on the following rewrite rules:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/script.*$ [NC]
RewriteRule (.*)$ script.php/go [QSA,L]
So when someone visits ...
7
votes
4answers
3k views
Apache - Redirect to https before AUTH
I have a development site up that requires a username and password (basic http auth) before the user can see the site. I'd like to redirect to a secure protocol first, before the user can send in the ...
0
votes
4answers
179 views
Site-wide protection for standalone trac
I'd like to setup Trac as a standalone daemon, but as an internal service. I.e. I want people to do a http authentication before even entering wiki.
Both --auth and --basic-auth give me user ...
6
votes
3answers
2k views
Using Mod_rewrite and Authentication on ALL incoming URLs
I have a need to make sure that my url, call it www.domain.com is always protected at least via Basic HTTP authentication. Also, I want to use mod_rewrite to send my users to one of two OC4j instances ...