Link to home
Start Free TrialLog in
Avatar of jonathanduane2010
jonathanduane2010

asked on

IIS 8.0 autentication and adding users

Hi guys,

I have server 2012 with IIS 8.0 installed and i have installed AWstats and i want to allow users to log in and check with a username and password, can that be done through IIS or through the AWstats config?

this is the section of the config file and i have put in the right citeria, i think!

AllowAccessFromWebToAuthenticatedUsersOnly=1


# This parameter gives the list of all authorized authenticated users to view
# statistics for this domain/config file. This parameter is used only if
# AllowAccessFromWebToAuthenticatedUsersOnly is set to 1.
# Change : Effective immediatly
# Example: "user1 user2"
# Example: "__REMOTE_USER__"
# Default: ""
#
AllowAccessFromWebToFollowingAuthenticatedUsers="administrator"


# When this parameter is defined to something, the IP address of the user that
# reads its statistics from a browser (when AWStats is used as a CGI) is
# checked and must match one of the IP address values or ranges.
# Change : Effective immediatly
# Example: "127.0.0.1 123.123.123.1-123.123.123.255"
# Default: ""
#
AllowAccessFromWebToFollowingIPAddresses="213.146.164.195"

Open in new window


but when i go to http://31.14.40.241:1388/cgi-bin/awstats.pl?config=irishradio

i get the error thats showing up

Also i cant see where you add users in IIS 8.0?

any help appreciate
ASKER CERTIFIED SOLUTION
Avatar of gmrstudios2013
gmrstudios2013

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial