Quote:
Originally Posted by vestport4
and running cgi in
Code:
/var/www/mydomain.com/web/files/cgi/
|
You must place CGI files in the cgi-bin directory.
Quote:
Originally Posted by vestport4
First: Does one entry with the same path just keep over writing the other?
|
Same directives will overwrite each other, the rest justs adds up.
Quote:
Originally Posted by vestport4
Second: Can I back this file up and regenerate a default file without blowing away the domain & web files etc.
Third: Is it safe to edit directly (with a backup of course)?
Fourth: Will anything overwrite this file automatically in the future (updates)?
|
ISPConfig will overwrite your changes if you edot the file directly, therefore you should use the Apache Directives field. You can also define a custom vhost template by copying /usr/local/ispconfig/server/conf/vhost.conf.master to the /usr/local/ispconfig/server/conf-custom/ directory. You can then modify /usr/local/ispconfig/server/conf-custom/vhost.conf.master to your needs, and ISPConfig will use that one instead of /usr/local/ispconfig/server/conf/vhost.conf.master.