Help from a Beginner

Discussion in 'Apache' started by ksafong, Apr 11, 2006.

  1. #1
    Hi all,

    I am a beginner of using Apache HTTP server 2.0.55, which is running in XP. I would like to ask two questions:

    1) how can I configure a specific port instead of using port 80?
    2) How can I configure HTTPS and SSL on this server by using a self-signed certificate?

    Thx a lot:D
     
    ksafong, Apr 11, 2006 IP
  2. Slapyo

    Slapyo Well-Known Member

    Messages:
    266
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Edit the "httpd.conf" file.

    Find "Listen 80".

    Change this port number to the port that you'll be using on your webserver, like "8888".

    Find "ServerName".

    At the end of your server name, change port 80 to 8888.

    Close the file, save the changes, and restart the Apache server.
     
    Slapyo, Apr 11, 2006 IP