[users@httpd] Server is going down after too many reloads (graceful)

2016-03-23 Thread Allan Moraes
I have a server with more than 1,000 sites and the creation of these sites is automatic. Often multiple domains are created at the same time and are given several systemctl reload httpd.service. Apache to only generates no errors and logs or if I run a systemctl start httpd.service, apache back to

Re: [users@httpd] Server is going down after too many reloads (graceful)

2016-03-23 Thread Yehuda Katz
You could look at mod_vhost_alias to avoid reboots: http :// httpd.apache.org /docs/2.4/mod/mod_

Re: [users@httpd] Server is going down after too many reloads (graceful)

2016-03-23 Thread Allan Moraes
Can I use mod_ssl, mod_security and mod_cband configuration? Because today each domain has a diferant configuration of this 2016-03-23 20:40 GMT-03:00 Yehuda Katz : > You could look at mod_vhost_alias to avoid reboots: http > :// >