K ketchapay New Member Jul 31, 2009 #1 Jul 31, 2009 #1 On Ubuntu, phpMyAdmin is installed in /usr/share/phpmyadmin and the configuration files in /etc/phpmyadmin. How do I make phpMyAdmin available using LSWS without having to install another copy inside the document root?
On Ubuntu, phpMyAdmin is installed in /usr/share/phpmyadmin and the configuration files in /etc/phpmyadmin. How do I make phpMyAdmin available using LSWS without having to install another copy inside the document root?
X xendex Member Jul 31, 2009 #2 Jul 31, 2009 #2 I have the same question: is there any way to add phpMyAdmin as an add-on in LSWS, like awstats or so? And if yes, what is needed to do this. Thanks in advance.
I have the same question: is there any way to add phpMyAdmin as an add-on in LSWS, like awstats or so? And if yes, what is needed to do this. Thanks in advance.
R robfrew Well-Known Member Jul 31, 2009 #3 Jul 31, 2009 #3 I would think you would need to set up a static context for the VH you want to add it to. You can read more about that here: http://litespeedtech.com/docs/webserver/config/context/
I would think you would need to set up a static context for the VH you want to add it to. You can read more about that here: http://litespeedtech.com/docs/webserver/config/context/
X xendex Member Jul 31, 2009 #4 Jul 31, 2009 #4 Thanks robfrew! Static context worked for me as expected.