Installer Mirrors

Installer Mirrors

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

Post Reply
User avatar
LordMatt
Posts: 3393
Joined: 15 May 2005, 04:26

Installer Mirrors

Post by LordMatt »

Because we will soon be losing clan-sy.com for a week and apparently I can't host both a redirect script and the installer files on AF's server. I would like to set up 1-2 more installer mirrors. If you are interested, the requirements are that you give me ssh access to your server on a limited account with a web viewable folder.
User avatar
koshi
Lobby Developer
Posts: 1059
Joined: 14 Aug 2007, 16:15

Re: Installer Mirrors

Post by koshi »

i think i can help out. i have no idea though how my vps will respond to the generated load.
how much space do the installer files need?
would you need more than scp?
Jonanin
Posts: 107
Joined: 13 Jan 2008, 21:34

Re: Installer Mirrors

Post by Jonanin »

really, you can host both.

Or I can give you another subdomain like springredirect.jonanin.com or something.

No reason why you shouldn't be able to.
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Installer Mirrors

Post by smoth »

lordmatt, what would you need of me?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Installer Mirrors

Post by AF »

erm, why not? I have no problem with you hosting everything on there if thats a problem, my original statement about IP no longer applies otherwise I'd be a huge hypocrite for uploading all those mods to darkstars file hosting.
User avatar
url_00
Posts: 163
Joined: 15 Apr 2007, 22:44

Re: Installer Mirrors

Post by url_00 »

I will, I got lots of bandwidth.
User avatar
LordMatt
Posts: 3393
Joined: 15 May 2005, 04:26

Re: Installer Mirrors

Post by LordMatt »

AF wrote:erm, why not? I have no problem with you hosting everything on there if thats a problem, my original statement about IP no longer applies otherwise I'd be a huge hypocrite for uploading all those mods to darkstars file hosting.
fnordia told me it wouldn't work how I had it set up previously (expecting him to redirect the CDNS to spring.darkstars.co.uk/redirect/). If you gave me another domain name (one for the redirect, one for the mirror) it would probably work though. :P

To the others: Like I said in the OP, I need SSH access (to your linux server) with a limited account that has a web viewable folder. The installer files take a little over 500MB now, but may continue to grow in size some.
User avatar
koshi
Lobby Developer
Posts: 1059
Joined: 14 Aug 2007, 16:15

Re: Installer Mirrors

Post by koshi »

edit: sorry turns out i won't be able to help out
Fnordia
Former Engine Dev
Posts: 425
Joined: 13 Aug 2004, 16:11

Re: Installer Mirrors

Post by Fnordia »

To clarify, what is needed is basically a virtual host accepting "installer.clan-sy.com" and a rewrite rule, that redirects all incoming requests to a redirect.php on a different host.

This is how installer.clan-sy.com is set up currently:

<VirtualHost *>
ServerName installer.clan-sy.com
RewriteEngine on
RewriteRule ^/(.*) http://spring.clan-sy.com/redirect.php?file=$1 [L,R]
</VirtualHost>
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Installer Mirrors

Post by AF »

You want a domain that redirects to a redirect script? Am I the only person who doesn't think this is a little weird? Or that the extra domain is totally unnecessary?

Code: Select all

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^/(.*) /redirect.php?file=$1 [L,R]
</IfModule>
Why wouldn't that work fine? No need for a second domain name.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Installer Mirrors

Post by Tobi »

Subdomains are unlimited and free anyway for Fnordia, IIRC, so there's no reason to optimize away one. Plus if we didn't have the installer.clan-sy.com domain we would have been unable to relocate the installer stuff separately from the rest of the spring site.

If you can do with one less on your host, fine, only the interface matters after all, which is that a HTTP GET installer.clan-sy.com/file should, optionally via a number of HTTP redirects / mod_rewrites, return either a 404 or the contents of 'file'.

Generally the more domains used the better, I noticed it with buildbot too: it's proven to be a bit problematic now that buildbot, backup server, deb repository and TASClient updates shared the same domain. Had I made 4 separate domains in the first place, it would have been much easier to relocate stuff.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Installer Mirrors

Post by AF »

In which case that mod rewrite and a CNAME over at zoneedit on fnordias account from installer.clan-sy.com to spring.clan-sy.com should work.

However since someone also mentioned hosting a basic message where this site would be another domain would be needed anyway.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Installer Mirrors

Post by AF »

There's now a springsite.darkstars.co.uk domain under the same user/pass details as spring.darkstars.co.uk
User avatar
LordMatt
Posts: 3393
Joined: 15 May 2005, 04:26

Re: Installer Mirrors

Post by LordMatt »

Okay, I'll set one thing up to use that and the other to use the first domain. I'll let fnordia know when it is ready.
User avatar
OvermindDL1
Posts: 2
Joined: 28 Feb 2008, 22:14

Re: Installer Mirrors

Post by OvermindDL1 »

If you need another server to host files for a bit then I can supply one, have plenty of space (literally, 500megs is nothing for how much I am not using, couple 500gig hard drives), and plenty of bandwidth (a shared OC-128 that is actually pretty unused). I cannot give SSH/telnet access, but if you tell me what you want done then I can give ftp, web, subdomain, etc... If you need to point a main domain directly then I can give a whole section, etc... etc...
Last edited by OvermindDL1 on 29 Feb 2008, 01:01, edited 1 time in total.
User avatar
LordMatt
Posts: 3393
Joined: 15 May 2005, 04:26

Re: Installer Mirrors

Post by LordMatt »

OvermindDL1 wrote:I cannot give SSH/telnet access
No thanks then.
Post Reply

Return to “General Discussion”