Page 1 of 2 12 LastLast
Results 1 to 20 of 23

Thread: Setting up a Local (WAMP) Web Server

  1. #1
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007

    Setting up a Local (WAMP) Web Server

    Many developers choose to set up a development environment on their local machines. There any a few reasons why you would want to do this. Namely speed, security and control. Setting up a local web server isn't a big job and can be accomplished within just a few minutes.

    The 4 major components to a web server are:

    1. the operating system
    2. the server
    3. a server side scripting language
    4. a database


    In this article I am not going to talk about how to get each individual component up and running but rather I am going to focus on two Windows development environments, which are EasyPHP and WampServer.

    Both are "WAMP" packages and offer the same components but have different interfaces.
    For those of you not in the know, a WAMP server consists of Windows, Apache, MySQL and Perl/PHP/Python. In this case, PHP is the language of choice. Also note that PHPMyAdmin and SQLiteManager are included in each package to allow you to interact with your databases.

    The website url's and direct download links for each package can be found below:

    EasyPHP - Website | Download (Size: 15.6MB)
    WampServer - Website | Download (Size: 16.2MB)

    Once the application of your choice has been downloaded. Double-click it and follow the installation wizard to install it on your system. Once that is complete, you have a local web server running on your system.

    The Basics

    These tools don't have a steep learning curve but there is some knowledge needed. You will be able to run your server just like any other program. (Assume these tips apply to both package's unless otherwise stated.)

    You must place your directories and files in the www directory, if you wish to access them through the browser.

    The default www directory location for each package is as follows:
    EasyPHP - C:\Program Files\EasyPHP 3.0\www
    WampServer - C:\wamp\www

    Viewing through a Browser

    You will be able to access your server through a web browser by visiting the localhost address.
    You can accomplish this by either going to http://localhost/ or http://127.0.0.1/.
    This will bring you into the "root" directory of your server, where you will be greated by some options.

    In EasyPHP, you are shown a list of all the directories and files in the www directory. You must go to http://localhost/home/ to see additional links such as the PHPMyAdmin and SQLiteManager packages.
    In WampServer, you will be able to see all the directories in the www directory and links to the database interfaces.

    Connecting to a Database

    When connecting your files to databases, the default settings are as follows. You can set up databases using the database interfaces mentioned earlier.

    Database Host: localhost
    Username: root
    Password: (By default the password is not set.)
    Database Name: (Enter the name of the database you just set up.)

    It doesn't really matter which package you use as the two of them are very similar. Your choice of package is down to personal preference or a random guess if you like.

    That's it! Your done. You now have a WAMP environment on your system and are ready to stop uploading files via FTP after every small change.

    Security Concern

    I would like to emphasize that this is for a LOCAL server only and shouldn't be connected to the internet without proper security considerations being taken into account. Otherwise your computer may be compromised, and it could be in a matter of hours. Internet servers are barraged by nearly continuous port scans from hackers looking for ones they can take over to serve phishing scams, spam and porn.

    (Special thanks to alvo for his contribution to this article.)
    Last edited by Alan; 06 Jun 2009 at 04:02 PM.
    “The best thing about a boolean is even if you are wrong, you are only off by a bit.”

  2. #2
    Join Date
    Apr 2009
    Location
    The toon
    Posts
    1,225
    nice walk through

    can i suggest a nice MYSQL development tool

    EMS MYSQL Manager


    Scrolly downy half way and you will find a free lite version. This only lets you register 5 databases but this should be enough for most

  3. #3
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007
    That's like an ERD program? I prefer to use MySQL Workbench. Works nicely. :-)
    “The best thing about a boolean is even if you are wrong, you are only off by a bit.”

  4. #4
    Join Date
    Apr 2009
    Location
    The toon
    Posts
    1,225
    no its a MYSQL Manager tool

    same as phpmyadmin but a lot more easier to drive

  5. #5
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007
    Ah cool. We'll im use to PHPMyAdmin so I think i'll stick with that.
    “The best thing about a boolean is even if you are wrong, you are only off by a bit.”

  6. #6
    Join Date
    Apr 2009
    Location
    The toon
    Posts
    1,225
    give it a whizz Alan

    like Marmite

    you might like it

  7. #7
    Join Date
    Apr 2009
    Posts
    47
    i have ecently migrated to EMS i used a program called hiedi i think both are good

  8. #8
    Join Date
    Jun 2009
    Posts
    3
    I got problem to install wampserver2.0, I had already previous version of wampserver. I uninstall previous wampserver and install wampserver2.0. In the end of installation process an error say install.bat does not execute. and my wampserver not work properly. when I go to start Apache server it cant start and when I test port 80 it says your port 80 actually not in used. Can u reply me the solution


    Thank You
    Nepalimutu

  9. #9
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007
    Best bet is to completely uninstall everything again. Once that's done, restart your computer and then install the new version. It should work ok then.
    “The best thing about a boolean is even if you are wrong, you are only off by a bit.”

  10. #10
    Join Date
    Jun 2009
    Posts
    3

    Smile Thanks for your response

    Quote Originally Posted by Alan View Post
    Best bet is to completely uninstall everything again. Once that's done, restart your computer and then install the new version. It should work ok then.
    Thank you for your kind response

    My wampserver now work properly. but Not throw uninstalling process. I uninstall all thing many times and install again and again but problem is not solved so I download additional apache and wampserver and mysql from wampserver official site and install it, now my wampserver work properly.

    Can u guide me Joomla.


    Thank you

  11. #11
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007
    Download it, install it and play around with it. http://www.joomla.org/
    “The best thing about a boolean is even if you are wrong, you are only off by a bit.”

  12. #12
    Join Date
    Apr 2009
    Posts
    144
    just curious to know the difference bewteen wampserver and apache friend...which is better for windows xp..i am using apache friend and it is quiet user friendly and easy to install....

  13. #13
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007
    Quote Originally Posted by gauri_agr View Post
    just curious to know the difference bewteen wampserver and apache friend...which is better for windows xp..i am using apache friend and it is quiet user friendly and easy to install....
    I'm not familiar with apache friend but my initial opinion is that you shouldn't worry about wampserver. You mentioned apache friend is user friendly and easy to install so you should stick with it if your happy with it.
    “The best thing about a boolean is even if you are wrong, you are only off by a bit.”

  14. #14
    Join Date
    Oct 2009
    Location
    Charleston, SC
    Posts
    48
    @is_numeric, Thanks for the link to that gui mysql manager. I didn't know there existed a gui for mysql besides phpMyAdmin if you consider that a gui. Most excellent!

  15. #15
    Join Date
    Apr 2009
    Location
    The toon
    Posts
    1,225
    welcomes

    many of them

  16. #16
    Join Date
    Sep 2009
    Location
    USA
    Posts
    16

    Question

    How do you get myPHPAdmin connected to your database? (I'm not talking about local server)

  17. #17
    Join Date
    Apr 2009
    Location
    The toon
    Posts
    1,225
    your host should have an installed version on your space

    Accessed via what ever control panel your host uses

  18. #18
    Join Date
    Oct 2009
    Posts
    123

    RE: Security Concern

    Quote Originally Posted by Alan View Post
    Security Concern

    I would like to emphasize that this is for a LOCAL server only and shouldn't be connected to the internet without proper security considerations being taken into account. Otherwise your computer may be compromised, and it could be in a matter of hours. Internet servers are barraged by nearly continuous port scans from hackers looking for ones they can take over to serve phishing scams, spam and porn.

    (Special thanks to alvo for his contribution to this article.)
    Hi, I recently installed WAMP server. I use it on localhost to test out my wordpress blog-in-the-making. Is this a security concern? When testing my site, I have the server "online".


    EDIT: I just realized that I can test my site WITHOUT wamp being online. Disregard the post. I'll keep WAMP offline from now on. Thanks.

  19. #19
    Join Date
    Feb 2010
    Posts
    8
    Another thing to remember is..

    Setup your firewall (Windows Firewall) or router so that Apache on port 80 does not accept any incoming requests. Actually, you might as well block all requests incoming and outgoing, as it won't make a difference to you. This way your server will be essentially invisible on the internet, but you will still be able to use your computer to browse the web, etc. You will still be able to access your webserver via http://localhost because you are visiting the site from your local machine.

    Also, when you are not testing your site, shutdown your WAMP server for added security and peace of mind.

  20. #20
    Join Date
    Dec 2009
    Location
    Bangladesh
    Posts
    12
    I like & work on WAMP.It's simply great

Similar Threads

  1. Looking For an Affordable Web Site Hosting Plan
    By seotips in forum Web Hosting and Domain Names
    Replies: 0
    Last Post: 10 Apr 2009, 02:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •