[EMAIL PROTECTED] tapota : > Hello. > > Still me with my savane installation issue at > www.ocea.li.univ-tours.fr/siteDeveocea/savannah/ :p > > #php tweaks > php_admin_flag register_globals On > php_admin_flag file_uploads On > > <Location /siteDeveocea/savannah> > AllowOverride None > </Location> > > #RewriteEngine on > #RewriteRule ^/$ /siteDeveocea/savannah/index.php [R] > #RewriteLog /tmp/rewrite.log > #RewriteRule ^/siteDeveocea/savannah/users(.*) /siteDeveocea/savannah/users?$1 > #RewriteRule ^/siteDeveocea/savannah/projects(.*) > /siteDeveocea/savannah/projects?$1 > > <Location /siteDeveocea/savannah/users> > SetHandler application/x-httpd-php > # SetOutputFilter PHP > # SetInputFilter PHP > LimitRequestBody 524288 > </Location> > > <Location /siteDeveocea/savannah/projects> > SetHandler application/x-httpd-php > # SetOutputFilter PHP > # SetInputFilter PHP > LimitRequestBody 524288 > </Location>
Can you try by commenting SetHandler and uncommenting Set*Filter? > Here is what i can read in the INSTALL.verbose file i got with > savane-1.0.2.tar.gz: > > Note for apache 2.x: > t�hane Urbanovski noticed that the following is required for apache 2.x > > ErrorDocument 404 /404.php > > # Savannah config file : > SetEnv SV_LOCAL_INC_PREFIX /etc/savannah > > # php tweaks : > php_admin_flag register_globals On > php_admin_flag file_uploads On > > # Disable .htaccess (needed for apache 2.0) : > <Location /savannah> > AllowOverride None > </Location> > # Simulate apache 1.3 behavior > > RewriteEngine on > RewriteLog /tmp/rewrite.log > RewriteRule ^/savannah/users(.*) /savannah/users?$1 > RewriteRule ^/savannah/projects(.*) /savannah/projects?$1 > > <Location /savannah/users> > SetHandler application/x-httpd-php > SetOutputFilter PHP > SetInputFilter PHP > LimitRequestBody 524288 > </Location> > > <Location /savannah/projects> > SetHandler application/x-httpd-php > SetOutputFilter PHP > SetInputFilter PHP > LimitRequestBody 524288 > </Location> > > You can notice that it's a note for Apache 2.x and that SetHandler and > SetOutputFilter / SetInputFilter are all in the same directives. > According the CVS history of the file <http://cvs.gna.org/viewcvs/savane/savane/INSTALL.verbose> INSTALL.verbose did not changed between the 1.0.2 release and today and I did not find the SetHandler defined in that part. It is a bit strange. Apparently your tarball got altered. Also, can you provide the relevant data in /tmp/rewrite.log + apache logs? -- Mathieu Roy +---------------------------------------------------------------------+ | General Homepage: http://yeupou.coleumes.org/ | | Computing Homepage: http://alberich.coleumes.org/ | | Not a native english speaker: | | http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english | +---------------------------------------------------------------------+
