Samstoned
08-19-2006, 05:45 PM
need to limit access ftp and any folder
using apache 1.3 on unix box
the closest I have got is
<Limit LOGIN>
Order Allow,Deny
Allow from 128.44.26.,myhost.mydomain
Deny from all
Quotas on
DefaultQuota 40000 ;<---need to set a folder size quota
</Limit>
and the dir comes back with server error all other dir's are ok
anyone good at htaccess htmaster htpassword
RealBlackStuff
08-20-2006, 06:02 AM
http://www.freewebmasterhelp.com/tutorials/htaccess/
http://www.euronet.nl/~arnow/htpasswd/documentation.html
Samstoned
08-20-2006, 06:32 PM
host provider says no mod_quota file ftp users on there older hsphere
there is directives panel for allow deny code for user groups
can this be set without mod_quote added
I have done gzip without the mod_gzip I used a dll file in cgi bin dir