Hello, FYI this change:
==== https://git.savannah.gnu.org/cgit/administration/savane.git/commit/?id=8984ae89ee1a php: fix 'project registraion' directory hack (register2) Previously, new project registration code was in ./frontend/php/register2/*.php and an apache alias hid it with: Alias /register /opt/savannah/savane/frontend/php/register2/ 1. Removed the old,unused registration code in ./register/ . 2. moved the 3 php files from ./register2/ to ./register/ . ==== This simplifies the apache configuration (one less hack), which will help when moving to NGINX (and promoting local hacking on savannah's code). The corresponding apache change: === --- a/apache2/sites-available/sv.inc +++ b/apache2/sites-available/sv.inc @@ -93 +92,0 @@ Alias /cooperation /var/www/overlay/cooperation/ -Alias /register /var/www/savane/frontend/php/register2/ === This change is live on the savannah website. If you notice any new complaints about project registration, this is likely the first place to look at. regards, - assaf