Setting apache timeout for different domains/virtualhosts
I'm looking to set a custom apache timeout value for one or two domains / virtualhosts.
I was thinking of adding something to post_virtualhost_global, but I'm not sure if I need the whole virtualhost block and whether it will override the one that WHM creates itself.
Just wondering the correct way to do this and what the options are? Thanks
-
Are you referring to core - Apache HTTP Server Version 2.4 If so, using post_virtualhost_global won't help since its going to apply the timeout to ALL virtual hosts so wanting to apply the timeout for one or two domains won't work this way, you would instead want to use an include for the virtualhost specifically via /etc/apache2/conf.d/userdata/std/2_4/CPUSER/domain.com/*.conf
Modify Virtualhost Containers With Include Files - EasyApache - cPanel Documentation0 -
Hello, The previous post is accurate, however ensure to review the following document when using EasyApache 4: Modify Apache Virtual Hosts with Include Files - EasyApache 4 - cPanel Documentation Thanks! 0
Please sign in to leave a comment.
Comments
2 comments