
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

On 02/10/2014 09:32 PM, andrew@torproject.is wrote:
Does anyone have experience running a tor website mirror on lighttpd?
Our mirror (and website) is running on lighttpd. https://www.torservers.net/wiki/setup/webserver#etclighttpdconfdtorproject-m... -- Moritz Bartl https://www.torservers.net/

On Mon, Feb 10, 2014 at 09:40:28PM +0100, moritz@torservers.net wrote 0.5K bytes in 0 lines about: : Our mirror (and website) is running on lighttpd. Thanks Moritz and PW. I figured out most of that stuff through trial and error. I suppose I could have searched for this config. I still see issues with css not serving correctly and missing rewrite rules from the .htaccess file. -- Andrew pgp 0x6B4D6475

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@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@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-mirrors
participants (3)
-
andrew@torproject.is
-
Moritz Bartl
-
PW