]> git.pld-linux.org Git - packages/CodeIgniter.git/commitdiff
- unneeded
authorZsolt Udvari <uzsolt@pld-linux.org>
Wed, 13 Apr 2011 07:44:19 +0000 (07:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.conf -> 1.2
    httpd.conf -> 1.2
    lighttpd.conf -> 1.2

apache.conf [deleted file]
httpd.conf [deleted file]
lighttpd.conf [deleted file]

diff --git a/apache.conf b/apache.conf
deleted file mode 100644 (file)
index 978c0db..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Alias /ci /usr/share/CodeIgniter
-<Directory "/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"
-</Directory>
-
diff --git a/httpd.conf b/httpd.conf
deleted file mode 100644 (file)
index 978c0db..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Alias /ci /usr/share/CodeIgniter
-<Directory "/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"
-</Directory>
-
diff --git a/lighttpd.conf b/lighttpd.conf
deleted file mode 100644 (file)
index 092aa7f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-alias.url += (
-        "/ci/"   => "/usr/share/CodeIgniter/",
-)
-
This page took 0.111913 seconds and 4 git commands to generate.