GAURAV Pande via FreeIPA-users wrote: > Hi , > > Thanks for reply on Journal its saying below error , but there is no > pre-exisitng process running on port 80/443 :- > > [gp185132@idm ~]$ sudo netstat -tulnp | grep -w 80 > [gp185132@idm ~]$ > [gp185132@idm ~]$ sudo netstat -tulnp | grep -w 443 > > > > ############################################################################ > -- Unit httpd.service has begun starting up. > Mar 23 14:08:02 idm ipa-httpd-kdcproxy[17150]: ipa: INFO: KDC proxy enabled > Mar 23 14:08:02 idm ipa-httpd-kdcproxy[17150]: ipa-httpd-kdcproxy: INFO > KDC proxy enabled > Mar 23 14:08:02 idm httpd[17155]: (98)Address already in use: AH00072: > make_sock: could not bind to address [::]:443 > Mar 23 14:08:03 idm systemd[1]: httpd.service: main process exited, > code=exited, status=1/FAILURE > Mar 23 14:08:03 idm systemd[1]: Failed to start The Apache HTTP Server. > -- Subject: Unit httpd.service has failed > ##############################################################################
This is very little to go on. Apache thinks there is a duplicate port but isn't a process listening there so I can only assume something is messed with the Apache config. Perhaps check the syntax and show the vhosts with: httpd -t -D DUMP_VHOSTS And as I suggested earlier, look in the Apache logs for any insights. rob _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
