Running freeipa-server-4.9.1-1.fc33.x86_64 with httpd-2.4.46-9.fc33.x86_64
and the domain/ipa/migration page is blank. The only thing in the page
source is:

    <!--[if IE]>
    <meta id="ie-detector">
    <![endif]-->

    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <base href="../ui/" target="_blank">
    <script type="text/javascript" src="../ui/js/libs/loader.js"></script>
    <script type="text/javascript">
        var dojoConfig = {
            baseUrl: "js",
            has: {
                'dojo-firebug': false,
                'dojo-debug-messages': true
            },
            parseOnLoad: false,
            async: true,
            packages: [
                {
                    name:'dojo',
                    location:'dojo'
                },
                {
                    name: 'freeipa',
                    location: 'freeipa'
                }
            ],
            cacheBust: ipa_loader.num_version || ""
        };

        (function() {
            var ie = !!document.getElementById('ie-detector');
            var styles = [
   'css/patternfly.css',
   'css/ipa.css',
   'ipa.css'
   ];
            if (ie) styles.push('ie.css');
            var icons = ['favicon.ico'];
            var scripts = [
                'js/libs/jquery.js',
                'js/libs/jquery.ordered-map.js',
                'js/dojo/dojo.js'
            ];
            ipa_loader.scripts(scripts, function() {
                require([
                    'freeipa/core',
                    'dojo/domReady!'
                    ], function(app) {
                        app.run_simple('migrate');
                    });
            });
            ipa_loader.styles(styles);
            ipa_loader.icons(icons);

})();
    </script>
</head>
<body>
<noscript>This application requires JavaScript enabled.</noscript>
</body>

With debug logging enabled lots of log noise, anything particular stick out
such as:
SSL Library Error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert
certificate unknown (SSL alert number 46)

or
File does not exist: /usr/share/ipa/ui/js/freeipa/menu.js

It sounds like menu.js might be important...

