Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. [authn_dbd:error] [pid 21308] [client xxxxx] AH01656: Query execution error looking up 'mylogin' in database []
  2.  
  3. [Note] Aborted connection 5000 to db: 'httpauthdb' user: 'httpauth' host: 'xxx.xxx.xxx.xxx' (Got an error reading communication packets)
  4.  
  5. <Location /private>
  6. AuthName 'My private space'
  7. AuthType Basic
  8. AuthBasicProvider dbd
  9. AuthDBDUserPWQuery "SELECT password FROM clients WHERE username = %s"
  10. AuthzDBDQuery "SELECT groups FROM clients WHERE username = %s"
  11. Require dbd-group mygroup
  12. </Location>
  13.  
  14. DBDriver mysql
  15. DBDParams "sock=/var/run/mysqld/mysqld.sock,user=httpauth,dbname=httpauthdb,pass=xxxxxxxx"
  16. DBDMin 4
  17. DBDKeep 2
  18. DBDMax 10
  19. DBDExptime 300
  20. DBDPersist On
  21.  
  22. Server version: Apache/2.4.25 (Debian)
  23. Server built: 2017-01-25T22:59:26
  24. Server's Module Magic Number: 20120211:67
  25. Server loaded: APR 1.5.1, APR-UTIL 1.5.4
  26. Compiled using: APR 1.5.2, APR-UTIL 1.5.4
  27. Architecture: 64-bit
  28. Server MPM: prefork
  29. threaded: no
  30. forked: yes (variable process count)
  31. Server compiled with....
  32. -D APR_HAS_SENDFILE
  33. -D APR_HAS_MMAP
  34. -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
  35. -D APR_USE_SYSVSEM_SERIALIZE
  36. -D APR_USE_PTHREAD_SERIALIZE
  37. -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  38. -D APR_HAS_OTHER_CHILD
  39. -D AP_HAVE_RELIABLE_PIPED_LOGS
  40. -D DYNAMIC_MODULE_LIMIT=256
  41. -D HTTPD_ROOT="/etc/apache2"
  42. -D SUEXEC_BIN="/usr/lib/apache2/suexec"
  43. -D DEFAULT_PIDLOG="/var/run/apache2.pid"
  44. -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
  45. -D DEFAULT_ERRORLOG="logs/error_log"
  46. -D AP_TYPES_CONFIG_FILE="mime.types"
  47. -D SERVER_CONFIG_FILE="apache2.conf"
  48.  
  49. mysql Ver 14.14 Distrib 5.7.17-13, for debian-linux-gnu (x86_64) using 6.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement