[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers-public] php: fix 'project registraion' directory hack
From: |
Assaf Gordon |
Subject: |
[Savannah-hackers-public] php: fix 'project registraion' directory hack (register2) |
Date: |
Sun, 12 Feb 2017 00:57:32 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-hackers-public] php: fix 'project registraion' directory hack (register2),
Assaf Gordon <=