<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; xampp</title>
	<atom:link href="http://www.ghacks.net/tag/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 15:55:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Local Apache Web Server Wampserver</title>
		<link>http://www.ghacks.net/2009/09/17/local-apache-web-server-wampserver/</link>
		<comments>http://www.ghacks.net/2009/09/17/local-apache-web-server-wampserver/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 09:08:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache server]]></category>
		<category><![CDATA[apache web server]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wampserver]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16430</guid>
		<description><![CDATA[Running a local Apache web server is essential for many webmasters. It is always a good idea to test code locally before publishing it on the Internet. Professional webmasters usually test their code in a local web server before it gets published. Mainly to avoid possible downtimes in the live environment but also to avoid [...]]]></description>
			<content:encoded><![CDATA[<p>Running a local Apache web server is essential for many webmasters. It is always a good idea to test code locally before publishing it on the Internet. Professional webmasters usually test their code in a local web server before it gets published. Mainly to avoid possible downtimes in the live environment but also to avoid the hassle of having to upload and edit code on the Internet or network. It&#8217;s simply faster to test everything locally.</p>
<p>Wampserver is an Apache web server for the Windows operating system. It provides in many regards the same functionality of other web server solutions like <a href="http://www.ghacks.net/2007/01/31/host-your-own-webserver/">XAMPP</a> or <a href="http://www.ghacks.net/2009/03/28/home-web-server/">Home Web Server</a> which we have reviewed in the past. The latest version of the local web server package will install Apache 2.2.11, MySQL 5.1.36 and PHP 5.3.0 on the local computer system.</p>
<p><span id="more-16430"></span>One interesting unique feature is the ability to add different versions of Apache, MySQL and PHP to the installation in the form of add-ons. This can be very handy to test a website locally under multiple different Apache, MySQL or PHP release versions.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/apache_web_server.gif" alt="apache web server" title="apache web server" width="281" height="289" class="alignnone size-full wp-image-16431" /></p>
<p>The installation of Wampserver will always install the latest versions of Apache, MySQL and PHP. One interesting security feature is the ability to limit access to the web server to localhost. It is required to click on the &#8220;put online&#8221; option to make it available to other computer systems as well.</p>
<p>Additional Apache, MySQL and PHP versions can be installed from the Wamp add-ons <a href="http://www.wampserver.com/en/add-ons.php">page</a>. All add-ons are provided as executables that can be installed easily on the operating system.</p>
<p>Webmasters who need to test code offline can use Wampserver to do so. It is especially useful to test code against multiple versions of Apache, MySQL and PHP. Something that the other home server solutions do not provide.</p>
<p><a href="http://www.wampserver.com/en/">Wampserver</a> is Open Source and can be downloaded from the developer&#8217;s website.</p>

	Tags: <a href="http://www.ghacks.net/tag/apache/" title="apache" rel="tag">apache</a>, <a href="http://www.ghacks.net/tag/apache-server/" title="apache server" rel="tag">apache server</a>, <a href="http://www.ghacks.net/tag/apache-web-server/" title="apache web server" rel="tag">apache web server</a>, <a href="http://www.ghacks.net/tag/mysql/" title="mysql" rel="tag">mysql</a>, <a href="http://www.ghacks.net/tag/php/" title="php" rel="tag">php</a>, <a href="http://www.ghacks.net/tag/wampserver/" title="wampserver" rel="tag">wampserver</a>, <a href="http://www.ghacks.net/tag/webmaster/" title="webmaster" rel="tag">webmaster</a>, <a href="http://www.ghacks.net/tag/xampp/" title="xampp" rel="tag">xampp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/28/portable-web-server/" title="Portable Web Server (December 28, 2008)">Portable Web Server</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/07/23/how-to-install-a-lamp-server/" title="How to: Install a LAMP server (July 23, 2009)">How to: Install a LAMP server</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/01/31/host-your-own-webserver/" title="Host your own webserver (January 31, 2007)">Host your own webserver</a> (18)</li>
	<li><a href="http://www.ghacks.net/2009/01/02/web-development-standardizing-variables-to-code-faster/" title="Web Development: Standardizing variables to code faster (January 2, 2009)">Web Development: Standardizing variables to code faster</a> (18)</li>
	<li><a href="http://www.ghacks.net/2009/02/01/web-development-php-what-role-does-it-fill/" title="Web Development: PHP &#8211; what role does it fill (February 1, 2009)">Web Development: PHP &#8211; what role does it fill</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/17/local-apache-web-server-wampserver/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Host your own webserver</title>
		<link>http://www.ghacks.net/2007/01/31/host-your-own-webserver/</link>
		<comments>http://www.ghacks.net/2007/01/31/host-your-own-webserver/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 21:03:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/01/31/host-your-own-webserver/</guid>
		<description><![CDATA[It is relatively easy to use your home computer running Windows to become a webserver that is accessible from anywhere. The following method is highly flexible and makes it possible to host websites, documents and files on that server and protect the contents with passwords if so desired. All you need is a software called XAMP which installs the Apache server environment on your computer.]]></description>
			<content:encoded><![CDATA[<p>It is relatively easy to use your home computer running Windows to become a webserver that is accessible from anywhere. The following method is highly flexible and makes it possible to host websites, documents and files on that server and protect the contents with passwords if so desired. All you need is a software called <a href="http://www.apachefriends.org/de/index.html" title="xampp" target="_blank">XAMPP</a> which installs the Apache server environment on your computer.</p>
<p>Download <a href="http://www.apachefriends.org/de/xampp-windows.html" title="xampp for windows" target="_blank">Xampp for Windows</a> and install it on your system. It does not matter if you install the modules as services, you can activate them as well by opening the control panel. (start apache) Once installed the webserver should be accessible by typing in <a href="http://localhost" class="linkification-ext" title="Linkification: http://localhost">http://localhost</a> or http://yourdynamicip; You can look up your dynamic ip using my <a href="http://www.ghacks.net/ip" title="ip lookup" target="_blank">ip lookup script</a>. Hosting files is as easy, just upload all the files that you want to share into the subfolder htdocs or create a subfolder and add the files to it.</p>
<p><span id="more-1157"></span> Access the subfolder by appending /subfolder/ to the url that you want to access. You can add html and php files as well and those can be accessed as well similar to those files on other websites. It is easy to secure folders or the complete server using so called .htaccess files. Use the <a href="http://tools.dynamicdrive.com/password/" title="htaccess generator" target="_blank">htaccess generator</a> and add the generated files to your directories that you want to protect.</p>
<p>There is one last thing that can be optimized. It is difficulty for others to access your webserver if you have dynamic IPs. To counter this you could use a free service like <a href="https://www.dyndns.com/" title="dyndns" target="_blank">DynDNS</a> which adds a static dns to your IP. Friends and everyone else who should access the webserver can then use the dynamic dns which looks something like subdomain.dyndns.bz instead of the dynamic IP address.</p>

	Tags: <a href="http://www.ghacks.net/tag/apache/" title="apache" rel="tag">apache</a>, <a href="http://www.ghacks.net/tag/php/" title="php" rel="tag">php</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/web-server/" title="web server" rel="tag">web server</a>, <a href="http://www.ghacks.net/tag/webserver/" title="webserver" rel="tag">webserver</a>, <a href="http://www.ghacks.net/tag/website/" title="website" rel="tag">website</a>, <a href="http://www.ghacks.net/tag/xampp/" title="xampp" rel="tag">xampp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/28/home-web-server/" title="Run Your Own Home Web Server (March 28, 2009)">Run Your Own Home Web Server</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/28/portable-web-server/" title="Portable Web Server (December 28, 2008)">Portable Web Server</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/09/17/local-apache-web-server-wampserver/" title="Local Apache Web Server Wampserver (September 17, 2009)">Local Apache Web Server Wampserver</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/06/12/what-you-really-need-to-know-about-choosing-a-web-host/" title="What you Really Need to Know about Choosing a Web Host (June 12, 2009)">What you Really Need to Know about Choosing a Web Host</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/07/23/web-server-migration-today/" title="Web Server Migration Today (July 23, 2009)">Web Server Migration Today</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/01/31/host-your-own-webserver/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Top Xp Freeware that every user needs part 3</title>
		<link>http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/</link>
		<comments>http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 10:04:28 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[abc]]></category>
		<category><![CDATA[cdex]]></category>
		<category><![CDATA[comedy-channel]]></category>
		<category><![CDATA[espn]]></category>
		<category><![CDATA[fox]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[gspot]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[rbtray]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speedfan]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[teamspeak]]></category>
		<category><![CDATA[tvu-player]]></category>
		<category><![CDATA[url-snooper]]></category>
		<category><![CDATA[vippy]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[winscp]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/</guid>
		<description><![CDATA[What ? Part 3 ? You said that there would be only two parts in the top xp series. I know that I said that but I wanted to write a third part because of the nice comments that the other two parts recieved. (access part 1 and part 2) This time I will write about the lesser known tools, special purpose ones that most users do not need but some can't live without. I thought it would be nice to give those tools some exposure as well, they are great and they deserve it.]]></description>
			<content:encoded><![CDATA[<p>What ? Part 3 ? You said that there would be only two parts in the top xp series. I know that I said that but I wanted to write a third part because of the nice comments that the other two parts received. (access <a href="http://www.ghacks.net/2006/11/15/top-xp-freeware-that-every-user-needs/" target="_blank">part 1</a> and <a href="http://www.ghacks.net/2006/11/16/top-xp-freeware-that-every-user-needs-part-2/" target="_blank">part 2</a>) This time I will write about the lesser known tools, special purpose ones that most users do not need but some can&#8217;t live without. I thought it would be nice to give those tools some exposure as well, they are great and they deserve it.</p>
<p>I did write about some of them here at ghacks already but I guess only the die hard ghacks readers will know about this. I would like to start with a tool that I have been using for some time now. It is called <a href="http://www.hamachi.cc/" target="_blank">Hamachi</a> and the main benefit is that it is able to simulate a lan over internet. This is great if a game only offers lan play for instance. I do not suggest you use it for the following purpose but it is possible. Many games require serial numbers and those numbers are checked when you connect to a game server on the internet. They are not checked if you create a lan game. </p>
<p><span id="more-922"></span></p>
<p><strong>System Tools:</strong></p>
<p>Please insert the CD into the drive and restart the application. I hate this message. Forcing legit users to have the CD / DVD in drive to execute the program is something I never understood. Pirates crack those protections in seconds and legit users have the problems with methods that are supposed to make it harder for pirates. Something is wrong here. I do like <a href="http://www.google.com/search?q=daemon+tools&#038;ie=utf-8&#038;oe=utf-8&#038;rls=org.mozilla:en-US:official&#038;client=firefox-a" target="_blank">Daemon Tools</a> which emulates CDs on your hard drive. Create an image of the CD, mount it in Daemon Tools and you may use the software without the Cd. </p>
<p>That shitty movie is not playing. I don&#8217;t see a picture, I hear no sound. Have you ever witnessed something like that ? This could be due to a missing codec on your system. <a href="http://www.headbands.com/gspot/" target="_Blank">Gspot</a> analyzed a movie file and displays the codecs it is using. Did I say that I hate the fact that there are billions of codecs out there ? Waste of time and energy.</p>
<p><a href="http://www.flos-freeware.ch/notepad2.html" target="_blank">Notepad 2</a> replaces Notepad which ships with every windows installation. It offers more features than Notepad like syntax highlighting.</p>
<p><a href="http://rbtray.narod.ru/" target="_blank">Rbtray</a> makes it possible to minimize every window into the system tray instead of the task bar. If you are like me and dislike crowded task bars this tool is for you.</p>
<p>I like my computers as silent as they can be. One method to achieve this is to use a software that is able to control the speed of the fans in your pc. <a href="http://www.almico.com/speedfan.php" target="_blank">Speedfan</a> is my choice. It displays temperatures for important system components such as processor, motherboard and hard drives and lets you change the fan speed if that is supported on your system.</p>
<p><a href="http://www.officeboosters.com/vippy.htm" target="_blank">Vippy</a> the writer friendly cursor changes the cursor into a eye-friendly one. This is great if you have troubles finding the cursor in a text document. Vippy changes the color of the cursor to red for instance.</p>
<p><strong>Internet:</strong></p>
<p>Ghacks is running on a dedicated server and I have to make the connection using a terminal program. I do use <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">Putty</a> for this, it is fast and clean and does exactly the things that I need it to do. I do use <a href="http://winscp.net/eng/index.php" target="_Blank">WinSCP</a> to connect download backups that I made from the dedicated server. SFTP means secure file transfer.</p>
<p>I have a <a href="http://www.skype.com/" target="_blank">Skype</a> account to talk to my friends and see who is online at the moment. There is no charge if both users are connected to the Skype network. I do prefer <a href="http://www.goteamspeak.com/" target="_Blank">Teamspeak</a> while gaming. Teamspeak has the advantage that more users may chat and talk at the same time while Skype has that limited I think. When I was playing WOW we were using Teamspeak with more than 40 people in one channel. Don&#8217;t worry, you can moderate everything.</p>
<p>If you want to view tv on the internet you should take a look at tvu player which offers some interesting channels to choose from. To name a few: ABC, ESPN, Comedy Channel, CBC, Fox and more. All free, with relative good quality. You need a broadband connection for good results.</p>
<p>You need some additional tools if you want to save video streams. Most providers hide the real url to the stream making it impossible to detect it by normal means. <a href="http://www.donationcoder.com/Software/Mouser/urlsnooper/index.html" target="_blank">Url Snooper</a> comes into play and detects the real address by analyzing all network traffic.</p>
<p>I need a local test installation of ghacks to test new features before I make the upgrade on the running site. <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> offers everything I need to have a local Apache installation with PHP and MYSQL support. It is great for learning and testing upgrades.</p>
<p><strong>Security:</strong></p>
<p>You might remember the Sony rootkit incident. They planted a rootkit on some of their CDs and users had a hard time getting rid of it. <a href="http://www.sysinternals.com/Utilities/RootkitRevealer.html" target="_blank">Rootkit Revealer</a> is one of those tools that helps detecting and removing rootkits.</p>
<p><strong>Other:</strong></p>
<p>I do not buy lots of new CDs but sometimes I buy some used ones on Ebay or Amazon. I don&#8217;t have a CD player at all so I have to get the songs from the CD on my computer to be able to play them and transfer them to my Ipod. <a href="http://sourceforge.net/projects/cdexos/" target="_blank">CDex</a> is the tool I use for that purpose. It is fast, pulls all relevant information from the internet (author, title, songs..) and adds them automatically to the songs.</p>

	Tags: <a href="http://www.ghacks.net/tag/abc/" title="abc" rel="tag">abc</a>, <a href="http://www.ghacks.net/tag/cdex/" title="cdex" rel="tag">cdex</a>, <a href="http://www.ghacks.net/tag/comedy-channel/" title="comedy-channel" rel="tag">comedy-channel</a>, <a href="http://www.ghacks.net/tag/espn/" title="espn" rel="tag">espn</a>, <a href="http://www.ghacks.net/tag/fox/" title="fox" rel="tag">fox</a>, <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/gspot/" title="gspot" rel="tag">gspot</a>, <a href="http://www.ghacks.net/tag/hamachi/" title="hamachi" rel="tag">hamachi</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/operating-systems/" title="Operating Systems" rel="tag">Operating Systems</a>, <a href="http://www.ghacks.net/tag/putty/" title="putty" rel="tag">putty</a>, <a href="http://www.ghacks.net/tag/rbtray/" title="rbtray" rel="tag">rbtray</a>, <a href="http://www.ghacks.net/tag/rootkit/" title="rootkit" rel="tag">rootkit</a>, <a href="http://www.ghacks.net/tag/skype/" title="skype" rel="tag">skype</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/speedfan/" title="speedfan" rel="tag">speedfan</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/teamspeak/" title="teamspeak" rel="tag">teamspeak</a>, <a href="http://www.ghacks.net/tag/tools/" title="Tools" rel="tag">Tools</a>, <a href="http://www.ghacks.net/tag/tvu-player/" title="tvu-player" rel="tag">tvu-player</a>, <a href="http://www.ghacks.net/tag/url-snooper/" title="url-snooper" rel="tag">url-snooper</a>, <a href="http://www.ghacks.net/tag/vippy/" title="vippy" rel="tag">vippy</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a>, <a href="http://www.ghacks.net/tag/winscp/" title="winscp" rel="tag">winscp</a>, <a href="http://www.ghacks.net/tag/xampp/" title="xampp" rel="tag">xampp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/29/tweak-vista-freeware/" title="Tweak Vista Freeware (December 29, 2006)">Tweak Vista Freeware</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/01/14/top-100-free-software-for-windows-xp/" title="top 100 free software for windows xp (January 14, 2006)">top 100 free software for windows xp</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/security-and-privacy-complete/" title="Security and Privacy Complete (December 7, 2006)">Security and Privacy Complete</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/" title="Create a Multimedia XP Screensaver (November 23, 2006)">Create a Multimedia XP Screensaver</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/analyse-your-hard-disk-and-stop-wasting-space/" title="Analyse your hard disk and stop wasting space (March 4, 2009)">Analyse your hard disk and stop wasting space</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
