You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2007/02/22 14:55:09 UTC

svn commit: r510518 - /incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf

Author: slaws
Date: Thu Feb 22 05:55:08 2007
New Revision: 510518

URL: http://svn.apache.org/viewvc?view=rev&rev=510518
Log:
Add PHP display component to Alert Aggregator

Modified:
    incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf?view=diff&rev=510518&r1=510517&r2=510518
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf Thu Feb 22 05:55:08 2007
@@ -19,9 +19,11 @@
 # configuration directives that give the server its instructions.
 # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
 
-Listen 9090
+Listen 9091
 
 # Generated by the startserver script
 Include conf/base.conf
-Include conf/tuscany_sca_mod_rest.conf
+
+# SCA rest module not required for the PHP part
+# Include conf/tuscany_sca_mod_rest.conf
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org