diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-06 14:45:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-06 14:45:16 +0800 |
commit | 6fd8743581e86a4a3ae63e8cc71b26b41e74cfd1 (patch) | |
tree | 36bf232ee9a70d2644f50369f4b649b30f2090cf /www/cakephp2/files | |
parent | c06e21495ed620080fbf92f28b9550372c53ba47 (diff) | |
download | freebsd-ports-gnome-6fd8743581e86a4a3ae63e8cc71b26b41e74cfd1.tar.gz freebsd-ports-gnome-6fd8743581e86a4a3ae63e8cc71b26b41e74cfd1.tar.zst freebsd-ports-gnome-6fd8743581e86a4a3ae63e8cc71b26b41e74cfd1.zip |
- Update to 1.1.15.5144
- Use WWWDIR
PR: 114138
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Diffstat (limited to 'www/cakephp2/files')
-rw-r--r-- | www/cakephp2/files/cakephp-development-cgi.conf.in | 2 | ||||
-rw-r--r-- | www/cakephp2/files/cakephp-development.conf.in | 2 | ||||
-rw-r--r-- | www/cakephp2/files/cakephp-production-cgi.conf.in | 2 | ||||
-rw-r--r-- | www/cakephp2/files/cakephp-production.conf.in | 2 | ||||
-rw-r--r-- | www/cakephp2/files/pkg-message.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/cakephp2/files/cakephp-development-cgi.conf.in b/www/cakephp2/files/cakephp-development-cgi.conf.in index b3c5c74af043..48c1e373a372 100644 --- a/www/cakephp2/files/cakephp-development-cgi.conf.in +++ b/www/cakephp2/files/cakephp-development-cgi.conf.in @@ -4,7 +4,7 @@ AddType application/x-httpd-php-source .phps Action php-script %%PHPCGI%% AddHandler php-script .php -Alias /cakephp %%DATADIR%% +Alias /cakephp %%WWWDIR%% <Location /cakephp> DirectoryIndex index.php diff --git a/www/cakephp2/files/cakephp-development.conf.in b/www/cakephp2/files/cakephp-development.conf.in index f0ac4879ab11..86a7a676d57b 100644 --- a/www/cakephp2/files/cakephp-development.conf.in +++ b/www/cakephp2/files/cakephp-development.conf.in @@ -1,7 +1,7 @@ AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps -Alias /cakephp %%DATADIR%% +Alias /cakephp %%WWWDIR%% <Location /cakephp> DirectoryIndex index.php diff --git a/www/cakephp2/files/cakephp-production-cgi.conf.in b/www/cakephp2/files/cakephp-production-cgi.conf.in index 8565f6286351..7215c731486a 100644 --- a/www/cakephp2/files/cakephp-production-cgi.conf.in +++ b/www/cakephp2/files/cakephp-production-cgi.conf.in @@ -4,7 +4,7 @@ AddType application/x-httpd-php-source .phps Action php-script %%PHPCGI%% AddHandler php-script .php -DocumentRoot %%DATADIR%%/app/webroot +DocumentRoot %%WWWDIR%%/app/webroot <Location /> DirectoryIndex index.php diff --git a/www/cakephp2/files/cakephp-production.conf.in b/www/cakephp2/files/cakephp-production.conf.in index 89b5ce7d06a0..8679a15b8958 100644 --- a/www/cakephp2/files/cakephp-production.conf.in +++ b/www/cakephp2/files/cakephp-production.conf.in @@ -1,7 +1,7 @@ AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps -DocumentRoot %%DATADIR%%/app/webroot +DocumentRoot %%WWWDIR%%/app/webroot <Location /> DirectoryIndex index.php diff --git a/www/cakephp2/files/pkg-message.in b/www/cakephp2/files/pkg-message.in index 5175204423df..303baf685232 100644 --- a/www/cakephp2/files/pkg-message.in +++ b/www/cakephp2/files/pkg-message.in @@ -7,5 +7,5 @@ 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 %%DATADIR%%/app/config/core.php for +Be sure to check %%WWWDIR%%/app/config/core.php for additional framework configuration options. |