Is it possible to somhowe configure ISPconfig, that user home folders whould be in /home/user directory instead of /var/www/web#, cause my /var/www partition is not big enough. Why is ISPconfig using /var/www for home folders?
hm... is there just a define that needs to be changed in source code That would be easy one hehe As far as I know /var is usually a seperate partition and usually not that much big to hold all the user data
You'd have to define multiple functions, mainly in /root/ispconfig/scripts/lib/config.lib.php, I think. That depends totally on your partitioning. The default partitioning schemes are different from distro to distro...
Oh, you meant php source code Thats cool, cause I don't need to recompile the code. But any way if this is not configurable I would probably have problem with upgrading. One more question if you maybe know the answer. Is ISPconfig using acl filters? Cause I am using it and as far as I know it is not good to use chmod and alc filter together. I mean if we are tolking about web, CMS, FTP access,...I don't se any alternative to alc filters. Thay are great and they can fullfil my needs, but that also means that it's beter to stop using chmod.