Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jifty::script::server(3pm) [debian man page]

Jifty::Script::Server(3pm)				User Contributed Perl Documentation				Jifty::Script::Server(3pm)

NAME
Jifty::Script::Server - A standalone webserver for your Jifty application SYNOPSIS
jifty server jifty server --port 6666 jifty server --stop DESCRIPTION
Starts and stops Jifty's standalone web server. options --port The port to run the server on. Overrides the port in the config file, if it is set there. The default port is 8888. --user USER The user to become after binding to the port. It is advised that you use this when binding to low ports, instead of running as "root". This option only works if the server is using a Net::Server subclass. --group GROUP The group to become after binding to the port. Like "--user", this option only works if the server is using a Net::Server subclass. --host HOSTNAME The host to bind to. This option only works if the server is using a Net::Server subclass. --stop Stops the server, if it is running. This is accomplished by reading the PID from "var/jifty-server.pid" --restart restart the server, if it is running. This is accomplished by killing the child pid, and let parent pid create a new one --sigready SIGNAL Sets the signal number that should be sent to the server's parent process when the server is ready to accept connections. --quiet Reduces the amount of debug output sent by the server --dbiprof Turns on DBI profiling; see DBI::ProfileDumper. --help Print a brief help message and exits. --man Prints the manual page and exits. DESCRIPTION
When you're getting started with Jifty, this is the server you want. It's lightweight and easy to work with. METHODS
run "run" takes no arguments, but starts up a Jifty server process for you. perl v5.14.2 2010-12-08 Jifty::Script::Server(3pm)

Check Out this Related Man Page

Jifty::Manual(3pm)					User Contributed Perl Documentation					Jifty::Manual(3pm)

NAME
Jifty::Manual - Jifty documentation DESCRIPTION
This manual is divided into many separate pages, each covering a specific topic thoroughly. Jifty::Manual::AccessControl Implementing access controls in your Jifty app Jifty::Manual::Actions All about actions and how to use them Jifty::Manual::Continuations Continuations made easy. Easier.. Jifty::Manual::Cookbook Chunk-sized pearls of wisdom for accomplishing common tasks Jifty::Manual::Deploying How to go from "jifty server" to a robust web-server and database environment Jifty::Manual::FAQ Frequently asked questions, for some value of frequent Jifty::Manual::Glossary Common terms that you might want to learn Jifty::Manual::Logging How to control Jifty's logging, which is backed by Log::Log4perl Jifty::Manual::Models All about models -- the creepy crawlies that live in your database Jifty::Manual::ObjectModel How all the bits of Jifty hang together Jifty::Manual::PageRegions You too can have sexy AJAX! Jifty::Manual::RequestHandling The life cycle of a page load Jifty::Manual::Style Style guide for the Jifty project itself Jifty::Manual::Tutorial Your first stop on this tour Jifty::Manual::TutorialRest Using the REST API in your application Jifty::Manual::Tutorial_de The tutorial in German Jifty::Manual::Tutorial_ja The tutorial in Japanese Jifty::Manual::Tutorial_zhtw The tutorial in Traditional Chinese Jifty::Manual::Upgrading How to change your application's database Jifty::Manual::UsingCSSandJS How to use custom CSS and JavaScript in your application perl v5.14.2 2010-09-25 Jifty::Manual(3pm)
Man Page