#!/usr/bin/env python3 print("Content-Type: text/html") print("Status: 302 Found") print("Location: /cgi-bin/ppgen.py") print()