Forum

Postixadmin and phpmyadmin alias

Dominik Lehmann
1 August 2014, 04:48
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
Hugo Leisink
1 August 2014, 22:12
What do the error logfiles say?
Dominik Lehmann
2 August 2014, 22:35
Problem solved. Url was still on the the old Server where the directories didn't exist...
Works fine now. Could bite me in the arse.
Hugo Leisink
2 August 2014, 22:36
I would love to see you try. Will be hilarious.
Dominik Lehmann
4 August 2014, 02:59
Which Dutch wouldn't love to see a German try that
This topic has been closed.