Changing Apache listening port
Posted by: Alexandre Morgaut (194.98.194.---)
Date: July 16, 2009 04:57PM

It would be useful to have easy way to change the Apache port when you have potential conflicts

If I want to change it manually in the httpd.conf file, WampServer is unaware of this modification so Localhost and phpMyAdmin links doesn't work any more

Hope it will be possible one day ;-)

Alexandre.

Options: ReplyQuote
Re: Changing Apache listening port
Posted by: yfastud (Moderator)
Date: July 16, 2009 06:23PM

either manually edit httpd.conf and access as localhost:port or use Florian's patch winking smiley

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Changing Apache listening port
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: July 16, 2009 06:26PM

You need to modify WAMP's configuration too when you change the Apache port. Open up wampmanager.tpl

Find line 120 to 122 which should be
Type: item; Caption: "${w_localhost}"; Action: run; FileName: "${c_navigator}"; Parameters: "http:// localhost/"; Glyph: 5
Type: item; Caption: "${w_phpmyadmin}"; Action: run; FileName: "${c_navigator}"; Parameters: "http:// localhost/phpmyadmin/"; Glyph: 5
Type: item; Caption: "${w_sqlitemanager}"; Action: run; FileName: "${c_navigator}"; Parameters: "http:// localhost/sqlitemanager/"; Glyph: 5

Change localhost to localhost:<apache port number here>. Example localhost:8080. Save the file and right click the WAMP taskbar icon and select Refresh.

NOTE: Ignore the space between http:// and localhost



Edited 2 time(s). Last edit at 07/16/2009 06:27PM by c2dan.

Options: ReplyQuote
Re: Changing Apache listening port
Posted by: Alexandre Morgaut (---.fbx.proxad.net)
Date: July 16, 2009 08:24PM

Yes I did modify this file once, but it might be so much easier and more user friendly ;-)

But I guess its far from being a priority compared to PHP 5.3 in VC9

Options: ReplyQuote
Re: Changing Apache listening port
Posted by: toumimi (---.235.115-78.rev.gaoland.net)
Date: July 16, 2009 10:08PM

Quote

either manually edit httpd.conf and access as localhost:port or use Florian's patch

It could be more user friendly if you use the right addon..
You will see, it would be really easy to it next time winking smiley

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Options: ReplyQuote


Sorry, only registered users may post in this forum.