• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Multiple IP's & apache binding

CoreyC

New Pleskian
Does anyone know how to configure address binding for apache?

I have two IP addresses on this particular container. I was able to bind port 80 to a specified IP, but when I attempted to bind 443 to a specific IP, apache would not start.

For a temporary solution I configured SSL on port 444.

I only modified ports.conf - I did not want to go any further to avoid any downtime or loss of settings.

Thanks!
 
I wanted to bump this and expand on my issue in hopes someone has some insight.

When adding an account via WHMCS, Plesk restarts Apache. This leads to a blank page before the sign up process is complete, if you do not hit refresh you are unable to sign up.

Our solution was to use a second IP and run our WHMCS instance on the other IP under lighttpd. Since Apache is binding to all IP's by default, this left us unable to run SSL for our sign up process.

I was able to bind Apache to the primary IP for http only. This leaves Apache https conflicting with lighttpd - since we have no need for https for clients, I have set Apache's SSL port to 444.
 
Back
Top