Автор Тема: Apache 2.2 - сваляне на файлове  (Прочетена 2514 пъти)

fri

  • Участници
  • ***
  • Публикации: 8
    • Профил
В среда Cygwin, е пуснат Apache2.2.
хоства се страница, на която има няколко
вразки кам файлове. Достъпът е през Authorisation Digest.

Преблемът е че с Firefox1.5 през FedoraCore5 не може
да се свали нито една от вразките кам файловете.
Свалянето започва със "Starting..." и дотука!!!
Докато връзките към html страниците си работят.
Всъщност PC-то от което свалям има конфигурирано само
едно http прокси за интернета!

С Firefox1.5 през windowsXP няма такъв проблем!
но тук връзката не е през прокси...

Провал сам и през SSL да не би да има някакви забрани през
тва прокси, но пак същия резултат.
Грешки в логовете не се виждат, дори и на ниво дебъг,
освен следните странни работи:

(104)Connection reset by peer: core_output_filter: writing data to the network

Ако ще е по-ясно мога да копирам тук и част от лога...

Мерси
Активен

fri

  • Участници
  • ***
  • Публикации: 8
    • Профил
Apache 2.2 - сваляне на файлове
« Отговор #1 -: Dec 23, 2006, 14:58 »
дайте някви идей, каде може да е проблема?
Активен

dope_hat

  • Напреднали
  • *****
  • Публикации: 131
    • Профил
    • WWW
Apache 2.2 - сваляне на файлове
« Отговор #2 -: Dec 23, 2006, 15:09 »
добре, а ако копираш директния линк и опиташ с wget, пак ли нищо не става ?
save link as ... ?

копирай малко повече от лога и да разгледаме.
Активен

FreeBSD:The Power To Serve

fri

  • Участници
  • ***
  • Публикации: 8
    • Профил
Apache 2.2 - сваляне на файлове
« Отговор #3 -: Dec 23, 2006, 17:05 »
С директен линк и сьс save link as абсолютно същия
резутат. С wget не съм пробвал.

ето httpd.conf
 
Примерен код

ServerRoot "/usr"
Listen 80
#Listen 443 https



LoadModule authn_file_module lib/apache2/mod_authn_file.so
LoadModule authn_dbm_module lib/apache2/mod_authn_dbm.so
LoadModule authn_anon_module lib/apache2/mod_authn_anon.so
LoadModule authn_dbd_module lib/apache2/mod_authn_dbd.so
LoadModule authn_default_module lib/apache2/mod_authn_default.so
LoadModule authz_host_module lib/apache2/mod_authz_host.so
LoadModule authz_groupfile_module lib/apache2/mod_authz_groupfile.so
LoadModule authz_user_module lib/apache2/mod_authz_user.so
LoadModule authz_dbm_module lib/apache2/mod_authz_dbm.so
LoadModule authz_owner_module lib/apache2/mod_authz_owner.so
LoadModule authz_default_module lib/apache2/mod_authz_default.so
LoadModule auth_basic_module lib/apache2/mod_auth_basic.so
LoadModule auth_digest_module lib/apache2/mod_auth_digest.so
LoadModule dbd_module lib/apache2/mod_dbd.so
LoadModule dumpio_module lib/apache2/mod_dumpio.so
LoadModule ext_filter_module lib/apache2/mod_ext_filter.so
LoadModule include_module lib/apache2/mod_include.so
LoadModule filter_module lib/apache2/mod_filter.so
LoadModule deflate_module lib/apache2/mod_deflate.so
LoadModule log_config_module lib/apache2/mod_log_config.so
LoadModule log_forensic_module lib/apache2/mod_log_forensic.so
LoadModule logio_module lib/apache2/mod_logio.so
LoadModule env_module lib/apache2/mod_env.so
LoadModule mime_magic_module lib/apache2/mod_mime_magic.so
LoadModule cern_meta_module lib/apache2/mod_cern_meta.so
LoadModule expires_module lib/apache2/mod_expires.so
LoadModule headers_module lib/apache2/mod_headers.so
LoadModule ident_module lib/apache2/mod_ident.so
LoadModule usertrack_module lib/apache2/mod_usertrack.so
LoadModule unique_id_module lib/apache2/mod_unique_id.so
LoadModule setenvif_module lib/apache2/mod_setenvif.so
LoadModule version_module lib/apache2/mod_version.so
LoadModule proxy_module lib/apache2/mod_proxy.so
LoadModule proxy_connect_module lib/apache2/mod_proxy_connect.so
LoadModule proxy_ftp_module lib/apache2/mod_proxy_ftp.so
LoadModule proxy_http_module lib/apache2/mod_proxy_http.so
LoadModule proxy_ajp_module lib/apache2/mod_proxy_ajp.so
LoadModule proxy_balancer_module lib/apache2/mod_proxy_balancer.so
LoadModule ssl_module lib/apache2/mod_ssl.so
LoadModule mime_module lib/apache2/mod_mime.so
LoadModule dav_module lib/apache2/mod_dav.so
LoadModule status_module lib/apache2/mod_status.so
LoadModule autoindex_module lib/apache2/mod_autoindex.so
LoadModule asis_module lib/apache2/mod_asis.so
LoadModule info_module lib/apache2/mod_info.so
LoadModule cgi_module lib/apache2/mod_cgi.so
LoadModule dav_fs_module lib/apache2/mod_dav_fs.so
LoadModule vhost_alias_module lib/apache2/mod_vhost_alias.so
LoadModule negotiation_module lib/apache2/mod_negotiation.so
LoadModule dir_module lib/apache2/mod_dir.so
LoadModule imagemap_module lib/apache2/mod_imagemap.so
LoadModule actions_module lib/apache2/mod_actions.so
LoadModule speling_module lib/apache2/mod_speling.so
LoadModule userdir_module lib/apache2/mod_userdir.so
LoadModule alias_module lib/apache2/mod_alias.so
LoadModule rewrite_module lib/apache2/mod_rewrite.so
#not good i know - just temporary

