Posted by:
selnomeria
(---.customer.magticom.ge)
thanks for nice answer!
you are right, and I see my faults.
However, just my notice, if you could consider:
the idea of this topic was that, after we uncomment the "Include conf/extra/httpd-ssl.conf" in `conf/httpd.conf`, we get error from apache, that SRVROOT is not declared.
- I've checked now, and actually, the httpd.conf file (that contains SRVROOT variable) is in "/conf/original" folder, and as we see the "original" folder is not being actually used by wamp.
So, that means what i said initially, SRVROOT is not defined unless user manually copies it from "original/httpd.conf" folder. and all my idea of this topic was, if it's considerable, that you included the "Define SRVRTOO C:/install_path" in conf/httpd.conf upon installation, so no need for us to manually copy-paste that variable from "original" folder.
or:
in /extra/httpd-ssl.conf , replace `${SRVROOT}` with ${APACHE_DIR} (which is already declared in `conf/httpd.conf`), so, the problem will be solved.
btw: when we install Wamp, the installer should automatically set the install path of apache (instead of c:\apache24 ), shouldnt it?
so, my all point is that, after we uncomment the "Include conf/extra/httpd-ssl.conf" in `conf/httpd.conf`, we shouldnt need to do further modifications/manual-copy-pastes in httpd.conf, because either SRVROOT should be already declared, or instead of SRVROOT, used APACHE_DIR (which is already declared in `conf/httpd.conf`)
thanks
p.s.2. ideally, my attempt is that Wamp had this : [
articlebin.michaelmilette.com] or [
www.proy.info]
builtin so after installation we had a working ssl without much burden.
Edited 3 time(s). Last edit at 11/01/2018 10:07PM by selnomeria.