I have IIS server running at port 80. so, when i run the net server and install the apache, it keeping said that got error.... so, can next version can custom the apache port? thanks.
Logged In: NO
you can change the port for apache in \bin\stable\apache \conf\httpd.conf and change for example line Listen 80 to Listen 8080
You can't run Apache on IIS. Check Apache webserver notes at http://apache.org
u can change the port number in the apache config file this is not a bug
in the apache config file, you can set the port number that apache will respond to.
it should be around line 108 and it will look like this:
Listen 80
all you have to do is change the # from 80 to, say 81 and you'll be up and running in no time
Log in to post a comment.
Logged In: NO
you can change the port for apache in \bin\stable\apache
\conf\httpd.conf
and change for example line
Listen 80
to
Listen 8080
Logged In: NO
You can't run Apache on IIS.
Check Apache webserver notes at http://apache.org
Logged In: NO
u can change the port number in the apache config file this is not a bug
Logged In: NO
in the apache config file, you can set the port number that apache will respond to.
it should be around line 108 and it will look like this:
Listen 80
all you have to do is change the # from 80 to, say 81 and you'll be up and running in no time