diff options
author | sat <sat@FreeBSD.org> | 2007-04-06 19:34:39 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-06 19:34:39 +0800 |
commit | 48c6a2ff91decb343522066165688530468d69a8 (patch) | |
tree | 69659bfb363f2040fd9172ab4abd7aa2493dac84 /www/horde4-base/files | |
parent | c12fd90d34226266c8090de1f12bddbb4ea811b2 (diff) | |
download | freebsd-ports-gnome-48c6a2ff91decb343522066165688530468d69a8.tar.gz freebsd-ports-gnome-48c6a2ff91decb343522066165688530468d69a8.tar.zst freebsd-ports-gnome-48c6a2ff91decb343522066165688530468d69a8.zip |
- Remove dependency on apache
- Fix plist
- Fix package
- Minor tweaks
- Bump portrevision
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'www/horde4-base/files')
-rw-r--r-- | www/horde4-base/files/httpd.conf.horde | 57 | ||||
-rw-r--r-- | www/horde4-base/files/pkg-message.in | 6 |
2 files changed, 0 insertions, 63 deletions
diff --git a/www/horde4-base/files/httpd.conf.horde b/www/horde4-base/files/httpd.conf.horde index 0bd4b621c52b..e69de29bb2d1 100644 --- a/www/horde4-base/files/httpd.conf.horde +++ b/www/horde4-base/files/httpd.conf.horde @@ -1,57 +0,0 @@ -# This is included in Apache's httpd.conf for Horde - -<Directory /home/httpd/html/horde> - Options Indexes FollowSymLinks - AllowOverride None - order allow,deny - allow from all - <IfModule mod_php4.c> - php_value include_path '/home/httpd/phplib:.' - php_flag register_globals On - php_flag magic_quotes_gpc Off - php_flag track_vars On - php_value memory_limit 16M - </IfModule> -</Directory> - -<IfModule mod_alias.c> - Alias /horde/ "/home/httpd/html/horde/" -</IfModule> -# -# For security, don't serve pages from the Horde configuration and library -# directories. -# -#<Directory "/home/httpd/html/horde/admin"> -# Order deny,allow -# Deny from all -#</Directory> -<Directory "/home/httpd/html/horde/config"> - Order deny,allow - Deny from all -</Directory> -<Directory "/home/httpd/html/horde/lib"> - Order deny,allow - Deny from all -</Directory> -<Directory "/home/httpd/html/horde/locale"> - Order deny,allow - Deny from all -</Directory> -<Directory "/home/httpd/html/horde/po"> - Order deny,allow - Deny from all -</Directory> -<Directory "/home/httpd/html/horde/scripts"> - Order deny,allow - Deny from all -</Directory> -<Directory "/home/httpd/html/horde/templates"> - Order deny,allow - Deny from all -</Directory> -<Directory "/home/httpd/html/horde/util"> - Order deny,allow - Deny from all -</Directory> -# End of Horde configuration ================ - diff --git a/www/horde4-base/files/pkg-message.in b/www/horde4-base/files/pkg-message.in index 3226c28ff455..6620f9f27fe1 100644 --- a/www/horde4-base/files/pkg-message.in +++ b/www/horde4-base/files/pkg-message.in @@ -27,14 +27,8 @@ Select a log driver; if you keep 'file', do not forget to add a line in /etc/newsyslog.conf. Then select and configure a preferences driver. -Your %%APACHE_CONF%% has been updated, -you have to restart Apache. - When everything is OK, you should be able to access Horde from <http://localhost/horde/>. -(If <http://localhost/horde/> does not run, but - <http://localhost/horde/index.php> is OK, then you have - to define index.php as a DirectoryIndex in %%APACHE_CONF%%.) There is a testing script at <http://localhost/horde/test.php>. ************************************************************************ |