Update to the new library 'json2'
[euphorik.git] / tools / yaws.conf
index 81a96bb..820f310 100644 (file)
@@ -1,21 +1,21 @@
-# Configuration pour euphorik.ch en mode de développement.
+# Configuration pour euphorik.ch en mode de dveloppement.
 
 logdir = /tmp
 
 ebin_dir = /usr/lib/yaws/ebin
-ebin_dir = /home/gburri/projets/euphorik/trunk/modules/ebin
+ebin_dir = ../modules/ebin
 
 include_dir = /usr/lib/yaws/include
-include_dir = /home/gburri/projets/euphorik/trunk/modules/include
-
+include_dir = ../modules/include
 
 <server localhost>
     port = 8090
     listen = 0.0.0.0
-    docroot = /home/gburri/projets/euphorik/trunk
+    docroot = ..
     allowed_scripts = yaws
     appmods = <request, euphorik_requests>
     start_mod = euphorik_daemon
+    auth_log = true
     # dir_listings = true
 </server>
 
@@ -28,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
 
@@ -49,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}
@@ -76,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