I'd like to be able to share same "Deny From" from one VirtualHost to another in Apache's httpd configuration, is there a way to do it?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 3 down vote accepted

I don't know if there is better way, but if noone comes with anything better, just create a file with just the ACLs (ie. somevhosts.acl) and include it everywhere you need it using Include somevhosts.acl directive.

link|improve this answer
yeah, I was thinking about that but wanted to see if there is something better then that... – alexus Dec 17 '11 at 14:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.