Spool Web Interface - AH01630: client denied by server configuration: /u/OMSpool/esfhweb
search cancel

Spool Web Interface - AH01630: client denied by server configuration: /u/OMSpool/esfhweb

book

Article ID: 133207

calendar_today

Updated On:

Products

OM Spool

Issue/Introduction

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?

 

 

Environment

Spool

Cause

Syntax error in the httpd.conf file

Resolution

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%%