Hi,
- Wampserver 3.1.4 full install and Apache 2.4.35
- No define of SRVROOT Apache variable.
It's an oversight on my part, I'm sorry.
Modify the wamp\bin\apache\apache2.4.35\conf\httpd.conf file as follows :
Duplicate the line:
- Wampserver 3.1.4 full install and Apache 2.4.35
- No define of SRVROOT Apache variable.
It's an oversight on my part, I'm sorry.
Modify the wamp\bin\apache\apache2.4.35\conf\httpd.conf file as follows :
Duplicate the line:
Define APACHE_DIR ${INSTALL_DIR}/bin/apache/apache${VERSION_APACHE}Then modify the new line to obtain
Define APACHE_DIR ${INSTALL_DIR}/bin/apache/apache${VERSION_APACHE} Define SRVROOT ${INSTALL_DIR}/bin/apache/apache${VERSION_APACHE}