[Pkg-owncloud-maintainers] Apache 2.4
    Diederik de Haas 
    didi.debian at cknow.org
       
    Sat May 19 10:35:26 UTC 2012
    
    
  
On Friday 18 May 2012 21:02:05 Paul van Tilburg wrote:
> Until then, I just wonder if we just should check whether mod_rewrite is
> enabled and just enable it using a2enmod if it isn't, or just put it in
> the README.  Maybe we can figure out what drupal did until now?
Turns out that drupal installation didn't enable it. When installing drupal6 on a fresh wheezy 
system, php5 and cgi got enabled, but not by drupal itself.
In the postinst script of libapache2-mod-php5 I found the following statement:
a2enmod php5 >/dev/null || true
So, enabling it using a2enmod seems appropriate.
HTH,
  Diederik
    
    
More information about the Pkg-owncloud-maintainers
mailing list