PDA

View Full Version : ProFTPD Virtual Hosting Entries overwritten by ISPConfig


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!

wesleyjones
27th November 2006, 16:33
Sorry, I posted this in the wrong forum...

falko
28th November 2006, 16:59
You can either modify the template /root/ispconfig/isp/conf/proftpd_ispconfig.conf.master or change the programming in /root/ispconfig/scripts/lib/config.lib.php.