/[smecontribs]/rpms/smeserver-webshare/contribs10/smeserver-webshare-1.0.0-sme10-backup.patch
ViewVC logotype

Diff of /rpms/smeserver-webshare/contribs10/smeserver-webshare-1.0.0-sme10-backup.patch

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

Revision 1.3 by jpp, Tue Aug 2 03:58:05 2022 UTC Revision 1.4 by jpp, Tue Aug 2 04:06:37 2022 UTC
# Line 53  diff -Nur --no-dereference smeserver-web Line 53  diff -Nur --no-dereference smeserver-web
53           $OUT .= "<\/Directory>\n";           $OUT .= "<\/Directory>\n";
54           $OUT .= "\n";           $OUT .= "\n";
55       }       }
56    diff -Nur --no-dereference smeserver-webshare-1.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80AuthFile smeserver-webshare-1.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80AuthFile
57    --- smeserver-webshare-1.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80AuthFile    2022-08-02 00:02:54.839000000 -0400
58    +++ smeserver-webshare-1.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80AuthFile        1969-12-31 19:00:00.000000000 -0500
59    @@ -1,4 +0,0 @@
60    -{
61    -    $OUT .= load_modules(qw(auth_basic));
62    -    $OUT .= load_modules(qw(authn_file));
63    -}
64    diff -Nur --no-dereference smeserver-webshare-1.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias smeserver-webshare-1.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias
65    --- smeserver-webshare-1.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias   2022-08-02 00:02:54.856000000 -0400
66    +++ smeserver-webshare-1.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86WebShareAlias       2022-08-02 00:05:30.150000000 -0400
67    @@ -9,16 +9,7 @@
68             $OUT .= "# webshare\/$key\n";
69             $OUT .= "Alias \/webshare\/$key \/opt\/webshare\/$key\n";
70             $OUT .= "<Directory \/opt\/webshare\/$key>\n";
71    -        {
72    -            use esmith::util;
73    -            my $release = esmith::util::determineRelease();
74    -            if ( "$release" ge "7.0" ) {
75    -                $OUT .= "    SSLRequireSSL\n";
76    -            }
77    -            else {
78    -                $OUT .= "    RequireSSL on\n";
79    -            }
80    -        }
81    +        $OUT .= "    SSLRequireSSL\n";
82             $OUT .= "    Options +Indexes\n";
83             $OUT .= "    AllowOverride None\n";
84             $OUT .= "    Require all granted\n";


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed