From 0a80a22b8a9d624c83a6e63a0b853ba42e8c3bc0 Mon Sep 17 00:00:00 2001 From: the lemons Date: Sat, 5 Feb 2022 14:32:35 -0600 Subject: it exists --- LICENSE.txt | 661 +++++++++++++++++++++++ about.html | 97 ++++ debug/access.log | 1409 ++++++++++++++++++++++++++++++++++++++++++++++++++ debug/apioforum.conf | 2 + debug/apioforum.db | Bin 0 -> 53248 bytes debug/error.log | 12 + debug/nginx.conf | 36 ++ debug/nginx.pid | 1 + debug/nginx.sh | 6 + static/amethyst.css | 262 ++++++++++ static/bg-tile.png | Bin 0 -> 6259 bytes zzcxz.cgi | 446 ++++++++++++++++ 12 files changed, 2932 insertions(+) create mode 100644 LICENSE.txt create mode 100644 about.html create mode 100644 debug/access.log create mode 100644 debug/apioforum.conf create mode 100644 debug/apioforum.db create mode 100644 debug/error.log create mode 100644 debug/nginx.conf create mode 100644 debug/nginx.pid create mode 100755 debug/nginx.sh create mode 100644 static/amethyst.css create mode 100644 static/bg-tile.png create mode 100755 zzcxz.cgi diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..be3f7b2 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/about.html b/about.html new file mode 100644 index 0000000..b67cae3 --- /dev/null +++ b/about.html @@ -0,0 +1,97 @@ + + + + + + about zzcxz + + + +

about zzcxz

+

what is zzcxz?

+

+ zzcxz consists of user generated, fictional content. do not believe what you read, for it is not real and could be written by anyone. +

+ +

zzcxz rules

+

+ all content posted to zzcxz MUST UNCONDITIONALLY follow these rules: +

+
    +
  • + no bigotry. do not use zzcxz to harass others. + +
  • + no graphic, sexual, or gross-out content + +
  • + interesting themes are fine, but avoid especially serious ones, e.g. mental health + +
+

+ these rules are still important but less so: +

+
    +
  • + be creative + +
  • + tell the story; do not submit non-sequitur nonsense + +
  • + maintain continuity between previous events; do not suddenly start telling a completely different story or try to retcon previous events. + +
+

+ if necessary, please report problematic content by sending an email to me (stuff@mondecitronne.com). +

+ +

how do I edit/remove content?

+

+ once content is posted, it can only be modified by me (the site administrator). I will fix any obvious typos I find. if you want content edited/removed for other reasons, send me an email. +

+ +

how does the markup work?

+
    +
  • + each line becomes a paragraph. + +
  • + consecutive lines lines starting with space become code blocks (potentially useful for text chat logs or such). + +
  • + surround text in square brackets to [emphasize it as important]. + +
  • + type #BACKLINK <room> <action> on its own line to cause the room to link to an existing room. replace <action> with the text you desire to appear in the link. replace <room> with everything after https://zzcxz.citrons.xyz/g/. for example, to make a link with the text "go back" which links to https://zzcxz.citrons.xyz/g/xxxxx, type the line #BACKLINK xxxxx go back. + +
  • + type #DEADEND to prevent people from taking additional actions on the page. this is mostly useful in combination with #BACKLINK. + +
  • + you can add /raw to the end of the URL of a room to see its markup (on the lines starting with tab) (example). this feature could also potentially be utilized to implement third-party interfaces. + +
+ +

where can I discuss zzcxz?

+

+ please join #z on apionet. +

+ +

if you die in zzcxz, do you die in real life?

+

+ no, you will not die in real life. +

+ +

who is john?

+

+ I don't know. +

+ +

help. help. help. help.

+

+ if you are reading this, it is already too late™. +

