mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
- Changed Apache dependency to optional - Removed some useless Apache config directives from sample .conf files PR: ports/155588 Submitted by: Thomas Steen Rasmussen <thomas@gibfest.dk>
10 lines
211 B
Text
10 lines
211 B
Text
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
|
|
</Location>
|