This is an old revision of the document!
You can download a pre-configured Apache from niota download page or from an official Apache download page. Please check system requirements for valid combinations of niota application and Apache application server.
You can find the installer on niota download page.
Unpack the downloaded file and copy the folder to drive’s root.
Eg.: “C:\Apache24x64” or “D:\ Apache24x64”. This is the recommended by the to Apache’s install guide.
..\conf\httpd.confDefine SRVROOT “c:/Apache24x64”Define SRVROOT "c:/Apache24x64"
# ...
DocumentRoot "${SRVROOT}/htdocs"
You can install PHP now or later. Check PHP install for further details.
If you would like to use LDAP(S) go to page set LDAPS authentication.
httpd.exe -k install -n "Apache24x64_niota"
In case you need to run the server with a specific service user you can do this:
httpd.exe -k uninstall -n "Apache24x64_niota”
If the following three dll file are different in Apache24/bin folder than the ones in PHP folder it raises error during LDAPS connection or password encryption/decryption:
These files must be copied from PHP root folder into Apache24/bin folder. It is recommended to back up original files of Apache.
Error message starts with “Call to undefined function openssl_decrypt()…”