Update to the new library 'json2'
[euphorik.git] / tools / yaws.conf
index 6c0994d..820f310 100644 (file)
@@ -1,4 +1,4 @@
-# Configuration pour euphorik.ch en mode de développement.
+# Configuration pour euphorik.ch en mode de dveloppement.
 
 logdir = /tmp
 
@@ -15,6 +15,7 @@ include_dir = ../modules/include
     allowed_scripts = yaws
     appmods = <request, euphorik_requests>
     start_mod = euphorik_daemon
+    auth_log = true
     # dir_listings = true
 </server>
 
@@ -27,7 +28,7 @@ trace = false
 
 cache_refresh_secs = 0
 
-# it is possible to have yaws start additional 
+# it is possible to have yaws start additional
 # application specific code at startup
 # runmod = my_app
 
@@ -48,17 +49,16 @@ log_wrap_size = 1000000
 log_resolve_hostname = false
 
 
-# fail completely or not if yaws fails 
+# fail completely or not if yaws fails
 # to bind a listen socket
 fail_on_bind_err = true
 
 
 # If HTTP auth is used, it is possible to have a specific
 # auth log.
-auth_log = true
 
 
-# When we're running multiple yaws systems on the same 
+# When we're running multiple yaws systems on the same
 # host, we need to give each yaws system an individual
 # name. Yaws will write a number of runtime files under
 # /tmp/yaws/${id}
@@ -75,12 +75,3 @@ auth_log = true
 # This is often nice in testing environments but not
 # acceptable in real live hosting scenarios
 pick_first_virthost_on_nomatch = true
-
-# All unices are broken since it's not possible to bind to
-# a privileged port (< 1024) unless uid==0
-# There is a contrib in jungerl which makes it possible by means 
-# of an external setuid root programm called fdsrv to listen to
-# to privileged port.
-# If we use this feature, it requires fdsrv to be properly installed.
-# Doesn't yet work with SSL.
-use_fdsrv = false