From b9fcbe3dc86323a4a64b419c589a1cc5eeb38749 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 27 Jun 2009 17:50:31 -0400 Subject: .msgs processing in FastCGI --- demo/prose | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demo/prose') diff --git a/demo/prose b/demo/prose index 0c443692..37b49a90 100644 --- a/demo/prose +++ b/demo/prose @@ -19,8 +19,8 @@ to build the "Hello World" demo application. Whether building the pieces separa
Alias /demo/ "DIR/demo/out/"
 
-ProxyPass /Demo/ http://localhost:8080/
-ProxyPassReverse /Demo/ http://localhost:8080/

+ProxyPass /Demo/ http://localhost:8080/Demo/ +ProxyPassReverse /Demo/ http://localhost:8080/Demo/

Building the demo also generates a demo.sql file, giving the SQL commands to run to define all of the tables and sequences that the applications expect to see. The file demo.urp contains a database line with the PostgreSQL database that the demo web server will try to connect to.

-- cgit v1.2.3