View Full Version : Help Apache
joychung
11-19-2002, 11:28 AM
I just setup a Apche Server. But I don't know how to edit their script and add some fonction like "How to restriction/ask password to a folder?" "How download a file without execute them?"
Did anyone is good in Apache setting script? Please help.
thanks in advance.
GiangVu
11-19-2002, 02:32 PM
you need to sit down and read the manual first :p
VuThu
11-19-2002, 04:06 PM
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
# Change None --> All
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
openbsd
12-22-2002, 05:17 PM
Should read the documentation from http://www.apache.org online perhaps?
Or the local documentation comes with apache itself, which can be view offline at http://localhost?
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.