Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: Delimer on October 15, 2019, 08:12:33 AM

Title: Disable http.service
Post by: Delimer on October 15, 2019, 08:12:33 AM
Hi,
I use nginx+php-fpm and dont need http.service
Then I disabled http in service config. But when I update panel or restart server http service try starting (any time http start first and nginx not start)
Code: [Select]
-- Unit httpd.service has begun starting up.
... apachectl[21512]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
... apachectl[21512]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:443

How I can disable http in panel. Or I need manually change config for http.service?