[horde] Horde 5 Apache directives

Steven Swarts steven at swartsit.com
Sat Jun 8 17:45:38 UTC 2013


>Em 07-06-2013 15:13, Steven Swarts escreveu:

>> G?day guys,

>> 

>>  

>> 

>> Could someone please share with me their horde.conf file (or whatever you call it) used by Apache??

>> 

>> I need to have URL rewriting, for Nag.

>> 

>> 

> 

>Hello:

> 

><Directory /var/www/horde>

>                Options Indexes FollowSymLinks MultiViews

>                 #AllowOverride None

>                 # This is needed for horde/nag to work:

>                 AllowOverride FileInfo Limit

>                 Order allow,deny

>                 allow from all

></Directory>

 

Tried that but I get a 500 error when trying to log in. 

 

This is what a tail -f /var/www/swartsit.com/log/error.log shows:

 

[Sun Jun 09 01:37:49 2013] [error] [client 198.142.230.134] SoftException in Application.cpp:221: File "/var/www/horde/rpc.php" is not in document root of Vhost "/var/www/swartsit.com/web"

[Sun Jun 09 01:37:49 2013] [error] [client 198.142.230.134] Premature end of script headers: rpc.php

[Sun Jun 09 01:37:49 2013] [error] [client 198.142.230.139] SoftException in Application.cpp:221: File "/var/www/horde/rpc.php" is not in document root of Vhost "/var/www/swartsit.com/web"

[Sun Jun 09 01:37:49 2013] [error] [client 198.142.230.139] Premature end of script headers: rpc.php

[Sun Jun 09 01:37:49 2013] [error] [client 198.142.230.130] SoftException in Application.cpp:221: File "/var/www/horde/rpc.php" is not in document root of Vhost "/var/www/swartsit.com/web"

[Sun Jun 09 01:37:49 2013] [error] [client 198.142.230.130] Premature end of script headers: rpc.php

[Sun Jun 09 01:37:49 2013] [error] [client 198.142.230.145] SoftException in Application.cpp:221: File "/var/www/horde/rpc.php" is not in document root of Vhost "/var/www/swartsit.com/web"

[Sun Jun 09 01:37:49 2013] [error] [client 198.142.230.145] Premature end of script headers: rpc.php

 

Please note:

 

My server is Debian based

Running Control panel ISPConfig 3 - which means I have virtual servers and containers

Therefore instead of my webroot being

 

/var/www/

 

It is

 

/var/www/swartsit.com/web/

 

Horde however is installed into:

 

/var/www/horde

 

Using my configuration I can use everything to do with Horde, except Nag

 

>And (in ubuntu server):

> 

>sudo a2enmod rewrite

>sudo service apache2 restart

> 

> 

>Luis Felipe.

 

Steven Swarts



More information about the horde mailing list