Moved apache configuration to config directory

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3926 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2009-01-24 17:29:53 +00:00
parent 67bf6499c8
commit 61612a40e5
4 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
include MANIFEST.in README.txt INSTALL.txt COPYING.txt TODO.txt ChangeLog.txt
include config/linkchecker-completion config/create.sql
include config/linkcheckerrc config/logging.conf config/pycheckrc
include config/reindent.py install-rpm.sh
include config/reindent.py config/linkchecker.apache.conf install-rpm.sh
include linkchecker
include cgi-bin/lc.cgi cgi-bin/lc.fcgi cgi-bin/README
include Makefile

2
debian/rules vendored
View file

@ -36,4 +36,4 @@ common-install-arch::
# install .mo files
install -m 644 build/share/locale/de/LC_MESSAGES/linkchecker.mo $(LOCALE)/de/LC_MESSAGES/
# apache configuration
install -m 644 debian/linkchecker.apache.conf $(ETC)/apache2/conf.d/linkchecker
install -m 644 config/linkchecker.apache.conf $(ETC)/apache2/conf.d/linkchecker

View file

@ -358,7 +358,9 @@ data_files = [
'cgi-bin/lconline/lc_cgi.html.de',
'cgi-bin/lconline/check.js',
'cgi-bin/lc.cgi',
'cgi-bin/lc.fcgi', ]),
'cgi-bin/lc.fcgi',
'config/linkchecker.apache.conf',
]),
]
if os.name == 'posix':