ProgrammerMP wrote:

I've downloaded the apache version 2.0.  When I run,
apache_2.0.61-win32-x86-openssl-0.9.7m.msi, I get to a point where it says: It says, "for all users, on port 80, as a service -- Recommended." This is a checkbox and selected by default.
I want to install it on port 81 or any other port as a service, but I do not
have the option here to change the port.  My port 80 is already been used by
something (it shows up in netstat -a).

Stop the port 80 service a moment, install and stop the apache service,
and just modify your httpd.conf file.  Or install it manually, it's
not that hard to follow
http://httpd.apache.org/docs/2.0/platform/windows.html

But better yet, use httpd 2.2.  It doesn't demand that the listeners
work before installing the service.  Then you can tweak the Listen
and other examples of port 80 to 81 in the conf, and start it up.

Bill


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to