 
    
<?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>apache Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/apache/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Thu, 13 Oct 2011 12:00:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Disabling the Microsoft Internet Information Server (IIS)</title>
		<link>https://complete-concrete-concise.com/web-tools/disabling-the-microsoft-internet-information-server-iis/</link>
					<comments>https://complete-concrete-concise.com/web-tools/disabling-the-microsoft-internet-information-server-iis/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 13 Oct 2011 12:00:28 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[internet information server]]></category>
		<category><![CDATA[won't start]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/disabling-the-microsoft-internet-information-server-iis</guid>

					<description><![CDATA[<p>These instructions are for Windows XP with Service Pack 3. The procedure should be the same for other versions of Windows, but no guarantee is made. Some images may be clicked for full sized versions. Why would I want to disable the IIS? If you have installed Apache Server, either as part of a package [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/disabling-the-microsoft-internet-information-server-iis/">Disabling the Microsoft Internet Information Server (IIS)</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for Windows XP with Service Pack 3. The procedure should be the same for other versions of Windows, but no guarantee is made.</p>
</div>
<div class="c2">
<p>Some images may be clicked for full sized versions.</p>
</div>
<h1>Why would I want to disable the IIS?</h1>
<p>If you have installed Apache Server, either as part of a package (like XAMPP or AMPPS) or by itself, having IIS running will interfere with the Apache Server starting up.</p>
<p>This is because only one service can use the Internet ports 80 and 443 at any given time, so if the IIS is using them, then Apache Server cannot.</p>
<h1>How to Disable the IIS</h1>
<p><strong>1) Click</strong> on the <u>Start Menu</u> button and select <u>Run </u>from the menu. (Or use the keyboard shortcut: windows key + R):</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis1.png"><img fetchpriority="high" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-disable-iis-1" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis1_thumb.png" border="0" alt="xampp-1.7.3-disable-iis-1" width="484" height="192" /></a></p>
<p><strong>2) Enter</strong> <u>services.msc</u> into the dialog and <strong>click </strong>on <u>OK</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis2.png"><img decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-disable-iis-2" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis2_thumb.png" border="0" alt="xampp-1.7.3-disable-iis-2" width="484" height="276" /></a></p>
<p><strong>3) The Services Window</strong> will open. <strong>Find </strong>the IIS service.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis3.png"><img decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-disable-iis-3" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis3_thumb.png" border="0" alt="xampp-1.7.3-disable-iis-3" width="484" height="262" /></a></p>
<p><strong>4) Check </strong>that the IIS service is disabled. If it is set to <u>Automatic </u>or <u>Manual</u>, then you will need to disable it.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis4.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-disable-iis-4" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis4_thumb.png" border="0" alt="xampp-1.7.3-disable-iis-4" width="484" height="262" /></a></p>
<p><strong>5) To disable</strong> the service, <strong>Right Click</strong> on the service and select <u>Properties </u>from the pop-up menu:</p>
<p><font size=3></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis5.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-disable-iis-5" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis5_thumb.png" border="0" alt="xampp-1.7.3-disable-iis-5" width="484" height="595" /></a></p>
<p> </font></p>
<p><strong>6) Select </strong> <u>Disabled</u> from the <u>Startup Type</u> drop down menu. <strong>Click </strong>on the <u>OK </u>button:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis6.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-disable-iis-6" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3disableiis6_thumb.png" border="0" alt="xampp-1.7.3-disable-iis-6" width="484" height="509" /></a></p>

