We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b76fd commit 9b8611dCopy full SHA for 9b8611d
install/deb/pga/phppgadmin.conf
@@ -15,6 +15,12 @@ allow from all
15
php_flag track_vars On
16
php_value include_path .
17
</IfModule>
18
+<IfModule mpm_event_module>
19
+ # Use www.conf instead
20
+ <FilesMatch \.php$>
21
+ SetHandler "proxy:fcgi://127.0.0.1:9000"
22
+ </FilesMatch>
23
+</IfModule>
24
<IfModule !mod_php5.c>
25
<IfModule mod_actions.c>
26
<IfModule mod_cgi.c>
install/upgrade/versions/1.4.7.sh
@@ -6,3 +6,6 @@
6
####### Place additional commands below. #######
7
#######################################################################################
8
9
+if [ ! -z "$DB_PGA_ALIAS" ]; then
10
+ $HESTIA/bin/v-change-sys-db-alias 'pga' $DB_PGA_ALIAS
11
+fi
0 commit comments