Merge branch 'ent-13167-en-la-instalacion-se-genera-un-fichero-de-autoindice-para-httpd-con-indexes-activado' into 'develop'

Ent 13167 en la instalacion se genera un fichero de autoindice para httpd con indexes activado

See merge request artica/pandorafms!7086
This commit is contained in:
Rafael Ameijeiras 2024-03-27 08:43:09 +00:00
commit 0bf379cf3b
4 changed files with 8 additions and 4 deletions

View File

@ -519,8 +519,9 @@ include (\$ownDir . "config_process.php");
EO_CONFIG_F
cat > /etc/httpd/conf.d/pandora.conf << EO_CONFIG_F
ServerTokens Prod
<Directory "/var/www/html">
Options Indexes FollowSymLinks
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>

View File

@ -630,8 +630,9 @@ include (\$ownDir . "config_process.php");
EO_CONFIG_F
cat > /etc/httpd/conf.d/pandora.conf << EO_CONFIG_F
ServerTokens Prod
<Directory "/var/www/html">
Options Indexes FollowSymLinks
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>

View File

@ -578,8 +578,9 @@ include (\$ownDir . "config_process.php");
EO_CONFIG_F
cat > /etc/httpd/conf.d/pandora.conf << EO_CONFIG_F
ServerTokens Prod
<Directory "/var/www/html">
Options Indexes FollowSymLinks
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>

View File

@ -640,8 +640,9 @@ EO_CONFIG_F
#Enable allow Override
cat > /etc/apache2/conf-enabled/pandora_security.conf << EO_CONFIG_F
ServerTokens Prod
<Directory "/var/www/html">
Options Indexes FollowSymLinks
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>