1 |
diff -Nur --no-dereference smeserver-unjunkmgr-3.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr smeserver-unjunkmgr-3.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr |
2 |
--- smeserver-unjunkmgr-3.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr 2020-11-18 08:50:34.000000000 -0500 |
3 |
+++ smeserver-unjunkmgr-3.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr 2021-11-06 23:41:29.614000000 -0400 |
4 |
@@ -29,7 +29,7 @@ |
5 |
$OUT .= "AddHandler cgi-script .pl\n"; |
6 |
$OUT .= "Alias /unjunkmgr /usr/local/unjunkmgr\n"; |
7 |
$OUT .= "<Directory /usr/local/unjunkmgr>\n"; |
8 |
- $OUT .= " Options +FollowSymLinks\n"; |
9 |
+ $OUT .= " Options +FollowSymLinks +ExecCGI\n"; |
10 |
$OUT .= " AllowOverride All\n"; |
11 |
$OUT .= " <FilesMatch \.php\$\>\n"; |
12 |
$OUT .= " order deny,allow\n"; |
13 |
diff -Nur --no-dereference smeserver-unjunkmgr-3.1.old/root/usr/local/unjunkmgr/spamreminder.pl smeserver-unjunkmgr-3.1/root/usr/local/unjunkmgr/spamreminder.pl |
14 |
--- smeserver-unjunkmgr-3.1.old/root/usr/local/unjunkmgr/spamreminder.pl 2021-11-06 23:39:57.348000000 -0400 |
15 |
+++ smeserver-unjunkmgr-3.1/root/usr/local/unjunkmgr/spamreminder.pl 2021-11-06 23:43:24.926000000 -0400 |
16 |
@@ -71,7 +71,7 @@ |
17 |
|
18 |
# Parameters for the Junkmail Summary functionality |
19 |
|
20 |
-my $root_url = sprintf( "http://%s/unjunkmgr", $unjunkhost ); |
21 |
+my $root_url = sprintf( "https://%s/unjunkmgr", $unjunkhost ); |
22 |
|
23 |
my $path = "/home/e-smith/files/users/"; |
24 |
|