summaryrefslogtreecommitdiff
path: root/tests/cgiapp_data/stderr.cgi
blob: 89dae0af1da5ff2aff786375fd7c2dd16f12469b (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

import sys
print 'Status: 500 Server Error'
print 'Content-type: text/html'
print
print 'There was an error'
print >> sys.stderr, 'some data on the error'