Questions tagged [password-protected]

33 questions
1
vote
1 answer

Nginx Password Protect Entire Port Number 8081

I'm trying to password protect an entire port on my website--https://domain.com:8081 and http://domain.com:8081 I have tried editing /etc/nginx/sites-enabled/domain.com.vhost by adding the following within the server block to no avail (which I got…
Pamela
  • 187
  • 1
  • 13
1
vote
0 answers

How to protect or hide a web application on GlassFish?

I have to deploy a ready web application on a public GlassFish instance. The itself has user management and users must be registered to login as we all know it. However I have to protected or hide the whole webapplication in such a way, that only…
Oliver F.
  • 145
  • 5
1
vote
1 answer

Debian Simple Gui for adding/removing users for protective directories

We have a hosted site with a directory that is password protected. I need to have a user who knows very little about computers, maintain the users that have access to this directory. The list is going to get big, according to our customer…
1
vote
1 answer

Apache/htaccess - password protect a site by domain name

Is it posible to protect a website if the site was called by a given domain name? e.g. www.domain.com -> no password protection www.domain.net -> password protection Both of the URLs are routed to the same document root.
Marlon
  • 11
  • 2
1
vote
1 answer

Is it possible to capture traffic to the remote web server

I noticed that my user name and password is sent bare text to the remote server inside HTTP POST request. This is a sniffed packed from Wireshark POST /***URL*** HTTP/1.1 Host: ***DNS NAME*** Content-Length:…
oleksii
  • 256
  • 1
  • 3
  • 10
1
vote
2 answers

Apache authentication inside a WordPress install

I am currently running into an issue with trying to password protect a directory that is sitting inside a directory that's running WordPress. This is for a directory called "admin" that handles a few things outside of WP. In my WordPress .htaccess…
1
vote
5 answers

Enforcing a single-use policy with .PDF files

My organization has some Confidential (as in statutory requirements confidential) documents that go out to certain people and committee groups prior to their release into public domain. These documents need to be accounted for during this timeframe…
user62491
0
votes
2 answers

.htaccess password protect a file in a certain directory

I have files with the same name in different directories on the serves (example: stats.php), and I want to password protect some of them (.htaccess file in the root directory). I tried "FilesMatch" with a path to the file and it didn't work, and I…
Mike
  • 143
  • 1
  • 3
0
votes
1 answer

how do i edit the username and password prompt window for my protected virtual path?

I am using abyss web server X2 to create this username and password prompt window for my protected virtual path. I would like to edit this prompt window or pop up with my custom text for the visitors. Thank for your time.
0
votes
0 answers

Nginx server trying to password protect dir gives 403 Forbidden

I did sudo htpasswd -c /etc/nginx/.htpasswd user_a to create my user and pass Then I added this to my site block location location ^~ /administration { auth_basic "Restricted"; auth_basic_user_file /etc/nginx/.htpasswd; index …
0
votes
1 answer

Disable Admin password requirement on Domain user PC

So here is my situation: My company runs a "Windows 2003 Server Standard Edition" domain server, connected to a bunch of Dell Optiplex PC's (380's, and 9020's). The older Dells (380) are connected to the domain server and do not require the admin…
0
votes
1 answer

Can't receive password-protected archives in Exchange 2007

First off, the relevant environmental information: I'm running Exchange 2007 behind a Barracuda Spam & Virus Firewall 300. Recently, I've started using a service that sends me a monthly report. Unfortunately, this monthly report comes in an archive…
0
votes
1 answer

use IP depended rule in .htaccess to password protect a web folder

i use following code in .htaccess file to usr/psw protect a web folder. However i want to protect this folder only if its accessed outside of 192.168.178.* How can i do this? AuthUserFile /var/www/.htpasswd AuthGroupFile /dev/null AuthName…
Kupe3
  • 115
  • 1
  • 1
  • 3
0
votes
1 answer

NGINX "password" protect directories

I have an nginx server. I'd like to have directories available online but only if a certain password is supplied. Would it be bad to do something like: location /password=mysuperstrongpassword { root /mydir } Is there a better way of…
eatonphil
  • 183
  • 3
  • 12
0
votes
1 answer

How do you password protect a server on a Mac running Apache?

I've seen tutorials on how to show a little box on the main page that you have to know the password to, but I want it where that textbox pops up and asks for a username and password, like the style used when you're trying to get into a router's…
marty