Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: how can I access podwebserver remotely?

by Corion (Patriarch)
on Oct 28, 2020 at 16:53 UTC ( [id://11123270]=note: print w/replies, xml ) Need Help??


in reply to how can I access podwebserver remotely?

As long as the webserver only listens on localhost, it will only be reachable via localhost. If you want it to be publically accessible, you will need to make it listen on www.myserver.com:

podwebserver -p 1234 -H www.myserver.com

(this is straight from Pod::Webserver. If you are using a different program, consider telling us, which program you use)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11123270]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 19:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found