Skip to main content

Thread: Configuring phpMyAdmin with Apache 2, where to insert line in apache2.conf?


hi

i'm trying follow guide setting phpmyadmin apache2. guide says following:

to set under apache need include following line in /etc/apache2/apache2.conf.

include /etc/phpmyadmin/apache.conf
my question is, supposed insert line? guide doesn't , apache2.conf seems have few places insert it. appreciated.

thanks.

yours,

thomas

hi,

insert @ end of /etc/apache2/apache2.conf

or if not change original config files
create new file /etc/apache2/conf.d/
code:
sudo nano /etc/apache2/conf.d/php.conf
and insert line file.
folder files loaded in apache2.conf , ment custom setup


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Configuring phpMyAdmin with Apache 2, where to insert line in apache2.conf?


Ubuntu

Comments