Serverwechsel

So... nach zwei Monaten Abwartezeit und zwei Wochen gelegentlichen Migrationsaufwands läuft jetzt petsovits.at auf meinem neuen Server, dessen Administration ich jetzt komplett selber in der Hand habe. Das Teil ist ein virtueller Computer, der zusammen mit einigen anderen virtuellen Computern in einem echten System, im sonnigen Süden von Wien, wohnt.

Lässig daran sind vor allem zwei Dinge:

  1. Ich kann jede Subdomain von petsovits.at (also z.B. jakob.petsovits.at, bigband.petsovits.at oder bayrische-blutwurst.petsovits.at) nach Belieben mit Inhalten füllen, ohne dass der Ordner der originalen Ordi-Seite (petsovits.at) mit unpassenden Dateien zugemüllt wird. Und:
  2. Ich kann jetzt jedes beliebige Service drauf laufen lassen - also nicht nur Webserver mit beliebiger Anzahl von Datenbanken und Mail, sondern auch Versionskontrollsysteme, Shell-Zugriff über SSH, und was mir sonst noch so einfällt.

Und wäre das nicht schon genug, stehen jetzt alle meine Drupal-Seiten (also das Jakoblog, die Ordi-Homepage und die in Kürze folgende Bigband-Seite) auf einer einzigen Codebasis, so dass ich Sicherheitsupdates nur mehr einmal einspielen muss und diese dann für alle meine Drupals unkompliziert anzuwenden sind.

Zudem hat der neue Server wahrscheinlich genug Speicherplatz, um selbst eine große Menge an Foto-Alben unterzubringen. Und mit zunehmender Anzahl an Websites, die sonst alle eine eigene Domain bräuchten, wird sich das Zeugs irgendwann auch finanziell mal rentieren.

Kurzum, ein ständig laufendes Hauptquartier im Internet, das quasi ungeahnte Möglichkeiten birgt. Man muss ja deswegen nicht alle nutzen... aber es ist gut, die Kontrolle über meine Technik bei mir zu haben.

Comments

Multi-site

I ran this through a translation service and have to say that Drupal's multisite capabilities are amazing! If you have it all setup through CVS, seperated into different Drupal versions, it makes it really easy to maintain. Here's my setup:

~/drupal/4.7
~/drupal/5
~/drupal/6
~/drupal/HEAD

... And then within that, I hold the Drupal installations through:

~/drupal/5/sites/%
~/drupal/6/sites/%

These sites become symlinks to my clients' FTP directory, so that when they want a new module installed, they just FTP it to their own sites directory. It's so handy!!!

Re: Multi-site

Wow, amazing to see you posting here, especially if it's written in a language that you need to translate before being able to read it :D

My SVN structure looks just like you described, only that each site has its own checkout instead of being symlinked. That way, I can update one site at a time, and don't have to worry about separating the different "files" directories. So a security update still requires running "svn up" a few times, but given that I don't have too many sites running, that's not a big problem really.

I'm still managing all my Drupal installations by myself, but if I ever decide to open it up for other people then the idea of doing FTP just in the specific site folder will be great, I'll remember that one.

Thanks for the comment!

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <u> <img> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <div> <p> <br>
  • You can use Markdown syntax to format and style the text. Also see and Markdown Extra for tables, footnotes, and more.
  • Lines and paragraphs break automatically.
  • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.

More information about formatting options