[Catalyst-commits] r8707 -
trunk/examples/CatalystAdvent/root/2008/pen
janus at dev.catalyst.perl.org
janus at dev.catalyst.perl.org
Wed Dec 3 19:51:34 GMT 2008
Author: janus
Date: 2008-12-03 19:51:32 +0000 (Wed, 03 Dec 2008)
New Revision: 8707
Modified:
trunk/examples/CatalystAdvent/root/2008/pen/4.pod
Log:
reword a bit and be more correct
Modified: trunk/examples/CatalystAdvent/root/2008/pen/4.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/pen/4.pod 2008-12-03 19:42:10 UTC (rev 8706)
+++ trunk/examples/CatalystAdvent/root/2008/pen/4.pod 2008-12-03 19:51:32 UTC (rev 8707)
@@ -219,7 +219,7 @@
Alias / /myapp/
-Now stop and start the server as it's running in a chroot environment:
+Stop and start the server to load mod_fastcgi:
$ sudo apachectl stop
/usr/sbin/apachectl stop: httpd stopped
@@ -251,13 +251,13 @@
One thing that is recommended, is to serve static files with the webserver rather
than the application.
-Given you've put the application into the change root environment located at
+Given you've put the application into the change root environment to
B</var/www/MyApp> you need to add the following to the B<httpd.conf> B<behind>
the Alias directive mapping the FastCGI application:
Alias /static/ /MyApp/root/static/
-Congratulations, with that your deployment should be generally ready for prime time.
+Congratulations, your deployment should be generally ready for prime time.
=head1 AUTHOR
More information about the Catalyst-commits
mailing list