# HG changeset patch # User Christophe Lincoln # Date 1389337546 -3600 # Node ID abd820bbdfe5a80ac6fe5cb3652c1e09796223ee # Parent 487d7ce5178b83ced87721a7049d061b9904569e tank: add irc.slitaz.org diff -r 487d7ce5178b -r abd820bbdfe5 tank/files/etc/lighttpd/vhosts.conf --- a/tank/files/etc/lighttpd/vhosts.conf Wed Jan 08 01:17:09 2014 +0100 +++ b/tank/files/etc/lighttpd/vhosts.conf Fri Jan 10 08:05:46 2014 +0100 @@ -11,7 +11,7 @@ index-file.names += ( "index.php" ) } -# pro.slitaz.org +# slitaz.pro # $HTTP["host"] =~ "(slitaz\.pro$|pro\.slitaz\.org$)" { server.document-root = "/home/slitaz/www/pro/web" @@ -145,6 +145,18 @@ ) } +# irc.slitaz.org +# +$HTTP["host"] =~ "^irs\.slitaz\.org$" { + server.document-root = "/home/slitaz/www/irs" + server.errorlog = "/var/log/lighttpd/irc.slitaz.org-error.log" + accesslog.filename = "/var/log/lighttpd/irc.slitaz.org-access.log" + index-file.names = ( "index.cgi" ) + cgi.assign = ( + ".cgi" => "/bin/sh" + ) +} + # ssfs.slitaz.org # $HTTP["host"] =~ "ssfs\.slitaz\.org$" {