[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dir-or-file-in-var-www



Hi there,

  I am preparing a debian package for cdash (http://cdash.org), draft
implementation is available at:

http://gdcm.svn.sf.net/viewvc/gdcm/Sandbox/debian-med/cdash/debian/

  It worked out ok, by following the standard installation procedure:

http://public.kitware.com/Wiki/CDash:Installation

  However while trying to make it lintian clean I am getting this error:

dir-or-file-in-var-www

  Reading the PHP policy:

http://webapps-common.alioth.debian.org/draft-php/html/ch-php-libs.html

  It is clear that I should move all *.php within the prefered root:
/usr/share/php5/CDash
  I thought I would just need to add the following file (*) and be all
set, but it seems that I am still missing something. What should I do
so that http://localhost/CDash points to /usr/share/php5/CDash ? A
good package reference would be appreciated.

Thanks,
-- 
Mathieu

(*)
$ cat /etc/apache2/conf.d/cdash.conf
<Directory /usr/share/php5/CDash/ >
   Order allow,deny
   Allow from all
</Directory>


Reply to: