How can i set permissions for user access om a Windows 2003 Server. I am running Apache 2.0. Currently, my critical directories are buck naked ![]()
Re: Equivalent of chmod on Win server
U'd have to use NTFS permission on them. You can also remove anonymous access to those folders in IIS Manager and then create user account with the proper access.
Re: Equivalent of chmod on Win server
If i need to give execute/read permissions to a certain directory within Apache2\htdocs, how can I go about. I need a quick fix. Thanks in advance.
Re: Equivalent of chmod on Win server
Ehtisham thanks. I managed to do majority of the stuff by configuring the httpd.conf file...nonetheless, appreciate your help..
Re: Equivalent of chmod on Win server
Did u change ur post or did i toally miss the Apache part? I know i couldn't have been PUI at 3.29 pm on a weekday :)
Re: Equivalent of chmod on Win server
Well the post wasn't changed but a bit confusing as I has no clue how to go about turning off directory browsing. I thought it could be done just like unix or linux by changing the access privileges on the web root directory, hence the question. However, on windows machine, i just accomplished by changing the httpd.conf file..
Re: Equivalent of chmod on Win server
You should've mentioned that you are using Apache on Windows. You can use .ht* files on Windows too if you have AllowOverride directive set to All in your httpd.conf.