You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to get merecat server git-http-backend over CGI. I need to set an environment variable, GIT_PROJECT_ROOT. I attempted setting up an override:
Hi! Merecat scrubs the environment before forking off CGI children, because of security reasons, so unfortunately you cannot set CGI env. variables like that. We could consider adding Apache SetEnv style support, but there's nothing there atm.
I am attempting to get merecat server git-http-backend over CGI. I need to set an environment variable,
GIT_PROJECT_ROOT
. I attempted setting up an override:This seems to have set the environment vars correctly:
However, going to http://git.alephnull.site/cgi-bin/printenv does not show me those variables.
The text was updated successfully, but these errors were encountered: