• Bitte beachte, dass wir eine Serverliste sind!
    Wenn du ein Problem auf einem Server hast (z.B. Entbannantrag, etc), dann ist das Forum hier der falsche Ort.
  • Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

SpaceBukkit

Status
Für weitere Antworten geschlossen.

craftingyourself

Vorarbeiter
Registriert
21 September 2012
Beiträge
270
Diamanten
0
Hey ich weiß jetzt gerade nicht wo das hin kommt.. ich will spacebukkit haben aber ich krige es nicht installiert
auf linux
wenn ich die seite öffne kommt immer das ich habe auch alle videos bei YT geguckt aber alles das gleich weil die es auch alle auf windows machen habt ihr ein gutes tutorial für mich??



[h=2]Houston, we've got a little problem![/h]
Don't fear, my friend, it's an easy fix!SpaceBukkit uses URL rewriting. This means that instead of having long-ass URLs they get rewritten and overally get much nicer.
It seems like something is not working as it should on your webserver, though.
The possible causes are:
  • You didn't copy the .htaccess files (they are hidden files and sometimes get ignored). Solution
  • Your rewrite engine is not running / installed. Solution
  • Your override settings are not being nice to SpaceBukkit. Solution


(solutions coming with 1.2 final. Refer to old solutions below)

If you are on Apache2 (xampp, wampp, lampp, mampp or similar)
Usually the command "a2enmod rewrite" should enable the module, if not, there may be something wrong with your installation of Apache2.Also make sure that AllowOverride for your webroot directory (NOT /) is set to "All".Restart your webserver and refresh this page.
If you are on IIS7
Use Microsoft's Web Platform Installer to install the URL Rewrite Module 2.0After that you will need to convert the .htaccess files with a tool provided with the module.
If you are on Nginx
You need to add some lines into your server config. Please refer to our Wiki
If you are running some other webserver not listed
Then I unfortunately can't help you here, visit our Forum or try this fine site
 

Benni1000

Ehemaliges Teammitglied
Ehem. Teammitglied
Registriert
4 Mai 2012
Beiträge
1.396
Diamanten
0
Wo ist denn das Problem?
Die fehlermeldung ist doch eindeutig.
Du hast das rewrite modul nicht installiert & nicht konfiguriert.

Wie du das machst? Google ist dein freund.
Dazu gibt es sehr gute, ausführliche anleitungen.
 

craftingyourself

Vorarbeiter
Registriert
21 September 2012
Beiträge
270
Diamanten
0
ok danke ich werde es dann jetzt mal installieren und dann nochmal neu machen ich sage ob es geht oder nicht!!!

- - - Aktualisiert - - -

ok ich finde nix zu dem tema ich habe jetzt aber das gemacht

a2enmod rewrite

und er hat es auch an gemacht jetzt muste ich apache2 Restarten und jetzt? geht es immer noch nicht! muss ich noch was machen
 
Zuletzt bearbeitet:
G

Greey3331

Guest
Ich verwende für meinen Server auch SpaceBukkit, und hatte am Anfang auch Probleme (genau dieselbe Meldung).
Das musst du eingeben:
Code:
vi /etc/apache2/http.conf

"i" Taste, und das hier mit Rechtsklick einfügen:
Code:
<Directory "/var/www/">
    AllowOverride All
</Directory>

Danach auf die Esc Taste schlagen, :wq eingeben, und apache restarten ( /etc/init.d/apache2 restart )
Und halt die Rewrite Engine, aber die hast du ja schon aktiviert ( a2enmod rewrite )
Danach sollte es gehen.

MfG Greey3331
 
Zuletzt bearbeitet von einem Moderator:

craftingyourself

Vorarbeiter
Registriert
21 September 2012
Beiträge
270
Diamanten
0
geht immer noch nicht immer noch das




Houston, we've got a little problem!


Don't fear, my friend, it's an easy fix!SpaceBukkit uses URL rewriting. This means that instead of having long-ass URLs they get rewritten and overally get much nicer.
It seems like something is not working as it should on your webserver, though.

The possible causes are:

  • You didn't copy the .htaccess files (they are hidden files and sometimes get ignored). Solution
  • Your rewrite engine is not running / installed. Solution
  • Your override settings are not being nice to SpaceBukkit. Solution


(solutions coming with 1.2 final. Refer to old solutions below)

If you are on Apache2 (xampp, wampp, lampp, mampp or similar)
Usually the command "a2enmod rewrite" should enable the module, if not, there may be something wrong with your installation of Apache2.Also make sure that AllowOverride for your webroot directory (NOT /) is set to "All".Restart your webserver and refresh this page.

