From 9d53b4a3b42e8b3e16d2c27c0c3498a02468ba6b Mon Sep 17 00:00:00 2001 From: SamuelFelton Date: Fri, 16 Dec 2016 18:23:12 +0100 Subject: [PATCH 1/5] fixed typo and changed the 'Annuler' button to reflect the type of tournament --- src/InsaLan/TournamentBundle/Controller/UserController.php | 2 +- .../Resources/views/Part/ChoiceTeamActive.html.twig | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/InsaLan/TournamentBundle/Controller/UserController.php b/src/InsaLan/TournamentBundle/Controller/UserController.php index 89df8eac..cd31f108 100644 --- a/src/InsaLan/TournamentBundle/Controller/UserController.php +++ b/src/InsaLan/TournamentBundle/Controller/UserController.php @@ -241,7 +241,7 @@ public function setPlayerAction(Request $request, Entity\Tournament $tournament) /** * * @Route("/{tournament}/user/player/registerOtherPlatform/") - * @Template("InsaLanTournamentBundle:User:redirectToAPiLogin.html.twig") + * @Template("InsaLanTournamentBundle:User:redirectToApiLogin.html.twig") */ public function redirectToApiLoginAction(Request $request, Entity\Tournament $tournament) { diff --git a/src/InsaLan/TournamentBundle/Resources/views/Part/ChoiceTeamActive.html.twig b/src/InsaLan/TournamentBundle/Resources/views/Part/ChoiceTeamActive.html.twig index 850cd7c9..0693390b 100644 --- a/src/InsaLan/TournamentBundle/Resources/views/Part/ChoiceTeamActive.html.twig +++ b/src/InsaLan/TournamentBundle/Resources/views/Part/ChoiceTeamActive.html.twig @@ -15,7 +15,11 @@

- Annuler + {% if tournament.loginType == "Autre" %} + Annuler + {% else %} + Annuler + {% endif %} Créer Rejoindre
From 61c17503cfb60fadbfbd67e5a41b6280c9afc453 Mon Sep 17 00:00:00 2001 From: SamuelFelton Date: Fri, 10 Feb 2017 17:52:29 +0100 Subject: [PATCH 2/5] Modified form to only display current year tournaments --- src/InsaLan/TournamentBundle/Controller/AdminController.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/InsaLan/TournamentBundle/Controller/AdminController.php b/src/InsaLan/TournamentBundle/Controller/AdminController.php index 35b1bc18..4727b40f 100644 --- a/src/InsaLan/TournamentBundle/Controller/AdminController.php +++ b/src/InsaLan/TournamentBundle/Controller/AdminController.php @@ -30,7 +30,11 @@ public function indexAction($id = null) $tournaments = $em->getRepository('InsaLanTournamentBundle:Tournament')->findAll(); $a = array(null => ''); foreach ($tournaments as $t) { - $a[$t->getId()] = $t->getName(); + + if($t->getTournamentOpen()->format("Y") == date("Y")) { + $a[$t->getId()] = $t->getName(); + } + } $form = $this->createFormBuilder() From f6dd783220431d994d126e10dd80b91b1709f316 Mon Sep 17 00:00:00 2001 From: SamuelFelton Date: Sat, 11 Feb 2017 12:37:11 +0100 Subject: [PATCH 3/5] added voip server opening and details --- access.log | 2145 +++++++++++++++++ app/AppKernel.php | 1 + composer.json | 3 +- composer.lock | 55 +- error.log | 72 + .../Controller/UserController.php | 57 +- .../Resources/views/User/index.html.twig | 43 +- .../Controller/DefaultController.php | 2 +- 8 files changed, 2365 insertions(+), 13 deletions(-) create mode 100644 access.log create mode 100644 error.log diff --git a/access.log b/access.log new file mode 100644 index 00000000..6db7088f --- /dev/null +++ b/access.log @@ -0,0 +1,2145 @@ +::1 - - [10/Feb/2017:16:47:14 +0100] "GET / HTTP/1.1" 302 316 +::1 - - [10/Feb/2017:16:47:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:47:18 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [10/Feb/2017:16:47:14 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:47:21 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:16:47:22 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:47:22 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:47:22 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:47:22 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:47:22 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:47:28 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:47:28 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:47:28 +0100] "GET /app.php/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:47:40 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 +::1 - - [10/Feb/2017:16:47:40 +0100] "GET /app.php/login HTTP/1.1" 200 6293 +::1 - - [10/Feb/2017:16:47:40 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:47:40 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:47:41 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:47:41 +0100] "GET /app.php/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:47:48 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 +::1 - - [10/Feb/2017:16:47:49 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 +::1 - - [10/Feb/2017:16:47:50 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:47:49 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 +::1 - - [10/Feb/2017:16:47:50 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:47:50 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:47:50 +0100] "GET /app.php/user/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 +::1 - - [10/Feb/2017:16:47:52 +0100] "GET /app.php/admin/dashboard HTTP/1.1" 200 44988 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js HTTP/1.1" 200 2602 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.js HTTP/1.1" 200 95821 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonatacore/vendor/moment/min/moment.min.js HTTP/1.1" 200 35415 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/js/bootstrap.min.js HTTP/1.1" 200 29110 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js HTTP/1.1" 200 23082 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js HTTP/1.1" 200 228077 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js HTTP/1.1" 200 58950 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/jquery/jquery.form.js HTTP/1.1" 200 24061 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/jquery/jquery.confirmExit.js HTTP/1.1" 200 1101 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.min.js HTTP/1.1" 200 63989 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js HTTP/1.1" 200 75909 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/App.js HTTP/1.1" 200 27482 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/Admin.js HTTP/1.1" 200 13347 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/logo_title.png HTTP/1.1" 200 3619 +::1 - - [10/Feb/2017:16:47:54 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:47:54 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 +::1 - - [10/Feb/2017:16:47:54 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432 +::1 - - [10/Feb/2017:16:47:54 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff HTTP/1.1" 200 23320 +::1 - - [10/Feb/2017:16:47:53 +0100] "GET /app.php/admin/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:47:54 +0100] "GET /favicon.ico HTTP/1.1" 404 310 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 +::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 +::1 - - [10/Feb/2017:16:48:04 +0100] "GET /app.php/admin/insalan/tournament/team/list HTTP/1.1" 200 75285 +::1 - - [10/Feb/2017:16:48:06 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:48:06 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 +::1 - - [10/Feb/2017:16:48:06 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:48:06 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.png HTTP/1.1" 200 613 +::1 - - [10/Feb/2017:16:48:06 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/iCheck/minimal/minimal.png HTTP/1.1" 200 1114 +::1 - - [10/Feb/2017:16:48:16 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-spinner.gif HTTP/1.1" 200 1849 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 +::1 - - [10/Feb/2017:16:48:37 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=2&filter%5B_per_page%5D=25 HTTP/1.1" 200 75379 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:48:39 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:48:39 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 +::1 - - [10/Feb/2017:16:48:38 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 +::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:48:41 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=3&filter%5B_per_page%5D=25 HTTP/1.1" 200 55178 +::1 - - [10/Feb/2017:16:48:43 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:48:43 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 +::1 - - [10/Feb/2017:16:48:43 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 +::1 - - [10/Feb/2017:16:49:37 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=1&filter%5B_per_page%5D=25 HTTP/1.1" 200 75285 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonatacore/vendor/moment/min/moment.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/js/bootstrap.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/jquery/jquery.form.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/jquery/jquery.confirmExit.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.min.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/App.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/Admin.js HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/logo_title.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 +::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:39 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/iCheck/minimal/minimal.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:50:05 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=3&filter%5B_per_page%5D=25 HTTP/1.1" 200 55178 +::1 - - [10/Feb/2017:16:50:05 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=2&filter%5B_per_page%5D=25 HTTP/1.1" 200 75379 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 +::1 - - [10/Feb/2017:16:50:05 +0100] "GET /app.php/admin/insalan/tournament/team/list HTTP/1.1" 200 75285 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 +::1 - - [10/Feb/2017:16:50:07 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 +::1 - - [10/Feb/2017:16:50:08 +0100] "GET /app.php/admin/dashboard HTTP/1.1" 200 44988 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 +::1 - - [10/Feb/2017:16:50:09 +0100] "GET /app.php/admin/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:50:10 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:50:10 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:50:10 +0100] "GET /app.php/user/ HTTP/1.1" 200 13392 +::1 - - [10/Feb/2017:16:50:10 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:10 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:10 +0100] "GET /app.php/user/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [10/Feb/2017:16:50:12 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:13 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:20 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:20 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:50:20 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:50:20 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:50:25 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:51:24 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:24 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:24 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:24 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:23 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:51:24 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:24 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:24 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:25 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:51:24 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:51:27 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:27 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:27 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:27 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:27 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:27 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:51:28 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:28 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:28 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:51:28 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:51:29 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:29 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:29 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:28 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:51:30 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:30 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:30 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:30 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:30 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:51:30 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:16:51:43 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:51:44 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:51:46 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:45 +0100] "GET /app.php/user/ HTTP/1.1" 200 13392 +::1 - - [10/Feb/2017:16:51:46 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:46 +0100] "GET /app.php/login HTTP/1.1" 200 6540 +::1 - - [10/Feb/2017:16:51:46 +0100] "GET /app.php/user/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:51:47 +0100] "GET /app.php/ HTTP/1.1" 200 19056 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [10/Feb/2017:16:51:48 +0100] "GET /app.php/ HTTP/1.1" 200 19056 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:51:49 +0100] "GET /app.php/dist/purify.min.js.map HTTP/1.1" 404 5575 +::1 - - [10/Feb/2017:16:52:23 +0100] "GET / HTTP/1.1" 302 316 +::1 - - [10/Feb/2017:16:52:23 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [10/Feb/2017:16:52:24 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:35 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10173 +::1 - - [10/Feb/2017:16:52:35 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:35 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:35 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:35 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [10/Feb/2017:16:52:35 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [10/Feb/2017:16:52:35 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:35 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [10/Feb/2017:16:52:36 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [10/Feb/2017:16:52:36 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:36 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:52:36 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:52:36 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:52:36 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:37 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 +::1 - - [10/Feb/2017:16:52:37 +0100] "GET /app.php/login HTTP/1.1" 200 6293 +::1 - - [10/Feb/2017:16:52:37 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:37 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:42 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 +::1 - - [10/Feb/2017:16:52:43 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 +::1 - - [10/Feb/2017:16:52:43 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 +::1 - - [10/Feb/2017:16:52:44 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:44 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:50 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:52:51 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:53:08 +0100] "GET /app.php/tournament/3/public HTTP/1.1" 200 10761 +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /css/c82fac2.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/5d9ade9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/5d9ade9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:53:15 +0100] "GET /favicon.ico HTTP/1.1" 404 310 +::1 - - [10/Feb/2017:16:53:15 +0100] "GET /favicon.ico HTTP/1.1" 404 310 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET / HTTP/1.1" 302 316 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:16:56:06 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:56:31 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:16:56:31 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:56:31 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:56:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:56:32 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:56:32 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:16:56:56 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:56:57 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:58:14 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:16:58:15 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:58:16 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:16:58:30 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:17:31:38 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:17:31:39 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:32:33 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 +::1 - - [10/Feb/2017:17:32:33 +0100] "GET /app.php/login HTTP/1.1" 200 6293 +::1 - - [10/Feb/2017:17:32:33 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:32:33 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:32:34 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:32:37 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 +::1 - - [10/Feb/2017:17:32:38 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 +::1 - - [10/Feb/2017:17:32:39 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:32:38 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 +::1 - - [10/Feb/2017:17:32:39 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:32:39 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:32:50 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:32:51 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:32:51 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:32:51 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:32:56 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:32:57 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:32:58 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:32:59 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:01 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:01 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:02 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:04 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:05 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:07 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:08 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:10 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:11 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:12 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [10/Feb/2017:17:33:12 +0100] "GET /app.php/tournament/admin HTTP/1.1" 200 4341 +::1 - - [10/Feb/2017:17:33:13 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:13 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:13 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:17:33:17 +0100] "POST /app.php/tournament/admin HTTP/1.1" 302 352 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7446 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:43:46 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 8040 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:43:47 +0100] "GET /favicon.ico HTTP/1.1" 404 310 +::1 - - [10/Feb/2017:17:45:24 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7446 +::1 - - [10/Feb/2017:17:45:24 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:25 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:25 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:17:45:30 +0100] "POST /app.php/tournament/admin HTTP/1.1" 302 352 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /app.php/tournament/3/admin HTTP/1.1" 200 5896 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:33 +0100] "POST /app.php/tournament/admin HTTP/1.1" 302 352 +::1 - - [10/Feb/2017:17:45:34 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7446 +::1 - - [10/Feb/2017:17:45:35 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:45:35 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7478 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:36 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7425 +::1 - - [10/Feb/2017:17:46:37 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:37 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:39 +0100] "POST /app.php/tournament/admin HTTP/1.1" 302 384 +::1 - - [10/Feb/2017:17:46:40 +0100] "GET /app.php/tournament/2/admin HTTP/1.1" 200 5895 +::1 - - [10/Feb/2017:17:46:40 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:46:40 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 +::1 - - [10/Feb/2017:17:46:40 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:40 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:40 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:40 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:41 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:46:41 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 +::1 - - [10/Feb/2017:17:51:34 +0100] "GET /app.php/tournament/2/admin HTTP/1.1" 200 5863 +::1 - - [10/Feb/2017:17:51:34 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [10/Feb/2017:17:51:34 +0100] "GET /js/db38b94.js HTTP/1.1" 200 95790 +::1 - - [10/Feb/2017:17:51:34 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [10/Feb/2017:17:51:34 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [10/Feb/2017:17:51:34 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 +::1 - - [10/Feb/2017:17:51:35 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [10/Feb/2017:17:51:35 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [10/Feb/2017:17:51:35 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:17:51:35 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:23:52:36 +0100] "GET /app.php/tournament/admin HTTP/1.1" 302 388 +::1 - - [10/Feb/2017:23:52:39 +0100] "GET /app.php/login HTTP/1.1" 200 6293 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/fonts/Oswald-Regular.ttf HTTP/1.1" 200 50944 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 +::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [10/Feb/2017:23:54:06 +0100] "POST /app.php/login_check HTTP/1.1" 302 432 +::1 - - [10/Feb/2017:23:54:08 +0100] "GET /app.php/tournament/admin HTTP/1.1" 403 5618 +::1 - - [10/Feb/2017:23:54:09 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [10/Feb/2017:23:54:21 +0100] "GET /app.php/ HTTP/1.1" 200 18852 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /css/0bb243f.css HTTP/1.1" 200 6352 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 +::1 - - [10/Feb/2017:23:55:14 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [10/Feb/2017:23:55:11 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9100 +::1 - - [10/Feb/2017:23:55:14 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [10/Feb/2017:23:55:14 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [10/Feb/2017:23:55:14 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [10/Feb/2017:23:55:14 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 +::1 - - [10/Feb/2017:23:55:14 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [10/Feb/2017:23:55:14 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [10/Feb/2017:23:55:14 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:00:02:28 +0100] "GET /app.php/logout HTTP/1.1" 302 368 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /css/0bb243f.css HTTP/1.1" 200 6352 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:02:28 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 +::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 +::1 - - [11/Feb/2017:00:02:31 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 +::1 - - [11/Feb/2017:00:02:31 +0100] "GET /app.php/login HTTP/1.1" 200 6293 +::1 - - [11/Feb/2017:00:02:32 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:02:32 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 +::1 - - [11/Feb/2017:00:02:38 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 +::1 - - [11/Feb/2017:00:02:38 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 +::1 - - [11/Feb/2017:00:02:41 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:02:39 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 +::1 - - [11/Feb/2017:00:02:45 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 +::1 - - [11/Feb/2017:00:02:45 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:02:45 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 +::1 - - [11/Feb/2017:00:02:51 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:02:51 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:02:51 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:02:50 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9304 +::1 - - [11/Feb/2017:00:02:51 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:00:02:51 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:00:02:51 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:00:02:51 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [11/Feb/2017:00:03:01 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:03:00 +0100] "GET /app.php/infos/faq HTTP/1.1" 200 14270 +::1 - - [11/Feb/2017:00:03:07 +0100] "GET /app.php/forum/ HTTP/1.1" 302 352 +::1 - - [11/Feb/2017:00:03:12 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:03:11 +0100] "GET /app.php/infos/faq HTTP/1.1" 200 14270 +::1 - - [11/Feb/2017:00:03:18 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:03:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:03:18 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:03:17 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9304 +::1 - - [11/Feb/2017:00:03:18 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [11/Feb/2017:00:03:18 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:00:03:18 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:00:03:18 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:00:15:39 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:15:39 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:15:39 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:15:38 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9304 +::1 - - [11/Feb/2017:00:15:40 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:00:15:43 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:15:43 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:15:43 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:15:42 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9304 +::1 - - [11/Feb/2017:00:17:27 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 +::1 - - [11/Feb/2017:00:17:28 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:17:27 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 +::1 - - [11/Feb/2017:00:17:34 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 +::1 - - [11/Feb/2017:00:17:36 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:17:35 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 +::1 - - [11/Feb/2017:00:17:44 +0100] "POST /app.php/user/ HTTP/1.1" 302 340 +::1 - - [11/Feb/2017:00:17:47 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:17:47 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:17:47 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:17:46 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 +::1 - - [11/Feb/2017:00:17:47 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:00:17:47 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:00:17:47 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:00:17:47 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:00:17:47 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [11/Feb/2017:00:38:08 +0100] "GET /app.php/tournament/user HTTP/1.1" 500 6037 +::1 - - [11/Feb/2017:00:38:08 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:38:08 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:08 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:08 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/fonts/Oswald-Regular.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:38:09 +0100] "GET /favicon.ico HTTP/1.1" 404 310 +::1 - - [11/Feb/2017:00:38:30 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:38:30 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:38:30 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11384 +::1 - - [11/Feb/2017:00:38:30 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:38:30 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:00:38:30 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:00:38:31 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:00:38:31 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:00:38:31 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [11/Feb/2017:00:40:47 +0100] "GET /app.php/tournament/user HTTP/1.1" 500 6036 +::1 - - [11/Feb/2017:00:40:48 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:40:48 +0100] "GET /js/3fe3368.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:00:41:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:41:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:41:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:41:02 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11399 +::1 - - [11/Feb/2017:00:54:53 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:54:53 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:54:53 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:54:53 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 +::1 - - [11/Feb/2017:00:54:54 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:00:59:10 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:59:10 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:59:10 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:59:10 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 +::1 - - [11/Feb/2017:00:59:11 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:00:59:13 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:59:13 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:59:13 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:59:12 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 +::1 - - [11/Feb/2017:00:59:13 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:00:59:36 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:00:59:36 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:00:59:36 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:00:59:35 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 +::1 - - [11/Feb/2017:00:59:36 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:01:00:18 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:00:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:00:18 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:00:17 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:00:31 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:00:31 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:00:31 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:00:31 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:00:42 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:00:42 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:00:42 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:00:41 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:01:14 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:01:14 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:01:14 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:01:14 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:01:32 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:01:32 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:01:32 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:01:32 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:02:32 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:02:32 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:02:32 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:02:31 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:02:47 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:02:47 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:02:47 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:02:46 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:03:01 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:03:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:03:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:03:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:04:02 +0100] "-" 408 - +::1 - - [11/Feb/2017:01:04:08 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:04:09 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:04:09 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:04:09 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:05:09 +0100] "-" 408 - +::1 - - [11/Feb/2017:01:05:19 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:05:19 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:05:19 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:05:19 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:05:36 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:05:36 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:05:36 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:05:35 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:07:46 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:07:46 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:07:46 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:07:46 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:08:01 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:08:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:08:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:08:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:12:08 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:12:08 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:12:08 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:12:08 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:12:21 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:12:21 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:12:21 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:12:21 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:12:40 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:12:40 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:12:40 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:12:39 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:13:30 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:13:30 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:13:30 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:13:30 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:14:08 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:14:10 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:14:10 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:14:10 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:14:15 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:14:15 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:14:15 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:14:14 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:14:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:14:18 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:14:18 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:14:16 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:14:37 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:14:39 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:14:39 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:14:39 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:14:59 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:15:00 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:15:00 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:15:00 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:16:30 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:16:30 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:16:30 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:16:29 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:16:54 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:16:54 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:16:54 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:16:53 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:17:48 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:17:48 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:17:48 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:17:47 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:19:01 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:19:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:19:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:19:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:19:24 +0100] "GET / HTTP/1.1" 302 316 +::1 - - [11/Feb/2017:01:19:24 +0100] "GET /app.php/ HTTP/1.1" 200 18804 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /css/0bb243f.css HTTP/1.1" 200 6352 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 +::1 - - [11/Feb/2017:01:19:27 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 +::1 - - [11/Feb/2017:01:19:27 +0100] "GET /app.php/login HTTP/1.1" 200 6293 +::1 - - [11/Feb/2017:01:19:32 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 +::1 - - [11/Feb/2017:01:19:32 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 +::1 - - [11/Feb/2017:01:19:33 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:19:33 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:19:33 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [11/Feb/2017:01:19:33 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:19:33 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:19:33 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:19:33 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:19:33 +0100] "GET /bundles/insalan/fonts/Oswald-Regular.ttf HTTP/1.1" 200 50944 +::1 - - [11/Feb/2017:01:21:54 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:21:54 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:21:53 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11420 +::1 - - [11/Feb/2017:01:21:54 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:21:54 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [11/Feb/2017:01:21:54 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 +::1 - - [11/Feb/2017:01:22:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:22:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:22:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:22:01 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11420 +::1 - - [11/Feb/2017:01:22:42 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:22:42 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:22:42 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:22:41 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11423 +::1 - - [11/Feb/2017:01:22:42 +0100] "GET /js/3fe3368.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:22:42 +0100] "GET /js/a2edab9.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:29:34 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:29:35 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:29:35 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:29:35 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:29:39 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:29:43 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:29:48 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:29:48 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:29:48 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:29:43 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 182972 +::1 - - [11/Feb/2017:01:29:48 +0100] "GET /app_dev.php/_wdt/09e7d1 HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:01:30:36 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:30:36 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:30:36 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:30:37 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:30:37 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:30:42 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:30:45 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:30:45 +0100] "GET /app_dev.php/ HTTP/1.1" 200 41438 +::1 - - [11/Feb/2017:01:30:47 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:01:30:48 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:01:30:47 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:01:30:47 +0100] "GET /app_dev.php/css/0bb243f_news_1.css HTTP/1.1" 200 6352 +::1 - - [11/Feb/2017:01:30:47 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 +::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:01:30:49 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:01:30:52 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 +::1 - - [11/Feb/2017:01:30:52 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:01:30:52 +0100] "GET /app_dev.php/_wdt/585a3b HTTP/1.1" 200 29046 +::1 - - [11/Feb/2017:01:30:58 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:30:58 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:30:58 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:30:54 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 179503 +::1 - - [11/Feb/2017:01:30:58 +0100] "GET /app_dev.php/_wdt/c6cdbe HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:31:25 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11423 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 +::1 - - [11/Feb/2017:01:31:41 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:31:41 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:31:41 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:31:39 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 179503 +::1 - - [11/Feb/2017:01:31:41 +0100] "GET /app_dev.php/_wdt/045d60 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:32:29 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:32:29 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:32:29 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:32:26 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 182972 +::1 - - [11/Feb/2017:01:32:30 +0100] "GET /app_dev.php/_wdt/7508d7 HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:01:33:09 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:33:09 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:33:09 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:33:06 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 179503 +::1 - - [11/Feb/2017:01:33:09 +0100] "GET /app_dev.php/_wdt/6a99f4 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:34:42 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:34:42 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:34:42 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:34:42 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:34:47 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:35:14 +0100] "GET / HTTP/1.0" 400 468 +::1 - - [11/Feb/2017:01:35:14 +0100] "GET /app_dev.php HTTP/1.1" 200 41438 +::1 - - [11/Feb/2017:01:35:16 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:01:35:15 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:01:35:15 +0100] "GET /app_dev.php/css/0bb243f_news_1.css HTTP/1.1" 200 6352 +::1 - - [11/Feb/2017:01:35:15 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:01:35:17 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:01:35:19 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:01:35:19 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:01:35:19 +0100] "GET /app_dev.php/_wdt/50bee2 HTTP/1.1" 200 29044 +::1 - - [11/Feb/2017:01:35:22 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:35:22 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:35:22 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:35:19 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 179503 +::1 - - [11/Feb/2017:01:35:23 +0100] "GET /app_dev.php/_wdt/e64040 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:35:54 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:35:54 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:35:54 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:35:50 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 +::1 - - [11/Feb/2017:01:35:54 +0100] "GET /app_dev.php/_wdt/12a206 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:41:56 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:41:56 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:41:56 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:41:53 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 +::1 - - [11/Feb/2017:01:41:56 +0100] "GET /app_dev.php/_wdt/c016b5 HTTP/1.1" 200 29072 +::1 - - [11/Feb/2017:01:43:01 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:43:01 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:43:01 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:42:57 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 +::1 - - [11/Feb/2017:01:43:01 +0100] "GET /app_dev.php/_wdt/4b0b59 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:43:26 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 +::1 - - [11/Feb/2017:01:43:33 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:43:33 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:43:33 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:43:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 +::1 - - [11/Feb/2017:01:43:33 +0100] "GET /app_dev.php/_wdt/6dba46 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:45:07 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:45:07 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:45:07 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:45:04 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 +::1 - - [11/Feb/2017:01:45:08 +0100] "GET /app_dev.php/_wdt/087b4f HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:46:00 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:46:00 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:46:00 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:45:57 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 110599 +::1 - - [11/Feb/2017:01:46:00 +0100] "GET /app_dev.php/_wdt/905e1a HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:01:47:42 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 28613 +::1 - - [11/Feb/2017:01:47:44 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:47:44 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:01:47:44 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:01:47:45 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:01:47:44 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:01:47:47 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:01:47:48 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:01:47:50 +0100] "GET /app_dev.php/_wdt/0e17d7 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:01:48:06 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:48:06 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:48:06 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:48:02 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 +::1 - - [11/Feb/2017:01:48:06 +0100] "GET /app_dev.php/_wdt/ab6797 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:48:52 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:48:52 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:48:52 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:48:49 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 +::1 - - [11/Feb/2017:01:48:53 +0100] "GET /app_dev.php/_wdt/7f0ad1 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:49:46 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 302 404 +::1 - - [11/Feb/2017:01:49:48 +0100] "GET /app_dev.php/login HTTP/1.1" 200 28656 +::1 - - [11/Feb/2017:01:49:49 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:01:49:49 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:01:49:50 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:01:49:49 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:01:49:50 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:01:49:50 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:01:49:52 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:01:49:52 +0100] "GET /app_dev.php/_wdt/173c2c HTTP/1.1" 200 31276 +::1 - - [11/Feb/2017:01:49:55 +0100] "POST /app_dev.php/login_check HTTP/1.1" 302 444 +::1 - - [11/Feb/2017:01:49:56 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 302 316 +::1 - - [11/Feb/2017:01:49:57 +0100] "GET /app_dev.php/user/ HTTP/1.1" 200 35850 +::1 - - [11/Feb/2017:01:49:59 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:49:59 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:49:59 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:50:01 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:50:01 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:50:03 +0100] "GET /app_dev.php/_wdt/aa99a2 HTTP/1.1" 200 32896 +::1 - - [11/Feb/2017:01:50:07 +0100] "POST /app_dev.php/user/ HTTP/1.1" 302 356 +::1 - - [11/Feb/2017:01:50:10 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 31624 +::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:50:14 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:01:50:14 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:01:50:14 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:01:50:14 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:01:50:14 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:50:14 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:50:14 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:01:50:14 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:01:50:17 +0100] "GET /app_dev.php/_wdt/659efb HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:01:54:59 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:54:59 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:54:59 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:54:57 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180481 +::1 - - [11/Feb/2017:01:54:59 +0100] "GET /app_dev.php/_wdt/fd4093 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:56:09 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:56:09 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:56:09 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:56:06 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 139129 +::1 - - [11/Feb/2017:01:56:09 +0100] "GET /app_dev.php/_wdt/f52357 HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:01:56:23 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:01:56:23 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:01:56:23 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:01:56:20 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 181180 +::1 - - [11/Feb/2017:01:56:24 +0100] "GET /app_dev.php/_wdt/b5171a HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:01:56:51 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 +::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:01:56:57 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:01:57:00 +0100] "GET /app_dev.php/_wdt/5ad1d6 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:02:00:12 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:02:00:12 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:02:00:12 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:02:00:10 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 103297 +::1 - - [11/Feb/2017:02:00:12 +0100] "GET /app_dev.php/_wdt/151f7d HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:02:00:26 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:02:00:26 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:02:00:26 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:02:00:24 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 158164 +::1 - - [11/Feb/2017:02:00:27 +0100] "GET /app_dev.php/_wdt/6681ea HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:02:00:56 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:02:00:56 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:02:00:56 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:02:00:53 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 158164 +::1 - - [11/Feb/2017:02:00:56 +0100] "GET /app_dev.php/_wdt/b65329 HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:02:01:04 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 +::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:02:01:09 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:02:01:12 +0100] "GET /app_dev.php/_wdt/12bcb9 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:02:01:21 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 +::1 - - [11/Feb/2017:02:01:23 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:02:01:23 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:02:01:23 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:02:01:23 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:02:01:24 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:26 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:26 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:26 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:26 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:29 +0100] "GET /app_dev.php/_wdt/72a519 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:02:01:48 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 +::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:52 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:52 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:52 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:52 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:01:55 +0100] "GET /app_dev.php/_wdt/343a78 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:02:02:51 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 +::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:02:56 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:02:56 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:02:56 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:02:56 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:02:59 +0100] "GET /app_dev.php/_wdt/34db7a HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:02:04:17 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33881 +::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:22 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:04:25 +0100] "GET /app_dev.php/_wdt/a5264a HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:02:05:28 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33873 +::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:33 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:33 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:33 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:33 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:36 +0100] "GET /app_dev.php/_wdt/2149b1 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:02:05:56 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33883 +::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:06:01 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:06:01 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:06:01 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:06:01 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:02:06:05 +0100] "GET /app_dev.php/_wdt/f85cbd HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:03:22:13 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:03:22:11 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33883 +::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:03:22:16 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:03:22:19 +0100] "GET /app_dev.php/_wdt/81f56a HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:03:35:07 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34021 +::1 - - [11/Feb/2017:03:35:09 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:03:35:09 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:03:35:09 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:03:35:10 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:09 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:13 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:35:16 +0100] "GET /app_dev.php/_wdt/d59e36 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:03:35:57 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34085 +::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:36:02 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:36:02 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:36:02 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:36:02 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:36:05 +0100] "GET /app_dev.php/_wdt/9c2625 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:03:38:28 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34088 +::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:33 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:33 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:33 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:33 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:37 +0100] "GET /app_dev.php/_wdt/225a7e HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:03:38:40 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34088 +::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:45 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:45 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:45 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:45 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:03:38:49 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:03:38:49 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:03:38:49 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:03:38:47 +0100] "GET /app_dev.php/tournament/tournament/user/voip?voip=mumble HTTP/1.1" 500 81518 +::1 - - [11/Feb/2017:03:38:49 +0100] "GET /app_dev.php/_wdt/745435 HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:03:40:30 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:03:40:30 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:03:40:30 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:03:40:25 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 325143 +::1 - - [11/Feb/2017:03:40:30 +0100] "GET /app_dev.php/_wdt/77e35b HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:03:40:32 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 325143 +::1 - - [11/Feb/2017:03:40:39 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:03:40:39 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:03:40:39 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:03:40:36 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 325143 +::1 - - [11/Feb/2017:03:40:40 +0100] "GET /app_dev.php/_wdt/c7e19c HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:03:41:02 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34096 +::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:03:41:08 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:03:41:11 +0100] "GET /app_dev.php/_wdt/d8a425 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:03:41:14 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:03:41:14 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:03:41:14 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:03:41:12 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150646 +::1 - - [11/Feb/2017:03:41:15 +0100] "GET /app_dev.php/_wdt/f04c36 HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:10:54:41 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:10:54:41 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:10:54:41 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:10:54:21 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150646 +::1 - - [11/Feb/2017:10:54:42 +0100] "GET /favicon.ico HTTP/1.1" 404 310 +::1 - - [11/Feb/2017:10:54:41 +0100] "GET /app_dev.php/_wdt/d76347 HTTP/1.1" 200 29084 +::1 - - [11/Feb/2017:11:15:25 +0100] "GET /app_dev.php/ HTTP/1.1" 200 41438 +::1 - - [11/Feb/2017:11:15:27 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:11:15:28 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:11:15:27 +0100] "GET /app_dev.php/css/0bb243f_news_1.css HTTP/1.1" 200 6352 +::1 - - [11/Feb/2017:11:15:27 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:15:27 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:15:29 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 +::1 - - [11/Feb/2017:11:15:29 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:11:15:29 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:11:15:29 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:11:15:29 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:11:15:29 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:11:15:31 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:11:15:31 +0100] "GET /app_dev.php/_wdt/251b7e HTTP/1.1" 200 29048 +::1 - - [11/Feb/2017:11:15:34 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34096 +::1 - - [11/Feb/2017:11:15:35 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:15:35 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:11:15:35 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:15:35 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:11:15:38 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:11:15:38 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:11:15:38 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:11:15:38 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:11:15:36 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:11:15:38 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:11:15:38 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:11:15:38 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:11:15:38 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:11:15:43 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:15:43 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:15:43 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:15:41 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150643 +::1 - - [11/Feb/2017:11:15:43 +0100] "GET /app_dev.php/_wdt/52a4cb HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:16:01 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:16:01 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:16:01 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:15:59 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150649 +::1 - - [11/Feb/2017:11:16:02 +0100] "GET /app_dev.php/_wdt/bdfb96 HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:16:11 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:16:11 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:16:11 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:16:09 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150952 +::1 - - [11/Feb/2017:11:16:11 +0100] "GET /app_dev.php/_wdt/d05285 HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:27:28 +0100] "GET /images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png HTTP/1.1" 404 375 +::1 - - [11/Feb/2017:11:27:28 +0100] "GET /images/nav_logo229.png HTTP/1.1" 404 321 +::1 - - [11/Feb/2017:11:27:28 +0100] "GET /client_204?&atyp=i&biw=1886&bih=956&ei=EOeeWMsMxItT79OWuA0 HTTP/1.1" 404 309 +::1 - - [11/Feb/2017:11:27:28 +0100] "GET /xjs/_/js/k=xjs.hp.en_US.PT1br_mjkRI.O/m=sb_he,d/rt=j/d=1/t=zcms/rs=ACT90oGbKPKhq_RnTNyGpUOadQccenUegw HTTP/1.1" 404 400 +::1 - - [11/Feb/2017:11:27:29 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:27:29 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:27:29 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:27:21 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 200 197655 +::1 - - [11/Feb/2017:11:27:29 +0100] "GET /app_dev.php/_wdt/b0dd3e HTTP/1.1" 200 29076 +::1 - - [11/Feb/2017:11:32:09 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:32:09 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:32:09 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:32:08 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 17320 +::1 - - [11/Feb/2017:11:32:24 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:32:24 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:32:24 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:32:22 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 70664 +::1 - - [11/Feb/2017:11:32:24 +0100] "GET /app_dev.php/_wdt/974f52 HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:11:38:39 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:38:39 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:38:39 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:38:37 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150782 +::1 - - [11/Feb/2017:11:38:40 +0100] "GET /app_dev.php/_wdt/556222 HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:39:48 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:39:48 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:39:48 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:39:45 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150782 +::1 - - [11/Feb/2017:11:39:48 +0100] "GET /app_dev.php/_wdt/af18d6 HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:40:24 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:40:24 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:40:24 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:40:21 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150782 +::1 - - [11/Feb/2017:11:40:24 +0100] "GET /app_dev.php/_wdt/2fad6e HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:42:36 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:42:36 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:42:36 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:42:33 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 151780 +::1 - - [11/Feb/2017:11:42:36 +0100] "GET /app_dev.php/_wdt/af0b6e HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:42:50 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:42:50 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:42:50 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:42:47 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 151780 +::1 - - [11/Feb/2017:11:42:50 +0100] "GET /app_dev.php/_wdt/37624f HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:43:41 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:43:41 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:43:41 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:43:39 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 151780 +::1 - - [11/Feb/2017:11:43:41 +0100] "GET /app_dev.php/_wdt/f7c51a HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:45:08 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:45:08 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:45:08 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:45:06 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150817 +::1 - - [11/Feb/2017:11:45:09 +0100] "GET /app_dev.php/_wdt/ff0812 HTTP/1.1" 200 29075 +::1 - - [11/Feb/2017:11:49:42 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 302 356 +::1 - - [11/Feb/2017:11:49:44 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34096 +::1 - - [11/Feb/2017:11:49:45 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:49:45 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:49:45 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:11:49:45 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:11:52:06 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:52:06 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:52:06 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:52:03 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 71683 +::1 - - [11/Feb/2017:11:52:06 +0100] "GET /app_dev.php/_wdt/74d217 HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:11:52:11 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 302 356 +::1 - - [11/Feb/2017:11:52:12 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34096 +::1 - - [11/Feb/2017:11:52:13 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:11:52:15 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:11:52:18 +0100] "GET /app_dev.php/_wdt/cbda91 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:11:52:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34102 +::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:11:52:34 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:11:52:35 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:11:52:35 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:11:52:35 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:11:52:37 +0100] "GET /app_dev.php/_wdt/513bc9 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:11:52:57 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:52:57 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:52:57 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:52:55 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 64922 +::1 - - [11/Feb/2017:11:52:57 +0100] "GET /app_dev.php/_wdt/b25434 HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:11:53:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34126 +::1 - - [11/Feb/2017:11:53:31 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:11:53:31 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:11:53:31 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:53:31 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:11:53:32 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:11:53:34 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:11:53:36 +0100] "GET /app_dev.php/_wdt/8bad01 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:11:54:51 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 35153 +::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:54:57 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:11:54:57 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:11:54:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:11:54:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:11:55:00 +0100] "GET /app_dev.php/_wdt/68c31b HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:11:55:44 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 17691 +::1 - - [11/Feb/2017:11:55:45 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:55:45 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:55:45 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:55:54 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:55:54 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:55:54 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:55:52 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 70170 +::1 - - [11/Feb/2017:11:55:54 +0100] "GET /app_dev.php/_wdt/0b290b HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:11:56:17 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:56:17 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:56:17 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:56:12 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 70183 +::1 - - [11/Feb/2017:11:56:17 +0100] "GET /app_dev.php/_wdt/a1d5f4 HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:11:56:44 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:56:44 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:56:44 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:56:41 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 70510 +::1 - - [11/Feb/2017:11:56:44 +0100] "GET /app_dev.php/_wdt/b90940 HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:11:57:08 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:57:08 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:57:08 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:57:06 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 40229 +::1 - - [11/Feb/2017:11:57:08 +0100] "GET /app_dev.php/_wdt/b93ea4 HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:11:57:34 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:57:34 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:57:34 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:57:32 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 65250 +::1 - - [11/Feb/2017:11:57:34 +0100] "GET /app_dev.php/_wdt/f5579a HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:11:58:10 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34270 +::1 - - [11/Feb/2017:11:58:11 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:58:11 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:11:58:11 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:11:58:11 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:11:58:12 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:11:58:14 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:11:58:16 +0100] "GET /app_dev.php/_wdt/408252 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:11:58:35 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:11:58:35 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:11:58:35 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:11:58:33 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 65250 +::1 - - [11/Feb/2017:11:58:35 +0100] "GET /app_dev.php/_wdt/d164e1 HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:11:59:01 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34270 +::1 - - [11/Feb/2017:11:59:03 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:11:59:03 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:11:59:03 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:11:59:03 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:11:59:04 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:11:59:06 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:11:59:08 +0100] "GET /app_dev.php/_wdt/48d09a HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:00:19 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34093 +::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:00:24 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:00:24 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:00:24 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:00:24 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:00:26 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:12:00:26 +0100] "GET /app_dev.php/_wdt/bdafad HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:00:34 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:00:34 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:00:34 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:00:32 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 65728 +::1 - - [11/Feb/2017:12:00:34 +0100] "GET /app_dev.php/_wdt/ec4dd0 HTTP/1.1" 200 29071 +::1 - - [11/Feb/2017:12:00:49 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34240 +::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:12:00:53 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:12:00:56 +0100] "GET /app_dev.php/_wdt/00d49c HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:02:16 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=teamspeak HTTP/1.1" 302 356 +::1 - - [11/Feb/2017:12:02:18 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34093 +::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:02:21 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:02:21 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:02:21 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:02:21 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:02:24 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:12:02:24 +0100] "GET /app_dev.php/_wdt/f560f1 HTTP/1.1" 200 29052 +::1 - - [11/Feb/2017:12:06:12 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34860 +::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:17 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:06:19 +0100] "GET /app_dev.php/_wdt/56e7ee HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:09:58 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34866 +::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:10:02 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:10:02 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:10:02 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:10:02 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:10:05 +0100] "GET /app_dev.php/_wdt/7d740b HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:12:51 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 +::1 - - [11/Feb/2017:12:15:05 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:15:05 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:15:05 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:15:02 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 133080 +::1 - - [11/Feb/2017:12:15:05 +0100] "GET /app_dev.php/_wdt/c6e2f5 HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:12:15:08 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:15:08 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:15:08 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:15:07 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 133079 +::1 - - [11/Feb/2017:12:15:09 +0100] "GET /app_dev.php/_wdt/1ecf18 HTTP/1.1" 200 29073 +::1 - - [11/Feb/2017:12:15:33 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34609 +::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:12:15:38 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:12:15:40 +0100] "GET /app_dev.php/_wdt/792780 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:19:20 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34095 +::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:19:25 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:19:25 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:19:25 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:19:25 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:19:27 +0100] "GET /app_dev.php/_wdt/270829 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:20:36 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:20:36 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:20:36 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:20:33 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 183138 +::1 - - [11/Feb/2017:12:20:36 +0100] "GET /app_dev.php/_wdt/b193b4 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:12:21:11 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:21:11 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:21:11 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:21:08 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180610 +::1 - - [11/Feb/2017:12:21:11 +0100] "GET /app_dev.php/_wdt/c91afd HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:12:21:41 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:21:41 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:21:41 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:21:38 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180715 +::1 - - [11/Feb/2017:12:21:41 +0100] "GET /app_dev.php/_wdt/9179f1 HTTP/1.1" 200 29070 +::1 - - [11/Feb/2017:12:23:40 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34286 +::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:12:23:44 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:12:23:47 +0100] "GET /app_dev.php/_wdt/425063 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:24:15 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34329 +::1 - - [11/Feb/2017:12:24:16 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:24:16 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:24:16 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:24:16 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:24:17 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:24:19 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:24:19 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:24:19 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:24:19 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:24:21 +0100] "GET /app_dev.php/_wdt/8a3cd9 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:25:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34329 +::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:25:34 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:25:34 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:25:34 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:25:34 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:25:37 +0100] "GET /app_dev.php/_wdt/e90dc7 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:26:33 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36138 +::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:26:37 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:26:37 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:26:37 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:26:37 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:26:39 +0100] "GET /app_dev.php/_wdt/f7067e HTTP/1.1" 200 29052 +::1 - - [11/Feb/2017:12:27:20 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36221 +::1 - - [11/Feb/2017:12:27:21 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:27:21 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:27:21 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:27:21 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:27:22 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:24 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:24 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:24 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:24 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:26 +0100] "GET /app_dev.php/_wdt/83a903 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:27:53 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36290 +::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:57 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:27:57 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:28:00 +0100] "GET /app_dev.php/_wdt/e78fa4 HTTP/1.1" 200 29054 +::1 - - [11/Feb/2017:12:31:32 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36274 +::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:39 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:39 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:39 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:39 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:39 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:39 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:39 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:31:41 +0100] "GET /app_dev.php/_wdt/74dd3a HTTP/1.1" 200 30633 +::1 - - [11/Feb/2017:12:32:40 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:32:40 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:32:40 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:32:37 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 205423 +::1 - - [11/Feb/2017:12:32:40 +0100] "GET /app_dev.php/_wdt/cfcdda HTTP/1.1" 200 30648 +::1 - - [11/Feb/2017:12:34:12 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:34:12 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:34:12 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:34:10 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 64633 +::1 - - [11/Feb/2017:12:34:13 +0100] "GET /app_dev.php/_wdt/3d412a HTTP/1.1" 200 30649 +::1 - - [11/Feb/2017:12:34:33 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:34:33 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:34:33 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:34:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 207580 +::1 - - [11/Feb/2017:12:34:33 +0100] "GET /app_dev.php/_wdt/dbbb32 HTTP/1.1" 200 30648 +::1 - - [11/Feb/2017:12:35:00 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 35926 +::1 - - [11/Feb/2017:12:35:01 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:35:01 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:35:01 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:35:01 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:12:35:02 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:12:35:04 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:12:35:07 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:12:35:07 +0100] "GET /app_dev.php/_wdt/454a0d HTTP/1.1" 200 30632 +::1 - - [11/Feb/2017:12:35:07 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=teamspeak HTTP/1.1" 302 356 +::1 - - [11/Feb/2017:12:35:10 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 +::1 - - [11/Feb/2017:12:35:10 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 +::1 - - [11/Feb/2017:12:35:10 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 +::1 - - [11/Feb/2017:12:35:09 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 88271 +::1 - - [11/Feb/2017:12:35:10 +0100] "GET /app_dev.php/_wdt/ba8793 HTTP/1.1" 200 30647 +::1 - - [11/Feb/2017:12:35:54 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36014 +::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 +::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 +::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 +::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 +::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 +::1 - - [11/Feb/2017:12:35:58 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 +::1 - - [11/Feb/2017:12:36:01 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 +::1 - - [11/Feb/2017:12:36:01 +0100] "GET /app_dev.php/_wdt/33e2f4 HTTP/1.1" 200 30632 diff --git a/app/AppKernel.php b/app/AppKernel.php index d0e15713..aef38214 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -48,6 +48,7 @@ public function registerBundles() new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), new InsaLan\ApiBundle\InsaLanApiBundle(), + new Sensio\Bundle\BuzzBundle\SensioBuzzBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) { diff --git a/composer.json b/composer.json index 29018f0d..3267a977 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,8 @@ "payum/paypal-express-checkout-nvp": "0.12.*", "lexik/maintenance-bundle": "^2.0", "ehesp/steam-login": "^1.1", - "adoy/oauth2": "^1.3" + "adoy/oauth2": "^1.3", + "sensio/buzz-bundle": "dev-master" }, "require-dev": { "sensio/generator-bundle": "~2.3", diff --git a/composer.lock b/composer.lock index 2c086a72..1dbbb171 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "668e06fc279563871fb30e8b34afdc2f", - "content-hash": "b601f9840b26ff0a74e339c38eff3277", + "hash": "7d0c0f7f821d3ce155721943059ae312", + "content-hash": "771275d92c115e03dc2745dc5b65b7cf", "packages": [ { "name": "adoy/oauth2", @@ -2668,6 +2668,54 @@ ], "time": "2012-12-21 11:40:51" }, + { + "name": "sensio/buzz-bundle", + "version": "dev-master", + "target-dir": "Sensio/Bundle/BuzzBundle", + "source": { + "type": "git", + "url": "https://github.com/sensiolabs/SensioBuzzBundle.git", + "reference": "ad7c722f755471b80f5c9c7dd703b2975f8a518b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sensiolabs/SensioBuzzBundle/zipball/ad7c722f755471b80f5c9c7dd703b2975f8a518b", + "reference": "ad7c722f755471b80f5c9c7dd703b2975f8a518b", + "shasum": "" + }, + "require": { + "kriswallsmith/buzz": "> 0.6", + "php": ">=5.3.2" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-0": { + "Sensio\\Bundle\\BuzzBundle": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marc Weistroff", + "email": "marc.weistroff@sensio.com" + } + ], + "description": "Bundle around the Buzz HTTP client", + "homepage": "https://github.com/sensio/SensioBuzzBundle", + "keywords": [ + "buzz", + "http client" + ], + "time": "2016-03-15 10:06:41" + }, { "name": "sensio/distribution-bundle", "version": "v3.0.36", @@ -4713,7 +4761,8 @@ "knplabs/knp-markdown-bundle": 20, "paquettg/leaguewrap": 20, "payum/payum-bundle": 0, - "payum/offline": 0 + "payum/offline": 0, + "sensio/buzz-bundle": 20 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/error.log b/error.log new file mode 100644 index 00000000..3f39aa6f --- /dev/null +++ b/error.log @@ -0,0 +1,72 @@ +[Fri Feb 10 16:42:30.091620 2017] [ssl:warn] [pid 14468:tid 480] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:42:30.092614 2017] [ssl:warn] [pid 14468:tid 480] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:42:30.327012 2017] [ssl:warn] [pid 14468:tid 480] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:42:30.327012 2017] [ssl:warn] [pid 14468:tid 480] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:42:31.078855 2017] [ssl:warn] [pid 4164:tid 500] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:42:31.079856 2017] [ssl:warn] [pid 4164:tid 500] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:42:31.232464 2017] [ssl:warn] [pid 4164:tid 500] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:42:31.232965 2017] [ssl:warn] [pid 4164:tid 500] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:42:38.789464 2017] [ssl:warn] [pid 3444:tid 588] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:42:38.789965 2017] [ssl:warn] [pid 3444:tid 588] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:42:38.945909 2017] [ssl:warn] [pid 3444:tid 588] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:42:38.946408 2017] [ssl:warn] [pid 3444:tid 588] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:42:39.678627 2017] [ssl:warn] [pid 7308:tid 532] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:42:39.680021 2017] [ssl:warn] [pid 7308:tid 532] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:42:39.824850 2017] [ssl:warn] [pid 7308:tid 532] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:42:39.824850 2017] [ssl:warn] [pid 7308:tid 532] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:58:26.164025 2017] [ssl:warn] [pid 9320:tid 548] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:58:26.165027 2017] [ssl:warn] [pid 9320:tid 548] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:58:26.320637 2017] [ssl:warn] [pid 9320:tid 548] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:58:26.320637 2017] [ssl:warn] [pid 9320:tid 548] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:58:27.119715 2017] [ssl:warn] [pid 11388:tid 484] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:58:27.120701 2017] [ssl:warn] [pid 11388:tid 484] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 16:58:27.292082 2017] [ssl:warn] [pid 11388:tid 484] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 16:58:27.292082 2017] [ssl:warn] [pid 11388:tid 484] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 23:50:45.182281 2017] [ssl:warn] [pid 13780:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 23:50:45.204277 2017] [ssl:warn] [pid 13780:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 23:50:45.531564 2017] [ssl:warn] [pid 13780:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 23:50:45.532065 2017] [ssl:warn] [pid 13780:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 23:50:47.125162 2017] [ssl:warn] [pid 12392:tid 536] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 23:50:47.126237 2017] [ssl:warn] [pid 12392:tid 536] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Fri Feb 10 23:50:47.287213 2017] [ssl:warn] [pid 12392:tid 536] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Fri Feb 10 23:50:47.287213 2017] [ssl:warn] [pid 12392:tid 536] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:14:07.318239 2017] [ssl:warn] [pid 15144:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:14:07.333866 2017] [ssl:warn] [pid 15144:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:14:07.517957 2017] [ssl:warn] [pid 15144:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:14:07.518458 2017] [ssl:warn] [pid 15144:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:14:08.395136 2017] [ssl:warn] [pid 8544:tid 508] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:14:08.396139 2017] [ssl:warn] [pid 8544:tid 508] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:14:08.558252 2017] [ssl:warn] [pid 8544:tid 508] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:14:08.558252 2017] [ssl:warn] [pid 8544:tid 508] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:14:35.788690 2017] [ssl:warn] [pid 6108:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:14:35.789690 2017] [ssl:warn] [pid 6108:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:14:35.965815 2017] [ssl:warn] [pid 6108:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:14:35.965815 2017] [ssl:warn] [pid 6108:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:14:36.921009 2017] [ssl:warn] [pid 8052:tid 380] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:14:36.922010 2017] [ssl:warn] [pid 8052:tid 380] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:14:37.101136 2017] [ssl:warn] [pid 8052:tid 380] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:14:37.101136 2017] [ssl:warn] [pid 8052:tid 380] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:20:30.080444 2017] [ssl:warn] [pid 2904:tid 632] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:20:30.081444 2017] [ssl:warn] [pid 2904:tid 632] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:20:30.293607 2017] [ssl:warn] [pid 2904:tid 632] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:20:30.293607 2017] [ssl:warn] [pid 2904:tid 632] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:20:31.151595 2017] [ssl:warn] [pid 3176:tid 484] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:20:31.155597 2017] [ssl:warn] [pid 3176:tid 484] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:20:31.381157 2017] [ssl:warn] [pid 3176:tid 484] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:20:31.381157 2017] [ssl:warn] [pid 3176:tid 484] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:41:34.763922 2017] [ssl:warn] [pid 13444:tid 620] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:41:34.765271 2017] [ssl:warn] [pid 13444:tid 620] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:41:34.947499 2017] [ssl:warn] [pid 13444:tid 620] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:41:34.947499 2017] [ssl:warn] [pid 13444:tid 620] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:41:35.824487 2017] [ssl:warn] [pid 11876:tid 492] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:41:35.825335 2017] [ssl:warn] [pid 11876:tid 492] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 01:41:36.003253 2017] [ssl:warn] [pid 11876:tid 492] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 01:41:36.003253 2017] [ssl:warn] [pid 11876:tid 492] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 10:45:49.989238 2017] [ssl:warn] [pid 8916:tid 600] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 10:45:50.004864 2017] [ssl:warn] [pid 8916:tid 600] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 10:45:50.195735 2017] [ssl:warn] [pid 8916:tid 600] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 10:45:50.195735 2017] [ssl:warn] [pid 8916:tid 600] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 10:45:51.045247 2017] [ssl:warn] [pid 1800:tid 568] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 10:45:51.045247 2017] [ssl:warn] [pid 1800:tid 568] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name +[Sat Feb 11 10:45:51.272020 2017] [ssl:warn] [pid 1800:tid 568] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) +[Sat Feb 11 10:45:51.272020 2017] [ssl:warn] [pid 1800:tid 568] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name diff --git a/src/InsaLan/TournamentBundle/Controller/UserController.php b/src/InsaLan/TournamentBundle/Controller/UserController.php index d88a9f1b..0971b8f5 100644 --- a/src/InsaLan/TournamentBundle/Controller/UserController.php +++ b/src/InsaLan/TournamentBundle/Controller/UserController.php @@ -70,8 +70,35 @@ public function indexAction() { if(!$in) $tournaments[] = $t; } + $validatedTeams = []; + $voipData = []; + $buzz = $this->container->get('buzz'); + $buzz->getClient()->setVerifyPeer(false); + $buzz->getClient()->setVerifyHost(false); + + foreach($participants as $p) { + if($p->getParticipantType() == 'team') { + $canAddMumble = true; + foreach($p->getPlayers() as $player) { + if(!$player->isOk()) { + $canAddMumble = true; + break; + } + } + if($canAddMumble) { + + $r = $buzz->get($this->container->getParameter('voip_service_adress').'container/'.$p->getId()); + $voipData[$p->getId()] = $r->getContent(); + $voipData[$p->getId()] = json_decode($voipData[$p->getId()]); + + $validatedTeams[$p->getId()] = true; + } + } + } + + - return array('tournaments' => $tournaments, 'participants' => $participants); + return array('tournaments' => $tournaments, 'participants' => $participants, 'validatedTeams' => $validatedTeams, 'voipData' => $voipData, 'voip_ip' => $this->container->getParameter('voip_service_ip_adress')); } @@ -936,6 +963,32 @@ public function roundAddReplayAction(Request $request, Entity\Participant $team, return array("form" => $form->createView()); } + + /** + * Add a replay to a round of the tournament + * The replay is an uploaded file + * @Route("/tournament/team/{id}/voip") + * @Template() + */ + public function addVOIPAction(Request $request, Entity\Participant $team) + { + $type = 'MUMBLE'; + if($request->query->get('voip') == 'mumble') { + $type = 'MUMBLE'; + + } + else if($request->query->get('voip') == 'teamspeak') { + $type = 'TEAMSPEAK'; + + } + $buzz = $this->container->get('buzz'); + $buzz->getClient()->setVerifyPeer(false); + $buzz->getClient()->setVerifyHost(false); + $params = array('team' => $team->getId(), 'type' => $type); + $r = $buzz->put('https://localhost:8000/create', array('Content-Type' => 'application/json'),json_encode($params)); + + return $this->redirect($this->generateUrl('insalan_tournament_user_index')); + } /** PRIVATE **/ protected function usernameSet($em, $usr, $player, $request, $tournament) { @@ -1042,4 +1095,6 @@ private function populateTournamentCode(Entity\Match $m) "extra" => $m->getId(), "pass" => md5('insalan_match_#'.$m->getId().'_'.$round))); } + + } diff --git a/src/InsaLan/TournamentBundle/Resources/views/User/index.html.twig b/src/InsaLan/TournamentBundle/Resources/views/User/index.html.twig index 824526c7..3db5eaa1 100644 --- a/src/InsaLan/TournamentBundle/Resources/views/User/index.html.twig +++ b/src/InsaLan/TournamentBundle/Resources/views/User/index.html.twig @@ -7,9 +7,8 @@

