This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Tue Jul 26 09:02:00.537 2011] [1276:139832727263072] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
| [Tue Jul 26 14:15:01.461 2011] [5708:140624804415328] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
| [Tue Jul 26 14:15:01.510 2011] [5710:140624804415328] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
| [Tue Jul 26 14:27:25.799 2011] [6343:140058536802144] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
| [Tue Jul 26 14:27:25.865 2011] [6344:140058536802144] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
| [Tue Jul 26 14:33:08.051 2011] [6350:140058425558784] [warn] map_uri_to_worker_ext::jk_uri_worker_map.c (962): Uri index.html is invalid. Uri must start with / | |
| [Tue Jul 26 14:56:03.763 2011] [11749:139830087214944] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
| [Tue Jul 26 14:56:03.844 2011] [11750:139830087214944] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Tue Jul 26 09:02:00 2011] [warn] No JkLogFile defined in httpd.conf. Using default /var/log/apache2/mod_jk.log | |
| [Tue Jul 26 09:02:00 2011] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status | |
| [Tue Jul 26 09:02:00 2011] [notice] Apache/2.2.17 (Ubuntu) mod_jk/1.2.30 mod_ssl/2.2.17 OpenSSL/0.9.8o configured -- resuming normal operations | |
| [Tue Jul 26 14:15:00 2011] [notice] caught SIGTERM, shutting down | |
| [Tue Jul 26 14:15:01 2011] [warn] No JkLogFile defined in httpd.conf. Using default /var/log/apache2/mod_jk.log | |
| [Tue Jul 26 14:15:01 2011] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status | |
| [Tue Jul 26 14:15:01 2011] [warn] No JkLogFile defined in httpd.conf. Using default /var/log/apache2/mod_jk.log | |
| [Tue Jul 26 14:15:01 2011] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status | |
| [Tue Jul 26 14:15:01 2011] [notice] Apache/2.2.17 (Ubuntu) mod_jk/1.2.30 mod_ssl/2.2.17 OpenSSL/0.9.8o configured -- resu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <VirtualHost mattias.globuscs.info:443> | |
| ServerName mattias.globuscs.info | |
| SSLEngine On | |
| SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP | |
| SSLProtocol all -SSLv2 | |
| SSLCertificateFile /etc/ssl/private/cert-file.crt | |
| #SSLCertificateKeyFile /etc/ssl/server.key | |
| SSLOptions +StdEnvVars | |
| SetEnvIf User-Agent ".*MSIE.*" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap | |
| self.run() | |
| File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run | |
| self._target(*self._args, **self._kwargs) | |
| File "/home/mattias/go_repos/globusonline-graph/birncommunity/test_utils/openid_server.py", line 751, in _start_server | |
| Traceback (most recent call last): | |
| File "/usr/local/bin/nosetests", line 9, in <module> | |
| self.httpserver.serve_forever() | |
| load_entry_point('nose==1.0.0', 'console_scripts', 'nosetests')() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <ProfileHandlerGroup xmlns="urn:mace:shibboleth:2.0:idp:profile-handler" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="urn:mace:shibboleth:2.0:idp:profile-handler classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd"> | |
| <!-- Error Handler --> | |
| <ErrorHandler xsi:type="JSPErrorHandler" jspPagePath="/error.jsp" /> | |
| <!-- Profile Handlers --> |
NewerOlder