Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Help me fill a gap in my server-side knowledge?

by Cody Fendant (Hermit)
on Jan 26, 2013 at 06:05 UTC ( [id://1015467]=note: print w/replies, xml ) Need Help??


in reply to Re: Help me fill a gap in my server-side knowledge?
in thread Help me fill a gap in my server-side knowledge?

I don't know that all your questions have been answered but see tobyink's answer. You can start and stop them the way you start and stop Apache, you can use init.d to make sure they start when the machine boots, and your two-site question can probably be answered by "they will use different ports".

Replies are listed 'Best First'.
Re^3: Help me fill a gap in my server-side knowledge?
by Shuraski (Scribe) on Jan 26, 2013 at 14:30 UTC

    Yes in Catalyst you can assign different ports to each service you want to run. So you can run multiple websites off the same server.

    You start up your service like this:

    $ script/yourapp_server.pl -p [port_goes_here]
    Catalyst defaults to port 3000.

      Yes in Catalyst you can assign different ports

      In sockets, ports being a feature of socket, they can all do it, dancer, catalyst, anything socket based

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-26 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found