1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools/templates
Tom Yubing Dong 786a209d2b ctrl+c now correctly terminates fab serve
Previously `ctrl+c` a `fab serve` wouldn't necessarily terminate the web server. Even if it does, re-using the command `fab serve` might result in the following error:

```
socket.error: [Errno 48] Address already in use
```

This fix manually creates a `TCPServer` with `allow_reuse_address` set to `True`, which solves this issue.

Tested on OS X 10.9.1.
2013-12-26 22:30:54 +08:00
..
develop_server.sh.in Minor wording changes in develop_server.sh 2013-12-11 21:09:02 -08:00
fabfile.py.in ctrl+c now correctly terminates fab serve 2013-12-26 22:30:54 +08:00
Makefile.in Support publishing to personal pages sites in quickstart 2013-12-06 17:39:51 -08:00
pelicanconf.py.in Update pelicanconf.py.in 2013-12-03 09:48:10 -06:00
publishconf.py.in MOAR Unicode for generated settings files 2013-04-21 15:18:31 -07:00