Date:   Thursday January 3, 2002 @ 10:09
Author: matt

Update of /home/cvs/AxKitB2B
In directory ted:/tmp/cvs-serv25029

Modified Files:
        server.conf 
Added Files:
        log.conf 
Log Message:
Moved log.conf to a separate file.
Updated to work with that.

Index: server.conf
===================================================================
RCS file: /home/cvs/AxKitB2B/server.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- server.conf 2002/01/02 17:36:29     1.2
+++ server.conf 2002/01/03 10:09:50     1.3
@@ -1,24 +1,23 @@
 <config>
-    <logging>
-        <!-- Log::Dispatch Style Logging via Log::Dispatch::Config -->
-        
-        <dispatch_to>screen</dispatch_to>
 
-        <dispatch_config id="screen">
-            <class>Log::Dispatch::Screen</class>
-            <min_level>warning</min_level>
-            <stderr>1</stderr>
-            <format>%m %n</format>
-        </dispatch_config>
-    </logging>
-
-    <!-- Rest of config is a list of services (i.e. ports to listen on) -->
+    <!-- a list of services (i.e. ports to listen on) -->
     <!-- NB: No vhosting at this level - that's something each service
-         has to provide, if it provides it -->
+         has to provide, if it provides it, I think.
+         well, we might put vhosting config in here, and just
+         error out at the Service module level if we don't
+         support them. -->
+
     <service>
-        <name>http 8082</name>
         <address>0.0.0.0</address>
         <port>8082</port>
         <class>AxKitB2B::Server::Service::HTTP</class>
+        <name>http 8082</name>
+    </service>
+    
+    <service>
+        <address>0.0.0.0</address>
+        <port>8086</port>
+        <class>AxKitB2B::Server::Service::HTTP</class>
+        <name>http 8086</name>
     </service>
 </config>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to