%PDF- %PDF-
| Direktori : /opt/bitnami/apps/moodle/conf/ |
| Current File : /opt/bitnami/apps/moodle/conf/httpd-app.conf |
<IfDefine USE_PHP_FPM>
<Proxy "unix:/opt/bitnami/php/var/run/moodle.sock|fcgi://moodle-fpm" timeout=300>
</Proxy>
</IfDefine>
<Directory "/opt/bitnami/apps/moodle/htdocs">
Options +Indexes +MultiViews
AllowOverride None
<IfVersion < 2.3 >
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.3>
Require all granted
</IfVersion>
<IfModule php7_module>
php_value max_execution_time 300
</IfModule>
<IfDefine USE_PHP_FPM>
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>
<FilesMatch \.php$>
SetHandler "proxy:fcgi://moodle-fpm"
</FilesMatch>
</IfDefine>
Include "/opt/bitnami/apps/moodle/conf/banner.conf"
</Directory>