Jump to content

Best WAMP Server?


Andrew R

Recommended Posts

Sorry, not sure where else to post this?

 

I was wondering what you think is the best WAMP Server in terms of functionality, usability, security, support etc taking into consideration it will only be used as a testing/development server when I'm not connected to the internet.

 

There seems to be a quite a number of them out there and I'm confused on which one is the best for this purpose.  I’ve tried AppServ and WampServer and they run perfectly but I’m wondering what other ones people recommend. 

 

As a bare minimum I need http apache and phpmyadmin installed and a simple user interface that allows me to stop the server so it's not running when I'm connected to the internet. 

 

Many thanks.

Link to comment
Share on other sites

I'm very impressed with XAMPP.  Although it’s a bit of a struggle in working out how to change the phpMyAdmin password.  Although is there any point having a password for phpMyAdmin on testing server as I'm going to be the only user?  Which leads onto my next question....

 

Is it possible for somebody to simply type my IP address in and view the files/phpMyAdmin etc or is there a security feature in either XAMPP or Windows that disables this?

 

Many thanks.

 

Link to comment
Share on other sites

Is it possible for somebody to simply type my IP address in and view the files/phpMyAdmin etc or is there a security feature in either XAMPP or Windows that disables this?

 

Most probably anyone that is on your LAN will be able to access phpMyAdmin if you dont protect it in someway. Also if your computer/router is setup to allow external connections to port 80 anyone from the internet will too.

 

One simple step you could do is to only allow certain IP addresses to access the /phpmyadmin directory. To prevent anyone but localhost connections to access phpmyadmin place the following within a .htaccess file and save within the root of the phpMyAdmin directory

Order Deny,Allow
Allow from 127.0.0.1

You can add other IP addys too to the list.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.