The password-protected tag has no wiki summary.
0
votes
1answer
49 views
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. ...
0
votes
0answers
39 views
How can I block all wordpress admin access on a server?
I administer a server with lot of wordpress installations.
Is there a way to block all admin-accounts with one script, or to add an extra password in the global apache configuration?
I would like to ...
0
votes
1answer
49 views
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 ...
0
votes
1answer
70 views
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 {
...
2
votes
1answer
56 views
Teamcity LDAP encryption
I wondering if it is possible to use teamcity with LDAP encrypted master password?
The idea is to be able to use LDAP with Teamcity without ability to get access to LDAP master passwords ...
4
votes
1answer
161 views
Does nginx have a directive analogous to Apache's <Directory>?
I'm trying to set up an nginx server to replace our current setup based on Apache. Our users have password protected directories (with directives in .htaccess files) which we need to keep protected in ...
0
votes
0answers
79 views
cPanel server forwards me to 401.shtml on new password protected directory [closed]
A new cPanel server was set up last week and everything appears to be working correctly. However, I attempted to set up a password protected directory through cPanel's interface and am getting odd ...
9
votes
7answers
963 views
is it okay to use random URLs instead of passwords? [closed]
Is it considered "safe" to use URL constructed from random characters like this?
http://example.com/EU3uc654/Photos
I'd like to put some files/picture galleries on a webserver that are only to be ...
1
vote
1answer
85 views
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 ...
1
vote
0answers
239 views
How can I password protect an IIS directory with only FTP access?
How can I password protect an IIS directory when I only have FTP access to the server? I can't adjust any IIS settings or add users or anything like that.
The answer to:
IIS Basic Authorization ala ...
1
vote
2answers
332 views
Apache password protected directories. How to find out if .htaccess is reading the right .htpasswd file?
I'm trying to set up a protected directory on my Linux server that is running Apache.
I'm following the instructions that my host has given me. Setting it up using Plesk control panel, doesn't ...
3
votes
1answer
1k views
Does nginx auth_basic work over HTTPS?
I've been trying to setup a password protected directory in a SSL website as follows:
/etc/nginx/sites-available/default
server {
listen 443:
ssl on;
ssl_certificate ...
0
votes
1answer
381 views
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 ...
3
votes
2answers
349 views
How to change the password for root@127.0.0.1 and root@example.com
I was looking at the users in my mysql.user table and noticed that there are 3 roots.
root@localhost
root@127.0.0.1
root@example.com
When I first discovered this none of the roots were password ...
2
votes
2answers
174 views
Setup Apache Password Protection
I have some difficulties setting up password protection in Apache
In .htaccess, I have
AuthUserFile /var/www/vhosts/domain.net/httpdocs/.htpasswd
AuthGroupFile /dev/null
AuthName "Test Server"
...
1
vote
5answers
373 views
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 ...
0
votes
1answer
431 views
Password Protect Virtual Directory With .htaccess
I have a site with a virtual directory structure like mysite.com/folder/title which is actually a .htaccess rewrite to mysite.com/f/index.php?p=title. I want to password protect the folder folder with ...
0
votes
1answer
633 views
Server has phpmyadmin setup, but does not require a password to access
Our company has recently taken over a website job. The site is riddled with security holes that I'm painstakingly patching.
One of the issues is that the previous developer set up phpMyAdmin but did ...
2
votes
1answer
2k views
How to exclude a sub-folder from HTaccess RewriteRule
I have WordPress installed in my root directory, for which a RewriteRule is in place.
I need to password-protect a subfolder ("blue"), so I set the htaccess in that folder as such.
Problem is that ...
2
votes
1answer
977 views
Setting up a password protected download page on an OS X server
I need to setup a password protected download webpage on my OS X server, can anyone link me to some good resources that might help me do this?
2
votes
3answers
472 views
Linux: How to automate creation of password-protected backup archives
If one doesn't want to dig into sophisticated backup solutions, it is always possible to write a shell script that gathers data and compresses it. Because of privacy issues one might want to encrypt ...