Wamp server online
Posted by: Bosnjanac (95.180.30.---)
Date: August 03, 2014 09:30AM

I am new with Wamp. I want to put my server online. I want to access my web server throught Internet. I set my router but i don`t know how to set httpd.conf file. Can someone send me complete httpd.con file for accessing throught internet.

Thanks

Options: ReplyQuote
Re: Wamp server online
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: August 03, 2014 01:28PM

Use the wampmanager menu like so :-


left click wampmanager -> Put Online

---------------------------------------------------------------------------------------------
(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
Re: Wamp server online
Posted by: Bosnjanac (95.180.30.---)
Date: August 03, 2014 02:38PM

I put my wampp server online and i can`t access from another computer or from Internet. Are you sure that i need just to put it online.

Options: ReplyQuote
Re: Wamp server online
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: August 03, 2014 04:04PM

Well you could check that it has done the correct thing to the httpd.conf file. It can fail if you have manually amended the section.


To tell Apache to allow access from any ip address you need to check httpd.conf


If you are using ( You Dont Mention anything about versions ) Apache 2.2.x look for these lines of code

# onlineoffline tag - don't remove
Order Allow,Deny
Allow from all


Or Apache 2.4.x look for these lines of code

# onlineoffline tag - don't remove
Require all granted


This assumes you did not create a Virtual host for the site! If you did let me see the VHOST definition.

---------------------------------------------------------------------------------------------
(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.