View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015330CDash(No Category)public2014-12-30 05:152014-12-30 05:15
ReporterWolfgang Dautermann 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformLinuxOSDebianOS Version7.7
Product Version2.2 
Target VersionFixed in Version 
Summary0015330: Installation problems on Debian 7 - please rename javascript directory
DescriptionDebian (7.7) contains (in the package 'javascript-common' an alias which redirects /javascript to /usr/share/javascript:

$ cat /etc/apache2/conf.d/javascript-common.conf
Alias /javascript /usr/share/javascript/

<Directory "/usr/share/javascript/">
        Options FollowSymLinks MultiViews
</Directory>


If CDash is installed, requests for javascript/* results in error messages (the files in the CDash 'javascript'-subdirectory will be redirected), e.g.:
 
File does not exist: /usr/share/javascript/cdashCreateProject.js, referer: ...

The installation seems to work okay, but one can not create a project als administrator - the submit-button is disabled.


Please rename the 'javascript' directory so something what is unique for cdash - e.g. "cdash-javascript", to solve that issue.

It took me some time to find the cause of the problem. (yes, I solved it by disabling the alias, but I believe that many Debian (and Ubuntu) users will have the same problem).

Best regards, Wolfgang
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2014-12-30 05:15 Wolfgang Dautermann New Issue


Copyright © 2000 - 2018 MantisBT Team