projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea70f03
)
enable robots.txt for irspy-test
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 21 Apr 2010 12:09:58 +0000
(14:09 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 21 Apr 2010 12:09:58 +0000
(14:09 +0200)
web/conf/apache2.0/irspy-test.conf
patch
|
blob
|
history
diff --git
a/web/conf/apache2.0/irspy-test.conf
b/web/conf/apache2.0/irspy-test.conf
index
bc53345
..
c091986
100644
(file)
--- a/
web/conf/apache2.0/irspy-test.conf
+++ b/
web/conf/apache2.0/irspy-test.conf
@@
-16,6
+16,9
@@
ErrorLog /var/log/apache2/irspy-test-error.log
CustomLog /var/log/apache2/irspy-test-access.log combined
DocumentRoot /usr/local/src/git/irspy-test/web/htdocs
+
+ Alias /robots.txt /usr/local/src/git/irspy-test/web/htdocs/robots-test.txt
+
<FilesMatch "\.(html|css)$">
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler