Why does Passenger / mod_rails documentation allow me to explicitly disable MultiView?

From the documentation :

<VirtualHost *:80>
    ServerName www.mycook.com
    DocumentRoot /webapps/mycook/public
    <Directory /webapps/mycook/public>
        Allow from all
        Options -MultiViews
    </Directory>
</VirtualHost>

So why the next line?

Options -MultiViews

I understand roughly how MultiViews works , and frankly, I don’t understand why someone used it. However, I do not understand why the Passenger configuration guide considers it so important to explicitly disable the setting in the site configuration.

Can anyone shed light on the situation?

+3
source share
1 answer

Rails, , , MultiViews - URL , 404, .

- MultiView.

GoDaddy :

Script . , script.pl, script.pl.bak . script.pl.bak Apache Perl script, ! , script - Apache.

, Multiviews HTML-, URL-.

0

Source: https://habr.com/ru/post/1787293/


All Articles