+ + + diff --git a/debug/access.log b/debug/access.log new file mode 100644 index 0000000..db37473 --- /dev/null +++ b/debug/access.log @@ -0,0 +1,1409 @@ +127.0.0.1 - - [22/Dec/2021:19:43:11 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 53 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:06:09 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 28 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:06:33 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 736 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:06:33 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:06:33 -0600] "GET http://localhost:8080/static/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:06:33 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:09:24 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:09:29 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:10:41 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 44 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:11:08 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 745 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:11:08 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:11:08 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:11:55 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 745 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:11:55 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:11:55 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:12:01 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 44 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:12:54 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 752 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:12:54 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:12:54 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:13:31 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 752 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:13:32 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:13:32 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:14:45 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:14:50 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:14:51 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 752 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:14:51 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:14:51 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:14:54 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:14:55 -0600] "GET http://localhost:8080/favicon.ico HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:15:29 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:19:17 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:19:20 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:19:23 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:37:57 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:40:54 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:46:47 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:46:48 -0600] "GET http://localhost:8080/favicon.ico HTTP/1.1" 499 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:46:52 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 37 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:51:57 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 153 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:51:58 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 153 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:52:04 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 752 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:52:04 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:52:04 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:53:15 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 752 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:53:15 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:53:15 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:53:19 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 153 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:53:23 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 153 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:53:40 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 404 153 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:53:57 -0600] "GET http://localhost:8080/static/style.css HTTP/1.1" 200 6151 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:01 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 752 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:01 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:01 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:01 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:01 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:02 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 752 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:02 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:02 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:02 -0600] "GET http://localhost:8080/string/style.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:54:02 -0600] "GET http://localhost:8080/string/md-colors.css HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:55:12 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 756 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:55:12 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6151 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:55:12 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 200 11797 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:55:31 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 756 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:55:31 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:55:31 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:02 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 756 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:02 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:02 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:09 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 811 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:09 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:09 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:11 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 811 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:11 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:11 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:36 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 770 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:36 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:56:36 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:58:09 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 797 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:58:10 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:20:58:10 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:00:20 -0600] "GET http://localhost:8080/search?q=bee HTTP/1.1" 404 37 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:01:08 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 720 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:01:08 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:01:08 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:01:09 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 720 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:01:09 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:01:09 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:13 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 720 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:18 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 797 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:18 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:18 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:45 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 797 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:45 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:45 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:52 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 801 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:52 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:04:52 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:07:28 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 801 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:07:28 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:07:28 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:07:33 -0600] "GET http://localhost:8080/game HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:08:10 -0600] "GET http://localhost:8080/game HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:08:16 -0600] "GET http://localhost:8080/game HTTP/1.1" 404 803 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:08:16 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/game" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:08:16 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/game" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:10:24 -0600] "GET http://localhost:8080/game HTTP/1.1" 404 918 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:10:24 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/game" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:10:24 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/game" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:10:58 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 814 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:10:58 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:10:58 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:12:14 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 814 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:12:15 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:12:15 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:12:34 -0600] "GET / HTTP/1.1" 200 814 "-" "curl/7.74.0" +127.0.0.1 - - [22/Dec/2021:21:12:43 -0600] "GET /dsfds HTTP/1.1" 404 918 "-" "curl/7.74.0" +127.0.0.1 - - [22/Dec/2021:21:16:52 -0600] "GET http://localhost:8080/adf HTTP/1.1" 404 918 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:16:57 -0600] "GET http://localhost:8080/adf HTTP/1.1" 404 918 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:16:57 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/adf" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:16:57 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/adf" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:32:31 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 814 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:32:32 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:21:32:32 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:39:38 -0600] "GET /dsfds HTTP/1.1" 404 918 "-" "curl/7.74.0" +127.0.0.1 - - [22/Dec/2021:23:39:41 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:40:08 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 814 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:40:08 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:40:08 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:40:11 -0600] "GET http://localhost:8080/dsaf HTTP/1.1" 404 798 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:40:31 -0600] "GET http://localhost:8080/dsaf HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:40:31 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/dsaf" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:40:31 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/dsaf" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [22/Dec/2021:23:42:38 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 814 "http://localhost:8080/dsaf" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:14:43 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:15:03 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:16:27 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:17:22 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:18:44 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:20:24 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:20:46 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:21:34 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:22:21 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:22:34 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:22:40 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:23:00 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 1612 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:23:01 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:23:01 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:23:14 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:23:14 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:23:14 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:01:23:24 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:02:42:46 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:02:43:01 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:02:43:01 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:02:43:01 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:02:44:26 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 814 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:02:44:26 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:02:44:26 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:14:55:21 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:14:55:21 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:14:55:21 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:46:56 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 782 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:46:56 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:46:56 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:47:16 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 802 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:47:16 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:47:16 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:50:11 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 802 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:50:15 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:50:48 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:50:48 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:50:48 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:51:01 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:51:02 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:51:02 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:51:23 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:51:23 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:51:23 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:52:01 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:52:01 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:52:01 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:26 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:26 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:26 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:47 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:47 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:47 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:49 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 200 802 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:50 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:50 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:54 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 200 802 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:54 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:54 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/apioforum" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:53:59 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 200 802 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:54:02 -0600] "GET http://localhost:8080/forum/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:54:14 -0600] "GET http://localhost:8080/forum/ HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:54:14 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/forum/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:54:14 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/forum/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:54:17 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 802 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:54:21 -0600] "GET http://localhost:8080/forum/apioforum HTTP/1.1" 200 802 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:54:23 -0600] "GET http://localhost:8080/forum/bee HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:15:55:40 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 802 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:27:57 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 882 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:27:57 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:27:57 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:29:04 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 782 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:29:04 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:29:04 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:31:44 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:31:44 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:31:44 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:32:09 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:32:26 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:32:30 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:32:30 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:32:30 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:33:16 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:33:16 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:33:16 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:33:18 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:33:19 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:16:33:19 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:27:23 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:27:24 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:27:24 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:29:24 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:29:25 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:29:25 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:31:11 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:31:11 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:31:11 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:33:27 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:33:27 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6182 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:33:27 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:34:04 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:34:04 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6226 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:34:04 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:34:29 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:34:29 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6200 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:34:29 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:35:10 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:35:10 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6200 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:35:10 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:32 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:32 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6248 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:32 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:39 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:40 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:40 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:45 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:45 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6248 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:45 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:54 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:55 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6250 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:37:55 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:04 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:04 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6250 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:04 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:11 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:11 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6250 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:11 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:13 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:13 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:13 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:17 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 846 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:17 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6250 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:17:38:17 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:08:38 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:08:51 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:08:59 -0600] "GET http://localhost:8080/ HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:08:59 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:08:59 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:09:08 -0600] "GET http://localhost:8080/ HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:09:08 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:09:08 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:43:35 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 969 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:43:35 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:43:35 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:45:05 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 968 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:45:05 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:45:05 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [24/Dec/2021:18:45:09 -0600] "GET http://localhost:8080/forum/apioforum/create_thread HTTP/1.1" 404 915 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +192.168.86.34 - - [26/Dec/2021:12:16:08 -0600] "GET / HTTP/1.1" 200 968 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:17 -0600] "GET /HNAP1/ HTTP/1.1" 404 915 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:22 -0600] "GET /Frontend HTTP/1.1" 404 915 "-" "-" +192.168.86.34 - - [26/Dec/2021:12:16:22 -0600] "GET /menu.html?images/ HTTP/1.1" 404 915 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:22 -0600] "POST //webs/sysTimeCfgEx HTTP/1.1" 404 915 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /AvastUniqueURL HTTP/1.1" 404 915 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /rom-0 HTTP/1.1" 404 915 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/webproc?getpage=/etc/shadow&errorpage=html/main.html&var:language=en_us&var:menu=setup&var:page=wizard HTTP/1.1" 404 915 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/webproc?getpage=/../../etc/passwd&var:language=en_us&var:page=* HTTP/1.1" 404 915 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/webproc?getpage=/etc/shadow HTTP/1.1" 404 915 "-" "AVG Antivirus" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/a2/out.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/ajaxmail HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/arr/index.shtml HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/at3/out.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/atc/out.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/atx/out.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/auth HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/bbs/postlist.pl HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/bbs/postshow.pl HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/bp_revision.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/br5.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/click.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:23 -0600] "GET /cgi-bin/clicks.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/crtr/out.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/fg.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/findweather/getForecast HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/findweather/hdfForecast HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/frame_html HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/getattach HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/hotspotlogin.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/hslogin.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/ib/301_start.pl HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/index.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/index HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/krcgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/krcgistart HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/link HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/login.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/login HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/logout HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/logout HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/mainmenu.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/mainsrch HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/msglist HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/navega HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/openwebmail/openwebmail-main.pl HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/out.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:24 -0600] "GET /cgi-bin/passremind HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/rbaccess/rbcgi3m01 HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/rbaccess/rbunxcgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/readmsg HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/rshop.pl HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/search.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/spcnweb HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/sse.dll HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/start HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/te/o.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/tjcgi1 HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/top/out HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/traffic/process.fcgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/verify.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/webproc HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/webscr HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /cgi-bin/wingame.pl HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /das/cgi-bin/session.cgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /fcgi-bin/dispatch.fcgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /fcgi-bin/performance.fcgi HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET /redir/cgi-bin/ajaxmail HTTP/1.1" 404 915 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +192.168.86.34 - - [26/Dec/2021:12:16:25 -0600] "GET / HTTP/1.1" 200 968 "-" "() { ignored; }; echo Content-Type: text/html; echo ; ping -c 1 -s 41 192.168.86.34 ; echo 'AVAST-HNS-SCAN-PROBE' ;" +127.0.0.1 - - [26/Dec/2021:16:09:09 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [26/Dec/2021:16:09:10 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [26/Dec/2021:16:09:10 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [26/Dec/2021:16:09:43 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 972 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [26/Dec/2021:16:09:43 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [26/Dec/2021:16:09:43 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [26/Dec/2021:16:09:48 -0600] "GET http://localhost:8080/?bee=apio HTTP/1.1" 200 973 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [26/Dec/2021:16:09:55 -0600] "GET http://localhost:8080/?bee=apio+form+ic HTTP/1.1" 200 981 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [26/Dec/2021:16:10:02 -0600] "GET http://localhost:8080/?bee=apio%20form HTTP/1.1" 200 978 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:20:28:16 -0600] "GET http://localhost:8080/?bee=true HTTP/1.1" 200 973 "http://localhost:8080/?bee=apio%20form" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:20:28:17 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?bee=true" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:20:28:17 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/?bee=true" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:20:28:31 -0600] "GET http://localhost:8080/gaming HTTP/1.1" 404 915 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:20:28:50 -0600] "GET http://localhost:8080/gaming?bee=true HTTP/1.1" 404 915 "http://localhost:8080/gaming" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:20:41:14 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:02:07 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:03:33 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:03:34 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:03:34 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:04:01 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:04:01 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:04:01 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:04:08 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:04:08 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:04:08 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:05:30 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:05:43 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:05:47 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:05:48 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:05:48 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:06:47 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 974 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:06:48 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:06:48 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:06:54 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 974 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:06:54 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:06:54 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:11 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 974 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:11 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:11 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:16 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 974 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:16 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:16 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:35 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:50 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:55 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 1186 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:55 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:08:55 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:09:56 -0600] "GET http://localhost:8080/ HTTP/1.1" 500 810 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:09:56 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:09:56 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:10:28 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 1439 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:10:29 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:10:29 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:11:47 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 502 76 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:12:04 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 502 76 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:12:08 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 502 76 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:12:15 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 502 76 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:12:23 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 502 76 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:13:31 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 502 76 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:14:25 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 502 76 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:14:30 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:14:49 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 1439 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:14:55 -0600] "GET http://localhost:8080/?page=8 HTTP/1.1" 502 76 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:18:07 -0600] "GET http://localhost:8080/thread/51 HTTP/1.1" 404 915 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:18:55 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 1439 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:18:56 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:18:56 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 304 0 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [28/Dec/2021:21:19:26 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" +127.0.0.1 - - [29/Dec/2021:03:55:25 -0600] "GET http://localhost:8080/ HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:03:55:29 -0600] "GET http://localhost:8080/favicon.ico HTTP/1.1" 404 915 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:12:46 -0600] "GET http://localhost:8080/ HTTP/1.1" 200 13117 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:12:47 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6250 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:12:47 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 200 11797 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:12:54 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13224 "http://localhost:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:12:56 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13231 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:12:58 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13230 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:12:59 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13117 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:13:03 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13224 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:13:49 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13132 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:13:53 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13097 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:13:57 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13126 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:01 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13225 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:06 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13231 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:07 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13231 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:08 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13225 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:09 -0600] "GET http://localhost:8080/?page=7 HTTP/1.1" 200 13231 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:10 -0600] "GET http://localhost:8080/?page=8 HTTP/1.1" 200 13231 "http://localhost:8080/?page=7" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:11 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13232 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:11 -0600] "GET http://localhost:8080/?page=10 HTTP/1.1" 200 13227 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:14:12 -0600] "GET http://localhost:8080/?page=11 HTTP/1.1" 200 1443 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:17:10 -0600] "GET http://localhost:8080/?page=11 HTTP/1.1" 200 1443 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:17:14 -0600] "GET http://localhost:8080/?page=11 HTTP/1.1" 200 1453 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:17:15 -0600] "GET http://localhost:8080/?page=11 HTTP/1.1" 200 1453 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:17:46 -0600] "GET http://localhost:8080/?page=11 HTTP/1.1" 200 1453 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:19:07 -0600] "GET http://localhost:8080/?page=10 HTTP/1.1" 200 13237 "http://localhost:8080/?page=11" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:19:16 -0600] "GET http://localhost:8080/?page=11 HTTP/1.1" 200 1453 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:19:19 -0600] "GET http://localhost:8080/?page=10 HTTP/1.1" 200 13243 "http://localhost:8080/?page=11" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:20:27 -0600] "GET http://localhost:8080/?page=10 HTTP/1.1" 200 13237 "http://localhost:8080/?page=11" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:20:28 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13242 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:20:56 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13236 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:20:58 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13242 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:21:06 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13242 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:23:03 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13242 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:23:04 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6349 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:23:04 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 200 11797 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:24:35 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13242 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:24:35 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6382 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:24:54 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13242 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:24:54 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6418 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:25:20 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13242 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:25:21 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6382 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:25:24 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13253 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:25:24 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:27:03 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13247 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:27:04 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6409 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:27:25 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13247 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:27:25 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6405 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:28:16 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13247 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:28:16 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6420 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:29:01 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13235 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:29:01 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:29:41 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13228 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:29:41 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:29:53 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13229 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:29:53 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:30:15 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13229 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:30:15 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6439 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:30:50 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13229 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:30:50 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6481 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:00 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13229 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:01 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6485 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:35 -0600] "GET http://localhost:8080/?page=8 HTTP/1.1" 200 13234 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:35 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:36 -0600] "GET http://localhost:8080/?page=7 HTTP/1.1" 200 13234 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:37 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=7" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:37 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13234 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:38 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:38 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:39 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:40 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13129 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:41 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:41 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:43 -0600] "GET http://localhost:8080/?page=100 HTTP/1.1" 200 1207 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:45 -0600] "GET http://localhost:8080/?page=99 HTTP/1.1" 200 1206 "http://localhost:8080/?page=100" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:45 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=99" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:46 -0600] "GET http://localhost:8080/?page=98 HTTP/1.1" 200 1206 "http://localhost:8080/?page=99" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:47 -0600] "GET http://localhost:8080/?page=97 HTTP/1.1" 200 1206 "http://localhost:8080/?page=98" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:47 -0600] "GET http://localhost:8080/?page=96 HTTP/1.1" 200 1206 "http://localhost:8080/?page=97" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:48 -0600] "GET http://localhost:8080/?page=95 HTTP/1.1" 200 1206 "http://localhost:8080/?page=96" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:48 -0600] "GET http://localhost:8080/?page=94 HTTP/1.1" 200 1206 "http://localhost:8080/?page=95" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:48 -0600] "GET http://localhost:8080/?page=93 HTTP/1.1" 200 1206 "http://localhost:8080/?page=94" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:49 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=93" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:51 -0600] "GET http://localhost:8080/?page=92 HTTP/1.1" 200 1206 "http://localhost:8080/?page=93" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:52 -0600] "GET http://localhost:8080/?page=91 HTTP/1.1" 200 1206 "http://localhost:8080/?page=92" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:53 -0600] "GET http://localhost:8080/?page=90 HTTP/1.1" 200 1206 "http://localhost:8080/?page=91" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:53 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=90" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:53 -0600] "GET http://localhost:8080/?page=89 HTTP/1.1" 200 1206 "http://localhost:8080/?page=90" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:53 -0600] "GET http://localhost:8080/?page=88 HTTP/1.1" 200 1206 "http://localhost:8080/?page=89" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:54 -0600] "GET http://localhost:8080/?page=87 HTTP/1.1" 200 1206 "http://localhost:8080/?page=88" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:54 -0600] "GET http://localhost:8080/?page=86 HTTP/1.1" 200 1206 "http://localhost:8080/?page=87" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:55 -0600] "GET http://localhost:8080/?page=85 HTTP/1.1" 200 1206 "http://localhost:8080/?page=86" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:56 -0600] "GET http://localhost:8080/?page=84 HTTP/1.1" 200 1206 "http://localhost:8080/?page=85" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:57 -0600] "GET http://localhost:8080/?page=83 HTTP/1.1" 200 1206 "http://localhost:8080/?page=84" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:57 -0600] "GET http://localhost:8080/?page=82 HTTP/1.1" 200 1206 "http://localhost:8080/?page=83" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:58 -0600] "GET http://localhost:8080/?page=81 HTTP/1.1" 200 1206 "http://localhost:8080/?page=82" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:58 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=81" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:59 -0600] "GET http://localhost:8080/?page=80 HTTP/1.1" 200 1206 "http://localhost:8080/?page=81" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:31:59 -0600] "GET http://localhost:8080/?page=79 HTTP/1.1" 200 1206 "http://localhost:8080/?page=80" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:01 -0600] "GET http://localhost:8080/?page=78 HTTP/1.1" 200 1206 "http://localhost:8080/?page=79" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:01 -0600] "GET http://localhost:8080/?page=77 HTTP/1.1" 200 1206 "http://localhost:8080/?page=78" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:02 -0600] "GET http://localhost:8080/?page=76 HTTP/1.1" 200 1206 "http://localhost:8080/?page=77" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:03 -0600] "GET http://localhost:8080/?page=75 HTTP/1.1" 200 1206 "http://localhost:8080/?page=76" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:03 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=75" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:06 -0600] "GET http://localhost:8080/?page=50 HTTP/1.1" 200 1206 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:08 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:10 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13228 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:11 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:11 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13228 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:32:16 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13228 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:26 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13228 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:26 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6510 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:32 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13228 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:32 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:33 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:33 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:33 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:34 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:34 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:35 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:37 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:37 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:39 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:39 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:45 -0600] "GET http://localhost:8080/?page=0 HTTP/1.1" 200 13116 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:45 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=0" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:54 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:33:54 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:00 -0600] "GET http://localhost:8080/?page=-2 HTTP/1.1" 200 13118 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:00 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=-2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:01 -0600] "GET http://localhost:8080/?page=-3 HTTP/1.1" 200 13118 "http://localhost:8080/?page=-2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:03 -0600] "GET http://localhost:8080/?page=-4 HTTP/1.1" 200 13112 "http://localhost:8080/?page=-3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:03 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=-4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:03 -0600] "GET http://localhost:8080/?page=-5 HTTP/1.1" 200 13118 "http://localhost:8080/?page=-4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:04 -0600] "GET http://localhost:8080/?page=-6 HTTP/1.1" 200 13118 "http://localhost:8080/?page=-5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:05 -0600] "GET http://localhost:8080/?page=-7 HTTP/1.1" 200 13112 "http://localhost:8080/?page=-6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:06 -0600] "GET http://localhost:8080/?page=-6 HTTP/1.1" 200 13118 "http://localhost:8080/?page=-7" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:06 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=-6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:07 -0600] "GET http://localhost:8080/?page=-5 HTTP/1.1" 200 13118 "http://localhost:8080/?page=-6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:07 -0600] "GET http://localhost:8080/?page=-4 HTTP/1.1" 200 13112 "http://localhost:8080/?page=-5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:08 -0600] "GET http://localhost:8080/?page=-3 HTTP/1.1" 200 13118 "http://localhost:8080/?page=-4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:09 -0600] "GET http://localhost:8080/?page=-2 HTTP/1.1" 200 13112 "http://localhost:8080/?page=-3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:09 -0600] "GET http://localhost:8080/?page=-1 HTTP/1.1" 200 13117 "http://localhost:8080/?page=-2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:10 -0600] "GET http://localhost:8080/?page=0 HTTP/1.1" 200 13110 "http://localhost:8080/?page=-1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:10 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=0" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:11 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=0" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:27 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:27 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:28 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13228 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:29 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13228 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:31 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13234 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:34:32 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13228 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:38:57 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:38:57 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6539 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:39:18 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:39:18 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6539 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:42:21 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:42:21 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6548 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:42:47 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13228 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:42:47 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6548 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:11 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:11 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6587 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:11 -0600] "GET http://localhost:8080/static//md-colors.css HTTP/1.1" 200 11797 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:33 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13234 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:33 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:33 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:34 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:35 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:35 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:36 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:38 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13129 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:38 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:39 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:41 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13228 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:41 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:42 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13228 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:43 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:55 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13228 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:55 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6582 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:57 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13234 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:58 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:58 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:59 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:43:59 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13228 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:00 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:00 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13129 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:01 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:01 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:02 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:07 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:08 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:08 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:10 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:10 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:11 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:11 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:14 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:14 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:29 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:30 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6578 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:31 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:31 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:33 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:34 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:40 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13129 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:40 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6579 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:41 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:42 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:48 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:48 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6580 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:50 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:50 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:53 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:44:53 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:02 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:02 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6580 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:11 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:11 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6587 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:13 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:13 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:16 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:16 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:28 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:28 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6586 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:32 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:32 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6586 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:33 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13129 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:33 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:40 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13129 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:40 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6549 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:41 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:41 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:43 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:43 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:44 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:45 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:47 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13135 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:47 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:47 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:48 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:50 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13129 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:50 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:50 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13228 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:51 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13228 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:51 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:52 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13234 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:45:52 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:56:13 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 500 810 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:56:13 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:56:51 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 500 810 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:02 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13474 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:10 -0600] "GET http://localhost:8080/?page=0 HTTP/1.1" 200 13338 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:14 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13373 "http://localhost:8080/?page=0" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:15 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13474 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:15 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13474 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:16 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13474 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:16 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:17 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13468 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:18 -0600] "GET http://localhost:8080/?page=7 HTTP/1.1" 200 13474 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:18 -0600] "GET http://localhost:8080/?page=8 HTTP/1.1" 200 13474 "http://localhost:8080/?page=7" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:19 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13475 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:19 -0600] "GET http://localhost:8080/?page=10 HTTP/1.1" 200 9133 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:33 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13475 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:34 -0600] "GET http://localhost:8080/?page=8 HTTP/1.1" 200 13474 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:57:36 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13332 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:08 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:12 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13131 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:13 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:13 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13228 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:14 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13234 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:15 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:16 -0600] "GET http://localhost:8080/?page=7 HTTP/1.1" 200 13228 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:17 -0600] "GET http://localhost:8080/?page=8 HTTP/1.1" 200 13234 "http://localhost:8080/?page=7" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:18 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13229 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:17:58:18 -0600] "GET http://localhost:8080/?page=10 HTTP/1.1" 200 11293 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:44 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13235 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:44 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:52 -0600] "GET http://localhost:8080/?page=8 HTTP/1.1" 200 13234 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:53 -0600] "GET http://localhost:8080/?page=7 HTTP/1.1" 200 13228 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:54 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=7" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:55 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13228 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:55 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:56 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13228 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:57 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13131 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:01:58 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:04 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:07 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13100 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:17 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:19 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13137 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:20 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13228 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:20 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6510 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:20 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13234 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:21 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:21 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13228 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:22 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:23 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13228 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:23 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:23 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13234 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:23 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:24 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13137 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:24 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:24 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:25 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:27 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13137 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:27 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:27 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13228 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:28 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13228 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:28 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:29 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13234 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:29 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:29 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13234 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:30 -0600] "GET http://localhost:8080/?page=7 HTTP/1.1" 200 13234 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:30 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=7" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:32 -0600] "GET http://localhost:8080/?page=8 HTTP/1.1" 200 13234 "http://localhost:8080/?page=7" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:32 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:33 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13229 "http://localhost:8080/?page=8" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:33 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:34 -0600] "GET http://localhost:8080/?page=10 HTTP/1.1" 200 11293 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:03:34 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:04:38 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13235 "http://localhost:8080/?page=10" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:04:38 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:04:41 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13094 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:07:44 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13156 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:07:44 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:08:12 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 502 76 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:08:24 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13135 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:08:24 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:09:08 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13141 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:09:08 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:09:21 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13141 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:09:23 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 13141 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:09:25 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 13135 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:09:26 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 13141 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:09:50 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 500 810 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:09:50 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:11:31 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 13141 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:11:32 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:11:35 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 13141 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:11:45 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13156 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:11:46 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13156 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:11:47 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13150 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:11:48 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13150 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:15 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13187 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:18 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13284 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:19 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13290 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:20 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 13141 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:21 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 13141 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:22 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:32 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11316 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:46 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13291 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:56 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13285 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:12:59 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11331 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:13:22 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:13:22 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:13:25 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:13:35 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:13:38 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13137 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:13:40 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13195 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:14:18 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13195 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:14:19 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:14:24 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:14:24 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:14:31 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13137 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:14:51 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:10 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13137 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:13 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13195 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:13 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13286 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:14 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13292 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:15 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:18 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13137 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:23 -0600] "GET http://localhost:8080/?page=1000 HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:26 -0600] "GET http://localhost:8080/?page=0 HTTP/1.1" 200 13143 "http://localhost:8080/?page=1000" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:30 -0600] "GET http://localhost:8080/?page=-103424 HTTP/1.1" 200 13143 "http://localhost:8080/?page=0" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:30 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=-103424" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:34 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=-103424" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:36 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:15:49 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:16:52 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:16:52 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:17:52 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:02 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:27 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:27 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 200 6561 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:38 -0600] "GET http://localhost:8080/?page=9 HTTP/1.1" 200 13287 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:39 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:41 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=9" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:46 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13195 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:46 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:47 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13286 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:48 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13137 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:53 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13189 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:54 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:54 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13286 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:55 -0600] "GET http://localhost:8080/?page=4 HTTP/1.1" 200 13292 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:56 -0600] "GET http://localhost:8080/?page=5 HTTP/1.1" 200 13292 "http://localhost:8080/?page=4" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:18:57 -0600] "GET http://localhost:8080/?page=6 HTTP/1.1" 200 13292 "http://localhost:8080/?page=5" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:19:00 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13137 "http://localhost:8080/?page=6" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:19:00 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:30:14 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:30:15 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:37:16 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13137 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:37:16 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:37:20 -0600] "GET http://localhost:8080/?page=15 HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:37:22 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=15" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:50:35 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:50:35 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:53:52 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:53:52 -0600] "GET http://localhost:8080/static//style.css HTTP/1.1" 304 0 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:53:55 -0600] "GET http://localhost:8080/?page=2 HTTP/1.1" 200 13195 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:53:55 -0600] "GET http://localhost:8080/?page=3 HTTP/1.1" 200 13286 "http://localhost:8080/?page=2" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:53:57 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=3" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:54:00 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:54:02 -0600] "GET http://localhost:8080/?page=1 HTTP/1.1" 200 13143 "http://localhost:8080/?page=last" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [29/Dec/2021:18:54:04 -0600] "GET http://localhost:8080/?page=last HTTP/1.1" 200 11333 "http://localhost:8080/?page=1" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:34:57 -0600] "GET / HTTP/1.1" 403 25 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:34:58 -0600] "GET /favicon.ico HTTP/1.1" 403 25 "http://0.0.0.0:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:35:14 -0600] "GET / HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:37:11 -0600] "GET / HTTP/1.1" 200 35 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:37:18 -0600] "GET / HTTP/1.1" 200 35 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:44:03 -0600] "GET / HTTP/1.1" 200 32 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:44:06 -0600] "GET /?bee HTTP/1.1" 200 35 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:44:13 -0600] "GET /?bee HTTP/1.1" 200 33 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:19:44:17 -0600] "GET /bee HTTP/1.1" 200 36 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:20:06:24 -0600] "GET /bee HTTP/1.1" 502 157 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:20:06:52 -0600] "GET /bee HTTP/1.1" 200 24 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:20:06:56 -0600] "GET /bee HTTP/1.1" 200 24 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:20:09:37 -0600] "GET /bee HTTP/1.1" 200 23 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:20:12:09 -0600] "GET /bee HTTP/1.1" 200 23 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:20:22:50 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3862 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:10:21 -0600] "GET /bee HTTP/1.1" 200 281 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:10:22 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:10:22 -0600] "GET /a/static/bg-tile.png HTTP/1.1" 200 281 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:12:09 -0600] "GET /bee HTTP/1.1" 200 281 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:16:50 -0600] "GET /bee HTTP/1.1" 200 281 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:16:50 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3124 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:16:50 -0600] "GET /static/bg-tile.png HTTP/1.1" 404 153 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:16:50 -0600] "GET /favicon.ico HTTP/1.1" 200 281 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:17:50 -0600] "GET /bee HTTP/1.1" 200 577 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:17:50 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:17:50 -0600] "GET /static/bg-tile.png HTTP/1.1" 404 153 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:18:38 -0600] "GET /bee HTTP/1.1" 200 606 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:18:39 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:21:18:39 -0600] "GET /static/bg-tile.png HTTP/1.1" 404 153 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:02:15 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:02:15 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3216 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:02:15 -0600] "GET /static/bg-tile.png HTTP/1.1" 404 153 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:03:55 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:03:55 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3216 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:03:55 -0600] "GET /static/bg-tile.png HTTP/1.1" 404 153 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:04:42 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:04:42 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3216 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:04:43 -0600] "GET /static/bg-tile.png HTTP/1.1" 404 153 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:10:13 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:10:14 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:10:14 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 5842 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:12:48 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:12:48 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:12:48 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6050 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:14:03 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:14:03 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:14:04 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6073 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:14:43 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:14:50 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:15:08 -0600] "GET /bee HTTP/1.1" 200 607 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:15:08 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3235 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:15:08 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6073 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:15:08 -0600] "GET /favicon.ico HTTP/1.1" 200 607 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:37:29 -0600] "GET /bee HTTP/1.1" 200 313 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:37:29 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/bee" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:37:29 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:39:00 -0600] "GET /bee HTTP/1.1" 200 292 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:39:02 -0600] "GET / HTTP/1.1" 200 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:39:12 -0600] "GET / HTTP/1.1" 200 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:39:14 -0600] "GET / HTTP/1.1" 200 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:39:46 -0600] "GET / HTTP/1.1" 302 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:39:46 -0600] "GET /zzcxz HTTP/1.1" 200 292 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:39:47 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:22:39:47 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:37:52 -0600] "GET /zzcxz HTTP/1.1" 200 750 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:37:55 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:37:56 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6073 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:43:19 -0600] "GET /zzcxz HTTP/1.1" 200 924 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:43:57 -0600] "GET /zzcxz HTTP/1.1" 200 924 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:43:58 -0600] "GET /zzcxz HTTP/1.1" 200 924 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:44:07 -0600] "GET /zzcxz HTTP/1.1" 200 924 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:44:07 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3267 "http://0.0.0.0:8080/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:44:07 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6073 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [04/Feb/2022:23:44:07 -0600] "GET /favicon.ico HTTP/1.1" 200 924 "http://0.0.0.0:8080/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:40:09 -0600] "GET /zzcxz HTTP/1.1" 200 313 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:40:10 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:40:10 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:40:14 -0600] "GET / HTTP/1.1" 302 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:40:14 -0600] "GET /g/zzcxz HTTP/1.1" 200 313 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:40:29 -0600] "GET /g/zzcxz HTTP/1.1" 200 313 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:40:36 -0600] "GET /g/zzcxz HTTP/1.1" 200 313 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:41:56 -0600] "GET /g/zzcxz HTTP/1.1" 200 313 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:44:00 -0600] "GET /g/zzcxz HTTP/1.1" 200 316 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:44:33 -0600] "GET /g/zzcxz HTTP/1.1" 200 316 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:46:00 -0600] "GET /g/zzcxz HTTP/1.1" 200 316 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:46:00 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:46:00 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:48:07 -0600] "GET /g/zzcxz HTTP/1.1" 200 316 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:55:00 -0600] "GET /g/zzcxz HTTP/1.1" 200 784 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:55:00 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:55:01 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:59:34 -0600] "GET /g/zzcxz HTTP/1.1" 200 851 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:00:59:51 -0600] "GET /g/zzcxz HTTP/1.1" 200 850 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:04:17 -0600] "GET /g/zzcxz HTTP/1.1" 200 850 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:04:17 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3278 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:04:17 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:06:35 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 316 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:06:36 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:06:36 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:06:56 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 317 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:12:13 -0600] "GET /g/zzcxz HTTP/1.1" 200 734 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:12:14 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:12:14 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:12:36 -0600] "GET /g/zzcxz HTTP/1.1" 200 714 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:15:13 -0600] "GET /g/zzcxz HTTP/1.1" 200 1407 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:15:14 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:15:14 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:17:35 -0600] "GET /g/zzcxz HTTP/1.1" 200 714 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:17:35 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:17:35 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:17:46 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 5 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:42 -0600] "GET /g/zzcxz HTTP/1.1" 200 714 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:44 -0600] "GET /g/zzcxz HTTP/1.1" 200 714 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:47 -0600] "GET /g/zzcxz HTTP/1.1" 200 714 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:47 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3281 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:47 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:47 -0600] "GET /favicon.ico HTTP/1.1" 200 317 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:55 -0600] "GET /g/zzcxz HTTP/1.1" 200 714 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:55 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3276 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:18:55 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:19:18 -0600] "GET /g/zzcxz HTTP/1.1" 200 714 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:19:18 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:19:18 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:19:34 -0600] "GET /g/zzcxz HTTP/1.1" 200 714 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:19:34 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:19:34 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:21:44 -0600] "GET /g/zzcxz HTTP/1.1" 200 870 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:21:44 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:21:44 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:23:08 -0600] "GET /g/zzcxz HTTP/1.1" 200 870 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:23:08 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:23:09 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:24:01 -0600] "GET /g/zzcxz HTTP/1.1" 200 911 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:24:01 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:24:01 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:24:04 -0600] "GET /g/zzcxz HTTP/1.1" 200 911 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:24:31 -0600] "GET /g/zzcxz HTTP/1.1" 200 911 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:24:32 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:26:12 -0600] "GET /g/zzcxz HTTP/1.1" 200 954 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:26:12 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:26:12 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:26:37 -0600] "GET /g/zzcxz HTTP/1.1" 200 954 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:11 -0600] "GET /g/zzcxz HTTP/1.1" 200 957 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:11 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3330 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:11 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:44 -0600] "GET /g/zzcxz HTTP/1.1" 200 956 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:44 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3347 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:45 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:52 -0600] "GET /g/zzcxz HTTP/1.1" 200 956 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:52 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3352 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:30:52 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:31:15 -0600] "GET /g/zzcxz HTTP/1.1" 200 956 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:31:15 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3350 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:31:15 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:31:53 -0600] "GET /g/zzcxz HTTP/1.1" 200 963 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:31:53 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:31:54 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:32:11 -0600] "GET /g/zzcxz HTTP/1.1" 200 963 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:32:11 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3330 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:32:11 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:33:13 -0600] "GET /g/zzcxz HTTP/1.1" 200 963 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:33:13 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3330 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:33:13 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:34:17 -0600] "GET /g/zzcxz HTTP/1.1" 200 966 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:34:17 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:34:17 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:34:32 -0600] "GET /g/zzcxz HTTP/1.1" 200 966 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:34:32 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3309 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:34:32 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:35:28 -0600] "GET /g/zzcxz HTTP/1.1" 200 967 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:35:28 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3300 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:35:28 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:35:51 -0600] "GET /g/zzcxz HTTP/1.1" 200 1022 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:35:52 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:35:52 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:37:03 -0600] "GET /g/zzcxz HTTP/1.1" 200 1058 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:37:03 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3334 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:37:03 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:37:21 -0600] "GET /g/zzcxz HTTP/1.1" 200 1058 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:37:21 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3376 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:37:21 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:38:03 -0600] "GET /g/zzcxz HTTP/1.1" 200 1058 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:38:04 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:38:04 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:38:12 -0600] "GET /g/zzcxz HTTP/1.1" 200 1058 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:38:12 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3405 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:38:12 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:39:59 -0600] "GET /g/zzcxz HTTP/1.1" 200 1058 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:40:00 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:40:00 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:40:42 -0600] "GET /g/zzcxz HTTP/1.1" 200 1064 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:40:43 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:40:43 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:48:32 -0600] "GET /g/zzcxz HTTP/1.1" 200 1056 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:48:32 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:48:32 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:59:02 -0600] "GET /g/zzcxz HTTP/1.1" 200 1056 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:59:03 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:59:03 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:59:05 -0600] "GET /g/zzcxz HTTP/1.1" 200 1056 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:01:59:06 -0600] "GET /g/zzcxz HTTP/1.1" 200 1056 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:02:38 -0600] "GET /g/zzcxz HTTP/1.1" 200 1056 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:02:39 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3426 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:02:39 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:02:56 -0600] "GET /g/zzcxz HTTP/1.1" 200 1056 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" +127.0.0.1 - - [05/Feb/2022:02:02:56 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" +127.0.0.1 - - [05/Feb/2022:02:02:56 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" +127.0.0.1 - - [05/Feb/2022:02:14:24 -0600] "GET /g/zzcxz/act HTTP/1.1" 502 76 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:14:42 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1290 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:14:42 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:14:43 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:05 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1264 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:36 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1264 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:40 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1264 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:40 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3404 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:40 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:40 -0600] "GET /favicon.ico HTTP/1.1" 200 470 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:46 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1264 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:46 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3404 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:15:46 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:16:23 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1264 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:16:23 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3306 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:16:24 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:16:42 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1264 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:16:42 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3305 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:16:42 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:17:02 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1264 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:17:02 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3305 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:17:02 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:18:20 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1264 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:18:21 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3307 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:18:21 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:29:19 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1293 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:29:19 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:29:19 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:12 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1293 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:13 -0600] "GET /favicon.ico HTTP/1.1" 499 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:14 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1293 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:17 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1293 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:17 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3329 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:17 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:17 -0600] "GET /favicon.ico HTTP/1.1" 200 470 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:39 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1298 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:39 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:30:39 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:31:22 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1298 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:31:22 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:31:22 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:31:36 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1299 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:31:36 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:31:37 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:35:52 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:35:52 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3306 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:35:52 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:35:52 -0600] "GET /favicon.ico HTTP/1.1" 200 486 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:35:55 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:35:55 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3306 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:35:55 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:35:55 -0600] "GET /favicon.ico HTTP/1.1" 200 486 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:04 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:27 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:28 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3306 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:28 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:47 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:48 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3329 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:48 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:58 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:59 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3307 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:36:59 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:37:08 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:37:09 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3306 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:37:09 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:39:03 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:39:03 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3367 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:39:04 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:11 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:12 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3401 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:12 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:46 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:47 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3448 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:47 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:58 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:59 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3463 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:40:59 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:42:08 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:42:09 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3487 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:42:09 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:42:18 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1315 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:42:18 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3512 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:42:18 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:46:32 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1256 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:53:42 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1324 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:53:54 -0600] "GET / HTTP/1.1" 302 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:53:54 -0600] "GET /g/zzcxz HTTP/1.1" 200 1072 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:53:54 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:53:55 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:59:15 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1400 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:59:15 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:02:59:15 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:12:42 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 482 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:12:43 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:12:43 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:13:30 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 482 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:14:01 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3881 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:14:24 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3881 "http://0.0.0.0:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:15:18 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3894 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:15:34 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3894 "http://0.0.0.0:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:16:33 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3895 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:16:33 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:16:33 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:16:38 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3895 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:16:43 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3895 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:17:01 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3900 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:17:03 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 3900 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:17:23 -0600] "GET /g/zzcxz HTTP/1.1" 200 1072 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:17:38 -0600] "GET /g/zzcxz HTTP/1.1" 200 1072 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:17:40 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:18:00 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1525 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:18:28 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1525 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:18:31 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1525 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:18:59 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1554 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:19:30 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1574 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:19:42 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1659 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:19:48 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1661 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:19:52 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1667 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:19:55 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1659 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:20:10 -0600] "POST /g/ HTTP/1.1" 200 486 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:20:10 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:21:53 -0600] "POST /g/ HTTP/1.1" 200 486 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:22:03 -0600] "POST /g/ HTTP/1.1" 200 486 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:22:38 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1667 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:22:41 -0600] "POST /g/zzcxz HTTP/1.1" 200 1072 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:25:52 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:25:52 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:25:58 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1494 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:26:19 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1498 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:26:20 -0600] "GET /g/zzcxz HTTP/1.1" 200 1072 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:47:06 -0600] "GET /g/zzcxz HTTP/1.1" 200 1033 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:47:06 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:47:06 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:47:08 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:48:45 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1695 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:49:01 -0600] "POST /g/zzcxz HTTP/1.1" 200 482 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:49:23 -0600] "POST /g/zzcxz HTTP/1.1" 200 482 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:49:59 -0600] "POST /g/zzcxz HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:49:59 -0600] "GET /g/shbpl HTTP/1.1" 200 704 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:50:09 -0600] "GET /g/shbpl HTTP/1.1" 200 704 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:51:39 -0600] "GET /g/shbpl HTTP/1.1" 200 705 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:51:56 -0600] "GET /g/shbpl HTTP/1.1" 200 705 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:51:56 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3512 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:51:56 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:51:57 -0600] "GET /favicon.ico HTTP/1.1" 200 486 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:52:19 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:52:21 -0600] "GET /g/zzcxz HTTP/1.1" 200 1075 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:52:22 -0600] "GET /g/shbpl HTTP/1.1" 200 705 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:52:29 -0600] "GET /g/shbpl HTTP/1.1" 200 705 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:52:41 -0600] "GET /g/shbpl HTTP/1.1" 200 705 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:52:58 -0600] "GET /g/zzcxz HTTP/1.1" 200 1075 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:53:04 -0600] "GET /g/shbpl HTTP/1.1" 200 705 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:53:21 -0600] "GET /g/shbpl HTTP/1.1" 200 705 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:53:25 -0600] "GET /g/shbpl/act HTTP/1.1" 200 1091 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:53:52 -0600] "POST /g/shbpl/act HTTP/1.1" 200 1465 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:00 -0600] "POST /g/shbpl HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:00 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:31 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:34 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:34 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3512 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:34 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:34 -0600] "GET /favicon.ico HTTP/1.1" 200 486 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:40 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:41 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3512 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:41 -0600] "GET /static/bg-tile.png HTTP/1.1" 200 6259 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:41 -0600] "GET /favicon.ico HTTP/1.1" 200 486 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:47 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:47 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3512 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:47 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:57 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:57 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3511 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:54:57 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:15 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:34 -0600] "GET /g/zzcxz HTTP/1.1" 200 1075 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:34 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:43 -0600] "GET /g/zzcxz HTTP/1.1" 200 1075 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:43 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3512 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:44 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:52 -0600] "GET /g/zzcxz HTTP/1.1" 200 1075 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:52 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3512 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:52 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:55 -0600] "GET /g/shbpl HTTP/1.1" 200 756 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:55 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:57 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:55:58 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:10 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:10 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:21 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:22 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:32 -0600] "GET /g/bvitp HTTP/1.1" 200 730 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:32 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3482 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:32 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:41 -0600] "GET /g/bvitp/act HTTP/1.1" 200 1096 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:42 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:51 -0600] "POST /g/bvitp/act HTTP/1.1" 200 1202 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:51 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:52 -0600] "POST /g/bvitp HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:52 -0600] "GET /g/opipb HTTP/1.1" 200 584 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:58 -0600] "GET /g/bvitp/act HTTP/1.1" 200 1096 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:56:59 -0600] "GET /g/bvitp HTTP/1.1" 200 769 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:01 -0600] "GET /g/bvitp/act HTTP/1.1" 200 1096 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:01 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:19 -0600] "POST /g/bvitp/act HTTP/1.1" 200 1262 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:20 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:21 -0600] "POST /g/bvitp HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:22 -0600] "GET /g/joxxu HTTP/1.1" 200 627 "http://0.0.0.0:8080/g/bvitp/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:28 -0600] "GET /g/joxxu/act HTTP/1.1" 200 991 "http://0.0.0.0:8080/g/joxxu" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:28 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/joxxu/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:32 -0600] "GET /g/joxxu HTTP/1.1" 200 627 "http://0.0.0.0:8080/g/joxxu/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:49 -0600] "GET /g/bvitp/act HTTP/1.1" 200 1096 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:57:51 -0600] "GET /g/bvitp HTTP/1.1" 200 816 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:02 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:03 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:12 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1546 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:12 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:15 -0600] "POST /g/zzcxz HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:15 -0600] "GET /g/joapt HTTP/1.1" 200 604 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:19 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:22 -0600] "GET /g/zzcxz HTTP/1.1" 200 1111 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:23 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:23 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:37 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1560 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:37 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:40 -0600] "POST /g/zzcxz HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:40 -0600] "GET /g/plwsz HTTP/1.1" 200 612 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:45 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:48 -0600] "GET /g/zzcxz HTTP/1.1" 200 1148 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:50 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:58:50 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:59:08 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 2842 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:59:08 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:59:10 -0600] "POST /g/zzcxz HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:59:10 -0600] "GET /g/isxqj HTTP/1.1" 200 1255 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:59:14 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:03:59:15 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:31 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:31 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3482 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:31 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:36 -0600] "GET /g/isxqj HTTP/1.1" 200 1255 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:36 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/isxqj" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:40 -0600] "GET /g/shbpl HTTP/1.1" 200 756 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:40 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:42 -0600] "GET /g/bvitp HTTP/1.1" 200 816 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:42 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:57 -0600] "GET /g/opipb HTTP/1.1" 200 584 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:02:57 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/opipb" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:03:04 -0600] "GET /g/bvitp HTTP/1.1" 200 816 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:03:04 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:05:22 -0600] "GET /g/bvitp HTTP/1.1" 200 816 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:05:22 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3512 "http://0.0.0.0:8080/g/bvitp" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:05:23 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:05:31 -0600] "GET / HTTP/1.1" 302 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:05:31 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:05:32 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:08:34 -0600] "GET /g/shbpl HTTP/1.1" 200 756 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:08:35 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:09:09 -0600] "GET /g/plwsz HTTP/1.1" 200 612 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:09:09 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/plwsz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:13:20 -0600] "GET /g/isxqj HTTP/1.1" 200 1255 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:13:21 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/isxqj" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:13:32 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:04:13:51 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:43:46 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:43:46 -0600] "GET /static/amethyst.css HTTP/1.1" 200 3490 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:43:46 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:46:20 -0600] "GET /about HTTP/1.1" 200 486 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:46:20 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:46:48 -0600] "GET /about HTTP/1.1" 200 25 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:47:16 -0600] "GET /about HTTP/1.1" 200 2804 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:47:17 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:47:17 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:48:02 -0600] "GET / HTTP/1.1" 302 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:48:02 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:48:02 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:48:09 -0600] "GET /about HTTP/1.1" 200 2804 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:50:34 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:50:34 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:50:42 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1498 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:50:51 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:50:54 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:50:56 -0600] "GET /about HTTP/1.1" 200 2804 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:52:32 -0600] "GET /about HTTP/1.1" 200 2909 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:52:32 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:12:52:33 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:16:44 -0600] "GET /g/zzcxz/raw HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:17:07 -0600] "GET /g/zzcxz/raw HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:17:26 -0600] "GET /g/zzcxz/raw HTTP/1.1" 502 76 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:18:37 -0600] "GET /g/zzcxz/raw HTTP/1.1" 200 5 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:21:08 -0600] "GET /g/zzcxz/raw HTTP/1.1" 200 375 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:21:32 -0600] "GET /g/zzcxz/raw HTTP/1.1" 200 373 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:22:18 -0600] "GET /g/zzcxz/raw HTTP/1.1" 200 373 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:22:24 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:22:24 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:25:13 -0600] "GET /g/zzcxz HTTP/1.1" 200 1187 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:25:41 -0600] "GET /about HTTP/1.1" 200 2909 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:29:33 -0600] "GET /about HTTP/1.1" 200 2909 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:29:33 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:29:33 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:30:38 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:31:06 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:32:42 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:33:27 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:33:36 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:33:40 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:33:56 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:34:00 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:34:03 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:34:14 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:34:24 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:34:24 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:34:49 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:35:01 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:35:30 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:35:50 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:36:19 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1608 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:36:28 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1628 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:37:10 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1628 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:41:54 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1628 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:41:54 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:42:20 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1589 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:42:34 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1635 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:42:39 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1610 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:42:58 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1637 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:43:03 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1589 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:47:16 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1589 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:47:19 -0600] "POST /g/zzcxz HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:47:19 -0600] "GET /g/msvac HTTP/1.1" 200 668 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:47:23 -0600] "GET /g/zzcxz HTTP/1.1" 200 1232 "http://0.0.0.0:8080/g/msvac" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:47:29 -0600] "GET /g/shbpl HTTP/1.1" 200 756 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:47:31 -0600] "GET /g/shbpl/act HTTP/1.1" 200 1091 "http://0.0.0.0:8080/g/shbpl" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:47:34 -0600] "GET /g/shbpl HTTP/1.1" 200 756 "http://0.0.0.0:8080/g/shbpl/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:48:32 -0600] "GET /g/msvac HTTP/1.1" 200 668 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:48:32 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/msvac" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:58:38 -0600] "GET /g/msvac HTTP/1.1" 502 76 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:58:54 -0600] "GET /g/msvac HTTP/1.1" 200 584 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:58:54 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/msvac" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:58:54 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:58:59 -0600] "GET /g/zzcxz HTTP/1.1" 200 1234 "http://0.0.0.0:8080/g/msvac" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:13:59:02 -0600] "GET /g/zzcxz/act HTTP/1.1" 200 1404 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:00:11 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 482 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:00:37 -0600] "POST /g/zzcxz/act HTTP/1.1" 200 1805 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:00:57 -0600] "POST /g/zzcxz HTTP/1.1" 302 5 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:00:57 -0600] "GET /g/carzd HTTP/1.1" 200 684 "http://0.0.0.0:8080/g/zzcxz/act" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:01:15 -0600] "GET /g/zzcxz HTTP/1.1" 200 1279 "http://0.0.0.0:8080/g/carzd" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:01:19 -0600] "GET /g/carzd HTTP/1.1" 200 684 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:01:21 -0600] "GET /g/zzcxz HTTP/1.1" 200 1279 "http://0.0.0.0:8080/g/carzd" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:01:22 -0600] "GET /g/carzd HTTP/1.1" 200 684 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:01:25 -0600] "GET /g/carzd/raw HTTP/1.1" 200 207 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:01:33 -0600] "GET /g/zzcxz HTTP/1.1" 200 1279 "http://0.0.0.0:8080/g/carzd" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:01:35 -0600] "GET /g/carzd HTTP/1.1" 200 684 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:01:41 -0600] "GET /g/zzcxz HTTP/1.1" 200 1279 "http://0.0.0.0:8080/g/carzd" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:04:57 -0600] "GET /g/zzcxz HTTP/1.1" 200 1346 "http://0.0.0.0:8080/g/carzd" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:10:14 -0600] "GET /about HTTP/1.1" 200 3014 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:10:14 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:12:01 -0600] "GET /about HTTP/1.1" 200 3139 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:12:04 -0600] "GET /g/zcxzz/raw HTTP/1.1" 200 553 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:12:33 -0600] "GET /g/zcxzz/raw HTTP/1.1" 200 553 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:12:39 -0600] "GET /about HTTP/1.1" 200 3139 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:12:40 -0600] "GET /g/zzcxz/raw HTTP/1.1" 200 419 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:14:05 -0600] "GET /about HTTP/1.1" 200 3172 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:14:09 -0600] "GET /g/zzcxz/raw HTTP/1.1" 200 419 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:15:03 -0600] "GET /about HTTP/1.1" 200 3259 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:15:11 -0600] "GET /g/zzcxz/raw HTTP/1.1" 200 419 "http://0.0.0.0:8080/about" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:30:41 -0600] "GET /g/zzcxz HTTP/1.1" 200 1350 "http://0.0.0.0:8080/g/carzd" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:30:41 -0600] "GET /static/amethyst.css HTTP/1.1" 304 0 "http://0.0.0.0:8080/g/zzcxz" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:30:41 -0600] "GET /static/bg-tile.png HTTP/1.1" 304 0 "http://0.0.0.0:8080/static/amethyst.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" +127.0.0.1 - - [05/Feb/2022:14:31:08 -0600] "GET /g/zzcxz HTTP/1.1" 200 1367 "http://0.0.0.0:8080/g/carzd" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" diff --git a/debug/apioforum.conf b/debug/apioforum.conf new file mode 100644 index 0000000..d8a5bd4 --- /dev/null +++ b/debug/apioforum.conf @@ -0,0 +1,2 @@ +root = "/" +db = "../debug/apioforum.db" diff --git a/debug/apioforum.db b/debug/apioforum.db new file mode 100644 index 0000000..0cafbac Binary files /dev/null and b/debug/apioforum.db differ diff --git a/debug/error.log b/debug/error.log new file mode 100644 index 0000000..a94cb2f --- /dev/null +++ b/debug/error.log @@ -0,0 +1,12 @@ +2021/12/22 20:51:57 [error] 1837439#1837439: *1 open() "/static/style.css" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET http://localhost:8080/static/style.css HTTP/1.1", host: "localhost:8080" +2021/12/22 20:51:58 [error] 1837439#1837439: *1 open() "/static/style.css" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET http://localhost:8080/static/style.css HTTP/1.1", host: "localhost:8080" +2021/12/22 20:53:19 [error] 1837577#1837577: *1 open() "/../staticstyle.css" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET http://localhost:8080/static/style.css HTTP/1.1", host: "localhost:8080" +2021/12/22 20:53:23 [error] 1837624#1837624: *1 open() "/../staticstyle.css" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET http://localhost:8080/static/style.css HTTP/1.1", host: "localhost:8080" +2021/12/22 20:53:40 [error] 1837666#1837666: *1 open() "/../static/style.css" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET http://localhost:8080/static/style.css HTTP/1.1", host: "localhost:8080" +2022/02/04 20:06:24 [error] 947418#947418: *13 upstream prematurely closed FastCGI stdout while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /bee HTTP/1.1", upstream: "fastcgi://unix:/home/raven/projects/zzcxz/debug/fcgiwrap.socket:", host: "0.0.0.0:8080" +2022/02/04 21:16:50 [error] 947418#947418: *28 open() "/home/raven/projects/zzcxz/debug/../static/bg-tile.png" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /static/bg-tile.png HTTP/1.1", host: "0.0.0.0:8080", referrer: "http://0.0.0.0:8080/static/amethyst.css" +2022/02/04 21:17:50 [error] 947418#947418: *28 open() "/home/raven/projects/zzcxz/debug/../static/bg-tile.png" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /static/bg-tile.png HTTP/1.1", host: "0.0.0.0:8080", referrer: "http://0.0.0.0:8080/static/amethyst.css" +2022/02/04 21:18:39 [error] 947418#947418: *28 open() "/home/raven/projects/zzcxz/debug/../static/bg-tile.png" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /static/bg-tile.png HTTP/1.1", host: "0.0.0.0:8080", referrer: "http://0.0.0.0:8080/static/amethyst.css" +2022/02/04 22:02:15 [error] 947418#947418: *33 open() "/home/raven/projects/zzcxz/debug/../static/bg-tile.png" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /static/bg-tile.png HTTP/1.1", host: "0.0.0.0:8080", referrer: "http://0.0.0.0:8080/static/amethyst.css" +2022/02/04 22:03:55 [error] 947418#947418: *35 open() "/home/raven/projects/zzcxz/debug/../static/bg-tile.png" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /static/bg-tile.png HTTP/1.1", host: "0.0.0.0:8080", referrer: "http://0.0.0.0:8080/static/amethyst.css" +2022/02/04 22:04:43 [error] 947418#947418: *35 open() "/home/raven/projects/zzcxz/debug/../static/bg-tile.png" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /static/bg-tile.png HTTP/1.1", host: "0.0.0.0:8080", referrer: "http://0.0.0.0:8080/static/amethyst.css" diff --git a/debug/nginx.conf b/debug/nginx.conf new file mode 100644 index 0000000..1ff0baf --- /dev/null +++ b/debug/nginx.conf @@ -0,0 +1,36 @@ +pid nginx.pid; +worker_processes auto; + +events { + worker_connections 768; + # multi_accept on; +} + +http { + access_log access.log; + error_log error.log; + + sendfile on; + tcp_nopush on; + types_hash_max_size 2048; + + include /etc/nginx/mime.types; + default_type application/octet-stream; + + gzip off; + + server { + listen 8080; + + location ~ ^(?.*) { + fastcgi_param PATH_INFO $path; + include /tmp/fastcgi_conf; + include /etc/nginx/fastcgi_params; + } + + location ^~ /static/ { + alias ../static/; + } + } +} + diff --git a/debug/nginx.pid b/debug/nginx.pid new file mode 100644 index 0000000..0ba77d1 --- /dev/null +++ b/debug/nginx.pid @@ -0,0 +1 @@ +947417 diff --git a/debug/nginx.sh b/debug/nginx.sh new file mode 100755 index 0000000..a195aea --- /dev/null +++ b/debug/nginx.sh @@ -0,0 +1,6 @@ +#!/bin/sh +killall nginx fcgiwrap > /dev/null +rm -f fcgiwrap.socket +/usr/bin/env printf 'fastcgi_param SCRIPT_FILENAME "%q/../zzcxz.cgi"; fastcgi_pass "unix:%q/fcgiwrap.socket";' "$(pwd)" "$(pwd)" > /tmp/fastcgi_conf; +fcgiwrap -s unix:"$(pwd)"/fcgiwrap.socket & +nginx -p "$(pwd)" -c nginx.conf diff --git a/static/amethyst.css b/static/amethyst.css new file mode 100644 index 0000000..3312a69 --- /dev/null +++ b/static/amethyst.css @@ -0,0 +1,262 @@ + +body { + background-image: url("/static/bg-tile.png"); + background-color: #002200; + color: #e4ffe4; + background-attachment:fixed; + font-family: sans-serif; + margin-left: auto; + margin-right: auto; + overflow-wrap: break-word; + max-width: 60ch; + margin-top: 30px; +} + +/* large screens */ +@media all and (min-width: 800px) { + body { + font-size: larger; + } +} + +/* small screens */ +@media not all and (min-width: 800px) { + body { + margin-right: 15px; + margin-left: 15px; + } +} + +a { + color: #FFFFFF; +} + +a:visited { + color: #AAAAAA; +} + +h1,h2,h3,h4,h5,h6 { + text-align: left; +} + +nav > ul { + list-style-type: none; + padding-left: 0; + line-height: 150%; +} + +#backlink > a { + color: lightblue; +} + +#backlink > a::before { + content: "🡤 " +} + +li { + margin-bottom: 10px; +} + +footer { + border-top: 2px solid white; + margin-top: 50px; + padding-bottom: 50px; + font-size: smaller; + font-style: italic; +} + +#about-links { + display: flex; + justify-content: flex-end; +} + +#about-links > p { + margin-left: 20px; +} + +hr { + border-bottom: 0; + border-left: 0; + border-right: 0; + border-top: 2px solid #e4ffe4; + margin-top: 25px; +} + +textarea, input[type="text"] { + border: 2px solid #e4ffe4; + background-color: transparent; + color: inherit; + font-size: inherit; + padding: 5px; +} + +input[type="text"] { + font-family: inherit; +} + +textarea { + width: 100%; + max-width: 100%; + min-width: 100%; + min-height: 200px; + margin: auto; + margin-bottom: 10px; + padding: 5px; + box-sizing: border-box; +} + +button, input[type="submit"] { + border: 0; + border-radius: 5px; + padding: 5px; + font-family: inherit; + font-size: inherit; + color: black; + background-color: #e4ffe4; + min-width: 100px; +} + +button:active, input[type="submit"]:active { + background-color: lightblue; +} + +.buttons { + display: flex; + flex-wrap: wrap; + gap: 10px; + justify-content: flex-end; + align-items: center; +} + +/* +#scrolltext > span { + z-index: -1; + opacity: 0.3; + position: absolute; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + + top: 30px; + left: 0; + animation: scroll-left 60s linear infinite; + inline-size: max-content; + + font-family: monospace; +} +*/ + +#motd { + opacity: 0.4; + + user-select: none; + font-family: monospace; + margin: auto; + margin-top: 0; + max-width: 400px; +} + +@keyframes scroll-left { + 0% { + transform: translateX(115vw); + } + 100% { + transform: translateX(-100%); + } +} + +@media (prefers-reduced-motion) { + #scrolltext { + display: none !important; + } +} + +#badges { + margin-top: 15px; + margin-left: 10px; + float: right; +} + +img { + max-width: 100%; +} + +.imgfig { + margin-left: auto; + margin-right: auto; + max-width: 100%; +} + +.imgfig > a { + display: block; + height: max(500px, calc(100vh - 380px)); + max-width 100%; +} + +.imgfig > a > img { + height: 100%; + width: 100%; + object-fit: contain; +} + +.imgfig > figcaption { + margin-top: 10px; +} + +#gallery { + display: flex; + flex-wrap: wrap; + justify-content: space-around; + gap: 30px; +} + +#postlist > li { + margin-bottom: 15px; +} + +.imgbox { + width: 200px; + height: 200px; + background-color: #312c3e; +} + +.imgbox > img { + width: 100%; + height: 100%; + object-fit: cover; +} + + +grge { + color: cyan; + text-decoration: underline; + text-decoration-color: blue; + text-decoration-thickness: 2px; + font-style: oblique; + letter-spacing: 6px; +} + +.small { + font-size: smaller; +} + + +.important { + color: cyan !important; +} + +#wyd { + width: 100%; + box-sizing: border-box; +} + +pre { + background-color: white; + padding: 10px; + overflow-x: scroll; +} + +pre > code { + color: black; +} diff --git a/static/bg-tile.png b/static/bg-tile.png new file mode 100644 index 0000000..d57ad6b Binary files /dev/null and b/static/bg-tile.png differ diff --git a/zzcxz.cgi b/zzcxz.cgi new file mode 100755 index 0000000..df8d3b7 --- /dev/null +++ b/zzcxz.cgi @@ -0,0 +1,446 @@ +#!/usr/bin/env lua +-- this software is licensed under the terms of the GNU affero public license +-- v3 or later. view LICENSE.txt for more information. + +-- if you host your own instance, please change the email address in the about +-- page and clearly distinguish your instance from https://zzcxz.citrons.xyz. + +local env = os.getenv + +local f = io.open("/dev/urandom", 'r') +local e = f and f:read(1) +if f then f:close() end +math.randomseed(os.time() + string.byte(e)) + +local function url_encode(str) + return (str:gsub("([^A-Za-z0-9%_%.%-%~])", function(v) + return string.upper(string.format("%%%02x", string.byte(v))) + end)) +end + +local esc_sequences = { + ["<"] = "<", + [">"] = ">", + ['"'] = """ +} +local function html_encode(x) + local escaped = tostring(x) + escaped = escaped:gsub("&", "&") + + for char,esc in pairs(esc_sequences) do + escaped = string.gsub(escaped, char, esc) + end + return escaped +end + +local function parse_qs(str) + local function decode(str, path) + local str = str + if not path then + str = str:gsub('+', ' ') + end + return (str:gsub("%%(%x%x)", function(c) + return string.char(tonumber(c, 16)) + end)) + end + + local values = {} + for key,val in str:gmatch(string.format('([^%q=]+)(=*[^%q=]*)', '&', '&')) do + local key = decode(key) + local keys = {} + key = key:gsub('%[([^%]]*)%]', function(v) + -- extract keys between balanced brackets + if string.find(v, "^-?%d+$") then + v = tonumber(v) + else + v = decode(v) + end + table.insert(keys, v) + return "=" + end) + key = key:gsub('=+.*$', "") + key = key:gsub('%s', "_") -- remove spaces in parameter name + val = val:gsub('^=+', "") + + if not values[key] then + values[key] = {} + end + if #keys > 0 and type(values[key]) ~= 'table' then + values[key] = {} + elseif #keys == 0 and type(values[key]) == 'table' then + values[key] = decode(val) + end + + local t = values[key] + for i,k in ipairs(keys) do + if type(t) ~= 'table' then + t = {} + end + if k == "" then + k = #t+1 + end + if not t[k] then + t[k] = {} + end + if i == #keys then + t[k] = decode(val) + end + t = t[k] + end + end + return values +end + +local function redirect(to) + return "", { + status = '303 see other', + headers = { location = to }, + } +end + +local function template(str) + return function (t) + return (str:gsub("$([A-Za-z][A-Za-z0-9]*)", function(v) + return t[v] or "" + end)) + end +end + +local base = template [[ + + + + + + zzcxz: $title + + + +

