This is a discussion on Apache proxy slow within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello! I have a problem with the extremely slow http-Proxy module the Apache-Webserver. For a HTML side becomes ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello! I have a problem with the extremely slow http-Proxy module the Apache-Webserver. For a HTML side becomes in the directly-access (LAN) approximately 2-3 sec. require (text approximately 11 kBs and approximately 10 kBs for 20 picture-files). Apache-Proxy requires 7-10 sec. for it approximately up to the first text, and then still 10-20 sec. for pictures. Does one advice know and give me hints? Hallo! Ich habe ein Problem mit dem extrem langsamen http-Proxy Modul des Apache-Webserver. Für eine HTML Seite werden im Direktzugriff (LAN) ca. 2-3 s benötigt (Text ca. 11 kB und ca. 10 kB für 20 Bilddateien). Apache-Proxy benötigt dafür ca. 7-10 sec. bis zum ersten Text, und dann noch ca. 10-20 sec. f. die Grafiken. Weiß einer Rat und kann mir Hinweise geben? Apache 1.3.27 on Novell Netware 5.1 (SP5, DS7.60c) Here the configuration file / Hier die Konfigurationsdatei: ----------------------------------------------------------- ServerType standalone ServerRoot "sys:/apache" PidFile logs/httpd.pid ScoreBoardFile logs/apache_status.htm Timeout 60 KeepAlive on MaxKeepAliveRequests 50 KeepAliveTimeout 15 ThreadsPerChild 60 ThreadStackSize 65536 MaxRequestsPerChild 60 Listen 192.168.44.66:88 LoadModule proxy_module modules/proxy.nlm BindAddress 192.168.44.66 Port 88 ServerAdmin sonstwo@warum.dex ServerName www.ISA-SRV4.de DocumentRoot "sys:/apache/pxyroot" MaxClients 10 MinSpareServers 1 MaxSpareServers 4 AccessFileName access.www <Files ~ "^\access"> Order allow,deny Deny from all </Files> #CacheNegotiatedDocs UseCanonicalName on <IfModule mod_mime.c> TypesConfig conf/mime.typ </IfModule> DefaultType text/plain HostnameLookups off LogRotateDaily on LogRotateInterval 1440 ErrorLog logs/error.log LogLevel info LogFormat "%h %l %u %t \"%r\" %>s %b" common CustomLog logs/access_log common ServerSignature off ErrorDocument 403 http://www.isa-analytik.de/public/403inet.htm ErrorDocument 404 http://www.isa-analytik.de/public/404inet.htm ProtocolReqCheck on <IfModule mod_proxy.c> #ProxyRequests On <Directory proxy:*> Options Includes Indexes AllowOverride all <Limit PUT DELETE> Order deny,allow Deny from all Require user xyz </Limit> <Limit GET POST> Order deny,allow deny from .sec Allow from all </Limit> </Directory> ProxyPass / http://192.168.44.77/ ProxyPass :80/ http://192.168.44.77:80/ #AllowCONNECT 443 88 #ProxyReceiveBufferSize 2048 ProxyReceiveBufferSize 20480 #ProxyIOBufferSize 8192 ProxyIOBufferSize 20480 #ProxyIOBufferSize 65536 #? SendBufferSize bytes SendBufferSize 20480 ProxyVia Off </IfModule> # End of proxy directives. ---------------------------------------------------------- -- Mit freundlichen Gruessen Dipl.-Ing.(FH) Thomas Budich E-Mail bei Bedarf von: http://www.ISA-Analytik.de/internat/ [ E-Mail Antworten hierauf werden automatisch gelöscht ] |
| Thread Tools | |
| Display Modes | |
|
|