#SSLProtocol -all +SSLv3
 
#SSLEngine on
#SSLCertificateFile    /etc/apache2/server.crt
#SSLCertificateKeyFile /etc/apache2/server.key


<IfModule !mpm_netware_module>
 #User ssh #Group HD
</IfModule>


ServerAdmin [EMAIL=you@example.com]you@example.com[/EMAIL]
ServerName 172.16.0.2
DocumentRoot "/var/www/htdocs"

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>


<Directory "/var/www/htdocs">

   #SSLCipherSuite HIGH:MEDIUM
    
    Options All
                # Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
  
    AuthType Digest
    AuthName "Restricted Area"
    AuthDigestDomain /var/www/htdocs
    AuthDigestProvider file
    AuthUserFile /var/www/.digestpwd
    Require valid-user
</Directory>
 

<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>


<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>


ErrorLog /var/log/apache2/error_log


LogLevel debug

<IfModule log_config_module>
    
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      # You need to enable mod_logio.c to use %I and %O
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    
    CustomLog /var/log/apache2/access_log common
  
</IfModule>

<IfModule alias_module>
    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
</IfModule>

<IfModule cgid_module>
</IfModule>


<Directory "/var/www/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>


DefaultType application/octet-stream
                 #text/plain

<IfModule mime_module>
    
    TypesConfig /etc/apache2/mime.types

    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

</IfModule>


#MIMEMagicFile /etc/apache2/magic


<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>


