Thanks
-Durga
-find the apache configuration file (httpd.conf)
In windows, it will be inside "conf" directory in your wamp
installation directory or inside your apache installation directory.
-find a line starting with "Port" in that file. Change the value to a
port you wish. This is the port where apache will listen to. The
comments in the file are pretty clear, you can read them to understand
their use.
-Restart Apache
I think this solves your problem.
One word of caution though: backup the httpd.conf file before making
any major changes :)
Cheers !
--
Bibek Paudel.
http://blog.bibekpaudel.com.np/
==============================
Hi,
It should involve steps similar to these (not sure because I have
never used WAMP, i prefer LAMP:))
-find the apache configuration file (httpd.conf)
In windows, it will be inside "conf" directory in your wamp
installation directory or inside your apache installation directory.
-find a line starting with "Port" in that file. Change the value to a
port you wish. This is the port where apache will listen to. The
comments in the file are pretty clear, you can read them to understand
their use.
-Restart Apache
I think this solves your problem.
One word of caution though: backup the httpd.conf file before making
any major changes :)
Cheers !
On Sun, Mar 30, 2008 at 3:24 PM, DurgaBasnet
<basnet...@googlemail.com> wrote:
>
> Hi friends,
>
> I am having difficulty in running IIS and Wampserver (which is an
> integrated package of PHP, MySQL and Apache Server). As said in the
> Wampserver documentation, to run Wampserver, IIS must be disabled.
> But some people say that both IIS and Wampserver can be run in one
> machine simultaneously. As we know, IIS uses the port no. 8080. Does
> anyone know how can we assign a different port no. for Wampserver
> (Apache server?)
>
> Thanks
> -Durga
>
> >
>
--
Bibek Paudel.
http://blog.bibekpaudel.com.np/
==============================
Cheers !