diff options
Diffstat (limited to 'www/cakephp12/files')
-rw-r--r-- | www/cakephp12/files/cakephp-development-cgi.conf.in | 14 | ||||
-rw-r--r-- | www/cakephp12/files/cakephp-development.conf.in | 11 | ||||
-rw-r--r-- | www/cakephp12/files/cakephp-production-cgi.conf.in | 14 | ||||
-rw-r--r-- | www/cakephp12/files/cakephp-production.conf.in | 11 | ||||
-rw-r--r-- | www/cakephp12/files/extra-patch-app__config__core.php | 11 | ||||
-rw-r--r-- | www/cakephp12/files/pkg-message.in | 10 |
6 files changed, 0 insertions, 71 deletions
diff --git a/www/cakephp12/files/cakephp-development-cgi.conf.in b/www/cakephp12/files/cakephp-development-cgi.conf.in deleted file mode 100644 index c1937a147d5a..000000000000 --- a/www/cakephp12/files/cakephp-development-cgi.conf.in +++ /dev/null @@ -1,14 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps - -Action php-script %%PHPCGI%% -AddHandler php-script .php - -Alias /cakephp %%WWWDIR%% - -<Location /cakephp> - DirectoryIndex index.php - Order deny,allow - Allow from all - AllowOverride all -</Location> diff --git a/www/cakephp12/files/cakephp-development.conf.in b/www/cakephp12/files/cakephp-development.conf.in deleted file mode 100644 index 702a8c56fa7f..000000000000 --- a/www/cakephp12/files/cakephp-development.conf.in +++ /dev/null @@ -1,11 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps - -Alias /cakephp %%WWWDIR%% - -<Location /cakephp> - DirectoryIndex index.php - Order deny,allow - Allow from all - AllowOverride all -</Location> diff --git a/www/cakephp12/files/cakephp-production-cgi.conf.in b/www/cakephp12/files/cakephp-production-cgi.conf.in deleted file mode 100644 index 36bc2c4109c1..000000000000 --- a/www/cakephp12/files/cakephp-production-cgi.conf.in +++ /dev/null @@ -1,14 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps - -Action php-script %%PHPCGI%% -AddHandler php-script .php - -DocumentRoot %%WWWDIR%%/app/webroot - -<Location /> - DirectoryIndex index.php - Order deny,allow - Allow from all - AllowOverride All -</Location> diff --git a/www/cakephp12/files/cakephp-production.conf.in b/www/cakephp12/files/cakephp-production.conf.in deleted file mode 100644 index c2330ddcef48..000000000000 --- a/www/cakephp12/files/cakephp-production.conf.in +++ /dev/null @@ -1,11 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps - -DocumentRoot %%WWWDIR%%/app/webroot - -<Location /> - DirectoryIndex index.php - Order deny,allow - Allow from all - AllowOverride all -</Location> diff --git a/www/cakephp12/files/extra-patch-app__config__core.php b/www/cakephp12/files/extra-patch-app__config__core.php deleted file mode 100644 index e5f26ff9da25..000000000000 --- a/www/cakephp12/files/extra-patch-app__config__core.php +++ /dev/null @@ -1,11 +0,0 @@ ---- ./app/config/core.php.orig 2008-10-02 00:56:53.000000000 -0400 -+++ ./app/config/core.php 2008-10-08 08:42:15.000000000 -0400 -@@ -56,7 +56,7 @@ - * - * And uncomment the App.baseUrl below: - */ -- //Configure::write('App.baseUrl', env('SCRIPT_NAME')); -+ Configure::write('App.baseUrl', env('SCRIPT_NAME')); - /** - * Uncomment the define below to use CakePHP admin routes. - * diff --git a/www/cakephp12/files/pkg-message.in b/www/cakephp12/files/pkg-message.in deleted file mode 100644 index 3fe1c140599c..000000000000 --- a/www/cakephp12/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -********************************************************************* -You have just installed the CakePHP web application framework. Please -consider supporting the project by visiting http://www.cakephp.org/ -and making a donation to the development effort. - -Note that you should restart your Apache web server to ensure that -the CakePHP configuration file is loaded. - -Be sure to check the files in %%WWWDIR%%/app/config for -additional framework configuration options. |