Update of support #427 (project savane):

                Category:                    None =>
Installation/Configuration
                  Status:                    None => Done                   
             Assigned to:                    None => yeupou                 
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

"in INSTALL.verbose under the "for Apache 2.0" section, it says that Stephane
noticed that 

 1) SetEnv SAVANE_CONF /etc/savannah in the Savannah config file 

 Q: which file is this? I did put this in httpd.conf for Apache. Is this not
the correct file? "



This is not what is written. It is written 



----

St�phane Urbanovski noticed that the following is required for apache 2.x



  # 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



  <Location /savannah/users>

    SetOutputFilter PHP

    SetInputFilter PHP

    LimitRequestBody 524288

    AcceptPathInfo on

  </Location>



  <Location /savannah/projects>

    SetOutputFilter PHP

    SetInputFilter PHP

    LimitRequestBody 524288

    AcceptPathInfo on

  </Location>

----



And this is a bit of httpd.conf (implied since the whole section is about
changes about it - but I agree, that should be made explicit), so everything
goes in httpd.conf.



    _______________________________________________________

This item URL is:

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

_______________________________________________
  Message post� via/par Gna!
  http://gna.org/


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

Reply via email to