[Cdash] Apache configuration for test result submission

Julien Jomier julien.jomier at kitware.com
Wed Nov 4 16:33:53 UTC 2009


Hi Johannes,

Did you add the Directory attribute in your /etc/apache2/conf.d (or site 
file)?

<Directory /srv/www/htdocs/CDash>
    Order allow,deny
    Allow from all
</Directory>

Julien

Johannes Stallkamp wrote:
> Hi Julien,
> 
>> I'm wondering if the default Apache installation on your system is
>> limiting the PUT method. Could you look at this page:
>>
>>  http://httpd.apache.org/docs/2.0/mod/core.html#limit
>>
>> and see if that helps? Also you might need to install the mod_dav
>> module for Apache and that might solve your problem as well.
> I installed mod_dav (and restarted apache) but it did not help. I
> checked for any "Limit" directives in my apache configuration but
> there are noen.
> 
>> Which system are you running CDash on?
>>
> Apache 2.2.7 on Ubuntu 9.04 (Jaunty Jackalope).
> 
> 
> J
> 
> 



More information about the CDash mailing list