This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
RewriteEngine on | |
RewriteCond %{HTTP_USER_AGENT} ^$ | |
RewriteRule ^/.* - [E=downgrade-1.0:1] | |
RewriteRule ^/.* - [L,E=force-response-1.0:1] | |
</IfModule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this server gets the "mco" class from the node script definition. | |
class mco{ | |
include virtual::packages::mco | |
#etc | |
} | |
there is then a "virtual" (name) module, mostly for virtual resources, with a packages.pp: | |
class virtual::packages { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./configure | |
[...] | |
checking for strchr... yes | |
checking for strrchr... yes | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for strcmp... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes |
NewerOlder