Put Online Button Dissapeared
Posted by: r3k0iL (---.hsd1.ca.comcast.net)
Date: May 11, 2016 07:47AM

Hi, I had installed Wamp server a while back and i remembered it having a put online option, i uninstalled Wamp server but reinstalled it but the option to put the server online has disappeared, how can i put my server online?
thank you.

Options: ReplyQuote
Re: Put Online Button Dissapeared
Posted by: RiggsFolly (Moderator)
Date: May 11, 2016 10:07AM

hi,

First you do realise that it is not necessary to "Put Online" for the server to run perfectly well as a development system? That is only necessary if you want Apache to allow access from any IP Address in the universe!

If you only want Apache to allow access from your local network for example then a manual edit of the httpd.conf file is enough. You would do this

wampmanager->Apache->httpd.conf

to edit the httpd.conf file.

Find this line
#   onlineoffline tag - don't remove
    Require local

And change it to
#   onlineoffline tag - don't remove
    Require local

    Require ip 192.168.0

for example, to allow access from any ip in the 192.168.0 subnet

If you really want to "Put Online" then the menu has now become optional and can be turned on by doing this

right click wampmanager -> Wamp Settings -> Menu Item : Online/Offline

Click that menu item and it will activate the "Online/Offline" menu when you left click wampmanager

There are also some new and useful features under the (right click wampmanager menus)

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.