Results 1 to 2 of 2
Hi All,
When I'm browsing the following link at my machine, it's showing the directory structure under railwaysite folder.
Is there any way, I can restrict this access to others. ...
- 09-16-2008 #1
Directory is not secure while browsing the link
Hi All,
When I'm browsing the following link at my machine, it's showing the directory structure under railwaysite folder.
Is there any way, I can restrict this access to others. What I want is that, it should display a standard IE error page whenever someone tries to access this link.
http://shws001.tblport.net:8080/railwaysite/
Arun Sangal
- 09-17-2008 #2
I'm guessing your server is running apache. It it is, you can control directory permissions through the /etc/httpd/conf/httpd.conf file (or it may be that there's a file in /etc/httpd/conf.d/ that relates to this site specifically).
Look for the <Directory>...</Directory> part of that file that sets up the permissions to the web's directory, you can control access by IP address, hostname, network addresses, etc. There are usually plenty of examples in that conf file that you can refer to.Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
