Hello,
The link was not to EasyApache itself but to creating custom opt modules, which isn't actually required if you compile something from source using apxs and then create something using /scripts/posteasyapache to put the module back into the Apache extension folder. Custom opt modules are far more difficult to configure than doing this from source.
If the source were valid you received, you should be able to follow this guide to get it working:
http://forums.cpanel.net/f5/mod_layo...tml#post711229
Which I link to in this post:
http://forums.cpanel.net/f5/forcing-...ml#post1030661
Unfortunately, the issue is likely with the source you have. You'll have to ensure it is at least release 5.0 or higher per
mod_layout site. The only source I could really find for 5.1 was here:
mod_layout-5.1.tar.gz - wcoserver - mod_layout-5.1 -
I don't know how reliable it is. I would caution using it possibly. There are other ways to accomplish what you are trying to do.
Thanks!