Website Permissions Issue / Trying To Password Access

Jun 10, 2008

I'm trying to allow part of a website to be secure and prompt for a password that can be access by a user/password.

I'm running Win 2003 server and IIS 6.0

I have my website running fine.

This is what I wanted to do. Allow the main page to be accessed by all.

Part of the site needs to be secure and allow access to people only with a password.

I thought I would be able to do this by creating a user with a password on the windows machine just like I have created users with FTP accounts that are logging in and using the FTP service fine.

However, when I limit access to the folders. When I try to access it by internet it comes up with a user/pass box as I thought it would, but when I try to access it with the user/pass for a user that can auth fine for the win FTP service it doesn't accept it.

how I can do this in IIS to allow secure access to part of a site and allow them to auth to login to part of the site only ?

View 0 Replies


ADVERTISEMENT

How Do I Password Protect A File On My Website

May 28, 2007

im trying to password protect a single txt file on my server, but instead its password protecting the whole directory

so for example

i want to password protect the file 123.txt in directory "sample" but instead its password protecting the whole direcoty "sample"

View 10 Replies View Related

Pda Access To Whm / Remember Password

May 2, 2008

I access whm from my pda via this method as told by cpanel's DavidG from support

[url]

However, there is no remember me option. I'm using Opera Mobile on my HTC Touch and really need some sort of remember me option. Opera mobile (or mini) do not have the wand function either. IE doesn't have any such feature either.

View 0 Replies View Related

Apache :: Configuration To Setup Password For Website

Jul 8, 2013

I want to setup a password for a website running on Ubuntu server, and find Apache can be used. It is implemented by config httpd.conf file and .htaccess file.

So I want to ask:

1. In this case, the password is setup for a path on the server configured in httpd.conf file. Like in the following example:

Code: <Directory "/var/www/html/MySite">

The password is setup for the path to Mysite,right?

2. If my content of website is not stored under /var/www folder, I cannot use this way to setup a password for website, right? May use PHP instead?

View 1 Replies View Related

Change Mysql Root Password With Ssh Access?

May 29, 2008

How can change mysql root password with ssh access?

View 6 Replies View Related

How To Access Password Protected File Via Curl

Nov 19, 2007

I've got a file I want to access via cURL that is within a password protected directory.

I've tried sending:

Code:
$headers = array(
"HTTP_AUTH_LOGIN: admin3e",
"HTTP_AUTH_PASSWD: opensesame",
"Content-Type: text/html"
);

curl_setopt($curl, CUROPT_HTTPHEADER, &$headers);
(insecure)

and:

