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:
929666f
)
map /toroid/world to CGI script irspy-toroid.cgi
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 13 Aug 2013 16:09:12 +0000
(16:09 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 13 Aug 2013 16:09:12 +0000
(16:09 +0000)
web/conf/apache2.0/irspy.conf
patch
|
blob
|
history
diff --git
a/web/conf/apache2.0/irspy.conf
b/web/conf/apache2.0/irspy.conf
index
67161cc
..
509afea
100644
(file)
--- a/
web/conf/apache2.0/irspy.conf
+++ b/
web/conf/apache2.0/irspy.conf
@@
-48,7
+48,14
@@
Order deny,allow
Allow from all
</Proxy>
- ProxyPass /toroid/ http://localhost:12367/
- ProxyPassReverse /toroid/ http://localhost:12367/
+
+
+ # map /toroid to CGI script irspy-toroid.cgi
+ ScriptAlias /toroid/records /home/indexdata/irspy-toroid/irspy-toroid.cgi
+
+ # legacy ruby daemon
+ #ProxyPass /toroid/ http://localhost:12367/
+ #ProxyPassReverse /toroid/ http://localhost:12367/
+
</VirtualHost>