This removes the apache configuration for the Planner application (both backend and client).
Signed-off-by: Cleber Rosa <[email protected]> --- apache/conf/all-directives | 1 - apache/conf/django-directives | 2 +- apache/conf/planner-directives | 4 ---- 3 files changed, 1 insertions(+), 6 deletions(-) delete mode 100644 apache/conf/planner-directives diff --git a/apache/conf/all-directives b/apache/conf/all-directives index 5092c13..30f0c37 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 a5fe7e2..043a5da 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 4a358b9..0000000 --- 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> -- 1.7.4.4 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
