Jump to content

Recommended Posts

Posted

We have a webpage running on our intranet server that we dont want students to be able to see.

We run a windows server 2003 network and the staff are in one group and the students in another.

As we have recently moved to windows we're not sure how we can block access for students but allow for staff (it was much easier when we had ranger!) somewhere in group policy?

Posted
If it's running locally on your web server, just change the permissions of the html or asp page you wish to restrict as you would any other file on the network. I use this to restrict our system status page to staff only.
Posted

Ive tried RobC's idea but it doesnt seem to work, it just denies access to everyone.

 

I am running Apache, MySQL and PHP on a Windows 2000 Pro box if thats any help (we've kept it separate from our main unix web server)

Posted
I am running Apache, MySQL and PHP on a Windows 2000 Pro box if thats any help (we've kept it separate from our main unix web server)

 

You'll either need to switch to IIS on W2k or Apache on Linux. Apache on W2k doesn't understand NTLM authentication.

Posted

If i switch to apache on linux how can i control access.

 

I like the idea of using apache as this works well for us on our main server whereas I dont seem to be having much success with IIS on W2K

  • 11 years later...
Guest MD5T
Posted
How can this be accomplished using a linux server with Apache?
Posted
NTFS permissions. Easy peasy. Pupils=DENY!

 

That's what I've done in the past - as long as you know where the files are you can just set NTFS permissions and voila! :)

Posted
NTFS permissions. Easy peasy. Pupils=DENY!

Wouldn't it be easier just to omit the pupils from the NTFS permissions? Without any permissions defined the pupils can't access the files/folders anyway and it's a bit neater. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...