Eisfair Webserver (Apache) Uploadbegrenzen?

Tartaro$

Lt. Commander
Registriert
Aug. 2004
Beiträge
1.547
Hallo,

ich habe einen Linux Webserver... Die Distri ist www.eisfair.org ...

Ich benutzt den Apache2 ...


Nun meine Frage: Wie kann man den Upload z.B. auf 8 KByte/s begrenzen?
Da ich nur DSL 1024/128 ist das Internet ziemlich gebremst.. deswegen möchte ich den Server bremsen...


EDIT: phpSysInfo falls es hilft: http://realityg.homeip.net/phpsysinfo/
Gruß
realityg
 
Zuletzt bearbeitet:
wie installiert man das??
 
ich glaube ich bin einfach zu doof dafür :-/

kann mir das nicht einfach jemand erklären? :-(


Bitte Edit-Button benutzen anstatt Doppelposts zu verfassen
 
Zuletzt bearbeitet von einem Moderator:
Du hast es geschafft einen Linux Server aufzusetzen und kannst dieser Anleitung nicht folgen?
Sehr merkwürdig... naja:
You will need apache2 headers in the include path. In redhat/suse or others
this mean apache-devel or httpd-devel installed.
You also need support for SHM in your OS. Usually you will have this.

sollte zu verstehen sein...

For this to work, you MUST have apxs (or apxs2) installed. You might need
to use it full path (i.e. /usr/sbin/apxs .....). Well, you have to do this :

apxs -i -a -c bw_mod-0.6.c
or
apxs2 -i -a -c bw_mod-0.6.c

klar?


war das jetzt wirklich SO schwer?

naja falls das das modul nicht installiert hat:

Is easy as copying the file (usually bw_mod-0.6.so) to the apache
modules directory (usually /etc/httpd/modules or
/usr/local/libexec/apache2/) and then adding the following line at
httpd.conf (better of if you add it at the last part of all LoadModule
sentences) :

LoadModule bw_module bw_mod-0.6.so

Please, take a look at the other LoadModule sentences. You may need
to add a path before the .so file.
(i.e LoadModule bw_module libexec/apache2/bw_mod-0.6.so)

eigentlich idiotensicher ;)


mfg
 
ich habe diese datei nicht... ich habe bw_mod-0.6.c
 
Wenn du die Datei *.so nicht hast, dann lies doch bitte :mad: die README Datei.
Da steht drin, dass du die *.c Datei kompilieren musst. Wie das geht steht da drin.
 
genau das kann ich ja nicht...

Ich gebe immer folgendes ein:
libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 \
> -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE \
> -I/usr/include/httpd \
> -I/usr/include/apr-0 -Wall -g\
> -prefer-pic -c bw_mod-0.6.c && touch bw_mod-0.6.slo


danach kommt immer:
bw_mod-0.6.c:41: apr_buckets.h: No such file or directory
bw_mod-0.6.c:42: apr_strings.h: No such file or directory
bw_mod-0.6.c:43: apr_atomic.h: No such file or directory
bw_mod-0.6.c:44: apr_lib.h: No such file or directory
bw_mod-0.6.c:45: apr_shm.h: No such file or directory
bw_mod-0.6.c:46: ap_config.h: No such file or directory
bw_mod-0.6.c:47: util_filter.h: No such file or directory
bw_mod-0.6.c:48: ap_mpm.h: No such file or directory
bw_mod-0.6.c:49: httpd.h: No such file or directory
bw_mod-0.6.c:50: http_config.h: No such file or directory
bw_mod-0.6.c:51: http_request.h: No such file or directory
bw_mod-0.6.c:52: http_core.h: No such file or directory
bw_mod-0.6.c:53: http_protocol.h: No such file or directory
bw_mod-0.6.c:54: http_log.h: No such file or directory
bw_mod-0.6.c:55: http_main.h: No such file or directory
bw_mod-0.6.c:56: util_script.h: No such file or directory
bw_mod-0.6.c:57: http_core.h: No such file or directory
bw_mod-0.6.c:58: scoreboard.h: No such file or directory


(Libtools, GCC hab ich schon installiert)
 
Sieht wohl so aus, als ob da noch das devel Paket von Apache installiert werdne muss.
Ich kenne Eisfair jetzt nicht.
Schau mal nach, ob im Paketmanagementsystem ein apache-devel oder ein httpd-devel Paket installiert werden kann.
 
nein gibt es leider nicht :-(
 
Kann den das jemand anderes complieren und mir schicken? oder geht das nicht?
 
Zurück
Oben