[Cdash] Apache configuration for test result submission
Johannes Stallkamp
johannes.stallkamp at rub.de
Thu Nov 5 09:05:58 UTC 2009
Hello Bill, hello Julien,
>>
>> Are you trying to submit using CTest? or cURL? which URL do you use
>> to submit? (localhost? or external URL of the system?).
>>
>> If you can send me some logs (maybe in a private email), that would
>> be great.
> If ctest, you should run ctest --debug to see the curl output.
Since this is just an internal test setup I can just share the log here
I guess. I attached the ctest debug output (I just kept the submission
part and removed the rest for size reasons)
If I try it using curl, I use:
$ curl -T Testing/20091104-1057/Test.xml
http://localhost/cdash/submit.php?project=TRS
and I get:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>405 Method Not Allowed</title>
</head><body>
<h1>Method Not Allowed</h1>
<p>The requested method PUT is not allowed for the URL
/cdash/submit.php.</p>
<hr>
<address>Apache/2.2.11 (Ubuntu) DAV/2 PHP/5.2.6-3ubuntu4.2 with
Suhosin-Patch Server at localhost Port 80</address>
</body></html>
My apache site configuration says:
Alias /cdash "/opt/CDash-1.4.2"
<Directory "/opt/CDash-1.4.2">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Somehow I feel that I am missing something stupid, some obvious tiny
little thing since other people obviously do not have that problem.
Thanks for helping
Johannes
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ctest.log
URL: <http://public.kitware.com/pipermail/cdash/attachments/20091105/5c532075/attachment-0001.ksh>
More information about the CDash
mailing list