[imp] Webserver cant see config directories

Andrew Roseman aroseman at phoenix-ag.com.au
Tue Dec 3 07:09:50 2002


Sorry, hit enter!!
Hello,
I have just installed imp 3.1/horde 2.1, upgrading the system from imp 3.0/horde 2.0. I followed install instructions, and experiencing the following problem...

      Some of Horde's configuration files are missing: 
      horde.php This is the main Horde configuration file. It contains paths and basic items that apply to the core framework and all Horde applications. 


etc. This happens in the IMP directory as well.

Versions can be found here...
http://mail.phoenix-ag.com.au/horde/test.php

in Apache Error log
[Tue Dec  3 17:30:51 2002] [crit] [client 192.168.24.1] (13)Permission denied: /usr/local/apache/htdocs/horde/config/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

the config directory
dr--r-----    2 www      www          4096 Dec  3 17:30 config

dr--r-----    2 www      www          4096 Dec  3 17:30 .
drwxr-xr-x   13 www      www          4096 Dec  3 16:52 ..
-r--r-----    1 www      www          7677 Dec  3 16:40 horde.php
-r--r--r--    1 www      www            14 Dec  3 17:30 .htaccess
-r--r-----    1 www      www          4205 Dec  3 16:37 html.php
-r--r-----    1 www      www         20013 Dec  3 16:37 lang.php
-r--r-----    1 www      www          9078 Dec  3 16:37 mime_drivers.php
-r--r-----    1 www      www          5184 Dec  3 16:37 mime_mapping.php
-r--r-----    1 www      www           140 Dec  3 16:37 motd.php
-r--r-----    1 www      www          1159 Dec  3 16:37 prefs.php
-r--r-----    1 www      www          8423 Dec  3 16:45 registry.php

Checking the httpd.conf 

User www
Group www

<Directory />
    Options FollowSymLinks
    AllowOverride All
</Directory>

<Directory "/usr/local/apache/htdocs">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>

How do I solve this?
Regards
Andrew


More information about the imp mailing list