forked from taoeffect/dragonfly-newlisp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TROUBLESHOOTING
49 lines (35 loc) · 1.24 KB
/
TROUBLESHOOTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
This document addresses problems getting Dragonfly up and running
in various environments, currently two: newlisp as server, and Apache.
+=================+
NEWLISP AS SERVER
+=================+
------------------------------------------------------------
Problem
ERR:500 Need \tmp directory on current drive: index.cgi
:: Solution ::
This happens on Windows. newlisp needs a "tmp" folder in C:.
Just create it here so that it's here: C:\tmp
------------------------------------------------------------
Problem
ERR:404 File or Directory not found: index.html
Solution
Make sure you're running the newlisp command from within
the 'example-site' directory, or whatever contains your
'index.cgi' file. This is the command to run:
./newlispServer
On Windows double-click on 'newlispServerWin' instead.
+=================+
APACHE AS SERVER
+=================+
------------------------------------------------------------
Problem
500 Internal Server Error
Solution
See example in README to check and make sure that the
path to newlisp is set correctly in index.cgi.
------------------------------------------------------------
Problem
index.cgi is not being run.
Solution
Try adding this to your .htaccess file at the site root:
AddHandler cgi-script .cgi