Link things from ::Deployment
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment.pod
1 =head1 NAME
2
3 Catalyst::Manual::Deployment - Deploying Catalyst
4
5 =head1 DEPLOYMENT OPTIONS
6
7 =head2 Deployment for shared hosting
8
9 L<Catalyst::Manual::Deployment::SharedHosting>
10
11 =head2 mod_perl
12
13 L<Catalyst::Manual::Deployment::Apache::mod_perl>
14
15 =head2 FastCGI
16
17 L<Catalyst::Manual::Deployment::FastCGI>
18
19 =head3 Apache
20
21 L<Catalyst::Manual::Deployment::Apache::FastCGI>
22
23 =head3 nginx
24
25 L<Catalyst::Manual::Deployment::nginx::FastCGI>
26
27 =head3 lighttpd
28
29 L<Catalyst::Manual::Deployment::lighttpd::FastCGI>
30
31 =head3 Microsoft IIS
32
33 L<Catalyst::Manual::Deployment::IIS::FastCGI>
34
35 =head2 Development Server
36
37 L<Catalyst::Manual::Deployment::DevelopmentServer>.
38
39 =head2 PSGI
40
41 =head1 AUTHORS
42
43 Catalyst Contributors, see Catalyst.pm
44
45 =head1 COPYRIGHT
46
47 This library is free software. You can redistribute it and/or modify it under
48 the same terms as Perl itself.
49
50 =cut
51