Hello.

Still me with my savane installation issue !

I got the files matteo sent me, tested the conf, nothing changed for me.
I made a change As yeupou suggested, nothing changed.

Here is the last version of the savane settings in my httpd.conf file for 
apache:

Alias /siteDeveocea/savannah/ "/usr/local/savane/www"

#php tweaks
php_admin_flag register_globals On
php_admin_flag file_uploads On

#<IfModule mod_env.c>
        SetEnv SV_LOCAL_INC_PREFIX /etc/savannah
#</IfModule>

#disable .htaccess
<Directory "/usr/local/savane/www">
        Options FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
</Directory>

#<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>

ErrorDocument 404 /siteDeveocea/savannah/404.php



I've been asked to give the rewrite.log file as well, but the funny thing is 
that this file is empty, even after like 5 days.


Besides this, if i look at the apache error log , i can see a lot of errors (3 
at the same time and they repeat themselves a lot), but none of them occured 
with my attempts to acces to the /projects part of savane.
Here are these errors anyways since even if i don't think they're related to my 
problem, i may be wrong:

[Tue Jul 13 11:05:57 2004] [error] jk2_init() Can't find child 14357 in 
scoreboard
[Tue Jul 13 11:05:57 2004] [error] workerEnv.initChannel() init failed for 
channel.jni:jni
[Tue Jul 13 11:05:57 2004] [notice] workerEnv.init() ok 
/etc/httpd/conf/workers2.properties



Just an other thought: can a wrong setting in savannah.conf.pl (the savane conf 
file) have the same effect ?
Just like the PAM/kerberos settings... ?
(I didn't find any, but at this point i'm not sure of anything anymore) 


Thanks


Reply via email to