Hi, I am trying to add some lines for virtualhost created using ISPConfig in vhost_ispconfig.conf for the apache2 webserver. Is there a template somewhere that I can edit so each virtualhost created using ISPConfig will have a customised <VirtualHost> directives? I would also appreciate if someone could tell me where ISPConfig kept the skels for the documentroot of each domains/sites created using ISPConfig. I would like to customise the index and maybe create additional folders for each domains/sites created using ISPConfig. Same goes for templates for the DNS zone files. Thanks in advance for any help given. Regards, A. Syadiqin
no. The directories are created by the script /root/ispconfig/scripts/lib/config.lib.php The templates are in /root/ispconfig/isp/conf/
Thanks for the info, Till. It seems that you can customise how a VirtualHost is added by editing the file /root/ispconfig/scripts/lib/config.lib.php Its a bit hard as the comments are written in German, I think.... What I am trying to do is to modify the ErrorLog and CustomLog directives to work with Awstats.... I am getting some success in doing it but still not really 100% perfect. For now, I will work on getting my Awstats to work with ISPConfig.