diff options
author | Juego <Juego@web> | 2016-11-16 18:17:48 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-11-16 18:17:48 -0400 |
commit | 3a3600915842f780e34526050c36e52c53c95a17 (patch) | |
tree | 1337da274671214202dd36e1bd8b96cc34694b87 /doc | |
parent | 99e09457326b1c095df433ecbeb8f0e3fb2c1792 (diff) | |
download | ikiwiki-3a3600915842f780e34526050c36e52c53c95a17.tar ikiwiki-3a3600915842f780e34526050c36e52c53c95a17.tar.gz |
Added custom solution
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/__91__Solved__93__FastCGI_problem_on_Arch.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/__91__Solved__93__FastCGI_problem_on_Arch.mdwn b/doc/forum/__91__Solved__93__FastCGI_problem_on_Arch.mdwn index 2911b747a..c89b1d245 100644 --- a/doc/forum/__91__Solved__93__FastCGI_problem_on_Arch.mdwn +++ b/doc/forum/__91__Solved__93__FastCGI_problem_on_Arch.mdwn @@ -10,4 +10,8 @@ Nowadays, the ikiwiki.cgi sits in the subfolder that is the same as the wiki nam But somehow, even if I play around with the fastcgi parameters, I either get a 403, or the server is trying to send me the ikiwiki.cgi file to download, but does not run it. I've changed the permissions on the socket, I even tried to run the server as root, nothing changes. Still same errors. If anyone can help, I'd appreciate. + +-- Update +**Pseudo solution** : Solved my problem by switching from Nginx to Apache. Somewhow handling .cgi scripts with Apache is less trouble some. + |