<p>The post <a href="https://complete-concrete-concise.com/web-tools/disabling-the-microsoft-internet-information-server-iis/">Disabling the Microsoft Internet Information Server (IIS)</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/web-tools/disabling-the-microsoft-internet-information-server-iis/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Change the Apache Port in XAMPP</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp/</link>
					<comments>https://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Sat, 16 Apr 2011 07:04:12 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[change port]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[XAMPP]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/uncategorized/how-to-change-the-apache-port-in-xampp</guid>

					<description><![CDATA[<p>These instructions are for XAMPP 1.7.3 running on Windows XP. They should be similar for other configuration combinations, but no guarantee is made. These instructions should also work for an Apache Server install that is not part of a XAMPP install (specific details regarding file locations and restarting of the Apache Server will differ). NOTE: [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp/">How to Change the Apache Port in XAMPP</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for XAMPP 1.7.3 running on Windows XP.</p>
<p>They should be similar for other configuration combinations, but no guarantee is made.</p>
<p>These instructions should also work for an Apache Server install that is not part of a XAMPP install (specific details regarding file locations and restarting of the Apache Server will differ).</p>
<div class="c3">
<p><strong>NOTE:</strong> XAMPP 1.7.4 and XAMPP 1.7.7 display <u>misleading</u> port information in the XAMPP Control Panel.</p>
<p><u>Regardless</u> of which port you specify Apache to listen to, the XAMPP Control Panel will always display:</p>
<p><span class="i1"><code>Apache started [Port 80]</span></code></p>
<p>This is WRONG!!!! This is a HARDCODED string in XAMPP 1.7.4 and 1.7.7. It does not reflect the actual port Apache is listening to.</p>
<p> Yet another reason why you should not be using XAMPP 1.7.4 or 1.7.7.</p>
</div>
</div>
<p>By default, Apache Server listens on port 80, but this can be changed.</p>
<h2>Why Change the Port?</h2>
<p>Perhaps certain ports are blocked by your network admin or ISP (although, I would not recommend running XAMPP as a publicly accessible server). </p>
<p>Perhaps port 80 is already being used by some other application (like IIS) and you don&#8217;t want to or are not allowed to shut it down or change it.</p>
<p>Apache Server is not starting and you are using XAMPP 1.7.4 (I recommend XAMPP 1.7.3). XAMPP 1.7.4 removed a useful port debugging tool, so changing the Apache Server port is one way of checking to see if you have a port conflict &#8211; change the port and if Apache Server starts working, then you know some other application is using port 80. You should try several ports, just in case you are <em>lucky</em> and manage to pick ports used by other applications. Some ports to try are 2375, 4173, 5107, 9260, 20010 &#8211; these ports, among others, are all <a href="http://www.iana.org/assignments/port-numbers" target="_top">listed</a> as unassigned (but that doesn&#8217;t mean someone else isn&#8217;t using them). </p>
<h2>How to Change the Port</h2>
<p>Edit the <span class="i1"><em>httpd.conf</em></span> file to change the port Apache listens on.</p>
<p><strong>(1) Locate</strong> the file <u><em>httpd.conf</em></u>. This file should be found in <span class="i1">C:\xampp\apache\conf</span> (or whichever directory you installed XAMPP in &#8211; mine is on my D-drive because that is where I installed XAMPP).</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/04/xampp-change-apache-port-1.png" alt="" border="0" class="centered"/></p>
<p><strong>(2) Open</strong> the file using a text editor or programmer&#8217;s editor (I use <a href="http://notepad-plus-plus.org/" target="_top">notepad++</a>). <span class="i3"><strong>DO NOT</strong> use a word processor (like Word) to open the file, it will badly mess it up.<br />
</span></p>
<p><strong>(3a) Locate</strong> the line that says <span class="i2"><code>Listen 80</code></span>. It is line #47 in the XAMPP 1.7.3 install.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/04/xampp-change-apache-port-2.png" alt="" border="0" class="centered"/></p>
<p><strong>(3b) Change</strong> the port number (80) to a different number (for this tutorial, I changed it to 1234).
</p>
<p><strong>(3c) Save</strong> the file.</p>
<p><strong>(4) Restart</strong> the Apache Server to have the change take effect. Do this by <strong>clicking</strong> on the <u><em>Stop</em></u> button on the XAMPP control panel and then <strong>clicking</strong> on the <u><em>Start</em></u> button. (You could also just reboot the computer, but that is overkill).</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/04/xampp-change-apache-port-3.png" alt="" border="0" class="centered"/></p>
<h1>Using the New Port</h1>
<p>When you connect to the Apache Server, you will have to append the port number to the URL. Previously where you typed <span class="i1"><em>localhost</em></span>, you will now have to type <span class="i1"><em>localhost:1234</em></span> (or whatever your new port number is):</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/04/xampp-change-apache-port-4.png" alt="" border="0" class="centered"/></p>
<div class="c1">
<p><strong>Note:</strong> in Microsoft Internet Explorer 8 (IE8), it is necessary to prepend the prefix <em>http://</em> before <em>localhost</em>: localhost:1234 will not work, it must be <span class="i1">http://localhost:1234</span>.</p>
<p>I did not observe this with Firefox 4.0 &#8211; entering <span class="i1">localhost:1234</span> worked just fine (the browser was able to resolve the address as <em>http://localhost:1234</em>).</p>
<p><strong>Second note:</strong> this is not a bug in IE8 &#8211; as a convenience, browsers automatically try to fixup URLs for you. Technically, you <strong>ARE</strong> required to type <strong><em>http://</em></strong> before every URL you type in.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp/">How to Change the Apache Port in XAMPP</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp/feed/</wfw:commentRss>
			<slash:comments>43</slash:comments>
		
		
			</item>
		<item>
		<title>Installing XAMPP &#8211; Apache Server, MySql, and PHP</title>
		<link>https://complete-concrete-concise.com/web-tools/installing-xampp-apache-server-mysql-and-php/</link>
					<comments>https://complete-concrete-concise.com/web-tools/installing-xampp-apache-server-mysql-and-php/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 12:32:06 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[1.7.3]]></category>
		<category><![CDATA[1.7.4]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[XAMPP]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/installing-xampp-apache-server-mysql-and-php-2</guid>

					<description><![CDATA[<p>These instructions are for installing XAMPP 1.7.3 on Windows XP, Service Pack 3. It should work for other configurations as well. XAMPP 1.7.4 (released in January 2011). I had no problem with the install and most things work just fine, however, there are many little things that require &#8220;expert&#8221; tinkering to get it working right. [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/installing-xampp-apache-server-mysql-and-php/">Installing XAMPP &#8211; Apache Server, MySql, and PHP</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>These instructions are for installing XAMPP 1.7.3 on Windows XP, Service Pack 3. It should work for other configurations as well.</p>
<p><strong>XAMPP 1.7.4</strong> (released in January 2011). I had no problem with the install and most things work just fine, however, there are many little things that require &#8220;expert&#8221; tinkering to get it working right. Because of this, I cannot recommend it to someone just looking for a straightforward install with minimal tinkering. See also this discussion <a href="http://www.apachefriends.org/f/viewtopic.php?f=16&amp;t=44327">thread</a> at Apache Friends which covers in more detail the various issues.</p>
<p><strong>XAMPP 1.7.7</strong> (released in Septemeber 2011) is the latest version. I had no problem with the install and most things work just fine, however, there are many little things that require &#8220;expert&#8221; tinkering to get it working right (it is much stricter on PHP errors than 1.7.3 is &#8211; a flag change to fix that). Because of this, I cannot recommend it to someone just looking for a straightforward install with minimal tinkering. It has a new <em>phpmyadmin</em> interface (unfortunately, it defaults to German &#8211; easily changed, though). It still exludes the port checker present in version 1.7.3 (which is a really useful debug tool). </p>
<div class="c4">
<p>If you are determined to install XAMPP 1.7.4 or 1.7.7 and you are more of a user than a developer, you will want to check out <a href="//complete-concrete-concise.com/web-tools/xampp-fixing-strict-standards-errors">this article</a> on preventing the PHP interpreter from spitting out error messages related to poor programming practice (yes, even popular packages can be filled with poor programming practices) and deprecated features.</p>
</div>
<div class="c3">
<p><strong>NOTE:</strong> If you are just looking for a way to install and test various web applications. A simpler alternative might be to install AMPPS instead. It provides the same basic functionality as XAMPP, but includes installation scripts for over 200 different web applications. You can read about installing AMPPS <a href="//complete-concrete-concise.com/web-tools/installing-ampps-apache-server-mysql-php-perl-with-installation-scripts">here</a>.</p>
</div>
</div>
<p class="c2"><strong>Click</strong> on images for full sized versions.</p>
<p>XAMPP is an extremely easy to install and use Apache Server which comes bundled with MySQL (a database), PHP (server side scripting language), Perl (another server side scripting language), FileZilla FTP Server and Mercury Mail Transport System.</p>
<h2>Why would I want to install it?</h2>
<p>To allow development and testing on your local machine instead of on a remote (and probably live) server. I use it to test out changes to my website before uploading and committing changes to the real site.</p>
<h2>Installation</h2>
<p>Download the self extracting package, run it and, in most cases, accept the default settings.</p>
<h2>Downloading</h2>
<p><strong>1) Go to</strong> the SourceForge <a href="http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.3/">website</a> and select <strong>xampp-win32-1.7.3.exe</strong> to download XAMP (this is the self extracting version with the built-in installer):</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.31download.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-1-download" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.31download_thumb.png" border="0" alt="xampp-1.7.3-1-download" width="484" height="286" /></a></p>
<p><strong>2) You will be redirected</strong> to a download page. If the download does not start in a few seconds, click on the direct download link:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.31download2.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-1-download-2" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.31download2_thumb.png" border="0" alt="xampp-1.7.3-1-download-2" width="484" height="108" /></a></p>
<p><strong>3) Select</strong> to either <strong>Save</strong> the file or to <strong>Run</strong> it directly over the Internet. Saving allows you to uninstall and reinstall if necessary:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppdownload4.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-download-4" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppdownload4_thumb.png" border="0" alt="xampp-download-4" width="484" height="300" /></a></p>
<h2>Extracting</h2>
<p><strong>4)&nbsp; Enter</strong> the location to extract XAMPP into. By default, it selects the <strong>C:\</strong> drive. I entered my <strong>D:\</strong> drive because I have more space there. <strong>[NOTE: XAMPP will automatically create a folder called \XAMPP in the directory you specify, having C:\ as your install folder will result in XAMPP being installed in C:\XAMPP\]. </strong>Click on the <strong>Install</strong> button:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppextraction1.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-extraction-1" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppextraction1_thumb.png" border="0" alt="xampp-extraction-1" width="484" height="338" /></a></p>
<h2>Configuring</h2>
<p>The XAMPP installation will ask a few configuration questions. It should be safe to accept the defaults.</p>
<p><strong>5) Enter</strong> y and press the Enter / Return key for the prompt: <em>Should I add shortcuts to the startmenu/desktop? (y/n): y</em></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion1.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-install-question-1" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion1_thumb.png" border="0" alt="xampp-install-question-1" width="484" height="318" /></a></p>
<p><strong>6) Enter</strong> y and press the Enter / Return key for the prompt:</p>
<p><em>Should I locate the XAMPP paths correctly? </em></p>
<p><em>Should I proceed? (y/x=exit setup): y</em></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion2.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-install-question-2" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion2_thumb.png" border="0" alt="xampp-install-question-2" width="484" height="326" /></a></p>
<p><strong>7) Enter</strong> n and press the Enter / Return key for the prompt: <em></em></p>
<p><em>Should I make a portable XAMPP without drive letters? </em></p>
<p><em>NOTE: &#8211; You should use drive letters, if you want use services.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; With USB sticks you must not use drive letters. </em></p>
<p><em>Your choice? (y/n): n</em></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion3.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-install-question-3" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion3_thumb.png" border="0" alt="xampp-install-question-3" width="484" height="324" /></a></p>
<p><strong>8) Press </strong>the Enter / Return key for the prompt:</p>
<p><em>XAMPP is ready to use. </em></p>
<p><em>Press to continue:</em></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion4.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-install-question-4" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion4_thumb.png" border="0" alt="xampp-install-question-4" width="484" height="320" /></a></p>
<p><strong>9) Press </strong>the Enter / Return key for the prompt: <em></em></p>
<p><em>I have set the timezone in &#8216;php.ini&#8217; and &#8216;my.ini&#8217; to &#8220;America/New_York&#8221;. </em></p>
<p><em>You should correct these values if my guess was wrong. </em></p>
<p><em>Press to continue:</em></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion5.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-install-question-5" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion5_thumb.png" border="0" alt="xampp-install-question-5" width="484" height="320" /></a></p>
<p><strong>10) Enter</strong> 1 and press the Enter / Return key for the prompt: <em>Please choose (1-7/x): 1</em>. This will start the XAMPP control panel:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion6.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-install-question-6" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallquestion6_thumb.png" border="0" alt="xampp-install-question-6" width="484" height="318" /></a></p>
<h2>Setting Up</h2>
<p><strong>11) Click </strong>the two check boxes labelled Svc located next to the Apache and MySQL labels. This will install both services for you:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmainpanel.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-main-panel" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmainpanel_thumb.png" border="0" alt="xampp-main-panel" width="484" height="446" /></a></p>
<p><strong>12) Press </strong>OK when prompted to install the Apache Service and MySQL service:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallapacheserviceprompt.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-install-apache-service-prompt" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallapacheserviceprompt_thumb.png" border="0" alt="xampp-install-apache-service-prompt" width="484" height="238" /></a></p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallmysqlprompt.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-install-mysql-prompt" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppinstallmysqlprompt_thumb.png" border="0" alt="xampp-install-mysql-prompt" width="484" height="240" /></a></p>
<p><strong>13) Observe</strong> that the services are now running. If the services are not running, then you need to manually start them. See step <strong>(14)</strong>.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmainpanelservicesrunning.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-main-panel-services-running" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmainpanelservicesrunning_thumb.png" border="0" alt="xampp-main-panel-services-running" width="484" height="446" /></a></p>
<p><strong>14)</strong> If the Apache and MySql services did not start when you installed them, then click on the <strong>Start</strong> button beside each service. <strong>NOTE:</strong> The Apache service can take several seconds to start and the application may look as though it is hung – just wait. If the Apache service does not start, see <strong>Troubleshooting</strong> below.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3startservices.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-start-services" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3startservices_thumb.png" border="0" alt="xampp-1.7.3-start-services" width="484" height="446" /></a></p>
<h2>Testing The Installation</h2>
<p>XAMPP is now setup and ready to use on your computer.</p>
<p>To test, launch your browser and enter:</p>
<p><span class="i1">http://localhost</span></p>
<p>into your navigation bar. You should see the following display:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppsuccessfulinstallwelcomescreen.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-successful-install-welcome-screen" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppsuccessfulinstallwelcomescreen.png" border="0" alt="xampp-successful-install-welcome-screen" width="484" height="354" /></a></p>
<div class="c1">
<p>The default installation of XAMPP Is not secure and should not be used as a publicly accessible server. However, it functions just fine as a test bed server for various software packages like Joomla!, WordPress, Drupal, or even if you want to experiment with PHP or MySQL.</p>
</div>
<div class="c3">
<p>When you set up a web site under XAMPP, you need to type <span class="i1">localhost/my-site</span> into the navigation bar to access it. If you would like to change it so you can type <span class="i1">my-site.com</span> instead (so it looks more like a &#8220;real&#8221; web site), you can find instructions for that <a href="//complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name">here</a>.</p>
</div>

<h2>Troubleshooting</h2>
<p>Sometimes the Apache Server will not run. This is most often caused by some other application using port 80 (the <strong>http</strong> port).
</p>
<div class="c1">
<p>If you are not allowed to change or disable programs using port 80, or if port 80 is being blocked on your computer, consider changing the port the Apache Server uses.
</p>
<p>Instructions for changing the port used by Apache Server are found <a href="//complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp" target="_top">here</a>.</p>
</div>
<p><strong>1) Click</strong> on <strong>Port-Check</strong> to see if any other applications or services are using port 80.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3portcheck1.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-port-check-1" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3portcheck1_thumb.png" border="0" alt="xampp-1.7.3-port-check-1" width="484" height="446" /></a></p>
<p><strong>2)</strong> A console window will appear and <strong>XAMPP PortCheck</strong> will run. Sample results are shown in the image below. In this case, uTorrent is using port 80 and preventing Apache Server from running. The solution is to either shutdown uTorrent or change its configuration to use a different port.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3portcheck2.png"><img loading="lazy" decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="xampp-1.7.3-port-check-2" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xampp1.7.3portcheck2_thumb.png" border="0" alt="xampp-1.7.3-port-check-2" width="484" height="478" /></a></p>
<p class="c1">The more common cause is that Microsoft Internet Information Services (IIS) is running. Instructions for disabling the IIS can be found <a href="//complete-concrete-concise.com/web-tools/disabling-the-microsoft-internet-information-server-iis">here</a>.</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/installing-xampp-apache-server-mysql-and-php/">Installing XAMPP &#8211; Apache Server, MySql, and PHP</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/web-tools/installing-xampp-apache-server-mysql-and-php/feed/</wfw:commentRss>
			<slash:comments>23</slash:comments>
		
		
			</item>
	</channel>
</rss>
