nevakee
...
Hallo,
weiß jemand wie man mod_injection auf einen Debian 64bit Server installiert?
Das hab ich bis jetzt gefunden, nur damit kann ich nichts anfangen, da es für 32Bit ist.
Viele Grüße
NevaKee
weiß jemand wie man mod_injection auf einen Debian 64bit Server installiert?
Diese Datei ist der Schlüssel: http://oceanfight.halle17.de/download/mod_injection.so
runterlanden und nach "/usr/lib/apache2/modules" kopieren.
Dann unter "/etc/apache2/mods-available" eine neue Datei namens "injection.load" erstellen mit folgendem Inhalt:
Code:
LoadModule injection_module /usr/lib/apache2/modules/mod_injection.so
In der shell folgenden Befehl ausführen "a2enmod injection" danach den Apache neustarten und fertig.
Das hab ich bis jetzt gefunden, nur damit kann ich nichts anfangen, da es für 32Bit ist.
Restarting web server: apache2We failed to correctly shutdown apache, so we're now killing all running apa che processes. This is almost certainly suboptimal, so please make sure your system is working as you'd ex pect now! (warning).
... waiting apache2: Syntax error on line 281 of /etc/apache2/apache2.conf: Syntax error on line 1 of /et c/apache2/mods-enabled/injection.load: Cannot load /usr/lib/apache2/modules/mod_injection.so into server: /usr/lib/apache2/modules/mod_injection.so: wrong ELF class: ELFCLASS32
failed!
Viele Grüße
NevaKee