Getting the following error trying to start the OM Spool Web interface started task:
AH01630: client denied by server configuration: /u/OMSpool/esfhweb
Ensured all subdirectories and files are CHMOD 777. What else can be done for that error?
Spool
Syntax error in the httpd.conf file
The line "Require valid-user" had been moved to the end of the previous comment line.
The correct syntax is as below:
<Location /OMSpool/>
AuthName "OM Spool"
AuthType Basic
AuthBasicProvider saf
# OM Spool requires an authorized user
Require valid-user
SAFRunAs %%CLIENT%%