Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Alias /horde /var/www/horde
  2. <DirectoryMatch /var/www/horde/>
  3. Options +FollowSymLinks
  4. AllowOverride All
  5. order allow,deny
  6. allow from all
  7. php_value include_path .:/usr/share/php
  8. php_admin_value open_basedir /var/www/horde:/usr/share/php
  9. </DirectoryMatch>
  10.  
  11.  
  12.  
  13.  
  14. Could not find Horde's framework libraries in the following path(s): .. Please read horde/docs/INSTALL for information on how to install these libraries.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement