Under `/bin/apache/apache2.4.xx/conf/extra/httpd-ssl.conf ` there is incorrectly used variable, named `${SRVROOT} `
neither in WampServer instalaltion, that variable is not being defined. I assume that is mechanical mistake as in `conf/httpd.conf` there is:
`${APACHE_DIR}`
so, i assume it should be everywhere in `httpd-ssl.conf`, instead of `${SRVROOT} `.
you can ensure that the bug is existent. Just uncomment "Include httpd-ssl.conf" in main httpd.conf and pinging :
C:/wamp/bin/apache/apache2.4.35/bin/httpd -t
will confirm that variable doesnt exist.
neither in WampServer instalaltion, that variable is not being defined. I assume that is mechanical mistake as in `conf/httpd.conf` there is:
`${APACHE_DIR}`
so, i assume it should be everywhere in `httpd-ssl.conf`, instead of `${SRVROOT} `.
you can ensure that the bug is existent. Just uncomment "Include httpd-ssl.conf" in main httpd.conf and pinging :
C:/wamp/bin/apache/apache2.4.35/bin/httpd -t
will confirm that variable doesnt exist.