Inscriptions aux tournois⚙Mon profil

- {% for participant in participants %} - +
@@ -20,7 +19,7 @@ {{ participant.tournament.name }} - {% if participant.participantType == 'team' %} Équipe {% endif %} {{ participant.name }} - {% if participant.participantType == 'team' %} + {% if participant.participantType == 'team' and participant.captain.user is defined%} {% if participant.captain.user == app.user %} [Modifier mon équipe] {% endif %} {% endif %}
@@ -44,7 +43,7 @@ {{ p.gameName }} {% if participant.captain == p %} 👑 - {% elseif participant.captain.user == app.user and participant.tournament.isOpenedNow %} + {% elseif participant.captain is not null and participant.captain.user == app.user and participant.tournament.isOpenedNow %} 👑 Passer capitaine @@ -70,6 +69,7 @@ {% endif %} + {% endif %}{# paticipantType == 'team' #} {% if participant.participantType == 'player' and participant.manager is not null %}
    @@ -84,7 +84,7 @@
{% endif %} - +
{% if participant.validated == 1 %} @@ -102,6 +102,8 @@ {% if participant.participantType == 'player' %} Votre participation sera validée après paiement. {% endif %} + +
{% if participant.tournament.isFull() %} Attention, ce tournoi est complet. @@ -110,10 +112,37 @@ {% endif %} {% endif %} - + {% if participant.participantType == 'team' and validatedTeams[participant.id] is defined %} + {% if voipData[participant.id] is null or voipData[participant.id] is not defined or voipData[participant.id].notFound is defined%} + Demander un serveur Mumble + Demander un serveur Teamspeak + {% else %} +
+ {% if voipData[participant.id].adminPassword is defined %} + Un serveur Mumble est disponible pour votre équipe ! +
    +
  • Adresse ip : {{voip_ip}}
  • +
  • Mot de passe : {{voipData[participant.id].serverPassword}}
  • + {% if participant.captain is defined and participant.captain.user == app.user %} +
  • Mot de passe admin : {{voipData[participant.id].adminPassword}}
  • + {% endif %} +
+ {% else %} + Un serveur Teamspeak est disponible pour votre équipe ! +
    +
  • Adresse ip : {{voip_ip}}
  • +
  • Port : {{voipData[participant.id].port}}
  • +
  • Token : {{voipData[participant.id].token}}
  • +
+ {% endif %} +
+ {% endif %} + {% endif %} {% if participant.manager is not null and participant.manager.user == app.user %} {# 2-button layout #}{% if participant.tournament.isOpenedNow %} {% if participant.participantType == 'team' %} + + Annuler {% elseif participant.participantType == 'player' %} Annuler @@ -151,7 +180,7 @@ {% endif %}{# endif not a manager #}
- + {% endfor %}
diff --git a/src/InsaLan/UserBundle/Controller/DefaultController.php b/src/InsaLan/UserBundle/Controller/DefaultController.php index 21d09265..0164c4c8 100644 --- a/src/InsaLan/UserBundle/Controller/DefaultController.php +++ b/src/InsaLan/UserBundle/Controller/DefaultController.php @@ -18,7 +18,7 @@ use OAuth2\GrantType\AuthorizationCode; class DefaultController extends Controller -{ +{ /** * @Route("/") From 1d9b1024e8cc309d3dafcf0f93f47edb29d8daaa Mon Sep 17 00:00:00 2001 From: SamuelFelton Date: Sat, 11 Feb 2017 12:38:05 +0100 Subject: [PATCH 4/5] cleanup --- access.log | 2145 ---------------------------------------------------- error.log | 72 -- 2 files changed, 2217 deletions(-) delete mode 100644 access.log delete mode 100644 error.log diff --git a/access.log b/access.log deleted file mode 100644 index 6db7088f..00000000 --- a/access.log +++ /dev/null @@ -1,2145 +0,0 @@ -::1 - - [10/Feb/2017:16:47:14 +0100] "GET / HTTP/1.1" 302 316 -::1 - - [10/Feb/2017:16:47:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:47:18 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [10/Feb/2017:16:47:14 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:47:19 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:47:21 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:16:47:22 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:47:22 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:47:22 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:47:22 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:47:22 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:47:28 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:47:28 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:47:28 +0100] "GET /app.php/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:47:40 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 -::1 - - [10/Feb/2017:16:47:40 +0100] "GET /app.php/login HTTP/1.1" 200 6293 -::1 - - [10/Feb/2017:16:47:40 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:47:40 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:47:41 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:47:41 +0100] "GET /app.php/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:47:48 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 -::1 - - [10/Feb/2017:16:47:49 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 -::1 - - [10/Feb/2017:16:47:50 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:47:49 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 -::1 - - [10/Feb/2017:16:47:50 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:47:50 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:47:50 +0100] "GET /app.php/user/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 -::1 - - [10/Feb/2017:16:47:52 +0100] "GET /app.php/admin/dashboard HTTP/1.1" 200 44988 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js HTTP/1.1" 200 2602 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.js HTTP/1.1" 200 95821 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonatacore/vendor/moment/min/moment.min.js HTTP/1.1" 200 35415 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/js/bootstrap.min.js HTTP/1.1" 200 29110 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js HTTP/1.1" 200 23082 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js HTTP/1.1" 200 228077 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js HTTP/1.1" 200 58950 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/jquery/jquery.form.js HTTP/1.1" 200 24061 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/jquery/jquery.confirmExit.js HTTP/1.1" 200 1101 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.min.js HTTP/1.1" 200 63989 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js HTTP/1.1" 200 75909 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/App.js HTTP/1.1" 200 27482 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/Admin.js HTTP/1.1" 200 13347 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /bundles/sonataadmin/logo_title.png HTTP/1.1" 200 3619 -::1 - - [10/Feb/2017:16:47:54 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:47:54 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 -::1 - - [10/Feb/2017:16:47:54 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 200 44432 -::1 - - [10/Feb/2017:16:47:54 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff HTTP/1.1" 200 23320 -::1 - - [10/Feb/2017:16:47:53 +0100] "GET /app.php/admin/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:47:54 +0100] "GET /favicon.ico HTTP/1.1" 404 310 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 -::1 - - [10/Feb/2017:16:48:05 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 -::1 - - [10/Feb/2017:16:48:04 +0100] "GET /app.php/admin/insalan/tournament/team/list HTTP/1.1" 200 75285 -::1 - - [10/Feb/2017:16:48:06 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:48:06 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 -::1 - - [10/Feb/2017:16:48:06 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:48:06 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.png HTTP/1.1" 200 613 -::1 - - [10/Feb/2017:16:48:06 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/iCheck/minimal/minimal.png HTTP/1.1" 200 1114 -::1 - - [10/Feb/2017:16:48:16 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-spinner.gif HTTP/1.1" 200 1849 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 -::1 - - [10/Feb/2017:16:48:37 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=2&filter%5B_per_page%5D=25 HTTP/1.1" 200 75379 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:48:39 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:48:39 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 -::1 - - [10/Feb/2017:16:48:38 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 -::1 - - [10/Feb/2017:16:48:42 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:48:41 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=3&filter%5B_per_page%5D=25 HTTP/1.1" 200 55178 -::1 - - [10/Feb/2017:16:48:43 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:48:43 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 -::1 - - [10/Feb/2017:16:48:43 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 -::1 - - [10/Feb/2017:16:49:37 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=1&filter%5B_per_page%5D=25 HTTP/1.1" 200 75285 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonatacore/vendor/moment/min/moment.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/js/bootstrap.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/jquery/jquery.form.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/jquery/jquery.confirmExit.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.min.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/App.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/Admin.js HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:49:38 +0100] "GET /bundles/sonataadmin/logo_title.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 -::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/fonts/fontawesome-webfont.woff?v=4.0.3 HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:39 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:49:39 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/iCheck/minimal/minimal.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:50:05 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=3&filter%5B_per_page%5D=25 HTTP/1.1" 200 55178 -::1 - - [10/Feb/2017:16:50:05 +0100] "GET /app.php/admin/insalan/tournament/team/list?filter%5B_sort_order%5D=ASC&filter%5B_sort_by%5D=id&filter%5B_page%5D=2&filter%5B_per_page%5D=25 HTTP/1.1" 200 75379 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 -::1 - - [10/Feb/2017:16:50:05 +0100] "GET /app.php/admin/insalan/tournament/team/list HTTP/1.1" 200 75285 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 -::1 - - [10/Feb/2017:16:50:07 +0100] "GET /app.php/admin/insalan/tournament/team/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/font-awesome.min.css HTTP/1.1" 200 17780 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/ionicons.min.css HTTP/1.1" 200 33971 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 200 99961 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/AdminLTE/css/AdminLTE.css HTTP/1.1" 200 82752 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css HTTP/1.1" 200 5058 -::1 - - [10/Feb/2017:16:50:08 +0100] "GET /app.php/admin/dashboard HTTP/1.1" 200 44988 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css HTTP/1.1" 200 32397 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/select2/select2.css HTTP/1.1" 200 18288 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/css/styles.css HTTP/1.1" 200 5560 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/select2/select2-bootstrap.css HTTP/1.1" 200 3347 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css HTTP/1.1" 200 21202 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/css/layout.css HTTP/1.1" 200 7128 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/select2/select2_locale_fr-FR.js HTTP/1.1" 404 357 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /bundles/sonataadmin/vendor/jquery/dist/jquery.min.map HTTP/1.1" 200 141666 -::1 - - [10/Feb/2017:16:50:09 +0100] "GET /app.php/admin/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:50:10 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:50:10 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:50:10 +0100] "GET /app.php/user/ HTTP/1.1" 200 13392 -::1 - - [10/Feb/2017:16:50:10 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:10 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:10 +0100] "GET /app.php/user/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [10/Feb/2017:16:50:12 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:13 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:19 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:20 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:20 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:50:20 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:50:20 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:50:25 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:51:24 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:24 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:24 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:24 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:23 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:51:24 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:24 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:24 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:25 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:51:24 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:51:27 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:27 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:27 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:27 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:27 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:27 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:51:28 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:28 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:28 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:51:28 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:51:29 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:29 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:29 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:28 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:51:30 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:30 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:30 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:30 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:30 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:51:30 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:16:51:43 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:51:44 +0100] "GET /app.php/tournament/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:51:46 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:45 +0100] "GET /app.php/user/ HTTP/1.1" 200 13392 -::1 - - [10/Feb/2017:16:51:46 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:46 +0100] "GET /app.php/login HTTP/1.1" 200 6540 -::1 - - [10/Feb/2017:16:51:46 +0100] "GET /app.php/user/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:51:47 +0100] "GET /app.php/ HTTP/1.1" 200 19056 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [10/Feb/2017:16:51:48 +0100] "GET /app.php/ HTTP/1.1" 200 19056 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:51:49 +0100] "GET /app.php/dist/purify.min.js.map HTTP/1.1" 404 5575 -::1 - - [10/Feb/2017:16:52:23 +0100] "GET / HTTP/1.1" 302 316 -::1 - - [10/Feb/2017:16:52:23 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [10/Feb/2017:16:52:24 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:35 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10173 -::1 - - [10/Feb/2017:16:52:35 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:35 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:35 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:35 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [10/Feb/2017:16:52:35 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [10/Feb/2017:16:52:35 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:35 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [10/Feb/2017:16:52:36 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [10/Feb/2017:16:52:36 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:36 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:52:36 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:52:36 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:52:36 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:37 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 -::1 - - [10/Feb/2017:16:52:37 +0100] "GET /app.php/login HTTP/1.1" 200 6293 -::1 - - [10/Feb/2017:16:52:37 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:37 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:42 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 -::1 - - [10/Feb/2017:16:52:43 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 -::1 - - [10/Feb/2017:16:52:43 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 -::1 - - [10/Feb/2017:16:52:44 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:44 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:50 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 10420 -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /css/4791086.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:52:51 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:53:08 +0100] "GET /app.php/tournament/3/public HTTP/1.1" 200 10761 -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /css/c82fac2.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/5d9ade9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:53:09 +0100] "GET /js/5d9ade9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:53:15 +0100] "GET /favicon.ico HTTP/1.1" 404 310 -::1 - - [10/Feb/2017:16:53:15 +0100] "GET /favicon.ico HTTP/1.1" 404 310 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET / HTTP/1.1" 302 316 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:16:56:06 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:56:31 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:16:56:31 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:56:31 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:56:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:56:32 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:56:32 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:16:56:56 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:56:57 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:58:14 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:16:58:15 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:58:16 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:16:58:30 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:16:58:31 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /css/0bb243f.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:17:31:38 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:17:31:39 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:32:33 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 -::1 - - [10/Feb/2017:17:32:33 +0100] "GET /app.php/login HTTP/1.1" 200 6293 -::1 - - [10/Feb/2017:17:32:33 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:32:33 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:32:34 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:32:37 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 -::1 - - [10/Feb/2017:17:32:38 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 -::1 - - [10/Feb/2017:17:32:39 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:32:38 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 -::1 - - [10/Feb/2017:17:32:39 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:32:39 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:32:50 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:32:51 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:32:51 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:32:51 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:32:56 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:32:57 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:32:58 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:32:59 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:01 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:01 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:02 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:04 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:05 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:07 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:08 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:10 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:11 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:12 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [10/Feb/2017:17:33:12 +0100] "GET /app.php/tournament/admin HTTP/1.1" 200 4341 -::1 - - [10/Feb/2017:17:33:13 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:13 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:13 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:13 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:17:33:17 +0100] "POST /app.php/tournament/admin HTTP/1.1" 302 352 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7446 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:33:18 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:43:46 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 8040 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:43:47 +0100] "GET /favicon.ico HTTP/1.1" 404 310 -::1 - - [10/Feb/2017:17:45:24 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7446 -::1 - - [10/Feb/2017:17:45:24 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:25 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:25 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:17:45:30 +0100] "POST /app.php/tournament/admin HTTP/1.1" 302 352 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /app.php/tournament/3/admin HTTP/1.1" 200 5896 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:31 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:33 +0100] "POST /app.php/tournament/admin HTTP/1.1" 302 352 -::1 - - [10/Feb/2017:17:45:34 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7446 -::1 - - [10/Feb/2017:17:45:35 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:45:35 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:45:35 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7478 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:05 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:36 +0100] "GET /app.php/tournament/1/admin HTTP/1.1" 200 7425 -::1 - - [10/Feb/2017:17:46:37 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:37 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:37 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:39 +0100] "POST /app.php/tournament/admin HTTP/1.1" 302 384 -::1 - - [10/Feb/2017:17:46:40 +0100] "GET /app.php/tournament/2/admin HTTP/1.1" 200 5895 -::1 - - [10/Feb/2017:17:46:40 +0100] "GET /css/aad03b0.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:46:40 +0100] "GET /css/35fead6.css HTTP/1.1" 404 314 -::1 - - [10/Feb/2017:17:46:40 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:40 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:40 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:40 +0100] "GET /js/db38b94.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:41 +0100] "GET /js/a2edab9.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:46:41 +0100] "GET /js/3fe3368.js HTTP/1.1" 404 312 -::1 - - [10/Feb/2017:17:51:34 +0100] "GET /app.php/tournament/2/admin HTTP/1.1" 200 5863 -::1 - - [10/Feb/2017:17:51:34 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [10/Feb/2017:17:51:34 +0100] "GET /js/db38b94.js HTTP/1.1" 200 95790 -::1 - - [10/Feb/2017:17:51:34 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [10/Feb/2017:17:51:34 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [10/Feb/2017:17:51:34 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 -::1 - - [10/Feb/2017:17:51:35 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [10/Feb/2017:17:51:35 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [10/Feb/2017:17:51:35 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:17:51:35 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:23:52:36 +0100] "GET /app.php/tournament/admin HTTP/1.1" 302 388 -::1 - - [10/Feb/2017:23:52:39 +0100] "GET /app.php/login HTTP/1.1" 200 6293 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/fonts/Oswald-Regular.ttf HTTP/1.1" 200 50944 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 -::1 - - [10/Feb/2017:23:52:42 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [10/Feb/2017:23:54:06 +0100] "POST /app.php/login_check HTTP/1.1" 302 432 -::1 - - [10/Feb/2017:23:54:08 +0100] "GET /app.php/tournament/admin HTTP/1.1" 403 5618 -::1 - - [10/Feb/2017:23:54:09 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [10/Feb/2017:23:54:21 +0100] "GET /app.php/ HTTP/1.1" 200 18852 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /css/0bb243f.css HTTP/1.1" 200 6352 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [10/Feb/2017:23:54:23 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 -::1 - - [10/Feb/2017:23:55:14 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [10/Feb/2017:23:55:11 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9100 -::1 - - [10/Feb/2017:23:55:14 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [10/Feb/2017:23:55:14 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [10/Feb/2017:23:55:14 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [10/Feb/2017:23:55:14 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 -::1 - - [10/Feb/2017:23:55:14 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [10/Feb/2017:23:55:14 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [10/Feb/2017:23:55:14 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:00:02:28 +0100] "GET /app.php/logout HTTP/1.1" 302 368 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /css/0bb243f.css HTTP/1.1" 200 6352 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:02:28 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 -::1 - - [11/Feb/2017:00:02:29 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 -::1 - - [11/Feb/2017:00:02:31 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 -::1 - - [11/Feb/2017:00:02:31 +0100] "GET /app.php/login HTTP/1.1" 200 6293 -::1 - - [11/Feb/2017:00:02:32 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:02:32 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 -::1 - - [11/Feb/2017:00:02:38 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 -::1 - - [11/Feb/2017:00:02:38 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 -::1 - - [11/Feb/2017:00:02:41 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:02:39 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 -::1 - - [11/Feb/2017:00:02:45 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 -::1 - - [11/Feb/2017:00:02:45 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:02:45 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 -::1 - - [11/Feb/2017:00:02:51 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:02:51 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:02:51 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:02:50 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9304 -::1 - - [11/Feb/2017:00:02:51 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:00:02:51 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:00:02:51 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:00:02:51 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [11/Feb/2017:00:03:01 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:03:00 +0100] "GET /app.php/infos/faq HTTP/1.1" 200 14270 -::1 - - [11/Feb/2017:00:03:07 +0100] "GET /app.php/forum/ HTTP/1.1" 302 352 -::1 - - [11/Feb/2017:00:03:12 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:03:11 +0100] "GET /app.php/infos/faq HTTP/1.1" 200 14270 -::1 - - [11/Feb/2017:00:03:18 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:03:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:03:18 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:03:17 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9304 -::1 - - [11/Feb/2017:00:03:18 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [11/Feb/2017:00:03:18 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:00:03:18 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:00:03:18 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:00:15:39 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:15:39 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:15:39 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:15:38 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9304 -::1 - - [11/Feb/2017:00:15:40 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:00:15:43 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:15:43 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:15:43 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:15:42 +0100] "GET /app.php/tournament/public HTTP/1.1" 200 9304 -::1 - - [11/Feb/2017:00:17:27 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 -::1 - - [11/Feb/2017:00:17:28 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:17:27 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 -::1 - - [11/Feb/2017:00:17:34 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 300 -::1 - - [11/Feb/2017:00:17:36 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:17:35 +0100] "GET /app.php/user/ HTTP/1.1" 200 13479 -::1 - - [11/Feb/2017:00:17:44 +0100] "POST /app.php/user/ HTTP/1.1" 302 340 -::1 - - [11/Feb/2017:00:17:47 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:17:47 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:17:47 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:17:46 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 -::1 - - [11/Feb/2017:00:17:47 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:00:17:47 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:00:17:47 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:00:17:47 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:00:17:47 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [11/Feb/2017:00:38:08 +0100] "GET /app.php/tournament/user HTTP/1.1" 500 6037 -::1 - - [11/Feb/2017:00:38:08 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:38:08 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:08 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:08 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /bundles/insalan/fonts/Oswald-Regular.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:38:09 +0100] "GET /favicon.ico HTTP/1.1" 404 310 -::1 - - [11/Feb/2017:00:38:30 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:38:30 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:38:30 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11384 -::1 - - [11/Feb/2017:00:38:30 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:38:30 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:00:38:30 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:00:38:31 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:00:38:31 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:00:38:31 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [11/Feb/2017:00:40:47 +0100] "GET /app.php/tournament/user HTTP/1.1" 500 6036 -::1 - - [11/Feb/2017:00:40:48 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:40:48 +0100] "GET /js/3fe3368.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:00:41:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:41:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:41:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:41:02 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11399 -::1 - - [11/Feb/2017:00:54:53 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:54:53 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:54:53 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:54:53 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 -::1 - - [11/Feb/2017:00:54:54 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:00:59:10 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:59:10 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:59:10 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:59:10 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 -::1 - - [11/Feb/2017:00:59:11 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:00:59:13 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:59:13 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:59:13 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:59:12 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 -::1 - - [11/Feb/2017:00:59:13 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:00:59:36 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:00:59:36 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:00:59:36 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:00:59:35 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11381 -::1 - - [11/Feb/2017:00:59:36 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:01:00:18 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:00:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:00:18 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:00:17 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:00:31 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:00:31 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:00:31 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:00:31 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:00:42 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:00:42 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:00:42 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:00:41 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:01:14 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:01:14 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:01:14 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:01:14 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:01:32 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:01:32 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:01:32 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:01:32 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:02:32 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:02:32 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:02:32 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:02:31 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:02:47 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:02:47 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:02:47 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:02:46 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:03:01 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:03:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:03:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:03:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:04:02 +0100] "-" 408 - -::1 - - [11/Feb/2017:01:04:08 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:04:09 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:04:09 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:04:09 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:05:09 +0100] "-" 408 - -::1 - - [11/Feb/2017:01:05:19 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:05:19 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:05:19 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:05:19 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:05:36 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:05:36 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:05:36 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:05:35 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:07:46 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:07:46 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:07:46 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:07:46 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:08:01 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:08:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:08:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:08:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:12:08 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:12:08 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:12:08 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:12:08 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:12:21 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:12:21 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:12:21 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:12:21 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:12:40 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:12:40 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:12:40 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:12:39 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:13:30 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:13:30 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:13:30 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:13:30 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:14:08 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:14:10 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:14:10 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:14:10 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:14:15 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:14:15 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:14:15 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:14:14 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:14:18 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:14:18 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:14:18 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:14:16 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:14:37 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:14:39 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:14:39 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:14:39 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:14:59 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:15:00 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:15:00 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:15:00 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:16:30 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:16:30 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:16:30 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:16:29 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:16:54 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:16:54 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:16:54 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:16:53 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:17:48 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:17:48 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:17:48 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:17:47 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:19:01 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:19:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:19:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:19:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:19:24 +0100] "GET / HTTP/1.1" 302 316 -::1 - - [11/Feb/2017:01:19:24 +0100] "GET /app.php/ HTTP/1.1" 200 18804 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /css/0bb243f.css HTTP/1.1" 200 6352 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:01:19:25 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:01:19:26 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 -::1 - - [11/Feb/2017:01:19:27 +0100] "GET /app.php/tournament/user HTTP/1.1" 302 388 -::1 - - [11/Feb/2017:01:19:27 +0100] "GET /app.php/login HTTP/1.1" 200 6293 -::1 - - [11/Feb/2017:01:19:32 +0100] "POST /app.php/login_check HTTP/1.1" 302 428 -::1 - - [11/Feb/2017:01:19:32 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11382 -::1 - - [11/Feb/2017:01:19:33 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:19:33 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:19:33 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [11/Feb/2017:01:19:33 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:19:33 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:19:33 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:19:33 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:19:33 +0100] "GET /bundles/insalan/fonts/Oswald-Regular.ttf HTTP/1.1" 200 50944 -::1 - - [11/Feb/2017:01:21:54 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:21:54 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:21:53 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11420 -::1 - - [11/Feb/2017:01:21:54 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:21:54 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [11/Feb/2017:01:21:54 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 -::1 - - [11/Feb/2017:01:22:02 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:22:02 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:22:02 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:22:01 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11420 -::1 - - [11/Feb/2017:01:22:42 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:22:42 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:22:42 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:22:41 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11423 -::1 - - [11/Feb/2017:01:22:42 +0100] "GET /js/3fe3368.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:22:42 +0100] "GET /js/a2edab9.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:29:34 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:29:35 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:29:35 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:29:35 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:29:39 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:29:43 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:29:48 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:29:48 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:29:48 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:29:43 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 182972 -::1 - - [11/Feb/2017:01:29:48 +0100] "GET /app_dev.php/_wdt/09e7d1 HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:01:30:36 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:30:36 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:30:36 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:30:37 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:30:37 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:30:42 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:30:45 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:30:45 +0100] "GET /app_dev.php/ HTTP/1.1" 200 41438 -::1 - - [11/Feb/2017:01:30:47 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:01:30:48 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:01:30:47 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:01:30:47 +0100] "GET /app_dev.php/css/0bb243f_news_1.css HTTP/1.1" 200 6352 -::1 - - [11/Feb/2017:01:30:47 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 -::1 - - [11/Feb/2017:01:30:50 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:01:30:49 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:01:30:52 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 -::1 - - [11/Feb/2017:01:30:52 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:01:30:52 +0100] "GET /app_dev.php/_wdt/585a3b HTTP/1.1" 200 29046 -::1 - - [11/Feb/2017:01:30:58 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:30:58 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:30:58 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:30:54 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 179503 -::1 - - [11/Feb/2017:01:30:58 +0100] "GET /app_dev.php/_wdt/c6cdbe HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:31:25 +0100] "GET /app.php/tournament/user HTTP/1.1" 200 11423 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /css/4791086.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /css/35fead6.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /css/aad03b0.css HTTP/1.1" 200 19032 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /js/a2edab9.js HTTP/1.1" 200 109164 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /js/3fe3368.js HTTP/1.1" 200 149990 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:01:31:26 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 -::1 - - [11/Feb/2017:01:31:41 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:31:41 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:31:41 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:31:39 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 179503 -::1 - - [11/Feb/2017:01:31:41 +0100] "GET /app_dev.php/_wdt/045d60 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:32:29 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:32:29 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:32:29 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:32:26 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 182972 -::1 - - [11/Feb/2017:01:32:30 +0100] "GET /app_dev.php/_wdt/7508d7 HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:01:33:09 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:33:09 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:33:09 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:33:06 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 179503 -::1 - - [11/Feb/2017:01:33:09 +0100] "GET /app_dev.php/_wdt/6a99f4 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:34:42 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:34:42 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:34:42 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:34:42 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:34:47 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:35:14 +0100] "GET / HTTP/1.0" 400 468 -::1 - - [11/Feb/2017:01:35:14 +0100] "GET /app_dev.php HTTP/1.1" 200 41438 -::1 - - [11/Feb/2017:01:35:16 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:01:35:15 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:01:35:15 +0100] "GET /app_dev.php/css/0bb243f_news_1.css HTTP/1.1" 200 6352 -::1 - - [11/Feb/2017:01:35:15 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:01:35:17 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:01:35:19 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:01:35:19 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:01:35:19 +0100] "GET /app_dev.php/_wdt/50bee2 HTTP/1.1" 200 29044 -::1 - - [11/Feb/2017:01:35:22 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:35:22 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:35:22 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:35:19 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 179503 -::1 - - [11/Feb/2017:01:35:23 +0100] "GET /app_dev.php/_wdt/e64040 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:35:54 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:35:54 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:35:54 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:35:50 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 -::1 - - [11/Feb/2017:01:35:54 +0100] "GET /app_dev.php/_wdt/12a206 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:41:56 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:41:56 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:41:56 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:41:53 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 -::1 - - [11/Feb/2017:01:41:56 +0100] "GET /app_dev.php/_wdt/c016b5 HTTP/1.1" 200 29072 -::1 - - [11/Feb/2017:01:43:01 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:43:01 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:43:01 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:42:57 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 -::1 - - [11/Feb/2017:01:43:01 +0100] "GET /app_dev.php/_wdt/4b0b59 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:43:26 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 -::1 - - [11/Feb/2017:01:43:33 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:43:33 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:43:33 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:43:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 -::1 - - [11/Feb/2017:01:43:33 +0100] "GET /app_dev.php/_wdt/6dba46 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:45:07 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:45:07 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:45:07 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:45:04 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 -::1 - - [11/Feb/2017:01:45:08 +0100] "GET /app_dev.php/_wdt/087b4f HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:46:00 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:46:00 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:46:00 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:45:57 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 110599 -::1 - - [11/Feb/2017:01:46:00 +0100] "GET /app_dev.php/_wdt/905e1a HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:01:47:42 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 28613 -::1 - - [11/Feb/2017:01:47:44 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:47:44 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:01:47:44 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:01:47:45 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:01:47:44 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:01:47:47 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:01:47:48 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:01:47:50 +0100] "GET /app_dev.php/_wdt/0e17d7 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:01:48:06 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:48:06 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:48:06 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:48:02 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 -::1 - - [11/Feb/2017:01:48:06 +0100] "GET /app_dev.php/_wdt/ab6797 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:48:52 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:48:52 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:48:52 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:48:49 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180479 -::1 - - [11/Feb/2017:01:48:53 +0100] "GET /app_dev.php/_wdt/7f0ad1 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:49:46 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 302 404 -::1 - - [11/Feb/2017:01:49:48 +0100] "GET /app_dev.php/login HTTP/1.1" 200 28656 -::1 - - [11/Feb/2017:01:49:49 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:01:49:49 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:01:49:50 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:01:49:51 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:01:49:49 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:01:49:50 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:01:49:50 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:01:49:52 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:01:49:52 +0100] "GET /app_dev.php/_wdt/173c2c HTTP/1.1" 200 31276 -::1 - - [11/Feb/2017:01:49:55 +0100] "POST /app_dev.php/login_check HTTP/1.1" 302 444 -::1 - - [11/Feb/2017:01:49:56 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 302 316 -::1 - - [11/Feb/2017:01:49:57 +0100] "GET /app_dev.php/user/ HTTP/1.1" 200 35850 -::1 - - [11/Feb/2017:01:49:59 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:49:59 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:49:59 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:50:01 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:50:01 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:50:03 +0100] "GET /app_dev.php/_wdt/aa99a2 HTTP/1.1" 200 32896 -::1 - - [11/Feb/2017:01:50:07 +0100] "POST /app_dev.php/user/ HTTP/1.1" 302 356 -::1 - - [11/Feb/2017:01:50:10 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 31624 -::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:50:14 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:01:50:14 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:01:50:14 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:01:50:14 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:01:50:11 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:01:50:14 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:50:14 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:50:14 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:01:50:14 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:01:50:17 +0100] "GET /app_dev.php/_wdt/659efb HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:01:54:59 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:54:59 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:54:59 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:54:57 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180481 -::1 - - [11/Feb/2017:01:54:59 +0100] "GET /app_dev.php/_wdt/fd4093 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:56:09 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:56:09 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:56:09 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:56:06 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 139129 -::1 - - [11/Feb/2017:01:56:09 +0100] "GET /app_dev.php/_wdt/f52357 HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:01:56:23 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:01:56:23 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:01:56:23 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:01:56:20 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 181180 -::1 - - [11/Feb/2017:01:56:24 +0100] "GET /app_dev.php/_wdt/b5171a HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:01:56:51 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 -::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:01:56:54 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:01:56:57 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:01:57:00 +0100] "GET /app_dev.php/_wdt/5ad1d6 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:02:00:12 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:02:00:12 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:02:00:12 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:02:00:10 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 103297 -::1 - - [11/Feb/2017:02:00:12 +0100] "GET /app_dev.php/_wdt/151f7d HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:02:00:26 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:02:00:26 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:02:00:26 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:02:00:24 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 158164 -::1 - - [11/Feb/2017:02:00:27 +0100] "GET /app_dev.php/_wdt/6681ea HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:02:00:56 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:02:00:56 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:02:00:56 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:02:00:53 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 158164 -::1 - - [11/Feb/2017:02:00:56 +0100] "GET /app_dev.php/_wdt/b65329 HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:02:01:04 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 -::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:02:01:06 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:02:01:09 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:02:01:12 +0100] "GET /app_dev.php/_wdt/12bcb9 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:02:01:21 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 -::1 - - [11/Feb/2017:02:01:23 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:02:01:23 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:02:01:23 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:02:01:23 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:02:01:24 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:26 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:26 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:26 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:26 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:29 +0100] "GET /app_dev.php/_wdt/72a519 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:02:01:48 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 -::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:02:01:50 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:52 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:52 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:52 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:52 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:01:55 +0100] "GET /app_dev.php/_wdt/343a78 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:02:02:51 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33801 -::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:02:02:53 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:02:56 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:02:56 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:02:56 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:02:56 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:02:59 +0100] "GET /app_dev.php/_wdt/34db7a HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:02:04:17 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33881 -::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:19 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:22 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:04:25 +0100] "GET /app_dev.php/_wdt/a5264a HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:02:05:28 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33873 -::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:02:05:30 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:33 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:33 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:33 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:33 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:36 +0100] "GET /app_dev.php/_wdt/2149b1 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:02:05:56 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33883 -::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:05:59 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:06:01 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:06:01 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:06:01 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:06:01 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:02:06:05 +0100] "GET /app_dev.php/_wdt/f85cbd HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:03:22:13 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:03:22:11 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 33883 -::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:03:22:13 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:03:22:16 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:03:22:19 +0100] "GET /app_dev.php/_wdt/81f56a HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:03:35:07 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34021 -::1 - - [11/Feb/2017:03:35:09 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:03:35:09 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:03:35:09 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:03:35:10 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:09 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:13 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:35:16 +0100] "GET /app_dev.php/_wdt/d59e36 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:03:35:57 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34085 -::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:03:35:59 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:36:02 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:36:02 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:36:02 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:36:02 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:36:05 +0100] "GET /app_dev.php/_wdt/9c2625 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:03:38:28 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34088 -::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:03:38:30 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:33 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:33 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:33 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:33 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:37 +0100] "GET /app_dev.php/_wdt/225a7e HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:03:38:40 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34088 -::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:42 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:45 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:45 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:45 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:45 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:03:38:49 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:03:38:49 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:03:38:49 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:03:38:47 +0100] "GET /app_dev.php/tournament/tournament/user/voip?voip=mumble HTTP/1.1" 500 81518 -::1 - - [11/Feb/2017:03:38:49 +0100] "GET /app_dev.php/_wdt/745435 HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:03:40:30 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:03:40:30 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:03:40:30 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:03:40:25 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 325143 -::1 - - [11/Feb/2017:03:40:30 +0100] "GET /app_dev.php/_wdt/77e35b HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:03:40:32 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 325143 -::1 - - [11/Feb/2017:03:40:39 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:03:40:39 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:03:40:39 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:03:40:36 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 325143 -::1 - - [11/Feb/2017:03:40:40 +0100] "GET /app_dev.php/_wdt/c7e19c HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:03:41:02 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34096 -::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:03:41:05 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:03:41:08 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:03:41:11 +0100] "GET /app_dev.php/_wdt/d8a425 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:03:41:14 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:03:41:14 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:03:41:14 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:03:41:12 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150646 -::1 - - [11/Feb/2017:03:41:15 +0100] "GET /app_dev.php/_wdt/f04c36 HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:10:54:41 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:10:54:41 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:10:54:41 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:10:54:21 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150646 -::1 - - [11/Feb/2017:10:54:42 +0100] "GET /favicon.ico HTTP/1.1" 404 310 -::1 - - [11/Feb/2017:10:54:41 +0100] "GET /app_dev.php/_wdt/d76347 HTTP/1.1" 200 29084 -::1 - - [11/Feb/2017:11:15:25 +0100] "GET /app_dev.php/ HTTP/1.1" 200 41438 -::1 - - [11/Feb/2017:11:15:27 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:11:15:28 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:11:15:27 +0100] "GET /app_dev.php/css/0bb243f_news_1.css HTTP/1.1" 200 6352 -::1 - - [11/Feb/2017:11:15:27 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:15:27 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:15:29 +0100] "GET /bundles/insalan/img/partenaires/3hit.png HTTP/1.1" 200 48230 -::1 - - [11/Feb/2017:11:15:29 +0100] "GET /bundles/insalan/img/partenaires/ldlc-rennes.jpg HTTP/1.1" 200 170618 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:11:15:29 +0100] "GET /bundles/insalan/img/partenaires/vdr.png HTTP/1.1" 200 341034 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/fade-bot.png HTTP/1.1" 200 15861 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/tweed.png HTTP/1.1" 200 34467 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/warpzone.png HTTP/1.1" 200 41779 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/japanim.jpg HTTP/1.1" 200 15016 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/hil-proprete.jpg HTTP/1.1" 200 12881 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/canardpc.png HTTP/1.1" 200 58318 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/ouest-france.png HTTP/1.1" 200 138288 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/campanile.png HTTP/1.1" 200 14955 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/breizhloc.png HTTP/1.1" 200 14848 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/sog%C3%A9.png HTTP/1.1" 200 12603 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/friking.jpg HTTP/1.1" 200 583257 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/star.jpg HTTP/1.1" 200 7664 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/noctua.jpg HTTP/1.1" 200 9289 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/quantic-telecom.png HTTP/1.1" 200 3028 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/dominos.png HTTP/1.1" 200 24580 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/otaku-planet.png HTTP/1.1" 200 32512 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:11:15:30 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:11:15:29 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:11:15:29 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:11:15:29 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:11:15:31 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:11:15:31 +0100] "GET /app_dev.php/_wdt/251b7e HTTP/1.1" 200 29048 -::1 - - [11/Feb/2017:11:15:34 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34096 -::1 - - [11/Feb/2017:11:15:35 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:15:35 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:11:15:35 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:15:35 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:11:15:38 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:11:15:38 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:11:15:38 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:11:15:38 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:11:15:36 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:11:15:38 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:11:15:38 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:11:15:38 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:11:15:38 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:11:15:43 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:15:43 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:15:43 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:15:41 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150643 -::1 - - [11/Feb/2017:11:15:43 +0100] "GET /app_dev.php/_wdt/52a4cb HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:16:01 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:16:01 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:16:01 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:15:59 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150649 -::1 - - [11/Feb/2017:11:16:02 +0100] "GET /app_dev.php/_wdt/bdfb96 HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:16:11 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:16:11 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:16:11 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:16:09 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150952 -::1 - - [11/Feb/2017:11:16:11 +0100] "GET /app_dev.php/_wdt/d05285 HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:27:28 +0100] "GET /images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png HTTP/1.1" 404 375 -::1 - - [11/Feb/2017:11:27:28 +0100] "GET /images/nav_logo229.png HTTP/1.1" 404 321 -::1 - - [11/Feb/2017:11:27:28 +0100] "GET /client_204?&atyp=i&biw=1886&bih=956&ei=EOeeWMsMxItT79OWuA0 HTTP/1.1" 404 309 -::1 - - [11/Feb/2017:11:27:28 +0100] "GET /xjs/_/js/k=xjs.hp.en_US.PT1br_mjkRI.O/m=sb_he,d/rt=j/d=1/t=zcms/rs=ACT90oGbKPKhq_RnTNyGpUOadQccenUegw HTTP/1.1" 404 400 -::1 - - [11/Feb/2017:11:27:29 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:27:29 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:27:29 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:27:21 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 200 197655 -::1 - - [11/Feb/2017:11:27:29 +0100] "GET /app_dev.php/_wdt/b0dd3e HTTP/1.1" 200 29076 -::1 - - [11/Feb/2017:11:32:09 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:32:09 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:32:09 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:32:08 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 17320 -::1 - - [11/Feb/2017:11:32:24 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:32:24 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:32:24 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:32:22 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 70664 -::1 - - [11/Feb/2017:11:32:24 +0100] "GET /app_dev.php/_wdt/974f52 HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:11:38:39 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:38:39 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:38:39 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:38:37 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150782 -::1 - - [11/Feb/2017:11:38:40 +0100] "GET /app_dev.php/_wdt/556222 HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:39:48 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:39:48 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:39:48 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:39:45 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150782 -::1 - - [11/Feb/2017:11:39:48 +0100] "GET /app_dev.php/_wdt/af18d6 HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:40:24 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:40:24 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:40:24 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:40:21 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150782 -::1 - - [11/Feb/2017:11:40:24 +0100] "GET /app_dev.php/_wdt/2fad6e HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:42:36 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:42:36 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:42:36 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:42:33 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 151780 -::1 - - [11/Feb/2017:11:42:36 +0100] "GET /app_dev.php/_wdt/af0b6e HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:42:50 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:42:50 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:42:50 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:42:47 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 151780 -::1 - - [11/Feb/2017:11:42:50 +0100] "GET /app_dev.php/_wdt/37624f HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:43:41 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:43:41 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:43:41 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:43:39 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 151780 -::1 - - [11/Feb/2017:11:43:41 +0100] "GET /app_dev.php/_wdt/f7c51a HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:45:08 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:45:08 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:45:08 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:45:06 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 150817 -::1 - - [11/Feb/2017:11:45:09 +0100] "GET /app_dev.php/_wdt/ff0812 HTTP/1.1" 200 29075 -::1 - - [11/Feb/2017:11:49:42 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 302 356 -::1 - - [11/Feb/2017:11:49:44 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34096 -::1 - - [11/Feb/2017:11:49:45 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:49:45 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:49:45 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:11:49:45 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:11:52:06 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:52:06 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:52:06 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:52:03 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 500 71683 -::1 - - [11/Feb/2017:11:52:06 +0100] "GET /app_dev.php/_wdt/74d217 HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:11:52:11 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=mumble HTTP/1.1" 302 356 -::1 - - [11/Feb/2017:11:52:12 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34096 -::1 - - [11/Feb/2017:11:52:13 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:11:52:13 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:11:52:15 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:11:52:18 +0100] "GET /app_dev.php/_wdt/cbda91 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:11:52:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34102 -::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:11:52:32 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:11:52:34 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:11:52:35 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:11:52:35 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:11:52:35 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:11:52:37 +0100] "GET /app_dev.php/_wdt/513bc9 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:11:52:57 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:52:57 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:52:57 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:52:55 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 64922 -::1 - - [11/Feb/2017:11:52:57 +0100] "GET /app_dev.php/_wdt/b25434 HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:11:53:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34126 -::1 - - [11/Feb/2017:11:53:31 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:11:53:31 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:11:53:31 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:53:31 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:11:53:32 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:11:53:34 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:11:53:36 +0100] "GET /app_dev.php/_wdt/8bad01 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:11:54:51 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 35153 -::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:11:54:53 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:54:57 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:11:54:57 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:11:54:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:11:54:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:11:55:00 +0100] "GET /app_dev.php/_wdt/68c31b HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:11:55:44 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 17691 -::1 - - [11/Feb/2017:11:55:45 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:55:45 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:55:45 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:55:54 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:55:54 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:55:54 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:55:52 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 70170 -::1 - - [11/Feb/2017:11:55:54 +0100] "GET /app_dev.php/_wdt/0b290b HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:11:56:17 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:56:17 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:56:17 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:56:12 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 70183 -::1 - - [11/Feb/2017:11:56:17 +0100] "GET /app_dev.php/_wdt/a1d5f4 HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:11:56:44 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:56:44 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:56:44 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:56:41 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 70510 -::1 - - [11/Feb/2017:11:56:44 +0100] "GET /app_dev.php/_wdt/b90940 HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:11:57:08 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:57:08 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:57:08 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:57:06 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 40229 -::1 - - [11/Feb/2017:11:57:08 +0100] "GET /app_dev.php/_wdt/b93ea4 HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:11:57:34 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:57:34 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:57:34 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:57:32 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 65250 -::1 - - [11/Feb/2017:11:57:34 +0100] "GET /app_dev.php/_wdt/f5579a HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:11:58:10 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34270 -::1 - - [11/Feb/2017:11:58:11 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:58:11 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:11:58:11 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:11:58:11 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:11:58:12 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:11:58:14 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:11:58:16 +0100] "GET /app_dev.php/_wdt/408252 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:11:58:35 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:11:58:35 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:11:58:35 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:11:58:33 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 65250 -::1 - - [11/Feb/2017:11:58:35 +0100] "GET /app_dev.php/_wdt/d164e1 HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:11:59:01 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34270 -::1 - - [11/Feb/2017:11:59:03 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:11:59:03 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:11:59:03 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:11:59:03 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:11:59:04 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:11:59:06 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:11:59:08 +0100] "GET /app_dev.php/_wdt/48d09a HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:00:19 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34093 -::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:00:21 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:00:24 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:00:24 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:00:24 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:00:24 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:00:26 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:12:00:26 +0100] "GET /app_dev.php/_wdt/bdafad HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:00:34 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:00:34 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:00:34 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:00:32 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 65728 -::1 - - [11/Feb/2017:12:00:34 +0100] "GET /app_dev.php/_wdt/ec4dd0 HTTP/1.1" 200 29071 -::1 - - [11/Feb/2017:12:00:49 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34240 -::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:12:00:51 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:12:00:53 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:12:00:56 +0100] "GET /app_dev.php/_wdt/00d49c HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:02:16 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=teamspeak HTTP/1.1" 302 356 -::1 - - [11/Feb/2017:12:02:18 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34093 -::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:02:19 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:02:21 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:02:21 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:02:21 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:02:21 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:02:24 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:12:02:24 +0100] "GET /app_dev.php/_wdt/f560f1 HTTP/1.1" 200 29052 -::1 - - [11/Feb/2017:12:06:12 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34860 -::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:14 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:17 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:06:19 +0100] "GET /app_dev.php/_wdt/56e7ee HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:09:58 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34866 -::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:10:00 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:10:02 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:10:02 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:10:02 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:10:02 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:10:05 +0100] "GET /app_dev.php/_wdt/7d740b HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:12:51 +0100] "GET /bundles/insalan/img/menu_hover.png HTTP/1.1" 200 8322 -::1 - - [11/Feb/2017:12:15:05 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:15:05 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:15:05 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:15:02 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 133080 -::1 - - [11/Feb/2017:12:15:05 +0100] "GET /app_dev.php/_wdt/c6e2f5 HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:12:15:08 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:15:08 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:15:08 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:15:07 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 133079 -::1 - - [11/Feb/2017:12:15:09 +0100] "GET /app_dev.php/_wdt/1ecf18 HTTP/1.1" 200 29073 -::1 - - [11/Feb/2017:12:15:33 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34609 -::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 200 442960 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 200 221108 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:12:15:35 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:12:15:38 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:12:15:40 +0100] "GET /app_dev.php/_wdt/792780 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:19:20 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34095 -::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:19:22 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:19:25 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:19:25 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:19:25 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:19:25 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:19:27 +0100] "GET /app_dev.php/_wdt/270829 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:20:36 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:20:36 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:20:36 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:20:33 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 183138 -::1 - - [11/Feb/2017:12:20:36 +0100] "GET /app_dev.php/_wdt/b193b4 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:12:21:11 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:21:11 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:21:11 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:21:08 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180610 -::1 - - [11/Feb/2017:12:21:11 +0100] "GET /app_dev.php/_wdt/c91afd HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:12:21:41 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:21:41 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:21:41 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:21:38 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 180715 -::1 - - [11/Feb/2017:12:21:41 +0100] "GET /app_dev.php/_wdt/9179f1 HTTP/1.1" 200 29070 -::1 - - [11/Feb/2017:12:23:40 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34286 -::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:12:23:42 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:12:23:44 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:12:23:47 +0100] "GET /app_dev.php/_wdt/425063 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:24:15 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34329 -::1 - - [11/Feb/2017:12:24:16 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:24:16 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:24:16 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:24:16 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:24:17 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:24:19 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:24:19 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:24:19 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:24:19 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:24:21 +0100] "GET /app_dev.php/_wdt/8a3cd9 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:25:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 34329 -::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:25:32 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:25:34 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:25:34 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:25:34 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:25:34 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:25:37 +0100] "GET /app_dev.php/_wdt/e90dc7 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:26:33 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36138 -::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:26:34 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:26:37 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:26:37 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:26:37 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:26:37 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:26:39 +0100] "GET /app_dev.php/_wdt/f7067e HTTP/1.1" 200 29052 -::1 - - [11/Feb/2017:12:27:20 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36221 -::1 - - [11/Feb/2017:12:27:21 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:27:21 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:27:21 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:27:21 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:27:22 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:24 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:24 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:24 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:24 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:26 +0100] "GET /app_dev.php/_wdt/83a903 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:27:53 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36290 -::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:27:55 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:57 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:57 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:27:57 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:28:00 +0100] "GET /app_dev.php/_wdt/e78fa4 HTTP/1.1" 200 29054 -::1 - - [11/Feb/2017:12:31:32 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36274 -::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:39 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:39 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:39 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:36 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:39 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:39 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:39 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:39 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:31:41 +0100] "GET /app_dev.php/_wdt/74dd3a HTTP/1.1" 200 30633 -::1 - - [11/Feb/2017:12:32:40 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:32:40 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:32:40 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:32:37 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 205423 -::1 - - [11/Feb/2017:12:32:40 +0100] "GET /app_dev.php/_wdt/cfcdda HTTP/1.1" 200 30648 -::1 - - [11/Feb/2017:12:34:12 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:34:12 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:34:12 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:34:10 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 64633 -::1 - - [11/Feb/2017:12:34:13 +0100] "GET /app_dev.php/_wdt/3d412a HTTP/1.1" 200 30649 -::1 - - [11/Feb/2017:12:34:33 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:34:33 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:34:33 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:34:30 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 207580 -::1 - - [11/Feb/2017:12:34:33 +0100] "GET /app_dev.php/_wdt/dbbb32 HTTP/1.1" 200 30648 -::1 - - [11/Feb/2017:12:35:00 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 35926 -::1 - - [11/Feb/2017:12:35:01 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:35:01 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:35:01 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:35:01 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/fonts/PT_Sans-Web-Regular.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/fonts/OpenSans-CondLight.ttf HTTP/1.1" 304 - -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:12:35:02 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:12:35:04 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:12:35:07 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:12:35:07 +0100] "GET /app_dev.php/_wdt/454a0d HTTP/1.1" 200 30632 -::1 - - [11/Feb/2017:12:35:07 +0100] "GET /app_dev.php/tournament/tournament/team/368/voip?voip=teamspeak HTTP/1.1" 302 356 -::1 - - [11/Feb/2017:12:35:10 +0100] "GET /bundles/framework/css/structure.css HTTP/1.1" 200 1200 -::1 - - [11/Feb/2017:12:35:10 +0100] "GET /bundles/framework/css/body.css HTTP/1.1" 200 6682 -::1 - - [11/Feb/2017:12:35:10 +0100] "GET /bundles/framework/css/exception.css HTTP/1.1" 200 2396 -::1 - - [11/Feb/2017:12:35:09 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 500 88271 -::1 - - [11/Feb/2017:12:35:10 +0100] "GET /app_dev.php/_wdt/ba8793 HTTP/1.1" 200 30647 -::1 - - [11/Feb/2017:12:35:54 +0100] "GET /app_dev.php/tournament/user HTTP/1.1" 200 36014 -::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/css/aad03b0_global_1.css HTTP/1.1" 200 15075 -::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/css/aad03b0_info_2.css HTTP/1.1" 200 3956 -::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/css/35fead6_jquery.bracket.min_1.css HTTP/1.1" 200 5008 -::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/css/4791086_tournament_1.css HTTP/1.1" 200 5164 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/logo-noyear.png HTTP/1.1" 200 24357 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /uploads/tournament/logo/fixtures-1.png HTTP/1.1" 200 14890 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/header_pattern1.png HTTP/1.1" 200 3011 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /uploads/tournament/logo/fixtures-2.png HTTP/1.1" 200 36013 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /uploads/tournament/logo/fixtures-3.png HTTP/1.1" 200 34670 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /uploads/tournament/logo/fixtures-4.png HTTP/1.1" 200 21656 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/partenaires/aeir.png HTTP/1.1" 200 9258 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/partenaires/insa-rennes.png HTTP/1.1" 200 8055 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/pattern_footer.png HTTP/1.1" 200 3000 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/logo_footer.png HTTP/1.1" 200 1117 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/facebook.png HTTP/1.1" 200 3154 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /bundles/insalan/img/twitter.png HTTP/1.1" 200 3413 -::1 - - [11/Feb/2017:12:35:56 +0100] "GET /app_dev.php/js/a2edab9_jquery_1.js HTTP/1.1" 200 95790 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /app_dev.php/js/3fe3368_global_3.js HTTP/1.1" 200 1303 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /app_dev.php/js/3fe3368_mootools-more-1.4.0.1_2.js HTTP/1.1" 200 60127 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /app_dev.php/js/3fe3368_mootools-core-1.4.5_1.js HTTP/1.1" 200 88558 -::1 - - [11/Feb/2017:12:35:58 +0100] "GET /app_dev.php/js/a2edab9_jquery.bracket.min_2.js HTTP/1.1" 200 13373 -::1 - - [11/Feb/2017:12:36:01 +0100] "GET /bundles/insalan/img/favicon.png HTTP/1.1" 200 2857 -::1 - - [11/Feb/2017:12:36:01 +0100] "GET /app_dev.php/_wdt/33e2f4 HTTP/1.1" 200 30632 diff --git a/error.log b/error.log deleted file mode 100644 index 3f39aa6f..00000000 --- a/error.log +++ /dev/null @@ -1,72 +0,0 @@ -[Fri Feb 10 16:42:30.091620 2017] [ssl:warn] [pid 14468:tid 480] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:42:30.092614 2017] [ssl:warn] [pid 14468:tid 480] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:42:30.327012 2017] [ssl:warn] [pid 14468:tid 480] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:42:30.327012 2017] [ssl:warn] [pid 14468:tid 480] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:42:31.078855 2017] [ssl:warn] [pid 4164:tid 500] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:42:31.079856 2017] [ssl:warn] [pid 4164:tid 500] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:42:31.232464 2017] [ssl:warn] [pid 4164:tid 500] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:42:31.232965 2017] [ssl:warn] [pid 4164:tid 500] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:42:38.789464 2017] [ssl:warn] [pid 3444:tid 588] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:42:38.789965 2017] [ssl:warn] [pid 3444:tid 588] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:42:38.945909 2017] [ssl:warn] [pid 3444:tid 588] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:42:38.946408 2017] [ssl:warn] [pid 3444:tid 588] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:42:39.678627 2017] [ssl:warn] [pid 7308:tid 532] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:42:39.680021 2017] [ssl:warn] [pid 7308:tid 532] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:42:39.824850 2017] [ssl:warn] [pid 7308:tid 532] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:42:39.824850 2017] [ssl:warn] [pid 7308:tid 532] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:58:26.164025 2017] [ssl:warn] [pid 9320:tid 548] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:58:26.165027 2017] [ssl:warn] [pid 9320:tid 548] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:58:26.320637 2017] [ssl:warn] [pid 9320:tid 548] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:58:26.320637 2017] [ssl:warn] [pid 9320:tid 548] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:58:27.119715 2017] [ssl:warn] [pid 11388:tid 484] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:58:27.120701 2017] [ssl:warn] [pid 11388:tid 484] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 16:58:27.292082 2017] [ssl:warn] [pid 11388:tid 484] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 16:58:27.292082 2017] [ssl:warn] [pid 11388:tid 484] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 23:50:45.182281 2017] [ssl:warn] [pid 13780:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 23:50:45.204277 2017] [ssl:warn] [pid 13780:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 23:50:45.531564 2017] [ssl:warn] [pid 13780:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 23:50:45.532065 2017] [ssl:warn] [pid 13780:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 23:50:47.125162 2017] [ssl:warn] [pid 12392:tid 536] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 23:50:47.126237 2017] [ssl:warn] [pid 12392:tid 536] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Fri Feb 10 23:50:47.287213 2017] [ssl:warn] [pid 12392:tid 536] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Fri Feb 10 23:50:47.287213 2017] [ssl:warn] [pid 12392:tid 536] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:14:07.318239 2017] [ssl:warn] [pid 15144:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:14:07.333866 2017] [ssl:warn] [pid 15144:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:14:07.517957 2017] [ssl:warn] [pid 15144:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:14:07.518458 2017] [ssl:warn] [pid 15144:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:14:08.395136 2017] [ssl:warn] [pid 8544:tid 508] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:14:08.396139 2017] [ssl:warn] [pid 8544:tid 508] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:14:08.558252 2017] [ssl:warn] [pid 8544:tid 508] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:14:08.558252 2017] [ssl:warn] [pid 8544:tid 508] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:14:35.788690 2017] [ssl:warn] [pid 6108:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:14:35.789690 2017] [ssl:warn] [pid 6108:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:14:35.965815 2017] [ssl:warn] [pid 6108:tid 580] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:14:35.965815 2017] [ssl:warn] [pid 6108:tid 580] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:14:36.921009 2017] [ssl:warn] [pid 8052:tid 380] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:14:36.922010 2017] [ssl:warn] [pid 8052:tid 380] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:14:37.101136 2017] [ssl:warn] [pid 8052:tid 380] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:14:37.101136 2017] [ssl:warn] [pid 8052:tid 380] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:20:30.080444 2017] [ssl:warn] [pid 2904:tid 632] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:20:30.081444 2017] [ssl:warn] [pid 2904:tid 632] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:20:30.293607 2017] [ssl:warn] [pid 2904:tid 632] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:20:30.293607 2017] [ssl:warn] [pid 2904:tid 632] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:20:31.151595 2017] [ssl:warn] [pid 3176:tid 484] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:20:31.155597 2017] [ssl:warn] [pid 3176:tid 484] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:20:31.381157 2017] [ssl:warn] [pid 3176:tid 484] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:20:31.381157 2017] [ssl:warn] [pid 3176:tid 484] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:41:34.763922 2017] [ssl:warn] [pid 13444:tid 620] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:41:34.765271 2017] [ssl:warn] [pid 13444:tid 620] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:41:34.947499 2017] [ssl:warn] [pid 13444:tid 620] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:41:34.947499 2017] [ssl:warn] [pid 13444:tid 620] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:41:35.824487 2017] [ssl:warn] [pid 11876:tid 492] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:41:35.825335 2017] [ssl:warn] [pid 11876:tid 492] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 01:41:36.003253 2017] [ssl:warn] [pid 11876:tid 492] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 01:41:36.003253 2017] [ssl:warn] [pid 11876:tid 492] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 10:45:49.989238 2017] [ssl:warn] [pid 8916:tid 600] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 10:45:50.004864 2017] [ssl:warn] [pid 8916:tid 600] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 10:45:50.195735 2017] [ssl:warn] [pid 8916:tid 600] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 10:45:50.195735 2017] [ssl:warn] [pid 8916:tid 600] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 10:45:51.045247 2017] [ssl:warn] [pid 1800:tid 568] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 10:45:51.045247 2017] [ssl:warn] [pid 1800:tid 568] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name -[Sat Feb 11 10:45:51.272020 2017] [ssl:warn] [pid 1800:tid 568] AH01906: www.insalan.fr:8000:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) -[Sat Feb 11 10:45:51.272020 2017] [ssl:warn] [pid 1800:tid 568] AH01909: www.insalan.fr:8000:0 server certificate does NOT include an ID which matches the server name From 0224d00e48d8a1fe845bfc065a437daa98003059 Mon Sep 17 00:00:00 2001 From: SamuelFelton Date: Sat, 11 Feb 2017 12:41:51 +0100 Subject: [PATCH 5/5] added try around buzz request --- .../TournamentBundle/Controller/UserController.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/InsaLan/TournamentBundle/Controller/UserController.php b/src/InsaLan/TournamentBundle/Controller/UserController.php index 0971b8f5..d0ca86ba 100644 --- a/src/InsaLan/TournamentBundle/Controller/UserController.php +++ b/src/InsaLan/TournamentBundle/Controller/UserController.php @@ -86,10 +86,13 @@ public function indexAction() { } } if($canAddMumble) { + try { + $r = $buzz->get($this->container->getParameter('voip_service_adress').'container/'.$p->getId()); + $voipData[$p->getId()] = $r->getContent(); + $voipData[$p->getId()] = json_decode($voipData[$p->getId()]); + } catch(Exception $e) { - $r = $buzz->get($this->container->getParameter('voip_service_adress').'container/'.$p->getId()); - $voipData[$p->getId()] = $r->getContent(); - $voipData[$p->getId()] = json_decode($voipData[$p->getId()]); + } $validatedTeams[$p->getId()] = true; }