Include /etc/apache2/conf.d/*.conf


ето лог-а без ssl
Примерен код

[Fri Dec 22 14:15:35 2006] [info] mod_unique_id: using ip addr 172.16.0.2
[Fri Dec 22 14:15:36 2006] [info] Init: Seeding PRNG with 136 bytes of entropy
[Fri Dec 22 14:15:36 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Fri Dec 22 14:15:36 2006] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Fri Dec 22 14:15:36 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Dec 22 14:15:36 2006] [info] Init: Initializing (virtual) servers for SSL
[Fri Dec 22 14:15:36 2006] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8d
[Fri Dec 22 14:15:36 2006] [info] mod_unique_id: using ip addr 172.16.0.2
[Fri Dec 22 14:15:37 2006] [info] Init: Seeding PRNG with 136 bytes of entropy
[Fri Dec 22 14:15:37 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Fri Dec 22 14:15:37 2006] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Fri Dec 22 14:15:37 2006] [info] Init: Initializing (virtual) servers for SSL
[Fri Dec 22 14:15:37 2006] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8d
[Fri Dec 22 14:15:37 2006] [notice] Digest: generating secret for digest authentication ...
[Fri Dec 22 14:15:37 2006] [notice] Digest: done
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 3956 for worker proxy:reverse
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 3956 for (*)
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 1348 for worker proxy:reverse
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 1348 for (*)
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 1380 for worker proxy:reverse
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 1380 for (*)
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 1784 for worker proxy:reverse
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 1784 for (*)
[Fri Dec 22 14:15:37 2006] [notice] Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8d DAV/2 configured -- resuming normal operations
[Fri Dec 22 14:15:37 2006] [info] Server built: Dec  2 2006 14:56:14
[Fri Dec 22 14:15:37 2006] [debug] prefork.c(991): AcceptMutex: sysvsem (default: sysvsem)
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 1360 for worker proxy:reverse
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Dec 22 14:15:37 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 1360 for (*)
[Fri Dec 22 14:16:39 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 1316 for worker proxy:reverse
[Fri Dec 22 14:16:39 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Dec 22 14:16:39 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 1316 for (*)
[Fri Dec 22 14:17:21 2006] [error] [client 193.52.109.12] File does not exist: /var/www/htdocs/favicon.ico
[Fri Dec 22 14:18:55 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 1488 for worker proxy:reverse
[Fri Dec 22 14:18:55 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Dec 22 14:18:55 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 1488 for (*)
[Fri Dec 22 14:20:05 2006] [info] [client 193.52.109.12] (104)Connection reset by peer: core_output_filter: writing data to the network
[Fri Dec 22 14:21:36 2006] [info] [client 193.52.109.12] (104)Connection reset by peer: core_output_filter: writing data to the network
[Fri Dec 22 14:23:23 2006] [info] [client 193.52.109.12] Digest: user arry: nonce expired (367.00 seconds old - max lifetime 300.00) - sending new nonce
[Fri Dec 22 14:24:52 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 2588 for worker proxy:reverse
[Fri Dec 22 14:24:52 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Fri Dec 22 14:24:52 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 2588 for (*)
[Fri Dec 22 14:26:09 2006] [info] [client 193.52.109.12] (104)Connection reset by peer: core_output_filter: writing data to the network
[Fri Dec 22 14:27:10 2006] [info] [client 193.52.109.12] (104)Connection reset by peer: core_output_filter: writing data to the network
[Fri Dec 22 14:29:15 2006] [info] [client 193.52.109.12] Digest: user arry: nonce expired (351.00 seconds old - max lifetime 300.00) - sending new nonce, referer: http://84.22.2.139:443/Stargate.Atlantis.S03E12.HDTV.XviD-MiNT/
[Fri Dec 22 14:30:34 2006] [warn] child process 3956 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:34 2006] [warn] child process 1348 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:34 2006] [warn] child process 1380 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:34 2006] [warn] child process 1784 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:34 2006] [warn] child process 1488 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:34 2006] [warn] child process 2588 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:36 2006] [warn] child process 3956 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:36 2006] [warn] child process 1348 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:36 2006] [warn] child process 1380 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:36 2006] [warn] child process 1784 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:36 2006] [warn] child process 1488 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:36 2006] [warn] child process 2588 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:38 2006] [warn] child process 3956 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:38 2006] [warn] child process 1348 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:38 2006] [warn] child process 1380 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:38 2006] [warn] child process 1784 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:38 2006] [warn] child process 1488 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:38 2006] [warn] child process 2588 still did not exit, sending a SIGTERM
[Fri Dec 22 14:30:40 2006] [error] child process 3956 still did not exit, sending a SIGKILL
[Fri Dec 22 14:30:40 2006] [error] child process 1348 still did not exit, sending a SIGKILL
[Fri Dec 22 14:30:40 2006] [error] child process 1380 still did not exit, sending a SIGKILL
[Fri Dec 22 14:30:40 2006] [error] child process 1784 still did not exit, sending a SIGKILL
[Fri Dec 22 14:30:40 2006] [error] child process 1488 still did not exit, sending a SIGKILL
[Fri Dec 22 14:30:40 2006] [error] child process 2588 still did not exit, sending a SIGKILL
[Fri Dec 22 14:30:41 2006] [info] removed PID file /var/run/httpd2.pid (pid=540)
[Fri Dec 22 14:30:41 2006] [notice] caught SIGTERM, shutting down


ето и лога със ssl
Примерен код

[Fri Dec 22 13:42:42 2006] [info] Subsequent (No.4) HTTPS request received for child 0 (server 172.16.0.2:443)
[Fri Dec 22 13:43:07 2006] [info] [client 193.52.109.12] Connection to child 1 established (server 172.16.0.2:443)
[Fri Dec 22 13:43:07 2006] [info] Seeding PRNG with 136 bytes of entropy
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1752): OpenSSL: Handshake: start
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: before/accept initialization
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 11/11 bytes from BIO#100f6cc8 [mem: 100fe4f8] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 80 67 01 03 01 00 4e 00-00 00 10                 .g....N....      |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 94/94 bytes from BIO#100f6cc8 [mem: 100fe503] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 01 00 80 03 00 80 07 00-c0 06 00 40 02 00 80 04  ...........@.... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0010: 00 80 00 00 39 00 00 38-00 00 35 00 00 33 00 00  ....9..8..5..3.. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0020: 32 00 00 04 00 00 05 00-00 2f 00 00 16 00 00 13  2......../...... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0030: 00 fe ff 00 00 0a 00 00-15 00 00 12 00 fe fe 00  ................ |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0040: 00 09 00 00 64 00 00 62-00 00 03 00 00 06 f2 19  ....d..b........ |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0050: 2e b8 6c d2 60 ca 61 5e-0d 54 7c 58 92 17        ..l.`.a^.T|X..   |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 read client hello A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 write server hello A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 write certificate A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1143): [client 193.52.109.12] handing out temporary 1024 bit DH key
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 write key exchange A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 write server done A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 flush data
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 5/5 bytes from BIO#100f6cc8 [mem: 100fe4f8] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 16 03 01 00 86                                   .....            |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 134/134 bytes from BIO#100f6cc8 [mem: 100fe4fd] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 10 00 00 82 00 80 5c 2e-9a 67 21 d1 21 7d 3a 93  ......\\..g!.!}:. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0010: f4 3d 80 15 83 5c c3 2c-3a 6e a3 0d 4d ee 37 e8  .=...\\.,:n..M.7. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0020: 5a 28 01 e1 9d 76 6e 1e-94 5c 2a e8 5a 8a 50 d9  Z(...vn..\\*.Z.P. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0030: b3 7a 04 2d 4d fb 91 9c-58 11 08 56 f8 02 c4 24  .z.-M...X..V...$ |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0040: 10 f0 94 b9 17 c2 d3 ed-d0 a0 61 f9 5a dc 38 a0  ..........a.Z.8. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0050: 8e a0 32 fe 15 4c 1f 1e-a3 4d 54 2f 58 2c 29 f3  ..2..L...MT/X,). |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0060: 27 45 9e fe a3 dd 26 09-4b ae 3a 01 b7 fa e5 42  'E....&.K.:....B |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0070: 76 00 22 e5 17 7d 6d 7c-4d 46 a6 38 67 c2 f6 78  v."..}m|MF.8g..x |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0080: 57 76 e3 c6 b2 95                                Wv....           |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 read client key exchange A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 5/5 bytes from BIO#100f6cc8 [mem: 100fe4f8] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 14 03 01 00 01                                   .....            |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 1/1 bytes from BIO#100f6cc8 [mem: 100fe4fd] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 01                                               .                |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 5/5 bytes from BIO#100f6cc8 [mem: 100fe4f8] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 16 03 01 00 30                                   ....0            |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 48/48 bytes from BIO#100f6cc8 [mem: 100fe4fd] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: d5 33 f7 d2 9a 14 79 46-31 2c 93 0a f0 4d e6 ce  .3....yF1,...M.. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0010: 6c 84 56 67 7e 54 49 e0-9b 94 2d 86 47 c6 85 25  l.Vg~TI...-.G..% |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0020: 5c 31 a6 42 65 cf 46 89-4d 71 99 f2 7b 96 98 7f  \\1.Be.F.Mq..{... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 read finished A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 write change cipher spec A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 write finished A
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 flush data
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1756): OpenSSL: Handshake: done
[Fri Dec 22 13:43:07 2006] [info] Connection: Client IP: 193.52.109.12, Protocol: TLSv1, Cipher: DHE-RSA-AES256-SHA (256/256 bits)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 5/5 bytes from BIO#100f6cc8 [mem: 100fe4f8] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 17 03 01 02 40                                   ....@            |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1775): OpenSSL: read 576/576 bytes from BIO#100f6cc8 [mem: 100fe4fd] (BIO dump follows)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1722): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0000: 21 e4 77 55 89 c2 30 0c-15 33 44 19 84 ab c2 9d  !.wU..0..3D..... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0010: 56 18 8c 0f 13 13 8f 17-ef d8 f5 80 31 a0 35 bb  V...........1.5. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0020: e5 fd 0b fa 52 7b 82 45-11 5b 46 83 18 e3 32 24  ....R{.E.[F...2$ |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0030: f1 1d 12 6f cb a4 a7 1a-da 02 35 24 d3 d1 75 94  ...o......5$..u. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0040: 0e c9 4b 6c bf 87 5f d9-75 56 47 dc 5e 33 17 e2  ..Kl.._.uVG.^3.. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0050: 7c d4 2d f0 41 bb 75 9d-81 f7 d8 49 fb 2f ba a8  |.-.A.u....I./.. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0060: 1c c9 2a a9 ae 4a 9f 46-58 d8 f3 e6 f8 fc 13 1b  ..*..J.FX....... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0070: 98 9e 49 06 e1 79 d6 09-7b ec ea 52 37 76 1f 65  ..I..y..{..R7v.e |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0080: 68 63 04 28 20 05 42 9d-3e d0 16 9a 1a a5 67 51  hc.( .B.>.....gQ |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0090: 35 29 6b 16 8e e8 93 9b-d0 31 4e 5e 46 20 54 5c  5)k......1N^F T\\ |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 00a0: 94 12 5c ca fd 71 af 31-04 81 7f b0 af 26 a1 cb  ..\\..q.1.....&.. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 00b0: 6e a3 2f 3d 8f 26 9a e6-6e c6 9b ef 0a 17 53 de  n./=.&..n.....S. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 00c0: 53 3c 25 4b 09 bd 0a f8-7a 35 e8 45 1e 92 79 24  S<%K....z5.E..y$ |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 00d0: 92 d3 87 41 ac f4 5f 59-aa f4 ab 9c cf 66 9b 72  ...A.._Y.....f.r |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 00e0: 1c 5e af da 19 e8 4a f6-36 d0 a0 59 70 3e 4e e1  .^....J.6..Yp>N. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 00f0: ab a5 2a fb c7 6d 36 15-3d e5 8c e9 ef 47 67 48  ..*..m6.=....GgH |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0100: 6f 3b d3 88 6e cf b8 c9-e1 c2 14 07 1e c5 3f 1a  o;..n.........?. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0110: 07 4c ba 4e 18 5d e3 ae-4b b4 69 b9 2a 28 9f 07  .L.N.]..K.i.*(.. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0120: a1 2e f1 41 14 ca a3 8f-d5 85 86 37 da ab cc c1  ...A.......7.... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0130: 41 1d d6 ca 32 2d 7a 65-14 d1 df 11 bb e4 c5 00  A...2-ze........ |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0140: 06 e8 d8 f2 28 18 e2 09-7c 47 86 b8 9e bc 8e ff  ....(...|G...... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0150: fb be 33 5d 9b d8 34 bb-2a ca 81 73 7f 16 cf b6  ..3]..4.*..s.... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0160: dd 6d 41 59 8b db 55 e3-0f 8c 76 54 56 bb a1 c1  .mAY..U...vTV... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0170: 88 0a d3 32 f8 6c 64 d5-05 8f 49 a5 90 eb 61 f9  ...2.ld...I...a. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0180: d0 b0 4f ff 3e 4a c5 0a-66 2e 6d 0c 1d 08 eb 93  ..O.>J..f.m..... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0190: 6a 6b 4c 86 55 3b f5 7b-87 c3 03 c3 7b 5b 54 59  jkL.U;.{....{[TY |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 01a0: 9a d3 90 b9 6b fb 0a d5-c9 d8 ba 04 5c e5 57 73  ....k.......\\.Ws |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 01b0: 08 84 6c 08 fb 4d e5 98-11 66 a6 48 af 36 f4 ca  ..l..M...f.H.6.. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 01c0: 33 aa 51 b7 29 97 12 8d-be c7 6a 74 01 4d 6e 99  3.Q.).....jt.Mn. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 01d0: 40 98 91 f1 3a 33 4f 0b-39 b7 8a 76 b4 25 5e 8a  @...:3O.9..v.%^. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 01e0: 67 f0 ed 29 55 68 13 24-6d 8b f0 7f 03 92 29 4f  g..)Uh.$m.....)O |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 01f0: cf bc 0b df ab 35 22 6f-c9 7d b4 bc 04 af 5d 4f  .....5"o.}....]O |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0200: 13 e3 2b 7b a0 55 b2 d6-4a 14 4a e6 f8 5c 77 a3  ..+{.U..J.J..\\w. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0210: 41 84 f8 58 64 10 2e 37-cb 2a 18 f2 df b5 45 19  A..Xd..7.*....E. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0220: 7c 58 cb a3 29 38 99 5f-82 cb ab d7 81 46 d7 93  |X..)8._.....F.. |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1747): | 0230: 2a 2a 60 93 5c 47 00 0f-8c 2a ca c2 60 07 a2 17  **`.\\G...*..`... |
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_io.c(1753): +-------------------------------------------------------------------------+
[Fri Dec 22 13:43:07 2006] [info] Initial (No.1) HTTPS request received for child 1 (server 172.16.0.2:443)
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(339): Reconfigured cipher suite will force renegotiation
[Fri Dec 22 13:43:07 2006] [info] Requesting connection re-negotiation
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(616): Performing full renegotiation: complete handshake protocol
[Fri Dec 22 13:43:07 2006] [debug] ssl_engine_kernel.c(1752): OpenSSL: Handshake: start

това с ssl-a се повтаря многократно в лога.

Това е, благодаря за помоща!
весели празници
Активен

fri

  • Участници
  • ***
  • Публикации: 8
    • Профил
Apache 2.2 - сваляне на файлове
« Отговор #4 -: Dec 24, 2006, 13:31 »
некви идеи?
Предполагам че не е възможно да е забрана от проксито,
след като и с ssl също не става'<img'>
Активен

dope_hat

  • Напреднали
  • *****
  • Публикации: 131
    • Профил
    • WWW
Apache 2.2 - сваляне на файлове
« Отговор #5 -: Dec 24, 2006, 14:26 »
хм, странно наистина. Понеже нямам сега много време да се задълбоча в твоя проблем ето един бърз линк, погледни го и виж дали няма да ти помогне.

http://www.debianhelp.co.uk/errors1.htm

ако се освободя малко ще прегледам логовете и ще се опитам да помогна '<img'>
Активен

FreeBSD:The Power To Serve

Italianeca

  • Напреднали
  • *****
  • Публикации: 386
    • Профил
Apache 2.2 - сваляне на файлове
« Отговор #6 -: Dec 24, 2006, 17:44 »
Отговора на въроса под линукс или не си настроил мрежата или не си настроил proxy-то
Активен

fri

  • Участници
  • ***
  • Публикации: 8
    • Профил
Apache 2.2 - сваляне на файлове
« Отговор #7 -: Dec 25, 2006, 20:40 »
Уфф, .... да му се не види, ... пак не става.
Опитах с EnableSendfile Off и EnableMMAP Off се
същата тъпотия. Прилагам errorlog-а накрая.

Мисля си че нещо пропускам!!!
Ето малко инфо за мрежата:
Примерен код


                  тъпата франция                                                  България
---------------------------------------------                              -----------------------------
PC2-linux(Fedora) -------HTTP-Proxy-------------Internet--------Firewall-----Apache2.2
(Firefox)                                                       |                                                           under Cygwin
                                                                     |
                                                                    |
PC1-windowsXP --------------------------/
Firefox1.5+IE6.0

През PC1 всичко работи, следователно Firewall-а работи както трябва.
През PC2 не мога да тегля файлове от Apache2.2-bg , но файлове от
 други сървери се тегляг без проблеми, така че и HTTP-Proxy -то отпада
(аз до него нямам никъв достъп ).
И накрая остава проблемът да е в Apache2.2 -bg.


Е-ми тва е.

Примерен код

error-log
[Mon Dec 25 17:04:00 2006] [info] mod_unique_id: using ip addr 172.16.0.2
[Mon Dec 25 17:04:01 2006] [info] Init: Seeding PRNG with 136 bytes of entropy
[Mon Dec 25 17:04:01 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Mon Dec 25 17:04:01 2006] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Mon Dec 25 17:04:01 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Dec 25 17:04:01 2006] [info] Init: Initializing (virtual) servers for SSL
[Mon Dec 25 17:04:01 2006] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8d
[Mon Dec 25 17:04:01 2006] [info] mod_unique_id: using ip addr 172.16.0.2
[Mon Dec 25 17:04:02 2006] [info] Init: Seeding PRNG with 136 bytes of entropy
[Mon Dec 25 17:04:02 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Mon Dec 25 17:04:02 2006] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Mon Dec 25 17:04:02 2006] [info] Init: Initializing (virtual) servers for SSL
[Mon Dec 25 17:04:02 2006] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8d
[Mon Dec 25 17:04:02 2006] [notice] Digest: generating secret for digest authentication ...
[Mon Dec 25 17:04:02 2006] [notice] Digest: done
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 3608 for worker proxy:reverse
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 3608 for (*)
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 3548 for worker proxy:reverse
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 3548 for (*)
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 2668 for worker proxy:reverse
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 2668 for (*)
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 3424 for worker proxy:reverse
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 3424 for (*)
[Mon Dec 25 17:04:02 2006] [notice] Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8d DAV/2 configured -- resuming normal operations
[Mon Dec 25 17:04:02 2006] [info] Server built: Dec  2 2006 14:56:14
[Mon Dec 25 17:04:02 2006] [debug] prefork.c(991): AcceptMutex: sysvsem (default: sysvsem)
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 3732 for worker proxy:reverse
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Mon Dec 25 17:04:02 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 3732 for (*)
[Mon Dec 25 17:05:23 2006] [error] [client 193.52.109.12] File does not exist: /var/www/htdocs/favicon.ico
[Mon Dec 25 17:05:24 2006] [debug] proxy_util.c(1625): proxy: grabbed scoreboard slot 0 in child 3656 for worker proxy:reverse
[Mon Dec 25 17:05:24 2006] [debug] proxy_util.c(1644): proxy: worker proxy:reverse already initialized
[Mon Dec 25 17:05:24 2006] [debug] proxy_util.c(1724): proxy: initialized single connection worker 0 in child 3656 for (*)
[Mon Dec 25 17:08:15 2006] [info] [client 193.52.109.12] (104)Connection reset by peer: core_output_filter: writing data to the network
[Mon Dec 25 17:08:45 2006] [warn] child process 2668 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:45 2006] [warn] child process 3424 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:45 2006] [warn] child process 3732 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:47 2006] [warn] child process 2668 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:47 2006] [warn] child process 3424 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:47 2006] [warn] child process 3732 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:49 2006] [warn] child process 2668 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:49 2006] [warn] child process 3424 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:49 2006] [warn] child process 3732 still did not exit, sending a SIGTERM
[Mon Dec 25 17:08:51 2006] [error] child process 2668 still did not exit, sending a SIGKILL
[Mon Dec 25 17:08:51 2006] [error] child process 3424 still did not exit, sending a SIGKILL
[Mon Dec 25 17:08:51 2006] [error] child process 3732 still did not exit, sending a SIGKILL
[Mon Dec 25 17:08:52 2006] [info] removed PID file /var/run/httpd2.pid (pid=724)
[Mon Dec 25 17:08:52 2006] [notice] caught SIGTERM, shutting down
Активен

Подобни теми
Заглавие Започната от Отговора Прегледи Последна публикация
Apache doc
Преводи на документация
kennedy 3 6509 Последна публикация Apr 26, 2002, 18:43
от kennedy
Apache
Настройка на програми
mozly 3 4919 Последна публикация Nov 23, 2002, 15:19
от mozly
Help za Apache???
Настройка на програми
spooky 2 2954 Последна публикация Aug 06, 2003, 14:57
от spooky
Apache
Настройка на програми
HipH0p 1 2521 Последна публикация Dec 20, 2003, 13:51
от n_antonov
Ограничаване на връзките към Apache
Настройка на програми
nothing 3 3280 Последна публикация Jan 16, 2004, 14:06
от nothing