hiawatha.ayar
This commit is contained in:
parent
e644dc6ce7
commit
4e3bb9d91f
|
@ -95,6 +95,13 @@ Directory {
|
||||||
ExecuteCGI = yes
|
ExecuteCGI = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Directory {
|
||||||
|
DirectoryID = pma
|
||||||
|
Path = /phpMyAdmin
|
||||||
|
StartFile = index.php
|
||||||
|
ExecuteCGI = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# DEFAULT WEBSITE
|
# DEFAULT WEBSITE
|
||||||
# It is wise to use your IP address as the hostname of the 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
|
Hostname = 127.0.0.1
|
||||||
WebsiteRoot = /srv/http/hiawatha
|
WebsiteRoot = /srv/http/hiawatha
|
||||||
StartFile = index.html
|
StartFile = index.html
|
||||||
UseDirectory= files
|
UseDirectory= files,pma
|
||||||
AccessLogfile = /var/log/hiawatha/access.log
|
AccessLogfile = /var/log/hiawatha/access.log
|
||||||
ErrorLogfile = /var/log/hiawatha/error.log
|
ErrorLogfile = /var/log/hiawatha/error.log
|
||||||
UseFastCGI = PHP5
|
UseFastCGI = PHP5
|
||||||
|
|
Loading…
Reference in New Issue