Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Docker Install with SSL

$
0
0

Hi @melaleuca5,

You’re not doing anything wrong or at least, if you are, that warning is no indication of that:)

This block:

Alias /apps/kea "/opt/kaltura/apps/kea"
<Directory "/opt/kaltura/apps/kea">
    DirectoryIndex index.php
    Options -Indexes +FollowSymLinks +Includes
    Order allow,deny
    Allow from all
    AllowOverride all
</Directory>

will never match because of the block right above it:

Alias /apps "/opt/kaltura/apps"
<Directory "/opt/kaltura/apps">
    DirectoryIndex index.php
    Options -Indexes +FollowSymLinks +Includes
    AllowOverride None
    Order allow,deny
    Allow from all
    <IfVersion >= 2.4>
        Require all granted
    </IfVersion>
</Directory>

It should be removed and I’ll let the person who introduced it into the configuration know. You can safely ignore the warning.

If you have encountered an issue, that’s not the cause. Please provide more details so that I may guide you further.

Thanks,


Viewing all articles
Browse latest Browse all 7410

Trending Articles