Bug#807120: Deprecate mod_rpaf, transition to mod_remoteip

2015-12-05 Thread Sergey B Kirpichev
Package: apache2
Severity: important

mod_rpaf module has dead upstream (there are alternative
at https://github.com/gnif/mod_rpaf/) and has a good
candidate for replacement in the core modules:
http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html

Probably, we must coordinate transition from mod_rpaf
to mod_remoteip and then remove mod_rpaf.

Default rpaf.conf could be replaced with:

  RemoteIPHeader X-Forwarded-For
  RemoteIPTrustedProxy 127.0.0.1

In general, this mapping should work:
  RPAFheader <-> RemoteIPHeader
  RPAFproxy_ips <-> RemoteIPTrustedProxy

To get CLF-type logs with proper client addresses we should use %a
instead of %h.  Could we alter the default common log format entry?



Bug#806701: marked as done (apache2 segfaults on git clone)

2015-12-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Dec 2015 11:01:11 +0100
with message-id <4167008.DpE3WuUsc3@k>
and subject line Re: Bug#806701: apache2 segfaults on git clone
has caused the Debian Bug report #806701,
regarding apache2 segfaults on git clone
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
806701: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806701
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apache2
Version: 2.4.10-10+deb8u3

I get a reproducible segmentation fault if I do a git clone
over http (using simple http, not "smart http", not https).
See attached debug output (thread 4).

git is version 2.4.6. Using git 2.6.3 on the client apache2
works fine, but this might be just by chance.


Regards
Harri
root@gittest:/var/cache/apache2# gdb /usr/sbin/apache2 /var/cache/apache2/core
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/apache2...Reading symbols from /usr/lib/debug//usr/sbin/apache2...done.
done.

warning: core file may not match specified executable file.
[New LWP 2843]
[New LWP 2846]
[New LWP 2845]
[New LWP 2838]
[New LWP 2841]
[New LWP 2847]
[New LWP 2842]
[New LWP 2840]
[New LWP 2844]
[New LWP 2848]
[New LWP 2853]
[New LWP 2849]
[New LWP 2864]
[New LWP 2850]
[New LWP 2851]
[New LWP 2863]
[New LWP 2854]
[New LWP 2852]
[New LWP 2862]
[New LWP 2861]
[New LWP 2855]
[New LWP 2860]
[New LWP 2856]
[New LWP 2859]
[New LWP 2857]
[New LWP 2858]
[New LWP 2865]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x7fa2e6dea274 in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) thread apply all bt full

Thread 27 (Thread 0x7fa2d0fe9700 (LWP 2865)):
#0  0x7fa2e6b1e4bf in accept4 () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1  0x7fa2e701ee88 in apr_socket_accept (new=0x7fa2d0fe8e00, sock=0x7fa2e7b4fe78, connection_context=0x7fa2e7a27028)
at /tmp/buildd/apr-1.5.1/network_io/unix/sockets.c:222
s = 
sa = {pool = 0x0, hostname = 0x0, servname = 0x0, port = 0, family = 0, salen = 128, ipaddr_len = 0, addr_str_len = 0, 
  ipaddr_ptr = 0x0, next = 0x0, sa = {sin = {sin_family = 10, sin_port = 41362, sin_addr = {s_addr = 0}, 
  sin_zero = "\000\000\000\000\000\000\000"}, sin6 = {sin6_family = 10, sin6_port = 41362, sin6_flowinfo = 0, sin6_addr = {
__in6_u = {__u6_addr8 = "\000\000\000\000\000\000\000\000\000\000\377\377\254\023a\272", __u6_addr16 = {0, 0, 0, 0, 0, 65535, 
5036, 47713}, __u6_addr32 = {0, 0, 4294901760, 3126924204}}}, sin6_scope_id = 0}, sas = {ss_family = 10, __ss_align = 0, 
  __ss_padding = "\000\000\377\377\254\023a\272\000\000\000\000\242\177\000\000\r\000\000\000\242\177\000\000\360\000\000\000\000\000\000\000\003\000\000\000\000\000\000\000\063", '\000' , "[", '\000' , "n\000\000\000w", '\000' , "|\000\000\000\242\177\000\000\233\361\252\346\242\177\000"}}}
#2  0x7fa2e79647a1 in ap_unixd_accept (accepted=0x7fa2d0fe8e58, lr=0x7fa2e7b4fe38, ptrans=0x7fa2d0fe8d20) at unixd.c:301
csd = 0x7fa2d0fe8e70
status = -407324520
#3  0x7fa2e3b51159 in listener_thread (thd=0x4, dummy=0x7fa2e7b8b898 ) at worker.c:833
tpool = 0x7fa2d0fe8e70
csd = 0x0
ptrans = 0x7fa2e7a27028
pollset = 0x7fa2e7a3b0a0
have_idle_worker = -788624096
last_poll_idx = 0
#4  0x7fa2e6de80a4 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#5  0x7fa2e6b1d04d in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.

Thread 26 (Thread 0x7fa2d47f0700 (LWP 2858)):
#0  0x7fa2e6dec08f in pthread_cond_wait@@GLIBC_2.3.2 () from 

Tungsten carbide jewelry/ceramic jewelry Supply/pooin7 gpooin与您共享了相册。

2015-12-05 Thread Tungsten carbide jewelry/ceramic jewelry Supply/pooin7 gpooin

Dear

This is Charles  from China. we is a factory-direct and trust-worthy  
supplier in tungsten carbide jewelry  and ceramic jewelry.
Thank you for your time for reading my email, here is our new product .  
please check the pictures and details we have them in stock, if you have  
any interest, please let me know, thank you very much.


Our value is Serve Every Client Heart and Soul. Looking forward to  
developing a long and stable business cooperation with you.


Your any reply will be highly appreciated.

Kind Regards,

Charles

https://picasaweb.google.com/lh/sredir?uname=110355337927733074179=ALBUM=6216925995069756065=Gv1sRgCO-jhvXPmef1Lw=CMa8640B=email