Apache server code help asking the tuff ???

Status
Not open for further replies.

Samstoned

Posts: 1,009   +0
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
 
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
 
Status
Not open for further replies.
Back