Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the "Hello, Clack!" example didn't works well on cloud server. #174

Open
cl-03 opened this issue May 9, 2022 · 2 comments
Open

the "Hello, Clack!" example didn't works well on cloud server. #174

cl-03 opened this issue May 9, 2022 · 2 comments

Comments

@cl-03
Copy link

cl-03 commented May 9, 2022

(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.
image
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

@fukamachi
Copy link
Owner

Is 5000 port of your server open?

@JironBach
Copy link

I'm trying to run clack server, too.
Thank you very much nice server, Mr. Fukamachi.

How about try clackup with parameter " --address 0.0.0.0", cl-03?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants