From c04c98972d770cf0eb09220a6f52d5939f7b56d8 Mon Sep 17 00:00:00 2001 From: Zsolt Udvari Date: Wed, 13 Apr 2011 07:44:19 +0000 Subject: [PATCH] - unneeded Changed files: apache.conf -> 1.2 httpd.conf -> 1.2 lighttpd.conf -> 1.2 --- apache.conf | 10 ---------- httpd.conf | 10 ---------- lighttpd.conf | 4 ---- 3 files changed, 24 deletions(-) delete mode 100644 apache.conf delete mode 100644 httpd.conf delete mode 100644 lighttpd.conf diff --git a/apache.conf b/apache.conf deleted file mode 100644 index 978c0db..0000000 --- a/apache.conf +++ /dev/null @@ -1,10 +0,0 @@ -Alias /ci /usr/share/CodeIgniter - - Options FollowSymLinks - AllowOverride None - Order allow,deny - Allow from all - # uncomment if using apache-mod_php - #php_admin_value open_basedir "/etc/webapps/CodeIgniter/:/usr/share/CodeIgniter/:/usr/share/CodeIgniter/css/..:/tmp" - - diff --git a/httpd.conf b/httpd.conf deleted file mode 100644 index 978c0db..0000000 --- a/httpd.conf +++ /dev/null @@ -1,10 +0,0 @@ -Alias /ci /usr/share/CodeIgniter - - Options FollowSymLinks - AllowOverride None - Order allow,deny - Allow from all - # uncomment if using apache-mod_php - #php_admin_value open_basedir "/etc/webapps/CodeIgniter/:/usr/share/CodeIgniter/:/usr/share/CodeIgniter/css/..:/tmp" - - diff --git a/lighttpd.conf b/lighttpd.conf deleted file mode 100644 index 092aa7f..0000000 --- a/lighttpd.conf +++ /dev/null @@ -1,4 +0,0 @@ -alias.url += ( - "/ci/" => "/usr/share/CodeIgniter/", -) - -- 2.44.0