<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>I apologize if this 
has been beat to death, but after searching for some time I couldn't 
find any advice (that I could understand) regarding how to set up CDash 
to accept submissions when apache authentication is used.  <br>
<br></div><div>Any help on this would be deeply appreciated.   <br></div><div><br></div><div>The problem is that our submissions to CDash fail if authentication is enabled:<br> Error when uploading file: /home/mtcampbe/Downloads/CDashTest/Testing/20130403-2352/Build.xml<br>

   Error message was: The requested URL returned error: 401<br><br></div><div><br></div>Our apache config looks something like this:<br><Directory /var/www/html/CDash><br>           Order allow,deny<br>           Allow from all<br>

           AllowOverride AuthConfig<br>           AuthType Basic<br>           AuthName "IR CDash"<br>           AuthUserFile /etc/svn-auth-file<br>           Require valid-user<br></Directory><br><br></div>

With the following:<br><Files dailyupdatescurl.php><br>    Options +ExecCGI +Indexes +Includes<br>    Order Allow,Deny<br>    Allow from all<br></Files><br><Files processsubmissions.php><br>    Options +ExecCGI +Indexes +Includes<br>

    Order Allow,Deny<br>    Allow from all<br></Files><br><Files submit.php><br>    Options +ExecCGI +Indexes +Includes<br>    Order Allow,Deny<br>    Allow from all<br></Files><br><br></div>When
 authentication is turned OFF, it works great.  Folks can submit, but 
when we turn it on, it fails.   We want our CDash to be available only 
to our employees/authenticated users - but for submissions by recognized
 users to succeed.  Can anyone help me figure out what I am doing wrong?<br>
<br></div>Thanks (in advance) for your help!<br><br>Cheers,<br></div>-Mike</div>