--- loncom/loncapa_apache.conf 2008/05/19 17:15:13 1.176 +++ loncom/loncapa_apache.conf 2008/07/08 17:52:32 1.177 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.176 2008/05/19 17:15:13 raeburn Exp $ +## $Id: loncapa_apache.conf,v 1.177 2008/07/08 17:52:32 raeburn Exp $ ## # @@ -37,6 +37,7 @@ ExtendedStatus On Alias /zipspool/ /home/httpd/zipspool/ Alias /prtspool/ /home/httpd/prtspool/ +Alias /captchaspool/ /home/httpd/captchaspool/ ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" # ================================================================= Directories @@ -1375,6 +1376,15 @@ order allow,deny allow from all +# Allow serving of files in captchaspool + + +Options Includes FollowSymLinks +AllowOverride None +order allow,deny +allow from all + + # ============================================================= Access Handlers # ------------------------------------------------- Allow server-status reports @@ -1420,6 +1430,8 @@ PerlSetVar lonDocRoot /home/http PerlSetVar lonPrtDir /home/httpd/prtspool PerlSetVar lonIncludes /home/httpd/html/res/adm/includes PerlSetVar lonZipDir /home/httpd/zipspool +PerlSetVar lonCaptchaDir /home/httpd/captchaspool +PerlSetVar lonCaptchaDb /home/httpd/captchadb PerlSetVar lonFontsDir /home/httpd/html/adm/fonts # & separated list of : separated fields in order of # - internal name to call it,