If you are on IIS7
Use Microsoft's Web Platform Installer to install the URL Rewrite Module 2.0After that you will need to convert the .htaccess files with a tool provided with the module.

If you are on Nginx
You need to add some lines into your server config. Please refer to our Wiki
If you are running some other webserver not listed




------------------------------------------------------------


Ich mache das


also

cd /var
wget
http://drdanick.com/downloads/dl.php?id=remotetoolkit&ver=r10_a13.2
unzip mcr*

rm -R UDP*

mv serverdir minecraft

rm rtoolkit.bat

wget
http://dl.bukkit.org/downloads/craftbukkit/get/01460_1.3.2-R2.0/craftbukkit.jar

cd toolkit/modules

wget
http://dev.drdanick.com/jenkins/job/SpaceModule/lastSuccessfulBuild/artifact/target/spacemodule-1.2-SNAPSHOT.jar

cd /var/minecraft

screen

Enter Drücken

./rtoolkit.sh

Strg +A+D

dann lade ich die datei in den www ordner
https://github.com/downloads/SpaceDev/SpaceBukkitPanel/spacebukkit.1.2.00.zip

unzip space*

und mache dann

http://87.106.75.122/SpaceDev-SpaceBukkitPanel-8638bea/









 
G

Greey3331

Guest
Ok, dann wüsste ich nur noch das:

Code:
vi /etc/apache2/sites-enabled/000-default

"i" Taste, und es so bearbeiten, das es so aussieht:
Code:
<VirtualHost *:80>
Code:
[FONT=comic sans ms]
  ServerAdmin webmaster@localhost[/FONT]
[FONT=comic sans ms]  DocumentRoot /var/www[/FONT]
[FONT=comic sans ms]  <Directory />[/FONT]
[FONT=comic sans ms]   Options FollowSymLinks[/FONT]
[FONT=comic sans ms]   AllowOverride All[/FONT]
[FONT=comic sans ms]  </Directory>[/FONT]
[FONT=comic sans ms]  <Directory /var/www/>[/FONT]
[FONT=comic sans ms]   Options Indexes FollowSymLinks MultiViews[/FONT]
[FONT=comic sans ms]   AllowOverride All [/FONT]
[FONT=comic sans ms]   Order allow,deny[/FONT]
[FONT=comic sans ms]   allow from all[/FONT]
[FONT=comic sans ms]  </Directory>[/FONT]
[FONT=comic sans ms]
[/FONT]
[FONT=comic sans ms]  ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/[/FONT]
[FONT=comic sans ms]  <Directory "/usr/lib/cgi-bin">[/FONT]
[FONT=comic sans ms]   AllowOverride None[/FONT]
[FONT=comic sans ms]   Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch[/FONT]
[FONT=comic sans ms]   Order allow,deny[/FONT]
[FONT=comic sans ms]   Allow from all[/FONT]
[FONT=comic sans ms]  </Directory>[/FONT]
[FONT=comic sans ms]
[/FONT]
[FONT=comic sans ms]  ErrorLog ${APACHE_LOG_DIR}/error.log[/FONT]
[FONT=comic sans ms]
[/FONT]
[FONT=comic sans ms]  # Possible values include: debug, info, notice, warn, error, crit,[/FONT]
[FONT=comic sans ms]  # alert, emerg.[/FONT]
[FONT=comic sans ms]  LogLevel warn[/FONT]
[FONT=comic sans ms]
[/FONT]
[FONT=comic sans ms]  CustomLog ${APACHE_LOG_DIR}/access.log combined[/FONT]
[FONT=comic sans ms]</VirtualHost>
[/FONT]


Eigentlich
muss nur Zeile 6 und 10 bearbeitet werden (Ich weiß es halt nicht mehr, was schon da war, und was nicht...)
Danach auf die Esc Taste schlagen, :wq eingeben, und apache restarten ( /etc/init.d/apache2 restart )

MfG Greey3331

EDIT:
Ok, hier sieht man die Anordnung schlecht, habs hier nochmal gepastet;
http://pastebin.com/H9vMWpfE


PS.:
Hier noch ein Startscript, damit muss man nicht das mit sreen machen:
http://pastebin.com/NKC7kL8N
Als start.sh abspeichern, und dann muss man nur noch sh start.sh machen :)
 
Zuletzt bearbeitet von einem Moderator:
Status
Für weitere Antworten geschlossen.
Oben