[CentOS] Apache warns Web server admins of DoS attack tool
John R Pierce
pierce at hogranch.comFri Aug 26 18:17:03 UTC 2011
- Previous message: [CentOS] Apache warns Web server admins of DoS attack tool
- Next message: [CentOS] Apache warns Web server admins of DoS attack tool
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 08/26/11 11:00 AM, Always Learning wrote: > Those who like dumping everything in one large text file can. I was > speaking to a sys admin this week who has only 1,200 virtual hosts in > the main Apache file. which part of /etc/httpd/conf.d/*.conf are you missing? Each vhost gets its OWN conf file, ideally packaged with the vhost's application files and depedencies as an RPM, so it can be deployed/undeployed by a single command, or included in a kickstart, or whatever... there should be NOTHING in the main httpd.conf that needs changing, I haven't had to touch that file in years on any of my EL4/5/6 systems. I put global stuff in a /etc/httpd/conf.d/00globalstuff.conf (the *.conf files are loaded in sort order so a 00something file will get loaded before any others). -- john r pierce N 37, W 122 santa cruz ca mid-left coast
- Previous message: [CentOS] Apache warns Web server admins of DoS attack tool
- Next message: [CentOS] Apache warns Web server admins of DoS attack tool
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list