zzcxz

+
$content
+ + + +]] + +local not_found = function() + return + base { + title = "not found", + content = "the content requested was not found.", + }, { status = '404 not found' } +end + +local function parse_directive(line, directives) + local directive, args = line:match "^#([A-Z]+)%s*(.-)\n?$" + if not directive then + return + elseif directive == "BACKLINK" then + local page, action = args:match "^(%w%w%w%w%w)%s+(.+)$" + if not page then return end + directives.backlinks = directives.backlinks or {} + table.insert(directives.backlinks, {page = page, action = action}) + elseif directive == "DEADEND" then + directives.deadend = true + else + return + end + return true +end + +local function convert_markup(m) + local result = {} + local directives = {} + local code_block = false + for line in (m..'\n'):gmatch "(.-)\n" do + line = html_encode(line) + if not code_block then + if line:match "^%s*$" then + goto continue + end + if line:sub(1,1) == '#' and + parse_directive(line, directives) then + goto continue + end + if line:sub(1,1) == ' ' then + table.insert(result, '
')
+				code_block = true
+			else
+				line = line:gsub("%[(.-)%]",
+					function(s)
+						return ('%s'):format(s)
+					end
+				)
+				table.insert(result, ('

%s

'):format(line)) + end + end + if code_block then + if line:sub(1,1) == ' ' then + table.insert(result, line .. '\n') + else + table.insert(result, '
') + code_block = false + end + end + ::continue:: + end + if code_block then + table.insert(result, '') + code_block = false + end + return table.concat(result), directives +end + +local function parse_page(s) + local page = {} + page.title = s:match "^(.-)\n" + page.actions = {} + local content = {} + for line in (s..'\n'):gmatch "(.-\n)" do + if line:sub(1,1) == '\t' then + table.insert(content, line:sub(2)) + else + local target, action = line:match "^(%w%w%w%w%w):(.-)\n$" + if action then + table.insert(page.actions, {action = action, target = target}) + end + end + end + page.content = table.concat(content) + + return page +end + +local function load_page(p, raw) + if not p:match("^%w%w%w%w%w$") then return nil end + local f, bee = io.open('content/'..p) + if not f then return nil end + local s = f:read "a" + f:close() + if not s then return nil end + if raw then return s end + return parse_page(s) +end + +local function new_action(page, action, result) + local new_name = {} + for i=1,5 do + table.insert(new_name, string.char(string.byte 'a' + math.random(0,25))) + end + new_name = table.concat(new_name) + assert(not io.open('content/'..new_name, 'r'), "page already exists!") + + local new = assert(io.open('content/'..new_name, 'w')) + local old = assert(io.open('content/'..page, 'a')) + + action = action:gsub('\n', ' ') + assert(new:write(action..'\n')) + for line in (result..'\n'):gmatch "(.-\n)" do + assert(new:write('\t' .. line)) + end + assert(old:write(('%s:%s\n'):format(new_name, action))) + + local _, directives = convert_markup(result) + if directives.backlinks then + for _,d in ipairs(directives.backlinks) do + assert(new:write(('%s:%s\n'):format(d.page, d.action))) + end + end + + new:close() + old:close() + + return new_name +end + +local map = {} + +local page_template = template [[ +

$title

+ $content +
    + $actions +
+]] +map["^/g/(%w%w%w%w%w)/?$"] = function(p) + local page = load_page(p) + if not page then return not_found() end + local _, directives = convert_markup(page.content) + + if env "REQUEST_METHOD" ~= "POST" then + local actions = {} + for _,a in ipairs(page.actions) do + table.insert(actions, + ('
  • %s
  • '):format( + html_encode(a.target), html_encode(a.action))) + end + if not directives.deadend then + table.insert(actions, + ([[ +
  • %s
  • + ]]):format(p, #page.actions == 0 and + "do something..." or "do something else...") + ) + end + + return base { + title = html_encode(page.title), + content = page_template { + title = html_encode(page.title), + content = convert_markup(page.content), + actions = table.concat(actions), + }, + } + else + if directives.deadend then + return base { + title = "error", + content = "forbidden", + }, { status = '403 forbidden' } + end + + local form = parse_qs(io.read "a") + + form.wyd = form.wyd or "something" + form.happens = form.happens or "something" + if utf8.len(form.wyd) > 150 then form.wyd = "something" end + if utf8.len(form.happens) > 10000 then form.wyd = "something" end + + local new = new_action(p, form.wyd, form.happens) + return redirect("/g/"..new) + end +end + +local edit_template = template [[ + $content +
    + $preview +
    +

    + READ THIS before touching anything. +

    +

    what do you do?

    + +

    what happens next?

    + +
    + cancel + + $submit +
    +
    +]] +local preview_template = template [[ +

    $title

    + $content +
    +]] +local submit_template = template [[ + +]] +map["^/g/(%w%w%w%w%w)/act$"] = function(p) + local page = load_page(p) + if not page then return not_found() end + + local _, directives = convert_markup(page.content) + if directives.deadend then return not_found() end + + if env "REQUEST_METHOD" ~= "POST" then + return base { + title = "do something new", + content = edit_template { + page = p, + content = convert_markup(page.content), + }, + } + else + local form = parse_qs(io.read "a") + form.wyd = form.wyd or "something" + form.happens = form.happens or "something" + + return base { + title = "do something new", + content = edit_template { + page = p, + content = convert_markup(page.content), + preview = preview_template { + title = html_encode(form.wyd), + content = convert_markup(form.happens), + }, + title = html_encode(form.wyd), + editing = html_encode(form.happens), + submit = submit_template { page = p }, + }, + } + end +end + +map["^/g/(%w%w%w%w%w)/raw$"] = function(p) + local page = load_page(p, true) + if not page then return not_found() end + + return page, { content_type = 'text/plain' } +end + +map["^/about/?$"] = function() + local f = assert(io.open("about.html", 'r')) + local h = assert(f:read 'a') + f:close() + + return h +end + +local function main() + if env "PATH_INFO" == "/" then + return redirect "/g/zzcxz" + end + + for k,v in pairs(map) do + local m = {(env "PATH_INFO"):match(k)} + if m[1] then + return v(table.unpack(m)) + end + end + return not_found() +end + +local ok, content, resp = pcall(main) +if not ok or type(content) ~= 'string' then + io.stderr:write(content..'\n') + + content = base { + title = "internal error", + content = "an internal error occurred." + } + resp = { status = '500 internal server error' } +end + +resp = resp or {} +resp.content_type = resp.content_type or 'text/html' +resp.status = resp.status or '200 OK' +resp.headers = resp.headers or {} +resp.headers['content-type'] = resp.content_type + +print(resp.status) +for k,v in pairs(resp.headers) do + print(("%s: %s"):format(k, v)) +end + +print "" +io.write(content) -- cgit v1.2.3