summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPete Cooper2024-10-07 17:44:57 +0100
committerJulien Voisin2024-10-07 18:09:50 +0000
commit857fae6d6b0f39856d1032ec7b07b5dcd52dd342 (patch)
treed19f74139a623a557eca895ddf7211d5b0709a5a /doc
parent1f32e01716dc73c9ad7235f04d191bf8c32d5813 (diff)
Update faq.rst
tidy up
Diffstat (limited to 'doc')
-rw-r--r--doc/source/faq.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/faq.rst b/doc/source/faq.rst
index 0695089..0485f21 100644
--- a/doc/source/faq.rst
+++ b/doc/source/faq.rst
@@ -86,11 +86,11 @@ This source code resides in ``src/sp_php_compat.c`` and ``src/sp_php_compat.h``
86`The PHP License, version 3.01 <https://www.php.net/license/3_01.txt>`_, also included with the sources as ``PHP_LICENSE``. 86`The PHP License, version 3.01 <https://www.php.net/license/3_01.txt>`_, also included with the sources as ``PHP_LICENSE``.
87 87
88 88
89What is the different between SNuffleupaugs and a (WAF) like ModSecurity? 89What is the different between Snuffleupagus and a (WAF) like ModSecurity?
90""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 90"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
91 91
92`ModSecurity <https://modsecurity.org/>`__ and the other `Web Application 92`ModSecurity <https://modsecurity.org/>`__ and other `Web Application
93Firewall (WAF) <https://en.wikipedia.org/wiki/Web_application_firewall>`__ are 93Firewalls (WAF) <https://en.wikipedia.org/wiki/Web_application_firewall>`__ are
94working by inspecting the http traffic. Snuffleupagus being a PHP module, is 94working by inspecting the http traffic. Snuffleupagus being a PHP module, is
95operating directly inside your website's code, with a lesser overhead, as well 95operating directly inside your website's code, with a lesser overhead, as well
96as a better understanding of what is currently happening inside your 96as a better understanding of what is currently happening inside your
@@ -113,7 +113,7 @@ How mature is this project?
113""""""""""""""""""""""""""" 113"""""""""""""""""""""""""""
114 114
115This project has been floating around since early 2016 and we did the first commit 115This project has been floating around since early 2016 and we did the first commit
116the 28ᵗʰ of December of the same year. It's currently stable, 116the 28:sup:`th` of December of the same year. It's currently stable,
117and is usable and used in production. 117and is usable and used in production.
118 118
119Are you saying that PHP isn't secure? 119Are you saying that PHP isn't secure?
@@ -194,7 +194,7 @@ Will Snuffleupagus run on my old PHP 5?
194No. 194No.
195 195
196Since PHP5 `is deprecated since the end of 2018 <http://php.net/supported-versions.php>`_, 196Since PHP5 `is deprecated since the end of 2018 <http://php.net/supported-versions.php>`_,
197you should think about moving to PHP7. You can (and should) use 197you should think about moving to PHP7 or newer. You can (and should) use
198`Suhosin <https://suhosin.org>`_ in the meantime. 198`Suhosin <https://suhosin.org>`_ in the meantime.
199 199
200Help and support 200Help and support
@@ -221,8 +221,8 @@ I found a bug. How can I report it?
221""""""""""""""""""""""""""""""""""" 221"""""""""""""""""""""""""""""""""""
222We do have an issue tracker on `Github <https://github.com/jvoisin/snuffleupagus/issues>`_. 222We do have an issue tracker on `Github <https://github.com/jvoisin/snuffleupagus/issues>`_.
223Please make sure to include as much information as possible when reporting your issue, 223Please make sure to include as much information as possible when reporting your issue,
224such as your operating system, your version of PHP 7, your version of Snuffleupagus, 224such as your operating system, your version of PHP, your version of Snuffleupagus,
225your logs, the problematic php code, the request, a brief description, … long story short, 225your logs, the problematic PHP code, the request, a brief description, … long story short,
226give us everything that you can. 226give us everything that you can.
227 227
228If you're feeling extra-nice, you can try to :ref:`debug it yourself <debug>`, 228If you're feeling extra-nice, you can try to :ref:`debug it yourself <debug>`,