diff options
| author | Pete Cooper | 2024-10-07 17:44:57 +0100 |
|---|---|---|
| committer | Julien Voisin | 2024-10-07 18:09:50 +0000 |
| commit | 857fae6d6b0f39856d1032ec7b07b5dcd52dd342 (patch) | |
| tree | d19f74139a623a557eca895ddf7211d5b0709a5a /doc/source/faq.rst | |
| parent | 1f32e01716dc73c9ad7235f04d191bf8c32d5813 (diff) | |
Update faq.rst
tidy up
Diffstat (limited to 'doc/source/faq.rst')
| -rw-r--r-- | doc/source/faq.rst | 14 |
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 | ||
| 89 | What is the different between SNuffleupaugs and a (WAF) like ModSecurity? | 89 | What 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 |
| 93 | Firewall (WAF) <https://en.wikipedia.org/wiki/Web_application_firewall>`__ are | 93 | Firewalls (WAF) <https://en.wikipedia.org/wiki/Web_application_firewall>`__ are |
| 94 | working by inspecting the http traffic. Snuffleupagus being a PHP module, is | 94 | working by inspecting the http traffic. Snuffleupagus being a PHP module, is |
| 95 | operating directly inside your website's code, with a lesser overhead, as well | 95 | operating directly inside your website's code, with a lesser overhead, as well |
| 96 | as a better understanding of what is currently happening inside your | 96 | as a better understanding of what is currently happening inside your |
| @@ -113,7 +113,7 @@ How mature is this project? | |||
| 113 | """"""""""""""""""""""""""" | 113 | """"""""""""""""""""""""""" |
| 114 | 114 | ||
| 115 | This project has been floating around since early 2016 and we did the first commit | 115 | This project has been floating around since early 2016 and we did the first commit |
| 116 | the 28ᵗʰ of December of the same year. It's currently stable, | 116 | the 28:sup:`th` of December of the same year. It's currently stable, |
| 117 | and is usable and used in production. | 117 | and is usable and used in production. |
| 118 | 118 | ||
| 119 | Are you saying that PHP isn't secure? | 119 | Are you saying that PHP isn't secure? |
| @@ -194,7 +194,7 @@ Will Snuffleupagus run on my old PHP 5? | |||
| 194 | No. | 194 | No. |
| 195 | 195 | ||
| 196 | Since PHP5 `is deprecated since the end of 2018 <http://php.net/supported-versions.php>`_, | 196 | Since PHP5 `is deprecated since the end of 2018 <http://php.net/supported-versions.php>`_, |
| 197 | you should think about moving to PHP7. You can (and should) use | 197 | you 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 | ||
| 200 | Help and support | 200 | Help and support |
| @@ -221,8 +221,8 @@ I found a bug. How can I report it? | |||
| 221 | """"""""""""""""""""""""""""""""""" | 221 | """"""""""""""""""""""""""""""""""" |
| 222 | We do have an issue tracker on `Github <https://github.com/jvoisin/snuffleupagus/issues>`_. | 222 | We do have an issue tracker on `Github <https://github.com/jvoisin/snuffleupagus/issues>`_. |
| 223 | Please make sure to include as much information as possible when reporting your issue, | 223 | Please make sure to include as much information as possible when reporting your issue, |
| 224 | such as your operating system, your version of PHP 7, your version of Snuffleupagus, | 224 | such as your operating system, your version of PHP, your version of Snuffleupagus, |
| 225 | your logs, the problematic php code, the request, a brief description, … long story short, | 225 | your logs, the problematic PHP code, the request, a brief description, … long story short, |
| 226 | give us everything that you can. | 226 | give us everything that you can. |
| 227 | 227 | ||
| 228 | If you're feeling extra-nice, you can try to :ref:`debug it yourself <debug>`, | 228 | If you're feeling extra-nice, you can try to :ref:`debug it yourself <debug>`, |
