<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=CGI</id>
	<title>CGI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=CGI"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=CGI&amp;action=history"/>
	<updated>2026-05-07T03:30:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=CGI&amp;diff=6460&amp;oldid=prev</id>
		<title>Kenneth at 03:39, 3 October 2023</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=CGI&amp;diff=6460&amp;oldid=prev"/>
		<updated>2023-10-03T03:39:30Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Content Type ==&lt;br /&gt;
&lt;br /&gt;
Start all HTML output with:&lt;br /&gt;
 # bash:&lt;br /&gt;
 echo -e &amp;quot;Content-Type: text/html\n&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 # Python:&lt;br /&gt;
 print(&amp;quot;Content-Type: text/html\n&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
If you want just text output:&lt;br /&gt;
 echo -e &amp;quot;Content-Type: text/plain\n&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 print(&amp;quot;Content-Type: text/plain\n&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
== 404 ==&lt;br /&gt;
&lt;br /&gt;
Python:&lt;br /&gt;
 print(&amp;quot;Status: 404 Not Found\n\n&amp;quot;)&lt;br /&gt;
 sys.exit(0)&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Python]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Apache]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>