Description
Installing the web service on 32-bit Windows fails. After installing the web service will not run, and the following error message can be found in the event viewer:
The Apache service named reported the following error:
>>> httpd.exe: Syntax error on line 37 of C:/Program Files/exacqVision/WebService/Apache/conf/httpd.conf: ServerRoot must be a valid directory.
<br>
Introduced Version
7.7.28
<br>
Fixed Version
Not yet fixed
<br>
Workaround
- Manually edit C:\Program Files\exacqVision\WebService\Apache\conf\httpd.conf changing the following line
Define SRVROOT "C:\Program Files (x86)\exacqVision\WebService\Apache"
toDefine SRVROOT "C:\Program Files\exacqVision\WebService\Apache"
- Start the web service.