Welcome! Log In Create A New Profile

Advanced

[ask] Integrate phpMyAdmin with nginx

Posted by Maz Rendra 
[ask] Integrate phpMyAdmin with nginx
April 02, 2011 01:39AM
Kenalin anak baru mau tanya...

cara biar phpmyadmin menyatu dengan nginx gimana ya..mungkin para suhu di sini pernah ada yang nyoba, coz nyari di mbah google, trus di praktekin gak bisa2 truz...
Re: [ask] Integrate phpMyAdmin with nginx
June 07, 2011 01:41PM
ln -s /usr/local/www/phpMyAdmin /usr/local/www/nginx/phpMyAdmin

restart ulang nginxnya... done
Re: [ask] Integrate phpMyAdmin with nginx
June 19, 2011 04:06AM
kalau nginx as proxy settingannya gini:

location /phpmyadmin
{
proxy_pass http://localweb/phpmyadmin;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
Re: [ask] Integrate phpMyAdmin with nginx
October 12, 2011 06:08AM
settingan paling extream yang udah ane coba hehehehe...

download versi terbaru phpmyadmin dari web nya, terus download pake command wget. setelah itu pindahin ke directory root halaman web yang di tarus. misal nya nya standard nya nginx /usr/local/nginx/html/
setelah itu buka, config.inc.php lalu pada baris
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookies';

ganti dengan

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'http';

setelah itu buka nya http://namadomaineloch.crots/phpmyadmin

Semoga membantu
Re: [ask] Integrate phpMyAdmin with nginx
March 26, 2012 09:42AM
klo ditambahin ssl gimana bos?

Indahnya dunia dengan berbagi ilmu pengetahuan
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 144
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready