Summary | /var/www/horde/.htaccess by upgrade |
Queue | Horde Base |
Queue Version | 4.0.7 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | mike (at) humans (dot) 8the (dot) net |
Created | 07/08/2011 (5110 days ago) |
Due | |
Updated | 12/21/2012 (4578 days ago) |
Assigned | 02/10/2012 (4893 days ago) |
Resolved | 12/21/2012 (4578 days ago) |
Milestone | 5.0.3 |
Patch | No |
Milestone ⇒ 5.0.3
commit 7d0c212825696fd8066d1ebe9646a6d13222f335
Author: Jan Schneider <jan@horde.org>
Date: Fri Dec 21 12:22:41 2012 +0100
Discourage editing of the shipped .htaccess file (
Request #10323).bundles/groupware/docs/INSTALL | 10 ++++++----
bundles/webmail/docs/INSTALL | 10 ++++++----
horde/docs/INSTALL | 10 ++++++----
3 files changed, 18 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/7d0c212825696fd8066d1ebe9646a6d13222f335
commit 69269a466de1922d8e0db371b793393153c1ce09
Author: Jan Schneider <jan@horde.org>
Date: Fri Dec 21 12:18:14 2012 +0100
Add warning to not edit this file (
Request #10323).horde/.htaccess | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/69269a466de1922d8e0db371b793393153c1ce09
commit 7d25aac13b55d57d01aadd7d70b674af04bed9e0
Author: Jan Schneider <jan@horde.org>
Date: Sun Feb 12 16:28:47 2012 +0100
Revert "[jan] Configure PEAR environment in .htaccess file
(
Request #10323)."This reverts commit 409ad21df7ba27ef0e080ccdc46f6f9a85e9dec0.
horde/.htaccess | 3 ---
horde/docs/CHANGES | 1 -
horde/docs/INSTALL | 12 ++++--------
horde/package.xml | 6 +-----
4 files changed, 5 insertions(+), 17 deletions(-)
http://git.horde.org/horde-git/-/commit/7d25aac13b55d57d01aadd7d70b674af04bed9e0
commit 409ad21df7ba27ef0e080ccdc46f6f9a85e9dec0
Author: Jan Schneider <jan@horde.org>
Date: Fri Feb 10 19:09:04 2012 +0100
[jan] Configure PEAR environment in .htaccess file (
Request #10323).horde/.htaccess | 3 +++
horde/docs/CHANGES | 1 +
horde/docs/INSTALL | 12 ++++++++----
horde/package.xml | 6 +++++-
4 files changed, 17 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/409ad21df7ba27ef0e080ccdc46f6f9a85e9dec0
happen in the apache configuration rather than the ".htaccess" file.
The latter only works until the next update and leads to confusion.
commit 7d25aac13b55d57d01aadd7d70b674af04bed9e0
Author: Jan Schneider <jan@horde.org>
Date: Sun Feb 12 16:28:47 2012 +0100
Revert "[jan] Configure PEAR environment in .htaccess file
(
Request #10323)."This reverts commit 409ad21df7ba27ef0e080ccdc46f6f9a85e9dec0.
horde/.htaccess | 3 ---
horde/docs/CHANGES | 1 -
horde/docs/INSTALL | 12 ++++--------
horde/package.xml | 6 +-----
4 files changed, 5 insertions(+), 17 deletions(-)
http://git.horde.org/horde-git/-/commit/7d25aac13b55d57d01aadd7d70b674af04bed9e0
State ⇒ Assigned
Assigned to Jan Schneider
Taken from
State ⇒ Resolved
Milestone ⇒ 4.1
commit 409ad21df7ba27ef0e080ccdc46f6f9a85e9dec0
Author: Jan Schneider <jan@horde.org>
Date: Fri Feb 10 19:09:04 2012 +0100
[jan] Configure PEAR environment in .htaccess file (
Request #10323).horde/.htaccess | 3 +++
horde/docs/CHANGES | 1 +
horde/docs/INSTALL | 12 ++++++++----
horde/package.xml | 6 +++++-
4 files changed, 17 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/409ad21df7ba27ef0e080ccdc46f6f9a85e9dec0
Type ⇒ Enhancement
Priority ⇒ 1. Low
cases" scenario, with notes in INSTALL about what to do if SetEnv is
not allowed in the .htaccess file.
Assigned to
for those two lines?
everyone, especially if we don't know whether SetEnv is allowed for
.htaccess in the server configuration. OTOH it would also help people
who did install through system-wide PEAR, but don't have it in their
include_path.
for those two lines?
Priority ⇒ 2. Medium
State ⇒ Feedback
has a bright idea, I guess we need to change the docs to tell the
users to create the configuration in the Apache configuration file. Of
course this won't work if the user installs into a separate directory
because he only has limited access to the system. :-(
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ /var/www/horde/.htaccess by upgrade
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
/var/www/horde/.htaccess
to point PHP's include_path setting to the PEAR installation and the
PHP_PEAR_SYSCONF_DIR environment variable to the web root when using
a separate pear installation.
This file is overwritten and modifications are lost on upgrade.