hiawatha.ayar
This commit is contained in:
parent
e644dc6ce7
commit
4e3bb9d91f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue