[system] / trunk / webwork-modperl / conf / httpd-wwmp-sample.conf Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/conf/httpd-wwmp-sample.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 651 Revision 652
21# invocations of Apache. webwork-dev doens't appear to be one of those 21# invocations of Apache. webwork-dev doens't appear to be one of those
22# systems. 22# systems.
23#ScoreBoardFile /var/run/httpd.scoreboard 23#ScoreBoardFile /var/run/httpd.scoreboard
24 24
25PerlFreshRestart On 25PerlFreshRestart On
26<Location /webwork-!WEBWORK_USER!> 26<Location /webwork>
27 SetHandler perl-script 27 SetHandler perl-script
28 PerlHandler Apache::WeBWorK 28 PerlHandler Apache::WeBWorK
29 29
30 PerlSetVar webwork_root !WEBWORK_ROOT! 30 PerlSetVar webwork_root !WEBWORK_ROOT!
31 <Perl> 31 <Perl>
49# DocumentRoot does have to exist, and not have a subdirectory 49# DocumentRoot does have to exist, and not have a subdirectory
50# named "webwork". It suffices. 50# named "webwork". It suffices.
51DocumentRoot "htdocs" 51DocumentRoot "htdocs"
52 52
53# This alias, however, is important. 53# This alias, however, is important.
54Alias /webwork-!WEBWORK_USER!_files/ !WEBWORK_ROOT!/htdocs/ 54Alias /webwork_files/ !WEBWORK_ROOT!/htdocs/
55 55
56# This should match the DocumentRoot 56# This should match the DocumentRoot
57<Directory "!WEBWORK_ROOT!/htdocs"> 57<Directory "!WEBWORK_ROOT!/htdocs">
58 Options Indexes FollowSymLinks MultiViews 58 Options Indexes FollowSymLinks MultiViews
59 AllowOverride None 59 AllowOverride None

Legend:
Removed from v.651  
changed lines
  Added in v.652

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9