|
Here's an example from httpd.conf:
<VirtualHost xxx.xxx:21>
FTP On
DocumentRoot "C:/ftp"
FTPJailuser On
<Directory "C:/ftp">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sorry, would delete if I could.
Last edited by clownbird; 03-25-2009 at 01:17 PM..
|