X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=tools%2Fyaws.conf;h=820f310fab1eeb76b41ae2f2dc0a820ccf4055da;hp=6c0994d60960a1bd65d477111d755b50346e7c67;hb=5d9992368bb386d2e606ae037c5478fe10ac70e8;hpb=4a6c575807a90370c0069b688026b10102e1ce10;ds=sidebyside diff --git a/tools/yaws.conf b/tools/yaws.conf index 6c0994d..820f310 100644 --- a/tools/yaws.conf +++ b/tools/yaws.conf @@ -1,4 +1,4 @@ -# Configuration pour euphorik.ch en mode de développement. +# Configuration pour euphorik.ch en mode de d�veloppement. logdir = /tmp @@ -15,6 +15,7 @@ include_dir = ../modules/include allowed_scripts = yaws appmods = start_mod = euphorik_daemon + auth_log = true # dir_listings = true @@ -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