wesleyjones
27th November 2006, 16:28
I have made the follwing entry to the proftpd_ispconfig.conf file:
<VirtualHost xxx.xxx.xxx.xxx>
DefaultRoot /var/www/web1/web/freebies/newsletter
AllowOverwrite on
Umask 002
</VirtualHost>
where xxx.xxx.xxx.xxx is the actual dedicated IP address. ISPConfig routinely overwrites this statement and replaces the DefaultRoot with ~ which locks the user in their own folder.
How can i get ISPConfig to stop overwriting the above entry?
Thanks so much!
<VirtualHost xxx.xxx.xxx.xxx>
DefaultRoot /var/www/web1/web/freebies/newsletter
AllowOverwrite on
Umask 002
</VirtualHost>
where xxx.xxx.xxx.xxx is the actual dedicated IP address. ISPConfig routinely overwrites this statement and replaces the DefaultRoot with ~ which locks the user in their own folder.
How can i get ISPConfig to stop overwriting the above entry?
Thanks so much!