Hi everyone How do i install ISPConfig 3 and make sites working on /home/admin/public_html instead of /var/clients? Any help is welcome, Thank you.
You will have to rewrite the apache plugin if you want to do that. But be aware that you will not be able to update your system afterwards or you add all patches to your codebase in future manually.
But then still the client directories will be in /home/admin/public_html and not the sites as ispconfigs folder hierarchy is [client]/[site]/web. So what he can do is to have /home/admin/public_html/[client]/[site]/web but not /home/admin/public_html/[site]/web by mounting the directory. Also he should be aware that things like suexec will not work if the sites are not in /var/www as its the default in ispconfig.