# HG changeset patch # User Christophe Lincoln # Date 1389115083 -3600 # Node ID bcbc417e3a5cad306e238d926d472b55bdba3f06 # Parent 5fa1b369801567d1e76fbbf9001fa546e1c0d990 tank: update vhosts.conf diff -r 5fa1b3698015 -r bcbc417e3a5c tank/README --- a/tank/README Tue Jan 07 17:41:55 2014 +0100 +++ b/tank/README Tue Jan 07 18:18:03 2014 +0100 @@ -10,9 +10,9 @@ IP's ---- -Tank: 213.3.10.214 -Mirror: 94.23.209.91 (mirror,pizza,archives,ajaxterm) -Forum & labs: 94.23.34.123 +Tank: 37.187.4.13 +Mirror: 46.105.127.17 +Forum: 212.83.135.187 Check /home/slitaz/www for Tank vhosts. diff -r 5fa1b3698015 -r bcbc417e3a5c tank/files/etc/lighttpd/vhosts.conf --- a/tank/files/etc/lighttpd/vhosts.conf Tue Jan 07 17:41:55 2014 +0100 +++ b/tank/files/etc/lighttpd/vhosts.conf Tue Jan 07 18:18:03 2014 +0100 @@ -121,12 +121,28 @@ #index-file.names = ( "index.cgi" ) } -# cloud.slitaz.me +# scn.slitaz.org # -$HTTP["host"] =~ "cloud\.slitaz\.me$" { - server.document-root = "/home/slitaz/www/cloud" - server.errorlog = "/var/log/lighttpd/cloud.slitaz.me-error.log" - accesslog.filename = "/var/log/lighttpd/cloud.slitaz.me-access.log" +$HTTP["host"] =~ "^scn\.slitaz\.org$" { + server.document-root = "/home/slitaz/www/scn" + server.errorlog = "/var/log/lighttpd/scn.slitaz.org-error.log" + accesslog.filename = "/var/log/lighttpd/scn.slitaz.org-access.log" + index-file.names = ( "index.cgi" ) + cgi.assign = ( + ".cgi" => "/bin/sh" + ) +} + +# codex.slitaz.org +# +$HTTP["host"] =~ "^codex\.slitaz\.org$" { + server.document-root = "/home/slitaz/www/codex" + server.errorlog = "/var/log/lighttpd/codex.slitaz.org-error.log" + accesslog.filename = "/var/log/lighttpd/codex.slitaz.org-access.log" + index-file.names = ( "index.cgi" ) + cgi.assign = ( + ".cgi" => "/bin/sh" + ) } # ssfs.slitaz.org @@ -147,29 +163,3 @@ ) ) } - -# These hosts are personnal website for me and my family, pankso. - -# pankso.com -# -$HTTP["host"] =~ "(^|\.)pankso\.com$" { - server.document-root = "/home/pankso/vhosts/pankso" - server.errorlog = "/var/log/lighttpd/pankso.error.log" - accesslog.filename = "/var/log/lighttpd/pankso.access.log" -} - -# foretgeorgy.(ch|org) -# -$HTTP["host"] =~ "(^|\.)foretgeorgy\.(ch|org)$" { - server.document-root = "/home/pankso/vhosts/foretgeorgy" - server.errorlog = "/var/log/lighttpd/foretgeorgy.error.log" - accesslog.filename = "/var/log/lighttpd/foretgeorgy.access.log" -} - -# lincolm.ch -# -$HTTP["host"] =~ "(^|\.)lincolm\.ch$" { - server.document-root = "/home/pankso/vhosts/lincolm" - server.errorlog = "/var/log/lighttpd/lincolm.error.log" - accesslog.filename = "/var/log/lighttpd/lincolm.access.log" -} diff -r 5fa1b3698015 -r bcbc417e3a5c tank/files/etc/slitaz/tazdev.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tank/files/etc/slitaz/tazdev.conf Tue Jan 07 18:18:03 2014 +0100 @@ -0,0 +1,19 @@ +# tazdev.conf: SliTaz Developers tool configuration file. +# + +# We may use main slitaz.conf in time. +SLITAZ_HOME="/home/slitaz" + +# Path to all own and copy projects. +PROJECTS="$SLITAZ_HOME/repos" + +# Path to archive +SOURCE=$SLITAZ_HOME/src + +# Packages to generate a minimal chroot. +CHROOT_PKGS="slitaz-base-files busybox cookutils tazpkg lzma" + +# Main mirror to push and download (ISO, rootfs. etc). +MIRROR="mirror.slitaz.org" +MIRROR_PKGS="/var/www/slitaz/mirror/packages" +MIRROR_SOURCES="/var/www/slitaz/mirror/sources" diff -r 5fa1b3698015 -r bcbc417e3a5c tank/web/index.php --- a/tank/web/index.php Tue Jan 07 17:41:55 2014 +0100 +++ b/tank/web/index.php Tue Jan 07 18:18:03 2014 +0100 @@ -104,7 +104,7 @@