Skip to content

Instantly share code, notes, and snippets.

@makgithub
Created September 1, 2017 12:00
Show Gist options
  • Save makgithub/ab78b0afae4c7dc00008bad9ad6a8d04 to your computer and use it in GitHub Desktop.
Save makgithub/ab78b0afae4c7dc00008bad9ad6a8d04 to your computer and use it in GitHub Desktop.
Configure Apache web server for Python on Windows first python web script
#!/Python27/python.exe
print("Content-type: text/html")
print("")
print("<html><head>")
print("")
print("</head><body>")
print("Hello from Python27 .")
print("</body></html>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment