Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 196)

Ticket Resolution Summary Owner Reporter
#117 fixed Review and deploy Haskell static-cat andersk
Description

A Haskell version static-cat has been written, benchmarked, packaged, and tested on b-b, so it’s blocking on review.

It adds support for Content-Encoding, If-Modified-Since, Range, If-Range, and REQUEST_METHOD. It should be easy to extend into a solution for the static content half of #60, at which point it could also support FastCGI with a two-line change if we decide we want that. Also, it has teh monadz.

#115 fixed actively break sudo for users who aren't supposed to geofft
Description

PAM is a good choice here.

So is replacing our uses of sudo internally (like LDAP backups from the scripts locker) with setuid wrappers, and making sudo not setuid a la Linerva. We know what's in /etc/sudoers, so we can do this.

#114 fixed better story for importing outside Django sites geofft
Description

We do a lot of custom stuff in setting up Django -- splitting between web_scripts and Scripts/django, tweaking the FastCGI wrapper, setting up MySQL in settings.py, etc. This all makes it really easy to start a Django site from scratch, but makes it nonobvious to import a Django site you developed on your local machine with the built-in server.

Options to address include restoring the deleted scripts FAQ on manually setting up Django, so you can do those instructions by hand, and writing a script to scriptsize an existing Django directory.

Note: See TracQuery for help on using queries.