diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-06-27 17:50:31 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-06-27 17:50:31 -0400 |
commit | b9fcbe3dc86323a4a64b419c589a1cc5eeb38749 (patch) | |
tree | fb74e59d4dc2a663499f25e692fac8f08e6cb266 /demo/prose | |
parent | e549f22abb97951897b9eaebee879addd66f2517 (diff) |
.msgs processing in FastCGI
Diffstat (limited to 'demo/prose')
-rw-r--r-- | demo/prose | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ to build the "Hello World" demo application. Whether building the pieces separa <blockquote><pre>Alias /demo/ "DIR/demo/out/" -ProxyPass /Demo/ http://localhost:8080/ -ProxyPassReverse /Demo/ http://localhost:8080/</pre></blockquote></p> +ProxyPass /Demo/ http://localhost:8080/Demo/ +ProxyPassReverse /Demo/ http://localhost:8080/Demo/</pre></blockquote></p> <p>Building the demo also generates a <tt>demo.sql</tt> file, giving the SQL commands to run to define all of the tables and sequences that the applications expect to see. The file <tt>demo.urp</tt> contains a <tt>database</tt> line with the PostgreSQL database that the demo web server will try to connect to.</p> |