# $Id: httpd.conf,v 1.1 2004/06/08 11:06:00 helge Exp $ # globals ServerType standalone ServerRoot "/HOME/helge/mdev/SkyrixRoot" PidFile /HOME/helge/mdev/SkyrixRoot/logs/httpd8090.pid ScoreBoardFile /HOME/helge/mdev/SkyrixRoot/logs/httpd8090.scoreboard DocumentRoot "/HOME/helge/mdev/SkyrixRoot/Library/WebServer/Documents" ErrorLog /HOME/helge/mdev/SkyrixRoot/logs/error8090_log AccessFileName .htaccess Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 MinSpareServers 1 MaxSpareServers 1 StartServers 1 MaxClients 150 MaxRequestsPerChild 0 ExtendedStatus On Port 8090 User helge Group dev ServerAdmin helge.hess@skyrix.com HostnameLookups Off ServerSignature On # load Objective-C bundle loader ... LoadModule gsbundle_module \ Libraries/ix86/linux-gnu/apache/mod_gsbundle.so #AddModule mod_gsbundle.c # load a bundle LoadApacheBundle ApacheWO.apache #LoadSxApplication Test.sxa AddType application/x-httpd-wox .wox Options FollowSymLinks AllowOverride None Order allow,deny Allow from all Alias /docs/ "/HOME/helge/mdev/helge/ApacheWO/docs/" # This may also be "None", "All", or any combination of "Indexes", # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". Options FollowSymLinks AllowOverride All order allow,deny deny from all order allow,deny deny from all SetSxApplication lapp SetSxRequestHandler WODirectActionRequestHandler SetHandler sx-handler # Directory-Index could help ... ? # # ForceType application/x-httpd-wox # SetHandler wox-page #