summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2011-06-16 16:07:57 +0000
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2011-06-16 16:07:57 +0000
commit7955e643ab1911c53b967dad3ae8024c75456250 (patch)
treeee6d475ec894d7bb0fef28609f0353003f5ef6f9
parent2ea319ef50d3532a6e7b1e8bafa56d95a884bad1 (diff)
Planner: remove apache configuration
This removes the apache configuration for the Planner application (both backend and client). Signed-off-by: Cleber Rosa <crosa@redhat.com> git-svn-id: svn://test.kernel.org/autotest/trunk@5426 592f7852-d20e-0410-864c-8624ca9c26a4
-rw-r--r--apache/conf/all-directives1
-rw-r--r--apache/conf/django-directives2
-rw-r--r--apache/conf/planner-directives4
3 files changed, 1 insertions, 6 deletions
diff --git a/apache/conf/all-directives b/apache/conf/all-directives
index 5092c136..30f0c377 100644
--- a/apache/conf/all-directives
+++ b/apache/conf/all-directives
@@ -10,5 +10,4 @@ Include "/usr/local/autotest/apache/conf/tko-directives"
Include "/usr/local/autotest/apache/conf/new-tko-directives"
Include "/usr/local/autotest/apache/conf/embedded-tko-directives"
Include "/usr/local/autotest/apache/conf/embedded-spreadsheet-directives"
-Include "/usr/local/autotest/apache/conf/planner-directives"
Include "/usr/local/autotest/apache/conf/site-directives"
diff --git a/apache/conf/django-directives b/apache/conf/django-directives
index a5fe7e20..043a5daa 100644
--- a/apache/conf/django-directives
+++ b/apache/conf/django-directives
@@ -25,7 +25,7 @@ RewriteRule /media(.*) /usr/lib/python2.6/site-packages/django/contrib/admin/med
RewriteCond /usr/lib/python2.7/site-packages/django/contrib/admin/media -d
RewriteRule /media(.*) /usr/lib/python2.7/site-packages/django/contrib/admin/media$1
-<Location ~ "/(afe|new_tko|planner)/server">
+<Location ~ "/(afe|new_tko)/server">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE frontend.settings
diff --git a/apache/conf/planner-directives b/apache/conf/planner-directives
deleted file mode 100644
index 4a358b9e..00000000
--- a/apache/conf/planner-directives
+++ /dev/null
@@ -1,4 +0,0 @@
-Alias /planner "/usr/local/autotest/frontend/client/www/autotest.TestPlannerClient"
-<Location "/planner">
- DirectoryIndex TestPlannerClient.html
-</Location>