Skip to main content

How to Compare two easy apache configurations or where I can get info about the conf.yaml parameters

Comments

5 comments

  • theoxgr
    Re: How to Compare two easy apache configurations or where I can get info about the conf.yaml parame being super-fast is not always the thing. i managed to be fast enough and secure using mod_ruid2 + suphp with suExec. you can search the forums and find this easyapache build. i think you will love it more. i switched from fcgi too.
    0
  • cPanelMichael
    Re: How to Compare two easy apache configurations or where I can get info about the conf.yaml parame Hello :) The value of "0" indicates the Apache module is not enabled in the EasyApache build profile. Here is the example you provided: [QUOTE]Access: 0 Actions: 0 Alias: 0
    This indicates that the Access, Actions, and Alias Apache modules are disabled in this profile. You can review a full list of Apache modules at: [url=http://en.wikipedia.org/wiki/List_of_Apache_modules]List of Apache modules - Wikipedia, the free encyclopedia To note, the following thread may be helpful to you if you are attempting to increase the security for suPHP: Methods to increase security with suPHP Thank you.
    0
  • ITGabs
    Re: How to Compare two easy apache configurations or where I can get info about the conf.yaml parame Thanks Theoxgr, I know that the setup of mod_fcgid is a bit complex, RAM consuming and not so friendly but the performance, the low CPU usage and the FCGID wrappers are quite flexible and secure exactly what I need. Thanks Michael, I thought the configuration of that yaml was more cryptic, but now is completely transparent and easy to read, after reading wikipedia a bit and comparing the yaml I can't find some yaml parameters like "bucketeer" but searching in google, I found exactly what I was expecting and pretty well documented [url=http://docs.cpanel.net/twiki/bin/view/EasyApache/Apache/]EasyApache: Apache Modules
    0
  • cPanelKenneth
    Re: How to Compare two easy apache configurations or where I can get info about the conf.yaml parame Please keep in mind that some of the entries in the YAML file are actually reverse booleans. A reverse boolean is where 0 means true and 1 means false (whereas we typically have 0 mean false and 1 mean true). An example is the Asis module we provide [url=http://docs.cpanel.net/twiki/bin/view/EasyApache/Apache/ModAsIs]Apache Module: Asis Our EasyApache document notes which items are reverse booleans. Usually it's the ones marked as (default) in the table listed at [url=http://docs.cpanel.net/twiki/bin/view/EasyApache/Apache/]EasyApache: Apache Modules
    0
  • ITGabs
    Re: How to Compare two easy apache configurations or where I can get info about the conf.yaml parame Good point, I see many (default) in that table, probably the table must include that reverse boolean behavior just to be sure
    0

Please sign in to leave a comment.