yoya99 Posted October 27, 2014 Share Posted October 27, 2014 hey how to make a http server to download faster the files from the server? can somone give me a little tutorial =? trhx in advance Link to comment
MTA Anti-Cheat Team Dutchman101 Posted October 27, 2014 MTA Anti-Cheat Team Share Posted October 27, 2014 Instructions for setting up an HTTP server: https://wiki.multitheftauto.com/wiki/Server_Manual#Configuring_an_external_web_server Link to comment
yoya99 Posted October 27, 2014 Author Share Posted October 27, 2014 i dotn understand that text sry...isnt there a tuorial chance? Link to comment
MTA Team botder Posted October 27, 2014 MTA Team Share Posted October 27, 2014 Short version: To enable downloading off an external web server, you should configure the httpdownloadurl tag in your server configuration (mtaserv.conf):http://www.myserver.tld/directory/here To run the webserver only with the neccessary client files you should only use the following directory: /mods/deathmatch/resource-cache/http-client-files Link to comment
yoya99 Posted October 27, 2014 Author Share Posted October 27, 2014 how to make it download? i dont understan anything sry Link to comment
MTA Anti-Cheat Team Dutchman101 Posted October 27, 2014 MTA Anti-Cheat Team Share Posted October 27, 2014 From the point you don't even have the server itself it's not very easy, you'd then need an server, run Apache or something to use it as an fileserver on it, then set it up with the correct folder permissions to allow the client files being read from the filedir. It's mostly used by advanced servers, and as it's not easy to update scripts without re-uploading to the fileserver for the clientscripts, most of the times an GIT/repository is used to directly commit changes to the http server and with that client downloads, if it's not really needed using an HTTP server isn't recommended. Also that's why there isn't yet an full guide for every step to take even with the fileserver itself. And for the easy part, if you have the fileserver itself running and ready, you just need the files in the root dir, and your mtaserver.conf httpserver line (as shown before) to point there. The files needed are the http-client-files in the same layout as in that dir, but then in the fileserver's root dir Link to comment
yoya99 Posted October 27, 2014 Author Share Posted October 27, 2014 Ok thx i will make it not Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now