• Fast DL Gmod Self hosting possible ?
    4 replies, posted
Is it possible somehow to upload my required server files to the players connecting like fast DL, without having to rent a webspace of somekind ? because i have 150 mb/s Upload and i don't wanna pay 4$ a month just so players can download files to the server, i mean there must be somekind of software or something i can do to host my own Fast download from the same server i am hosting my Gmod server. ( i am hosting the gmod server too )
yes you can host a webserver and it'll download from it basically make a nginx server and set sv_downloadurl to your own ip [url]http://wiki.nginx.org/Install[/url]
Alright so i downloaded the Win 32 binary but when i try to execute the nginx.app it just shutsdown instantly and gives me an error report : 2013/05/30 20:12:16 [emerg] 13356#16084: bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions) would you be so kind to tell me how i set this up ^^ or link me a guide :P ?
[QUOTE=spreadkiller;40842709]Alright so i downloaded the Win 32 binary but when i try to execute the nginx.app it just shutsdown instantly and gives me an error report : 2013/05/30 20:12:16 [emerg] 13356#16084: bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions) would you be so kind to tell me how i set this up ^^ or link me a guide :P ?[/QUOTE] [url]http://eksith.wordpress.com/2010/11/07/nginx-php-mysql-windows/[/url]
I found another solution i used WAMP instead. now i have another problem tho. players doesn't download the files when they connect my setup: Server.cfg: sv_downloadurl "http://217.208.104.216/garrysmod/" Fast DL: [url]http://217.208.104.216/garrysmod/[/url] Resources.lua : resource.AddDir ("materials") resource.AddDir ("models") resource.AddFile("lua/autorun/me2_players.lua") Shouldn't that work or am i stupid o.o ?
Sorry, you need to Log In to post a reply to this thread.