Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct invalid defintion in configuring systemd support | Dave Reisner | 2012-09-08 | 1 | -2/+1 |
| | | | | | | | This was an unfortunate copypasta error that slipped in with 9836d6d22. The HAVE_SYSTEMD macro should only be defined based on the presence of the library, not the unit files, since the units are useless without the library support. | ||||
* | add systemd unit files for installation | Dave Reisner | 2012-08-21 | 1 | -0/+8 |
| | | | | | These are automatically installed iff systemd support is compiled into fcgiwrap. | ||||
* | Add support for socket activation via systemd | Dave Reisner | 2012-08-19 | 1 | -0/+17 |
| | | | | | | This prevents the need for starting fcgiwrap explicitly, or using a tool such as spawn-fcgi. The type of socket does not matter, we merely accept a single FD passed from pid 1 and listen on it. | ||||
* | [GH-2] Advance configure.ac version to 1.0.3 | Grzegorz Nosek | 2010-08-23 | 1 | -1/+1 |
| | |||||
* | fcgiwrap to rely on definitions provided by autoconf/autoreconf | W-Mark Kubacki | 2010-05-25 | 1 | -1/+4 |
| | |||||
* | grammar | W-Mark Kubacki | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | oldest possible autoconf is 2.61, with separation of troublesome functions | W-Mark Kubacki | 2010-03-22 | 1 | -2/+3 |
| | |||||
* | abort configuration if something is missing | W-Mark Kubacki | 2010-03-22 | 1 | -3/+4 |
| | |||||
* | input files and substitution variables for autoconf | W-Mark Kubacki | 2010-03-18 | 1 | -0/+37 |