aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-01-04 00:19:25 +0100
committernodiscc <nodiscc@gmail.com>2020-01-04 00:19:25 +0100
commit5256f83d024a3a116ab59a0554a876f064bcaa68 (patch)
treeb3fdbd04dc8627a630cd936539f3fa2df873e57e
parenteb0a0f77cc42d5c1c4a331720dbe1710ef8eb565 (diff)
downloadShaarli-5256f83d024a3a116ab59a0554a876f064bcaa68.tar.gz
Shaarli-5256f83d024a3a116ab59a0554a876f064bcaa68.tar.zst
Shaarli-5256f83d024a3a116ab59a0554a876f064bcaa68.zip
doc: troubleshooting: add note about error 500/internal server error caused by apache 2.2 and no mod_version
-rw-r--r--doc/md/Troubleshooting.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/md/Troubleshooting.md b/doc/md/Troubleshooting.md
index 570f6956..78211809 100644
--- a/doc/md/Troubleshooting.md
+++ b/doc/md/Troubleshooting.md
@@ -126,3 +126,7 @@ This can be caused by several things:
126## Sessions do not seem to work correctly on your server 126## Sessions do not seem to work correctly on your server
127 127
128Follow the instructions in the error message. Make sure you are accessing shaarli via a direct IP address or a proper hostname. If you have **no dots** in the hostname (e.g. `localhost` or `http://my-webserver/shaarli/`), some browsers will not store cookies at all (this respects the [HTTP cookie specification](http://curl.haxx.se/rfc/cookie_spec.html)). 128Follow the instructions in the error message. Make sure you are accessing shaarli via a direct IP address or a proper hostname. If you have **no dots** in the hostname (e.g. `localhost` or `http://my-webserver/shaarli/`), some browsers will not store cookies at all (this respects the [HTTP cookie specification](http://curl.haxx.se/rfc/cookie_spec.html)).
129
130## Old apache versions, Internal Server Error
131
132If you hosting provider only provides apache 2.2 and no support for `mod_version`, `.htaccess` files may cause 500 errors (Internal Server Error). See [this workaround](https://github.com/shaarli/Shaarli/issues/1196#issuecomment-412271085). \ No newline at end of file