Sling website downloads page is broken
--------------------------------------
Key: SLING-1425
URL: https://issues.apache.org/jira/browse/SLING-1425
Project: Sling
Issue Type: Bug
Components: Site
Reporter: Bertrand Delacretaz
Assignee: Bertrand Delacretaz
http://sling.apache.org/site/downloads.cgi returns 403 Forbidden.
I'm not sure if and where we have documentation about how that downloads page
is setup, but according to
http://www.mail-archive.com/[email protected]/msg00964.html it seems like
we need a downloads.cgi script as follows:
!/bin/sh
# Wrapper script around mirrors.cgi script
# (we must change to that directory in order for python to pick up the
# python includes correctly)
cd /www/www.apache.org/dyn/mirrors
/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
in /www/sling.apache.org/site on people.a.o, alongside the downloads.html page
which is exported from Confluence.
That script was missing, I will re-add it under /www/sling.apache.org/site
Do we need it under /www/confluence-exports/SLINGxSITE/ as well? I don't have
karma to add it there.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.