3 # This script is based on /usr/share/lighttpd/include-conf-enabled.pl but
4 # changed to read the vhosts directory instead of the conf-enabled directory.
7 use File::Glob ':glob';
9 my $confdir = "/etc/lighttpd/";
10 my $enabled = "vhosts/*";
13 my @files = bsd_glob($enabled);
17 print "include \"$file\"";