Forum Moderators: phranque

Message Too Old, No Replies

directory access protection

permission setting for directory

         

jscjso

7:44 pm on Jun 16, 2008 (gmt 0)

10+ Year Member



I have set up a website in my Vista computer. I have html and pl files in the website main directory. Through the execution of these pl files, my visitors create profile data and store them in my subdirectory.

How do I set up a method to allow the pl files to continue to store new data and retrieve existing data from the subdirectory files while not allowing the visitors to access directly to the file in the subdirectory?

I tried this. I used a different machine from WAN side to visit my site. I am able to type in the browser address the full path and the filename to see the content of the data file in the subdirectory.

But if I set the security of the subdirectory to 'deny' for users to block the viewing from WAN site. The pl execution got blocked and cannot access to the data file.

I am used to Unix and Linx, they have execute, write, read setting for each level of users. I can easily allow user to execute but not reading the content. How do I do this in Vista/directory/security setting?

bill

2:24 am on Jun 17, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Vista isn't a server, but it can certainly run IIS. You're pretty limited in terms of concurrent connections though. Are you running IIS?

Another option would be to run Apache on your machine. That might be more familiar to you.

jscjso

3:11 am on Jun 17, 2008 (gmt 0)

10+ Year Member



I thought I can use security setting in the property option of the directory. I am thinking the same way Unix does.

I am using Abyss, it has the access control. But it has limitation that I cannot overcome.

I did use Apache which is more common, the problem is the configuration is not screen driven. I have to edit the file directly.

bill

8:04 am on Jun 20, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'm not familiar with Abyss. Do their support documents have anything to say in this regard?