Xampp

Discussion in 'Web Development & Web Hosting' started by jackd, Jun 8, 2006.

  1. jackd

    jackd Megabyte Poster

    555
    7
    64
    in Xampp how do you set the port that apache runs on because port 80 is currently in use for another website. Any Ideas

    Jack
     
  2. hbroomhall

    hbroomhall Petabyte Poster Gold Member

    6,624
    117
    224
    Normally in Apache the "Port" entry in the config file sets this.

    But what happens with Xampp under Windows I don't know.

    Harry.
     
    Certifications: ECDL A+ Network+ i-Net+
    WIP: Server+
  3. d-Faktor
    Honorary Member

    d-Faktor R.I.P - gone but never forgotten.

    810
    0
    39
    to elaborate on what harry said.
    there's a httpd.conf file in the \apache\conf\ folder. i think there are two lines that need to be changed. first one where it says listen 80, which can be changed to listen 82. the other one which says servername localhost:80, which can be changed to servername localhost:82. i'm not 100% sure about this. just give it a try.
    also, notice that i used port 82, because i believe that port 81 is in use by webdav.
     
  4. hbroomhall

    hbroomhall Petabyte Poster Gold Member

    6,624
    117
    224
    Ah - I'm still on Apache 1.3 - version 2 uses different entries!

    :oops:

    Harry.
     
    Certifications: ECDL A+ Network+ i-Net+
    WIP: Server+

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.