Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. worker.list=router,status
  2. worker.worker1.port=8109
  3. worker.worker1.host=172.16.0.79
  4. worker.worker1.type=ajp13
  5. worker.worker1.lbfactor=1
  6. worker.worker1.local_worker=1
  7. worker.worker1.sticky_session=0
  8. worker.worker2.port=8209
  9. worker.worker2.host=172.16.0.79
  10. worker.worker2.type=ajp13
  11. worker.worker2.lbfactor=1
  12. worker.worker2.local_worker=0
  13. worker.worker2.sticky_session=0
  14.  
  15. worker.router.type=lb
  16. worker.router.balanced_workers=worker1,worker2
  17. worker.router.local_worker_only=1
  18.  
  19. worker.status.type=status
  20.  
  21. <IfModule mod_proxy.c>
  22. <IfModule mod_proxy_ajp.c>
  23. Include "conf/extra/httpd-ajp.conf"
  24. </IfModule>
  25. </IfModule>
  26.  
  27. LoadModule jk_module modules/mod_jk.so
  28. JkWorkersFile conf/workers.properties
  29. JkLogFile logs/jk.log
  30. JkLogLevel debug
  31. JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
  32.  
  33. JkMount /jk_status status
  34. JkMount /APP/* router
  35.  
  36. <Connector port="8109" protocol="AJP/1.3" redirectPort="8443" tomcatAuthentication="false"/>
  37. <Connector port="8209" protocol="AJP/1.3" redirectPort="8443" tomcatAuthentication="false"/>
  38.  
  39. [Fri Aug 29 14:49:49.245851 2014] [ssl:warn] [pid 4312:tid 420] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
  40. [Fri Aug 29 14:49:49.698251 2014] [ssl:warn] [pid 4312:tid 420] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
  41. [Fri Aug 29 14:49:49.745051 2014] [mpm_winnt:notice] [pid 4312:tid 420] AH00455: Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11 mod_jk/1.2.39 configured -- resuming normal operations
  42. [Fri Aug 29 14:49:49.745051 2014] [mpm_winnt:notice] [pid 4312:tid 420] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:13:13
  43. [Fri Aug 29 14:49:49.745051 2014] [core:notice] [pid 4312:tid 420] AH00094: Command line: 'C:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
  44. [Fri Aug 29 14:49:49.745051 2014] [mpm_winnt:notice] [pid 4312:tid 420] AH00418: Parent: Created child process 4156
  45. [Fri Aug 29 14:49:50.571853 2014] [ssl:warn] [pid 4156:tid 296] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
  46. [Fri Aug 29 14:49:51.008654 2014] [ssl:warn] [pid 4156:tid 296] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
  47. [Fri Aug 29 14:49:51.055454 2014] [mpm_winnt:notice] [pid 4156:tid 296] AH00354: Child: Starting 150 worker threads.
  48.  
  49. 172.17.0.41 - - [29/Aug/2014:14:50:53 -0700] "GET /APP/ HTTP/1.1" 200 1105 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36"
  50. 172.17.0.41 - - [29/Aug/2014:14:50:53 -0700] "GET /APP/index.jsp HTTP/1.1" 401 272 "http://172.16.0.79:8080/APP/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36"
  51. 172.17.0.41 - - [29/Aug/2014:14:50:53 -0700] "GET /APP/index.jsp HTTP/1.1" 401 272 "http://172.16.0.79:8080/APP/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36"
  52. 172.17.0.41 - - [29/Aug/2014:14:50:53 -0700] "GET /APP/index.jsp HTTP/1.1" 401 272 "http://172.16.0.79:8080/APP/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement