Start only external apache
Is there an option to configure Caché to start external apache instead of internal one on startup?
Discussion (4)0
Comments
To prevent the "internal" Apache instance from starting up when Caché starts, go to System Administration, Cponfiguration, Additional Settings, Startup and change the WebServer setting to false.
I'm not aware of any built-in ability for a Caché startup to start a different Apache instance.
Thank you!
Would it work on linux, provided correct paths?
Yes, е.g. for Windows:
-
for private Apache:
<cache-install-dir>\httpd\bin\httpd -k stop -n <instname>httpd
<cache-install-dir>\httpd\bin\httpd.exe -k uninstall -n <instname>httpd
for external Apache:
C:\Program Files\Apache\bin\httpd.exe -k install -n <instname>httpd
- restart Caché
No, on specified link provides examples for Unix.