From 4e3bb9d91f5612e732dbd36304d7a1a3e9ffb66f Mon Sep 17 00:00:00 2001 From: milisarge Date: Mon, 17 Apr 2017 07:01:29 +0300 Subject: [PATCH] hiawatha.ayar --- ayarlar/hiawatha-php/hiawatha.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ayarlar/hiawatha-php/hiawatha.conf b/ayarlar/hiawatha-php/hiawatha.conf index 1555184a1..f4fed17c1 100644 --- a/ayarlar/hiawatha-php/hiawatha.conf +++ b/ayarlar/hiawatha-php/hiawatha.conf @@ -95,6 +95,13 @@ Directory { ExecuteCGI = yes } +Directory { + DirectoryID = pma + Path = /phpMyAdmin + StartFile = index.php + ExecuteCGI = yes +} + # DEFAULT WEBSITE # It is wise to use your IP address as the hostname of the default website @@ -104,7 +111,7 @@ Directory { Hostname = 127.0.0.1 WebsiteRoot = /srv/http/hiawatha StartFile = index.html -UseDirectory= files +UseDirectory= files,pma AccessLogfile = /var/log/hiawatha/access.log ErrorLogfile = /var/log/hiawatha/error.log UseFastCGI = PHP5