Custom Query (196 matches)
Results (163 - 165 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#10 | wontfix | make it easier to set custom Perl library paths | price | |
Description |
Anders wrote a while ago: I talked with presbrey on Monday about his r403 (make suexec pass through PYTHONPATH and PERL5LIB), which I reverted for security concerns. The goal is to make it easier to use locally installed Python or Perl libraries, without having to mess with sys.path or @INC in every script. We came up with one possible solution, which is to have suexec pass PYTHONPATH and PERL5LIB after sanitizing them to make sure they only point to paths in the user's locker. I came up with an alternative solution for Python that involves significantly less work: I put the line import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.5/site-packages")) in /usr/lib/python2.5/site-packages/00scripts-home.pth. ecprice and I are going to try out this strategy with the HMMT server. I don't know of a similar mechanism for Perl, though. |
|||
#12 | wontfix | Make autoinstaller for LimeSurvey | broder | |
#19 | wontfix | Subversion autoinstaller | broder | |
Description |
"For a while I've had this idea of turning Apache into a FastCGI server, that gets invoked by going to some URL on a parent Apache. This would allow users to run Apache under their own UID with an arbitrary configuration, without putting it on a separate port and worrying about how to make it persistent over server restarts. For example, they could enable mod_dav_svn and host a Subversion repo that way. It would be the ultimate manifestation of the scripts philosophy that you should be able to install and configure whatever the hell you want." (Taken from RT 457498) |