X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FDevelopmentServer.pod;h=23de7972e6af7fa4df0710c368ef9ca7aaa7d97f;hp=4822fe8693e50bb64dd3f2d1c5a76703268c800b;hb=5abded07e91219302e0536d98c9a0d5e5fd58e13;hpb=17fad97e0c95a905dbbf64127eb5b87d0521a6dd diff --git a/lib/Catalyst/Manual/Deployment/DevelopmentServer.pod b/lib/Catalyst/Manual/Deployment/DevelopmentServer.pod index 4822fe8..23de797 100644 --- a/lib/Catalyst/Manual/Deployment/DevelopmentServer.pod +++ b/lib/Catalyst/Manual/Deployment/DevelopmentServer.pod @@ -2,9 +2,9 @@ Catalyst::Manual::DevelopmentServer - Development server deployment -The development server is a mini web server written in perl. However if -you supply the C<-f> option to the development server, it will load -the higher performance L server, which can be used as an +The development server is a mini web server written in Perl. However, if +you supply the C<-f> option to the development server, it will load the +higher performance L server, which can be used as an application server with a lightweight proxy web server at the front. =head1 Setup @@ -46,8 +46,8 @@ different apps served on the same host. =head2 Other web servers -The proxy configuration above can also be replicated with a different front end -server or proxy such as varnish, nginx or lighttpd. +The proxy configuration above can also be replicated with a different +frontend server or proxy, such as varnish, nginx, or lighttpd. =head1 AUTHORS