[tor-mirrors] lighttpd and web mirror

PW me at pw.is
Mon Feb 10 20:41:40 UTC 2014


Hi Andrew,

sure, I'm running mine on lighttpd: tor.pw.is

The config is:
---------------------------------------------------------------
$HTTP["host"] =~ "^tor\.pw\.is$" {
  server.document-root = "/path/to/mirror_tor/"
  server.dir-listing = "enable"
  mimetype.assign += (
    ".en" => "text/html",
    ".pl" => "text/html",
    ".it" => "text/html",
    ".fr" => "text/html",
    ".fa" => "text/html",
    ".ar" => "text/html",
    ".de" => "text/html",
    ".org" => "text/plain"
  )

  index-file.names = ( "index.html.en", "index.php", "index.html",
                       "index.htm", "default.htm" )
}
---------------------------------------------------------------

Greets!
PW


2014-02-10 21:32 GMT+01:00 <andrew at torproject.is>:

> Does anyone have experience running a tor website mirror on lighttpd?
>
> A hosting company offered to run mirrors if we can get them working
> on lighttpd.
>
> I've experimented with a test system and ran into css and rewrite rules
> in .htaccess files.
>
> --
> Andrew
> pgp 0x6B4D6475
> _______________________________________________
> tor-mirrors mailing list
> tor-mirrors at lists.torproject.org
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-mirrors
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-mirrors/attachments/20140210/8bd9b5a1/attachment.html>


More information about the tor-mirrors mailing list