Thank you.
Time to start having fun.
Jesse
Search found 6 matches
- Thu Aug 26, 2004 12:27 am
- Forum: newLISP and the O.S.
- Topic: httpd fails on win2k
- Replies: 10
- Views: 10872
- Wed Aug 25, 2004 9:29 pm
- Forum: newLISP and the O.S.
- Topic: httpd fails on win2k
- Replies: 10
- Views: 10872
- Wed Aug 25, 2004 7:30 pm
- Forum: newLISP and the O.S.
- Topic: httpd fails on win2k
- Replies: 10
- Views: 10872
path error
Seems that there is a path problem. in *.cgi path #!/newlisp/ide Where else would this error be looking from or to? c:\newlisp>c:\newlisp\newlisp.exe httpd.lsp 80 ide Server started listening on port: 80 Root directory: ide Wed Aug 25 15:27:13 2004 127.0.0.1 GET /index.html HTTP/1.1 Wed Aug 25 15:27...
- Wed Aug 25, 2004 6:18 pm
- Forum: newLISP and the O.S.
- Topic: httpd fails on win2k
- Replies: 10
- Views: 10872
Thanks, I should have done it that way at first. The problem was that i was running all from ide. Thus the 'ide was not setting. It is serving pages now, however if there is a cgi error httpd exits. Now I am trying to resolve the path error from cgi. Are there any other lisp files needed besides the...
- Wed Aug 25, 2004 1:03 pm
- Forum: newLISP and the O.S.
- Topic: httpd fails on win2k
- Replies: 10
- Views: 10872
Thanks for the welcome. c:\newlisp\ide\newlisp.exe httpd.lsp 80 ide or (load "c:/newlisp/ide/httpd.lsp" 80 ide) The console will not stay open. It was my understanding that the console was to stay open in the listening mode. Allowing a browser to connect and load a page. Primary objective is to crea...
- Tue Aug 24, 2004 10:51 pm
- Forum: newLISP and the O.S.
- Topic: httpd fails on win2k
- Replies: 10
- Views: 10872
httpd fails on win2k
Newbee ?,
I've installed newlisp recently with the intent of web programming.
Newlisp and Newlisptk work just fine.
However when httpd -p 80 is used,
newlisp.exe just flashes on and off.
Jesse
[/code]
I've installed newlisp recently with the intent of web programming.
Newlisp and Newlisptk work just fine.
However when httpd -p 80 is used,
newlisp.exe just flashes on and off.
Jesse
[/code]