<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create an Instant Web Server via Terminal Command Line</title>
	<atom:link href="http://osxdaily.com/2010/05/07/create-an-instant-web-server-via-terminal-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2010/05/07/create-an-instant-web-server-via-terminal-command-line/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Thu, 23 May 2013 18:55:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Bruno Tavares</title>
		<link>http://osxdaily.com/2010/05/07/create-an-instant-web-server-via-terminal-command-line/#comment-504902</link>
		<dc:creator>Bruno Tavares</dc:creator>
		<pubDate>Thu, 28 Feb 2013 18:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3298#comment-504902</guid>
		<description>You can go even further and create an alias on your ~/.bash_profile

# start server
alias webserver=&quot;python -m SimpleHTTPServer&quot;

This way you just have to invoke

$ webserver</description>
		<content:encoded><![CDATA[<p>You can go even further and create an alias on your ~/.bash_profile</p>
<p># start server<br />
alias webserver=&#8221;python -m SimpleHTTPServer&#8221;</p>
<p>This way you just have to invoke</p>
<p>$ webserver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Storck</title>
		<link>http://osxdaily.com/2010/05/07/create-an-instant-web-server-via-terminal-command-line/#comment-489018</link>
		<dc:creator>Ivan Storck</dc:creator>
		<pubDate>Mon, 04 Feb 2013 07:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3298#comment-489018</guid>
		<description>@Altsanz php -S localhost:8000</description>
		<content:encoded><![CDATA[<p>@Altsanz php -S localhost:8000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Altsanz</title>
		<link>http://osxdaily.com/2010/05/07/create-an-instant-web-server-via-terminal-command-line/#comment-472462</link>
		<dc:creator>Altsanz</dc:creator>
		<pubDate>Fri, 04 Jan 2013 16:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3298#comment-472462</guid>
		<description>Hi!
Very useful!
Is there something similar but with PHP capabilities?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Very useful!<br />
Is there something similar but with PHP capabilities?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://osxdaily.com/2010/05/07/create-an-instant-web-server-via-terminal-command-line/#comment-111183</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Thu, 19 Aug 2010 18:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3298#comment-111183</guid>
		<description>I am running OSX leopard, and I can not access the server from another computer on the same local network. 
Do you know how to open the port on OSX?</description>
		<content:encoded><![CDATA[<p>I am running OSX leopard, and I can not access the server from another computer on the same local network.<br />
Do you know how to open the port on OSX?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandcastles</title>
		<link>http://osxdaily.com/2010/05/07/create-an-instant-web-server-via-terminal-command-line/#comment-101348</link>
		<dc:creator>Sandcastles</dc:creator>
		<pubDate>Fri, 07 May 2010 17:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3298#comment-101348</guid>
		<description>If you&#039;re behind a router you&#039;ll need to clear the port for outside access, but this is definitely helpful for quickly showing off projects and whatnot. 

Personally I just run the web server built into Mac OS X, drop things in your Sites directory and you&#039;re good to go.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re behind a router you&#8217;ll need to clear the port for outside access, but this is definitely helpful for quickly showing off projects and whatnot. </p>
<p>Personally I just run the web server built into Mac OS X, drop things in your Sites directory and you&#8217;re good to go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.002 seconds using disk: basic
Object Caching 233/234 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-23 15:49:36 -->