summaryrefslogtreecommitdiff
path: root/www/codeigniter-devel/files/codeigniter-production-cgi.conf.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /www/codeigniter-devel/files/codeigniter-production-cgi.conf.in
parent- Update to 1.11.3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'www/codeigniter-devel/files/codeigniter-production-cgi.conf.in')
-rw-r--r--www/codeigniter-devel/files/codeigniter-production-cgi.conf.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/codeigniter-devel/files/codeigniter-production-cgi.conf.in b/www/codeigniter-devel/files/codeigniter-production-cgi.conf.in
deleted file mode 100644
index 7cfee81db010..000000000000
--- a/www/codeigniter-devel/files/codeigniter-production-cgi.conf.in
+++ /dev/null
@@ -1,19 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-DirectoryIndex index.php index.html
-
-Action php-script %%PHPCGI%%
-AddHandler php-script .php
-
-DocumentRoot %%WWWDIR%%
-%%HASHMARK%%Alias /user_guide %%DOCSDIR%%
-
-%%HASHMARK%%<Location /user_guide>
-%%HASHMARK%% Order deny,allow
-%%HASHMARK%% Allow from all
-%%HASHMARK%%</Location>
-
-<Location />
- Order deny,allow
- Allow from all
-</Location>