You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defvar *handler* (clack:clackup (lambda (env) (declare (ignore env)) '(200 (:content-type "text/plain") ("Hello, Clack!")))))
It works well on localhost,but can't Open remote web browser .
my cloud server's public IP is 106.12.127.101, and go to http://106.12.127.101:5000/,it can't visit Website. ,
Machine: Linux 4.19.0-19-amd64
Lisp: SBCL 1.4.16.debian
ASDF: 3.3.1
; Fetching #<URL "http://beta.quicklisp.org/dist/quicklisp-versions.txt">
; 9.05KB
9,272 bytes in 0.00 seconds (1810.94KB/sec)
Quicklisp: 2022-04-01 (latest)
NIL
The text was updated successfully, but these errors were encountered:
(defvar *handler* (clack:clackup (lambda (env) (declare (ignore env)) '(200 (:content-type "text/plain") ("Hello, Clack!")))))
It works well on localhost,but can't Open remote web browser .
my cloud server's public IP is 106.12.127.101, and go to http://106.12.127.101:5000/,it can't visit Website.
,
Machine: Linux 4.19.0-19-amd64
Lisp: SBCL 1.4.16.debian
ASDF: 3.3.1
; Fetching #<URL "http://beta.quicklisp.org/dist/quicklisp-versions.txt">
; 9.05KB
9,272 bytes in 0.00 seconds (1810.94KB/sec)
Quicklisp: 2022-04-01 (latest)
NIL
The text was updated successfully, but these errors were encountered: