Package: ilohamail
Version: 0.8.14-0rc3sid3.1
Severity: important
Tags: patch

Hi!

I am setting IlohaMail in Debian Etch with Apache2. I made it:

# apt-get install apache2 ilohamail libapache-mod-php4
# mkdir /IlohaMail

In the browser, after type http://127.0.0.1/IlohaMail, I received:

Forbidden
You don't have permission to access /IlohaMail/ on this server.
Apache/2.2.3 (Debian) PHP/4.4.4-8+etch4 Server at 127.0.0.1 Port 80

The Apache log shows:

[Tue Jul 10 18:00:41 2007] [error] [client 127.0.0.1] Directory index
forbidden by Options directive: /usr/share/IlohaMail/source/

To solve this problem, I made a little change into
/etc/apache2/conf.d/ilohamail file. Please, see the patch.

Thanks in advanced.

Regards,

Eriberto - Brazil


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)

Versions of packages ilohamail depends on:
ii  apache2-mpm-prefork [htt 2.2.3-4         Traditional model for Apache HTTPD
ii  debconf                  1.5.11          Debian configuration management sy
ii  libapache2-mod-php4      6:4.4.4-8+etch4 server-side, HTML-embedded scripti
ii  sendmail-bin [mail-trans 8.13.8-3        powerful, efficient, and scalable 
ii  wwwconfig-common         0.0.48          Debian web auto configuration

Versions of packages ilohamail recommends:
pn  aspell                        <none>     (no description available)
ii  gnupg                         1.4.6-2    GNU privacy guard - a free PGP rep
pn  mysql-client                  <none>     (no description available)
pn  php4-mysql | php5-mysql       <none>     (no description available)

-- debconf information:
* ilohamail/webserver_type: Apache2
* ilohamail/weblocation: /IlohaMail
diff -Naur ilohamail-0.8.14.orig/debian/conf/Ilohamail.apache 
ilohamail-0.8.14/debian/conf/Ilohamail.apache
--- ilohamail-0.8.14.orig/debian/conf/Ilohamail.apache  2007-07-11 
13:14:17.000000000 -0300
+++ ilohamail-0.8.14/debian/conf/Ilohamail.apache       2007-07-11 
13:22:06.000000000 -0300
@@ -1,7 +1,7 @@
 Alias @@WEBLOCATION@@ /usr/share/IlohaMail/source
 
 <DirectoryMatch /usr/share/IlohaMail/source/>
-Options +FollowSymLinks
+Options Indexes +FollowSymLinks
 AllowOverride None
 order allow,deny
 allow from all

Reply via email to