<?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>pithon Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/pithon/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 07 Dec 2019 22:58:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Simply set up a web server with EasyPHP Devserver</title>
		<link>https://www.osradar.com/simply-set-up-a-web-server-with-easyphp-devserver/</link>
					<comments>https://www.osradar.com/simply-set-up-a-web-server-with-easyphp-devserver/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sat, 07 Dec 2019 22:58:52 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[easyphp devserver]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pithon]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Webservers]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16326</guid>

					<description><![CDATA[<p>A web server stores all the files of a web page (text, image, video, etc.) and shows them to customers via browsers. It uses the HTTP (Hypertext Transfer Protocol) protocol. Additionally, every developer must have a local environment to be able to quickly test and change their projects. A web server allows us to make [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/simply-set-up-a-web-server-with-easyphp-devserver/">Simply set up a web server with EasyPHP Devserver</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A web server stores all the files of a web page (text, image, video, etc.) and shows them to customers via browsers. It uses the HTTP (Hypertext Transfer Protocol) protocol. Additionally, every developer must have a local environment to be able to quickly test and change their projects. A web server allows us to make the necessary changes and tests to our pages and web applications. Consequently, having the ability to set up a web server has its advantages. However, this process is not within the reach of anyone as it involves knowledge of programming and source code work. So in this post, we are going to see how to simply set up a web server with EasyPHP Devserver.</p>



<h2>Prerequisites</h2>



<p>On the program page, it is indicated that it is necessary to have installed Visual C++ Redistribuable for Visual Studio 2015 x86 or x64. In theory, it would only be enough to have this version installed for the server to flow correctly. However, owners of 64-bit computers require both versions of the package. Now, after trying to run the server, the system dropped an error with the msvcr110.dll library. Well, the solution to this problem is to install all versions of Visual C++ published to date today. To simplify this task I give you a <a rel="noreferrer noopener" aria-label="link (opens in a new tab)" href="http://wampserver.aviatechno.net/" target="_blank">link</a> to download all packages compressed into a single file. Just scroll down and select All VC Redistributable Packages (x86_x64) (32 &amp; 64bits).</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php10.jpg" alt="Download all packages" class="wp-image-16354" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php10.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php10-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php10-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php10-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php10-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php10-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Download all packages</figcaption></figure>



<p>After decompressing, install all packages one by one.</p>



<h2>Downloading EasyPHP Devserver</h2>



<p>This is a package that combines the Apache 2.4.25 server, the MySQL 5.7.17 database, and the PHP 7.1.3 programming language. It also includes phpMyAdmin and Xdebug. The first thing we have to do is to go to the official website of the program and download the latest version:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php.jpg" alt="Download Devserver" class="wp-image-16356" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Download Devserver</figcaption></figure>



<p>Once you have downloaded the file, double-click on it to start the installation. Select the installation language</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="300" height="156" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php2.jpg" alt="Select the installation language" class="wp-image-16357"/><figcaption> Select the installation language </figcaption></figure>



<p>Then select the installation directory of the program:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="387" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php3.jpg" alt="Select the installation directory" class="wp-image-16360" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php3.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/php3-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Select the installation directory</figcaption></figure>



<p>The wizard then offers to create a desktop shortcut.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="387" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php4-1.jpg" alt="Create a desktop shortcut" class="wp-image-16363" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php4-1.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/php4-1-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Create a desktop shortcut</figcaption></figure>



<p>After the previous settings have been made, the program will begin to install.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="387" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php5-1.jpg" alt="Installation begins" class="wp-image-16365" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php5-1.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/php5-1-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Installation begins</figcaption></figure>



<p>The wizard will start the installation process.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="387" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php6.jpg" alt="EasyPHP Devserver running installation" class="wp-image-16366" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php6.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/php6-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>EasyPHP Devserver running installation</figcaption></figure>



<p>After a few minutes, the program will complete the installation. It then executes the program.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="499" height="387" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php7.jpg" alt="Launch the program" class="wp-image-16368" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php7.jpg 499w, https://www.osradar.com/wp-content/uploads/2019/12/php7-300x233.jpg 300w" sizes="(max-width: 499px) 100vw, 499px" /><figcaption>Launch the program</figcaption></figure>



<h2>Configuring the server</h2>



<p>Once the installation is complete, please place the program icon in the taskbar. Right-click on it and select the Open Dashboard option to configure it.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="186" height="212" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php8.jpg" alt="Launch the dashboard" class="wp-image-16370"/><figcaption>Launch the dashboard</figcaption></figure>



<p>Immediately a new tab will open in the browser with the initial settings of the program.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php11.jpg" alt="EasyPHP Devserver Dashboard" class="wp-image-16374" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php11.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php11-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php11-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php11-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php11-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php11-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>EasyPHP Devserver Dashboard</figcaption></figure>



<p>As you can see, there are two buttons relating to the http server and the database server. By default, they are stopped. So to start them, just click on both <strong>start</strong> buttons. After doing this, you will see both servers running, the modules being used and the listening ports.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php12.jpg" alt="Servers running" class="wp-image-16379" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php12.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php12-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php12-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php12-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php12-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php12-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Servers running</figcaption></figure>



<h2> Testing the server </h2>



<p>When you click on the sprocket under HTTP server, you enter the server configuration. Once there, click on Server URL and you will be redirected to the server address.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php13.jpg" alt="From the HTTP configuration you can enter the URL of the server." class="wp-image-16393" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php13.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php13-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php13-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php13-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php13-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php13-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>From the HTTP configuration, you can enter the URL of the server.</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php14.jpg" alt="Server URL" class="wp-image-16395" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php14.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php14-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php14-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php14-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php14-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php14-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Server URL</figcaption></figure>



<p>From the server configuration, you can also see that the path to save our web pages is as follows: <strong>C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\</strong>. To check that everything is working correctly, please edit the file phpinfo.php with your preferred text editor.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="724" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php15.jpg" alt="Edit the file phpinfo.php" class="wp-image-16399" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php15.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php15-300x212.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php15-768x543.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php15-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php15-696x492.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php15-594x420.jpg 594w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Edit the file phpinfo.php</figcaption></figure>



<p>Once the file is open, please enter the following code:</p>



<pre class="wp-block-code"><code>&lt;html>
&lt;body>
	&lt;h1>Osradar &lt;/h1>
	&lt;p>Welcome to Osradar&lt;/p>
	&lt;/body>
	&lt;/html></code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php16.jpg" alt="Modifying the file phpinfo.php" class="wp-image-16401" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php16.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php16-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php16-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php16-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php16-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php16-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Modifying the file phpinfo.php</figcaption></figure>



<p>Then reload the server URL and you will see the next result:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php17.jpg" alt="URL of the server showing the newly edited page." class="wp-image-16403" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php17.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/php17-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/php17-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/php17-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/php17-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/php17-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>URL of the server showing the newly edited page.</figcaption></figure>



<p>By right-clicking on the program icon, you will see some interesting options. Such as to stop and restart the servers, check the ports or simply exit the program.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="376" height="194" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/php18.jpg" alt="Program icon options" class="wp-image-16404" srcset="https://www.osradar.com/wp-content/uploads/2019/12/php18.jpg 376w, https://www.osradar.com/wp-content/uploads/2019/12/php18-300x155.jpg 300w" sizes="(max-width: 376px) 100vw, 376px" /><figcaption>Program icon options</figcaption></figure>



<p>This program can be used in a portable way. Additionally, each time you want to use it, just click on the program icon. Also, to uninstall it, you just delete the installation folders. </p>



<h2>Conclusion</h2>



<p>Finally, we have seen how to simply set up a web server with EasyPHP DevServer. This tool supports several programming languages like PHP, Python, Ruby, Perl. Also, running MySQL as a database manager. So it is a very useful tool for personal development environments. This is all for now before I go I invite you to check our post on <a href="https://www.osradar.com/how-to-install-node-js-on-windows-10/" target="_blank" rel="noreferrer noopener" aria-label="Node.js (opens in a new tab)">Node.js</a> in Windows 10</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/simply-set-up-a-web-server-with-easyphp-devserver/">Simply set up a web server with EasyPHP Devserver</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/simply-set-up-a-web-server-with-easyphp-devserver/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
