I am having problem setting my 9ias on Solaris 9 to access the demo page: https://bmssun2.calstate.edu:443

Oracle recommended the follow httpd.conf setting but it didn't work due to port conflict. Any advise.

httpd.conf setting:
----------------------

Port 80
Listen 80
##
## SSL Support
##
## When we also provide SSL we have to listen to the
## standard HTTP port (see above) and to the HTTPS port
##

Port 80
Listen 80
Listen 443

Result for ERROR_LOG file.
[Thu Apr 1 09:45:55 2004] [crit] (125)Address already in use: make_sock: could
not bind to port 80

So this one does generate an error and Apache won't startup.