summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pod2x4
-rw-r--r--htetc/freeside-base2.4.conf5
2 files changed, 6 insertions, 3 deletions
diff --git a/bin/pod2x b/bin/pod2x
index 1ec998fc2..64ccf882e 100755
--- a/bin/pod2x
+++ b/bin/pod2x
@@ -6,9 +6,7 @@ my $mw_username = 'ivan';
chomp( my $mw_password = `cat .mw-password` );
my $site_perl = "./FS";
-#my $html = "Freeside:1.7:Documentation:Developer";
-#my $html = "Freeside:1.9:Documentation:Developer";
-my $html = "Freeside:3:Documentation:Developer";
+my $html = "Freeside:5:Documentation:Developer";
foreach my $dir (
$html,
diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf
index 33963409f..c6b1fd745 100644
--- a/htetc/freeside-base2.4.conf
+++ b/htetc/freeside-base2.4.conf
@@ -63,6 +63,11 @@ PerlSetVar FreesideHttpOnly 1
<Files "freeside.css">
Satisfy any
</Files>
+
+ <Files ~ "(\.html)$">
+ Deny from all
+ SetHandler None
+ </Files>
</Directory>
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/Helpers/>