[Fri Feb 19 16:23:34.231671 2021] [core:debug] [pid 3423167:tid 3423380]
protocol.c(2338): [client x.x.x.x:34558] AH03155: select protocol from ,
choices=h2,http/1.1 for server ourserver.edu
[Fri Feb 19 16:23:34.238036 2021] [ssl:info] [pid 3423167:tid 3423377]
[client x.x.x.x:34560] AH02008: SSL library error 1 in handshake (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.238088 2021] [ssl:info] [pid 3423167:tid 3423377] SSL
Library Error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert
certificate unknown (SSL alert number 46)
[Fri Feb 19 16:23:34.238106 2021] [ssl:info] [pid 3423167:tid 3423377]
[client x.x.x.x:34560] AH01998: Connection closed to child 147 with
abortive shutdown (server ourserver.edu:443)
[Fri Feb 19 16:23:34.238350 2021] [ssl:info] [pid 3423167:tid 3423380]
[client x.x.x.x:34558] AH02008: SSL library error 1 in handshake (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.238395 2021] [ssl:info] [pid 3423167:tid 3423380] SSL
Library Error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert
certificate unknown (SSL alert number 46)
[Fri Feb 19 16:23:34.238443 2021] [ssl:info] [pid 3423167:tid 3423380]
[client x.x.x.x:34558] AH01998: Connection closed to child 150 with
abortive shutdown (server ourserver.edu:443)
[Fri Feb 19 16:23:34.239792 2021] [ssl:info] [pid 3423166:tid 3423299]
[client x.x.x.x:34562] AH01964: Connection to child 69 established (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.240047 2021] [ssl:debug] [pid 3423166:tid 3423299]
ssl_engine_kernel.c(2374): [client x.x.x.x:34562] AH02043: SSL virtual host
for servername ourserver.edu found
[Fri Feb 19 16:23:34.240115 2021] [core:debug] [pid 3423166:tid 3423299]
protocol.c(2338): [client x.x.x.x:34562] AH03155: select protocol from ,
choices=h2,http/1.1 for server ourserver.edu
[Fri Feb 19 16:23:34.246809 2021] [ssl:debug] [pid 3423166:tid 3423299]
ssl_engine_kernel.c(2254): [client x.x.x.x:34562] AH02041: Protocol:
TLSv1.3, Cipher: TLS_AES_256_GCM_SHA384 (256/256 bits)
[Fri Feb 19 16:23:34.247008 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0xf4 ->
subcache 20)
[Fri Feb 19 16:23:34.247037 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(730): AH00842: expiring 1 and reclaiming 1
removed socache entries
[Fri Feb 19 16:23:34.247049 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(750): AH00843: we now have 0 socache entries
[Fri Feb 19 16:23:34.247059 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(847): AH00847: insert happened at idx=0,
data=(0:32)
[Fri Feb 19 16:23:34.247068 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(850): AH00848: finished insert, subcache:
idx_pos/idx_used=0/1, data_pos/data_used=0/229
[Fri Feb 19 16:23:34.247077 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store
successfully
[Fri Feb 19 16:23:34.247269 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0x7f ->
subcache 31)
[Fri Feb 19 16:23:34.247296 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(730): AH00842: expiring 2 and reclaiming 0
removed socache entries
[Fri Feb 19 16:23:34.247306 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(750): AH00843: we now have 0 socache entries
[Fri Feb 19 16:23:34.247315 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(847): AH00847: insert happened at idx=0,
data=(0:32)
[Fri Feb 19 16:23:34.247324 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(850): AH00848: finished insert, subcache:
idx_pos/idx_used=0/1, data_pos/data_used=0/229
[Fri Feb 19 16:23:34.247333 2021] [socache_shmcb:debug] [pid 3423166:tid
3423299] mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store
successfully
[Fri Feb 19 16:23:34.248150 2021] [ssl:debug] [pid 3423166:tid 3423299]
ssl_engine_kernel.c(415): [client x.x.x.x:34562] AH02034: Initial (No.1)
HTTPS request received for child 69 (server ourserver.edu:443)
[Fri Feb 19 16:23:34.249128 2021] [deflate:debug] [pid 3423166:tid 3423299]
mod_deflate.c(867): [client x.x.x.x:34562] AH01384: Zlib: Compressed 1853
to 734 : URL /ipa/migration/index.html
[Fri Feb 19 16:23:34.519107 2021] [ssl:debug] [pid 3423166:tid 3423306]
ssl_engine_kernel.c(415): [client x.x.x.x:34562] AH02034: Subsequent (No.2)
HTTPS request received for child 76 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.525342 2021] [ssl:debug] [pid 3423166:tid 3423295]
ssl_engine_kernel.c(415): [client x.x.x.x:34562] AH02034: Subsequent (No.3)
HTTPS request received for child 65 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.526073 2021] [ssl:info] [pid 3423824:tid 3423866]
[client x.x.x.x:34566] AH01964: Connection to child 194 established (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.526299 2021] [ssl:debug] [pid 3423824:tid 3423866]
ssl_engine_kernel.c(2374): [client x.x.x.x:34566] AH02043: SSL virtual host
for servername ourserver.edu found
[Fri Feb 19 16:23:34.526523 2021] [core:debug] [pid 3423824:tid 3423866]
protocol.c(2338): [client x.x.x.x:34566] AH03155: select protocol from ,
choices=h2,http/1.1 for server ourserver.edu
[Fri Feb 19 16:23:34.527712 2021] [ssl:info] [pid 3423167:tid 3423361]
[client x.x.x.x:34568] AH01964: Connection to child 131 established (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.527908 2021] [ssl:debug] [pid 3423167:tid 3423361]
ssl_engine_kernel.c(2374): [client x.x.x.x:34568] AH02043: SSL virtual host
for servername ourserver.edu found
[Fri Feb 19 16:23:34.528093 2021] [core:debug] [pid 3423167:tid 3423361]
protocol.c(2338): [client x.x.x.x:34568] AH03155: select protocol from ,
choices=h2,http/1.1 for server ourserver.edu
[Fri Feb 19 16:23:34.528262 2021] [socache_shmcb:debug] [pid 3423824:tid
3423866] mod_socache_shmcb.c(555): AH00837: socache_shmcb_remove (0x7f ->
subcache 31)
[Fri Feb 19 16:23:34.528299 2021] [socache_shmcb:debug] [pid 3423824:tid
3423866] mod_socache_shmcb.c(939): AH00852: possible match at idx=0, data=0
[Fri Feb 19 16:23:34.528312 2021] [socache_shmcb:debug] [pid 3423824:tid
3423866] mod_socache_shmcb.c(944): AH00853: shmcb_subcache_remove removing
matching entry
[Fri Feb 19 16:23:34.528322 2021] [socache_shmcb:debug] [pid 3423824:tid
3423866] mod_socache_shmcb.c(570): AH00839: leaving socache_shmcb_remove
successfully
[Fri Feb 19 16:23:34.528338 2021] [ssl:info] [pid 3423824:tid 3423866]
[client x.x.x.x:34566] AH02008: SSL library error 1 in handshake (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.528369 2021] [ssl:info] [pid 3423824:tid 3423866] SSL
Library Error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert
certificate unknown (SSL alert number 46)
[Fri Feb 19 16:23:34.528383 2021] [ssl:info] [pid 3423824:tid 3423866]
[client x.x.x.x:34566] AH01998: Connection closed to child 194 with
abortive shutdown (server ourserver.edu:443)
[Fri Feb 19 16:23:34.528762 2021] [ssl:info] [pid 3423824:tid 3423871]
[client x.x.x.x:34570] AH01964: Connection to child 199 established (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.529011 2021] [ssl:debug] [pid 3423824:tid 3423871]
ssl_engine_kernel.c(2374): [client x.x.x.x:34570] AH02043: SSL virtual host
for servername ourserver.edu found
[Fri Feb 19 16:23:34.529077 2021] [core:debug] [pid 3423824:tid 3423871]
protocol.c(2338): [client x.x.x.x:34570] AH03155: select protocol from ,
choices=h2,http/1.1 for server ourserver.edu
[Fri Feb 19 16:23:34.529562 2021] [socache_shmcb:debug] [pid 3423167:tid
3423361] mod_socache_shmcb.c(555): AH00837: socache_shmcb_remove (0xf4 ->
subcache 20)
[Fri Feb 19 16:23:34.529590 2021] [socache_shmcb:debug] [pid 3423167:tid
3423361] mod_socache_shmcb.c(939): AH00852: possible match at idx=0, data=0
[Fri Feb 19 16:23:34.529612 2021] [socache_shmcb:debug] [pid 3423167:tid
3423361] mod_socache_shmcb.c(944): AH00853: shmcb_subcache_remove removing
matching entry
[Fri Feb 19 16:23:34.529624 2021] [socache_shmcb:debug] [pid 3423167:tid
3423361] mod_socache_shmcb.c(570): AH00839: leaving socache_shmcb_remove
successfully
[Fri Feb 19 16:23:34.529642 2021] [ssl:info] [pid 3423167:tid 3423361]
[client x.x.x.x:34568] AH02008: SSL library error 1 in handshake (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.529670 2021] [ssl:info] [pid 3423167:tid 3423361] SSL
Library Error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert
certificate unknown (SSL alert number 46)
[Fri Feb 19 16:23:34.529684 2021] [ssl:info] [pid 3423167:tid 3423361]
[client x.x.x.x:34568] AH01998: Connection closed to child 131 with
abortive shutdown (server ourserver.edu:443)
[Fri Feb 19 16:23:34.531096 2021] [ssl:info] [pid 3423165:tid 3423230]
[client x.x.x.x:34572] AH01964: Connection to child 0 established (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.531294 2021] [ssl:debug] [pid 3423165:tid 3423230]
ssl_engine_kernel.c(2374): [client x.x.x.x:34572] AH02043: SSL virtual host
for servername ourserver.edu found
[Fri Feb 19 16:23:34.531323 2021] [ssl:info] [pid 3423165:tid 3423240]
[client x.x.x.x:34574] AH01964: Connection to child 10 established (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.531349 2021] [core:debug] [pid 3423165:tid 3423230]
protocol.c(2338): [client x.x.x.x:34572] AH03155: select protocol from ,
choices=h2,http/1.1 for server ourserver.edu
[Fri Feb 19 16:23:34.531487 2021] [ssl:debug] [pid 3423165:tid 3423240]
ssl_engine_kernel.c(2374): [client x.x.x.x:34574] AH02043: SSL virtual host
for servername ourserver.edu found
[Fri Feb 19 16:23:34.531538 2021] [core:debug] [pid 3423165:tid 3423240]
protocol.c(2338): [client x.x.x.x:34574] AH03155: select protocol from ,
choices=h2,http/1.1 for server ourserver.edu
[Fri Feb 19 16:23:34.535262 2021] [deflate:debug] [pid 3423166:tid 3423295]
mod_deflate.c(867): [client x.x.x.x:34562] AH01384: Zlib: Compressed 88090
to 30602 : URL /ipa/ui/js/libs/jquery.js, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.535414 2021] [ssl:info] [pid 3423824:tid 3423871]
[client x.x.x.x:34570] AH02008: SSL library error 1 in handshake (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.535467 2021] [ssl:info] [pid 3423824:tid 3423871] SSL
Library Error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert
certificate unknown (SSL alert number 46)
[Fri Feb 19 16:23:34.535484 2021] [ssl:info] [pid 3423824:tid 3423871]
[client x.x.x.x:34570] AH01998: Connection closed to child 199 with
abortive shutdown (server ourserver.edu:443)
[Fri Feb 19 16:23:34.537555 2021] [ssl:info] [pid 3423824:tid 3423868]
[client x.x.x.x:34576] AH01964: Connection to child 196 established (server
ourserver.edu:443)
[Fri Feb 19 16:23:34.537726 2021] [ssl:debug] [pid 3423824:tid 3423868]
ssl_engine_kernel.c(2374): [client x.x.x.x:34576] AH02043: SSL virtual host
for servername ourserver.edu found
[Fri Feb 19 16:23:34.537781 2021] [core:debug] [pid 3423824:tid 3423868]
protocol.c(2338): [client x.x.x.x:34576] AH03155: select protocol from ,
choices=h2,http/1.1 for server ourserver.edu
[Fri Feb 19 16:23:34.538052 2021] [ssl:debug] [pid 3423165:tid 3423240]
ssl_engine_kernel.c(2254): [client x.x.x.x:34574] AH02041: Protocol:
TLSv1.3, Cipher: TLS_AES_256_GCM_SHA384 (256/256 bits)
[Fri Feb 19 16:23:34.538203 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0x74 ->
subcache 20)
[Fri Feb 19 16:23:34.538223 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(730): AH00842: expiring 0 and reclaiming 1
removed socache entries
[Fri Feb 19 16:23:34.538233 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(750): AH00843: we now have 0 socache entries
[Fri Feb 19 16:23:34.538241 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(847): AH00847: insert happened at idx=0,
data=(0:32)
[Fri Feb 19 16:23:34.538249 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(850): AH00848: finished insert, subcache:
idx_pos/idx_used=0/1, data_pos/data_used=0/229
[Fri Feb 19 16:23:34.538258 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store
successfully
[Fri Feb 19 16:23:34.538428 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0xfa ->
subcache 26)
[Fri Feb 19 16:23:34.538464 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(730): AH00842: expiring 1 and reclaiming 0
removed socache entries
[Fri Feb 19 16:23:34.538494 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(750): AH00843: we now have 0 socache entries
[Fri Feb 19 16:23:34.538505 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(847): AH00847: insert happened at idx=0,
data=(0:32)
[Fri Feb 19 16:23:34.538498 2021] [ssl:debug] [pid 3423165:tid 3423230]
ssl_engine_kernel.c(2254): [client x.x.x.x:34572] AH02041: Protocol:
TLSv1.3, Cipher: TLS_AES_256_GCM_SHA384 (256/256 bits)
[Fri Feb 19 16:23:34.538514 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(850): AH00848: finished insert, subcache:
idx_pos/idx_used=0/1, data_pos/data_used=0/229
[Fri Feb 19 16:23:34.538537 2021] [socache_shmcb:debug] [pid 3423165:tid
3423240] mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store
successfully
[Fri Feb 19 16:23:34.538701 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0xbf ->
subcache 31)
[Fri Feb 19 16:23:34.538730 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(730): AH00842: expiring 0 and reclaiming 1
removed socache entries
[Fri Feb 19 16:23:34.538742 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(750): AH00843: we now have 0 socache entries
[Fri Feb 19 16:23:34.538751 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(847): AH00847: insert happened at idx=0,
data=(0:32)
[Fri Feb 19 16:23:34.538760 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(850): AH00848: finished insert, subcache:
idx_pos/idx_used=0/1, data_pos/data_used=0/228
[Fri Feb 19 16:23:34.538769 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store
successfully
[Fri Feb 19 16:23:34.538941 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0x1d ->
subcache 29)
[Fri Feb 19 16:23:34.538979 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(730): AH00842: expiring 1 and reclaiming 0
removed socache entries
[Fri Feb 19 16:23:34.538990 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(750): AH00843: we now have 0 socache entries
[Fri Feb 19 16:23:34.539000 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(847): AH00847: insert happened at idx=0,
data=(0:32)
[Fri Feb 19 16:23:34.539008 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(850): AH00848: finished insert, subcache:
idx_pos/idx_used=0/1, data_pos/data_used=0/228
[Fri Feb 19 16:23:34.539017 2021] [socache_shmcb:debug] [pid 3423165:tid
3423230] mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store
successfully
[Fri Feb 19 16:23:34.541010 2021] [ssl:debug] [pid 3423165:tid 3423240]
ssl_engine_kernel.c(415): [client x.x.x.x:34574] AH02034: Initial (No.1)
HTTPS request received for child 10 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.541165 2021] [ssl:debug] [pid 3423165:tid 3423230]
ssl_engine_kernel.c(415): [client x.x.x.x:34572] AH02034: Initial (No.1)
HTTPS request received for child 0 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.541781 2021] [ssl:debug] [pid 3423166:tid 3423298]
ssl_engine_kernel.c(415): [client x.x.x.x:34562] AH02034: Subsequent (No.4)
HTTPS request received for child 68 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.542289 2021] [deflate:debug] [pid 3423165:tid 3423230]
mod_deflate.c(867): [client x.x.x.x:34572] AH01384: Zlib: Compressed 8147
to 2293 : URL /ipa/ui/css/ipa.css, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.542837 2021] [deflate:debug] [pid 3423166:tid 3423298]
mod_deflate.c(867): [client x.x.x.x:34562] AH01384: Zlib: Compressed 8809
to 2459 : URL /ipa/ui/ipa.css, referer: https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.544983 2021] [ssl:debug] [pid 3423824:tid 3423868]
ssl_engine_kernel.c(2254): [client x.x.x.x:34576] AH02041: Protocol:
TLSv1.3, Cipher: TLS_AES_256_GCM_SHA384 (256/256 bits)
[Fri Feb 19 16:23:34.545144 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0xbb ->
subcache 27)
[Fri Feb 19 16:23:34.545169 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(730): AH00842: expiring 0 and reclaiming 1
removed socache entries
[Fri Feb 19 16:23:34.545180 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(750): AH00843: we now have 0 socache entries
[Fri Feb 19 16:23:34.545188 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(847): AH00847: insert happened at idx=0,
data=(0:32)
[Fri Feb 19 16:23:34.545196 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(850): AH00848: finished insert, subcache:
idx_pos/idx_used=0/1, data_pos/data_used=0/229
[Fri Feb 19 16:23:34.545204 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store
successfully
[Fri Feb 19 16:23:34.545360 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0xae ->
subcache 14)
[Fri Feb 19 16:23:34.545397 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(730): AH00842: expiring 2 and reclaiming 0
removed socache entries
[Fri Feb 19 16:23:34.545407 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(750): AH00843: we now have 0 socache entries
[Fri Feb 19 16:23:34.545416 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(847): AH00847: insert happened at idx=0,
data=(0:32)
[Fri Feb 19 16:23:34.545424 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(850): AH00848: finished insert, subcache:
idx_pos/idx_used=0/1, data_pos/data_used=0/228
[Fri Feb 19 16:23:34.545432 2021] [socache_shmcb:debug] [pid 3423824:tid
3423868] mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store
successfully
[Fri Feb 19 16:23:34.552996 2021] [deflate:debug] [pid 3423165:tid 3423240]
mod_deflate.c(867): [client x.x.x.x:34574] AH01384: Zlib: Compressed 201946
to 31837 : URL /ipa/ui/css/patternfly.css, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.567942 2021] [ssl:debug] [pid 3423165:tid 3423244]
ssl_engine_kernel.c(415): [client x.x.x.x:34574] AH02034: Subsequent (No.2)
HTTPS request received for child 14 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:34.568753 2021] [deflate:debug] [pid 3423165:tid 3423244]
mod_deflate.c(867): [client x.x.x.x:34574] AH01384: Zlib: Compressed 4425
to 1337 : URL /ipa/ui/js/libs/jquery.ordered-map.js, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.712960 2021] [ssl:debug] [pid 3423165:tid 3423239]
ssl_engine_kernel.c(415): [client x.x.x.x:34574] AH02034: Subsequent (No.3)
HTTPS request received for child 9 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.728347 2021] [deflate:debug] [pid 3423165:tid 3423239]
mod_deflate.c(867): [client x.x.x.x:34574] AH01384: Zlib: Compressed 142079
to 41307 : URL /ipa/ui/js/dojo/dojo.js, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.757444 2021] [ssl:debug] [pid 3423165:tid 3423241]
ssl_engine_kernel.c(415): [client x.x.x.x:34574] AH02034: Subsequent (No.4)
HTTPS request received for child 11 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.788804 2021] [deflate:debug] [pid 3423165:tid 3423241]
mod_deflate.c(867): [client x.x.x.x:34574] AH01384: Zlib: Compressed 353973
to 79203 : URL /ipa/ui/js/freeipa/core.js, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.850989 2021] [ssl:debug] [pid 3423165:tid 3423236]
ssl_engine_kernel.c(415): [client x.x.x.x:34574] AH02034: Subsequent (No.5)
HTTPS request received for child 6 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.851240 2021] [authz_core:debug] [pid 3423165:tid
3423236] mod_authz_core.c(815): [client x.x.x.x:34574] AH01626:
authorization result of Require all granted: granted, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.851266 2021] [authz_core:debug] [pid 3423165:tid
3423236] mod_authz_core.c(815): [client x.x.x.x:34574] AH01626:
authorization result of <RequireAny>: granted, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.851657 2021] [authz_core:debug] [pid 3423165:tid
3423236] mod_authz_core.c(815): [client x.x.x.x:34574] AH01626:
authorization result of Require all granted: granted, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.851685 2021] [authz_core:debug] [pid 3423165:tid
3423236] mod_authz_core.c(815): [client x.x.x.x:34574] AH01626:
authorization result of <RequireAny>: granted, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.851706 2021] [auth_gssapi:debug] [pid 3423165:tid
3423236] mod_auth_gssapi.c(737): [client x.x.x.x:34574] GSSapiImpersonate
not On, skipping impersonation., referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.852504 2021] [wsgi:error] [pid 3423161:tid 3423516]
[remote x.x.x.x:34574] ipa: DEBUG: WSGI wsgi_dispatch.__call__:
[Fri Feb 19 16:23:35.852742 2021] [wsgi:error] [pid 3423161:tid 3423516]
[remote x.x.x.x:34574] ipa: DEBUG: WSGI jsonserver_i18n_messages.__call__:
[Fri Feb 19 16:23:35.853047 2021] [wsgi:error] [pid 3423161:tid 3423516]
[remote x.x.x.x:34574] ipa: DEBUG: WSGI jsonserver.__call__:
[Fri Feb 19 16:23:35.853182 2021] [wsgi:error] [pid 3423161:tid 3423516]
[remote x.x.x.x:34574] ipa: DEBUG: WSGI WSGIExecutioner.__call__:
[Fri Feb 19 16:23:35.853590 2021] [wsgi:error] [pid 3423161:tid 3423516]
[remote x.x.x.x:34574] ipa: DEBUG: raw: i18n_messages(version='2.240')
[Fri Feb 19 16:23:35.853829 2021] [wsgi:error] [pid 3423161:tid 3423516]
[remote x.x.x.x:34574] ipa: DEBUG: i18n_messages(version='2.240')
[Fri Feb 19 16:23:35.862845 2021] [wsgi:error] [pid 3423161:tid 3423516]
[remote x.x.x.x:34574] ipa: INFO: [jsonserver_i18n_messages] UNKNOWN:
i18n_messages(version='2.240'): SUCCESS
[Fri Feb 19 16:23:35.873590 2021] [deflate:debug] [pid 3423165:tid 3423236]
mod_deflate.c(867): [client x.x.x.x:34574] AH01384: Zlib: Compressed 74510
to 14081 : URL /ipa/i18n_messages, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.896395 2021] [ssl:debug] [pid 3423165:tid 3423245]
ssl_engine_kernel.c(415): [client x.x.x.x:34574] AH02034: Subsequent (No.6)
HTTPS request received for child 15 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:35.897876 2021] [deflate:debug] [pid 3423165:tid 3423245]
mod_deflate.c(867): [client x.x.x.x:34574] AH01384: Zlib: Compressed 69 to
71 : URL /ipa/wsgi/plugins.py, referer: https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.380770 2021] [ssl:debug] [pid 3423165:tid 3423246]
ssl_engine_kernel.c(415): [client x.x.x.x:34574] AH02034: Subsequent (No.7)
HTTPS request received for child 16 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.381518 2021] [deflate:debug] [pid 3423165:tid 3423246]
mod_deflate.c(867): [client x.x.x.x:34574] AH01384: Zlib: Compressed 3120
to 799 : URL /ipa/ui/js/plugins/userfas/userfas.js, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.381532 2021] [ssl:debug] [pid 3423166:tid 3423297]
ssl_engine_kernel.c(415): [client x.x.x.x:34562] AH02034: Subsequent (No.5)
HTTPS request received for child 67 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.382464 2021] [ssl:debug] [pid 3423165:tid 3423253]
ssl_engine_kernel.c(415): [client x.x.x.x:34572] AH02034: Subsequent (No.2)
HTTPS request received for child 23 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.382510 2021] [deflate:debug] [pid 3423166:tid 3423297]
mod_deflate.c(867): [client x.x.x.x:34562] AH01384: Zlib: Compressed 4580
to 1251 : URL /ipa/ui/js/plugins/groupfas/groupfas.js, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.383392 2021] [deflate:debug] [pid 3423165:tid 3423253]
mod_deflate.c(867): [client x.x.x.x:34572] AH01384: Zlib: Compressed 5255
to 1061 : URL /ipa/ui/js/plugins/fasagreement/fasagreement.js, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.390937 2021] [ssl:debug] [pid 3423165:tid 3423254]
ssl_engine_kernel.c(415): [client x.x.x.x:34572] AH02034: Subsequent (No.3)
HTTPS request received for child 24 (server ourserver.edu:443), referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.391264 2021] [core:info] [pid 3423165:tid 3423254]
[client x.x.x.x:34572] AH00128: File does not exist:
/usr/share/ipa/ui/js/freeipa/menu.js, referer:
https://ourserver.edu/ipa/migration/
[Fri Feb 19 16:23:36.391307 2021] [headers:debug] [pid 3423165:tid 3423254]
mod_headers.c(899): AH01503: headers: ap_headers_error_filter()
[Fri Feb 19 16:23:54.565642 2021] [reqtimeout:info] [pid 3423824:tid
3423868] [client x.x.x.x:34576] AH01382: Request header read timeout
[Fri Feb 19 16:23:54.565889 2021] [ssl:debug] [pid 3423824:tid 3423868]
ssl_engine_io.c(1102): [client x.x.x.x:34576] AH02001: Connection closed to
child 196 with standard shutdown (server ourserver.edu:443)
[Fri Feb 19 16:24:06.382971 2021] [ssl:debug] [pid 3423165:tid 3423238]
ssl_engine_io.c(1102): [client x.x.x.x:34574] AH02001: Connection closed to
child 8 with standard shutdown (server ourserver.edu:443)
[Fri Feb 19 16:24:06.384886 2021] [ssl:debug] [pid 3423166:tid 3423294]
ssl_engine_io.c(1102): [client x.x.x.x:34562] AH02001: Connection closed to
child 64 with standard shutdown (server ourserver.edu:443)
[Fri Feb 19 16:24:06.391593 2021] [ssl:debug] [pid 3423165:tid 3423250]
ssl_engine_io.c(1102): [client x.x.x.x:34572] AH02001: Connection closed to
child 20 with standard shutdown (server ourserver.edu:443)
_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to