OSSP CVS Repository

ossp - ossp-pkg/cfg/sample.cfg 1.1
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/cfg/sample.cfg 1.1
##
##  sample.cfg 
##

/* now comes 
   a C/C++ style block comment ** quux */

foo -b --bar -qX --quux=X baz
rootdir /;  // C++ style EOL comment 
tmpdir /tmp;

directory /foo {
    deny from all;
    allow from { 1.2.3.4; 6.7.8.9 };
    fuck;
    foobar { baz } quux;
};

directory /foo2 {
    deny from all;  # shell-style EOL comment
    allow from { 1.2.3.4; 6.7.8.9 } butnot { 1; 2; 3; };
    fuck;
    foobar { baz } quux "multiline string,\
                         without blanks" baz;
};


CVSTrac 2.0.1