Follow-up Comment #12, sr #565 (project savane):

@anonymous: DId you try running savane via ssl?

I did and that is what caused it for me. Now it works!

Here is my server-config, perhaps it may be useful
VirtualHost *:80>
        ServerAdmin [EMAIL PROTECTED]
        ServerName savane.amazon.com
        DocumentRoot /home/users/savane/frontend/php/
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined
        ServerSignature On
ErrorDocument 404 /404.php

        # Savannah config file :
        SetEnv SAVANE_CONF /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>
        SetOutputFilter PHP
SetInputFilter PHP
        LimitRequestBody 524288
        </Location>

        <Location /savannah/projects>
        SetOutputFilter PHP
        SetInputFilter PHP
        LimitRequestBody 524288
        </Location>
</VirtualHost>




    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?func=detailitem&item_id=565>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev

Reply via email to