[gollem] suexec with apache

Jan Schneider jan at horde.org
Sun Mar 15 09:53:43 UTC 2009


Zitat von Mark Hedges <hedges at scriptdolphin.org>:

>
> I got suexec in Apache2 to the point that it seemed like it
> would work with this config:
>
>     UserDir enabled *
>     UserDir disabled root
>     UserDir public_html
>     AliasMatch ^/~([^/]+)/horde/ /usr/share/horde/
>     Alias /horde/ /usr/share/horde/
>     <Directory '/usr/share/horde'>
>         Options Indexes MultiViews +ExecCGI
>         SSLOptions +StdEnvVars
>         Order Deny,Allow
>         Allow from all
>     </Directory>
>
> Doing http://myhost.com/horde/ works great (not suexec.)
>
> When I do http://myhost.com/~test/horde/ it infinitely
> redirects to /index.php, then /index.php/index.php, then
> /index.php/index.php/index.php, etc.  Same happens if I try
> login.php - it goes to index.php and then loops.

The automatic webroot detection in config/registry.php doesn't work  
with such a setup. Set it manually.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the gollem mailing list