
Code: Select all
(root)# USE="apache2" emerge -v --oneshot php
I had enabled the apache2 use.quilosaq wrote:Try that:Code: Select all
(root)# USE="apache2" emerge -v --oneshot php



what kind of IDS? I've never used such things before. And it warns me to delete the configuration file, what should I do?666threesixes666 wrote:just a heads up, this program needs to be protected by an IDS, or else you can brute force passwords. id make note of how to disable the login page once configured for now.

Code: Select all
#move phpmyadmin out of web root, to symlink instead.
sudo mv /var/www/localhost/htdocs/phpmyadmin/ /var/www/localhost/phpmyadmin
#turned on
sudo ln -s /var/www/localhost/phpmyadmin/ /var/www/localhost/htdocs/phpmyadmin
#turned off
sudo rm -rf /var/www/localhost/htdocs/phpmyadmin/