Code:
curl_setopt($curl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
curl_setopt($curl, CURLOPT_USERPWD, '[user]:[pass]');
but I can't figure out how to get past the login:

Authorization Required

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Apache/2.0.52 (CentOS) Server at ****** Port 80

View 3 Replies View Related

DirectAdmin - Access Denied For User 'apache'@'localhost' (using Password: NO)

Jun 20, 2009

I get the following error when let my site connect to my database: Access denied for user 'apache'@'localhost' (using password: NO)

But when im running lil test script which connect to my localhost with the same passwords and it gives the status 'Connection OK' (im running on admin account, made a MySQL account with DA)


Code:

<?php $link = mysql_connect('localhost','admin_removed','removed'); if (!$link) { die('Could not connect to MySQL: ' . mysql_error()); } echo 'Connection OK'; mysql_close($link); ?>

View 2 Replies View Related

Plesk 11.x / Windows :: Parallels Asking Password - Access Is Denied Due To Invalid Credentials

May 25, 2014

When I tried access parallels plesk panel 11.5 ... It's show windows password, if i enter Administrator credentials i see login of parallels, if i cancell i receive this error: "401 - Unauthorized: Access is denied due to invalid credentials."

I also tried use reconfigurator but i receive this error on attach 2...

View 2 Replies View Related

ERROR 1045 (28000): Access Denied For User 'root'@'localhost' (using Password: NO)

Jul 12, 2009

Im trying to setup a mysql server on my centos vps server. Ive installed mysql server and done chkconfig and the mysql server has started. My problems start when i want to set a mysql root password.

Quote:

mysqladmin -u root password yourrootsqlpassword
mysqladmin -h server1.example.com -u root password yourrootsqlpassword

I get an error "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)"

Which i totally dont understand because why would it want a password when im trying to set the password?

View 6 Replies View Related

How Deny All To Access Website

Apr 29, 2009

how can i deny all of ip instead 2 ip to access to some website?

because these are priv8 website and personal .

i thin that .htaccessis good.

can nany one creat it for me and ist good or use another method?

View 4 Replies View Related

WAMP - Access Website With My WAN IP

Jan 2, 2009

I have WAMP Setup and configured correctly, and it's working just fine.

I have a DynDNS account and it is pointing to my WAN IP.

For instance if my friends or if I use proxy to load [url]it loads just fine.

But from my own browser when I try accessing [url]it doesn't work.

Is there any way I can fix this issue?

Basically I am trying to use a domain name to point to my pc. And use that domain name to test my website other than using [url]

View 1 Replies View Related

Apache :: Can't Access Website Using Other IP On Same LAN

Dec 20, 2013

I m newbie to apache server. I have created a web site using apache server with theURL... tutorial. I m able to access my web site on my ip address bt unable to access it using other ip of linux system. I m CentOS user. I can ping that ip with my ip. I have edited files as described in the tutorial.

View 1 Replies View Related

Have A Website Running On IIS But Cant Access It From Particular Network..

Sep 20, 2008

I am hosting a website that I can access perfectly from most internet connections but not from my college network..

Normally I am asked for a user name and password on my site, normal.

When I am browsing from my college network the page just throws up HTTP error 401.2

From my understanding it means that the server(iis) is setup wrong but I can access it from anywhere else..

View 7 Replies View Related

Futurehosting Account But I Can't Access Their Website

Aug 29, 2008

...and has been for several hours now.

Somehow, I am not filled with confidence.

View 12 Replies View Related

Plesk 12.x / Linux :: How To Block Access To Default Website

Oct 21, 2014

I've seen a number of exploit attemps on the default website which I believe has come via direct access via ip address i.e http://xxx.xxx.xxx.xxx.I have tried to block with .htacess but it seems to be being ignore (possibly by parallels or nginx configuration).how I can block access to the default site to all but 127.0.0.1, server external ip and my ip?

View 19 Replies View Related

Plesk 11.x / Windows :: Could Not Find Password For Account ID / Return Empty Password

Nov 19, 2013

Everyday after Backup Panel (Tasks from Backup Manager), I receive next error:

<?xml version="1.0" encoding="utf-8"?>
<execution-result status="error">
<object name="domain.ru" type="domain">
<message severity="error" id="416a91ad-e5e7-480b-b6b4-a60157b8eaae" code="InformationalException">
<description>Could not find password for account id '2648'. Return empty password</description>
</message>
</object>
</execution-result>

Resolve -> only reconfigure domain. How can I automatic fix this problem?

View 5 Replies View Related

Plesk 11.x / Linux :: Changing Email Password Changes Admin Panel Password Too?

Jun 17, 2014

today i changed the password for the admin panel for a customer (username eg. mylogin). 10 minutes later he called me and said that he cannot get into his emailaccount anymore. Checked the password and saw that the emailpassword for his emailaddress (eg. mylogin@mydomain.com) is now the same from the admin panel login. So i changed the emailpassword and checked the admin panel login - it now has the emailpassword. What a mess.. I'm running Plesk Panel 11.5.30 MU47.

View 1 Replies View Related

How To Change Cpanel Password With FTP Password

Nov 22, 2007

How to change the Password of my FTP?

I know how to change the pwd. of cPanel, but I don't know how to change the pwd. of FTP?

View 10 Replies View Related

Plesk 11.x / Windows :: How To Limit Access To Few IP Address To Access Port 8443 On Firewall

Aug 28, 2012

How can I allow only one ip or a list of ip addresses to access port 8443.I need to limit access this port to few ip addresses and not everyone

View 6 Replies View Related

How To Point Www.website.com To Website.com (or Vice Versa)

May 3, 2008

If I type google.com in my address bar, it forwards me to www.google.com. This is not happening for my website right now. I think its a good idea to do this, since then search engines will have only 1 main URL for the website to index.

My question is:

How do I implement this? I think this may involve mucking with CNAME settings...

View 2 Replies View Related

How To Redirect.. Www.website.com -> Www.website.com/forums

May 15, 2009

I want my users to be redirected directly to my forum

so when they type in www.mywebsite.com it will redirect instantly to www.mywebsite.com/forums

I know this can be done on Cpanel... any other ways?

View 7 Replies View Related

IIS 5 - Cant Access Page From IE7 But Can Access From Firefox

Feb 20, 2008

I found a great little app called ID Shutdown Manager which bascially lets you do stuff like wake on LAN, Shutdown, Log Off etc.

The App also has a cgi script which you can call from a web server so you get a web interface to the program.

This is exactly my reason for getting the app as I just wanted to host a web page where I could login from the internet and wake on lan my media PC.

Ok so...

The app gives you all the iis or apache setup instructions and tells you to place the cgi script which is actually a .exe into the scripts folder and then enable basic authentication for it.

Done.

So if I navigate to <SERVER>/scripts/sdmancgi.exe its supposed to give me a user / pass prompt and then when login successful I see the app and can wake on lan etc.

ok I have got this to work

on the actual machine where server is running I can access it in IE7 by localhost etc.. and it works

However when I try to access from another PC in my lan by typing <SERVER>/scripts/sdmancgi.exe I get a nice little message saying the content cannot be displayed you may require to insall a program or something to display it.

If I try to access the page from firefox on same remote PC, it works!

I can also access page from outside my LAN, it works on my N95 browser.

Also I have had friends try it from firefox from the Internet and they say it works as well.

Forgot to mention I am running on port 8081 as I already have other servers running on 8080 and 80 (one is my router and the other server installed itself from setup.exe and I dont know what server its using)

I have also tried latest apache server as well as some other free one. Both have the same effect. Ok in firefox, not in IE.

One would think its a problem with the cgi file not compatible with IE7 however, I even tried to go to default page setup in IIS <SERVER>:8081 and I get the same message. So at this point the server hasnt even tried to access CGI or prompt for Basic Authentication.

I tried googling and not much luck. I read something about CSS and when I view source of failed web page from IE7 it mentions something about CSS so dont know if this is it?

View 4 Replies View Related

FTP + Permissions

Jun 3, 2009

I'm trying to get FTP working on a FreeBSD 7.1 box running ProFTPd.

The service runs but the issue is that the users cannot write to their home dirs. The server returns a 550 error.

Previously ProFTPd ran as user and group of "www" but I changed it to "nobody", which did not change anything.

I'm sure the issue is that of the home dirs for the users being owned by the users themselves and the service account not having access to write in that directory.

I'm not sure what is best to do here. Do I lift permissions so everyone can write to the home dirs? or is there a better way?

View 6 Replies View Related

777 Permissions For Www

Jun 2, 2009

Let me start off with saying: I haven't had any suspicious activity, nor do I think I was compromised.

I logged in as root, and was simply clicking around my dedicated server and came across a few folders with permissions at 777. ALL are above /public_html

Irregardless, is this safe? I recall reading a bunch of topics on here, that /tmp needs to be hardened. Isn't this also above /public_html?

For one example:
/var/tmp is chmod to 077
..inside is a bunch of sess_ files

Is this folder open to hacking?

View 14 Replies View Related

Ftp Permissions On Vps

May 5, 2009

just buy a vps, all fine, but can not move or delete file by ftp after file uploaded by ftp and unzip by ssh. support say i need to use chown to change user to ftp user. but there is not ftp user on ssh when chown /dirctory ftpuser

View 4 Replies View Related

Web Permissions

Jan 19, 2007

when I setup a server I don't really care about permissions, I do lot of nasty chmod 777 * and stuff to easily get away with permission issues, since I'm the only one with access anyway.

But for a server that may be used for webhosting, how do I go about setting permissions in home directories so that programs like apache/php can still read/write to the user's web data? I'm guessing I need to add the user apache to each user's group and chmod 770 but I'm not too sure how to go about that, or if that's even how I should do it.

View 0 Replies View Related

IIS Permissions

Mar 27, 2008

how permissions work in IIS in basic english

I spent ages trying to get a crm system working on my server and it only worked without errors when I changed the anonymous user privileges to "change" instead of "read".

Now this is meant to be insecure right? But my question is.... what exactly can go wrong with this configuration? In what ways is it insecure?

Also... correct me if I'm wrong but do:

- Web server permissions: only affect what scripts can run locally etc... and

- User / file level permissions: Protect against anonomous access changes from the net?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved