summaryrefslogtreecommitdiff
path: root/source4/web_server/swat
AgeCommit message (Collapse)AuthorFilesLines
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2008-09-21Allow SWAT to be run outside of smbd.Jelmer Vernooij1-0/+5
2008-09-21Make standard SWAT script print received headers.Jelmer Vernooij1-2/+8
2008-09-21Properly call WSGI request handler when requests come in.Jelmer Vernooij1-1/+2
2008-05-26Fix import.Jelmer Vernooij1-0/+27
(This used to be commit 17231443a0e3b0ebc4b75db3d721fe0b4e1170c6)