i tried to get postixadmin to work but it just won't show anything.
VirtualHost {
Hostname = postfixadmin.mydoma.in
WebsiteRoot = /usr/share/postfixadmin
StartFile = index.php
UseFastCGI = PHP5
EnablePathInfo = yes
RequireSSL = yes
}
also i can't get the alias to work
VirtualHost {
Hostname = mydoma.in
WebsiteRoot = /var/www/hiawatha
StartFile = index.php
UseFastCGI = PHP5
TimeForCGI = 300
EnablePathInfo = yes
RequireSSL = yes
Alias = /postfixadmin:/usr/share/postfixadmin
Alias = /mysql:/usr/share/phpmyadmin
}
neither for phpmyadmin nor postfixadmin
when i decline a subdomain phpmyadmin works just fine
VirtualHost {
Hostname = phpmyadmin.mydoma.in
WebsiteRoot = /usr/share/phpmyadmin
StartFile = index.php
UseFastCGI = PHP5
RequireSSL = yes
}
Hiawatha version: 9.6
Operating System: Ubuntu 14.04 LTS