ispCP - Board - Support
custom apache config pr domain - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: custom apache config pr domain (/thread-4679.html)



custom apache config pr domain - ralph - 10-13-2008 04:31 AM

Is it possible to customize apache config per domain basis? Looked trough the docs but havent found any.
Dont exactly understand the ispcp/working/ ispcp/parts and the syncronization out to the apps specifics. Anyone care to try to make me understand? Smile
What does a regenerate configs really do?


RE: custom apache config pr domain - BeNe - 10-15-2008 08:03 PM

Quote:Is it possible to customize apache config per domain basis?
Take a look at -->
Code:
/etc/apache2/ispcp/
Check your ApacheConfig about this entry:
Code:
Include /etc/apache2/ispcp/yourdomain.tld.conf

Quote:What does a regenerate configs really do?
It writes the whole Configs new.

Greez BeNe


RE: custom apache config pr domain - joximu - 10-15-2008 09:02 PM

(10-13-2008 04:31 AM)ralph Wrote:  Dont exactly understand the ispcp/working/ ispcp/parts and the syncronization out to the apps specifics. Anyone care to try to make me understand? Smile

/etc/ispcp/*/parts: the templates for new entries in the different config files of the different services...

working: copy of the actual config file - will be base when ispcp makes changes (so you need to modify the working version if you want manual modifications...)

/J