Menu

#1 Apache server port 80 problem

open
nobody
None
5
2005-12-13
2005-12-13
Anonymous
No

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.

Discussion

  • Nobody/Anonymous

    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

     
  • Nobody/Anonymous

    Logged In: NO

    You can't run Apache on IIS.
    Check Apache webserver notes at http://apache.org

     
  • Nobody/Anonymous

    Logged In: NO

    u can change the port number in the apache config file this is not a bug

     
  • Nobody/Anonymous

    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

     

Log in to post a comment.