phpMyAdmin - apache configuration issue
Toni Sissala
toni.sissala at gmail.com
Tue Jan 26 12:04:11 UTC 2016
On 26.1.2016 13:38, william drescher wrote:
> william at ubuntu-backup:/etc/apache2$ sudo a2enmod phpmyadmin
I don't think phpmyadmin is an apache module. Maybe the command should
be a2enconf (
http://manpages.ubuntu.com/manpages/trusty/man8/a2enconf.8.html ). But
since you already have symlinked phpmyadmin.conf to
/etc/apache2/conf-enabled, I'm not sure if this step is even necessary.
Anyway, after enabling a site or a module, I usually restart apache server.
$ sudo apache2ctl restart
For debugging, it's good practice to look at apache logs (
https://httpd.apache.org/docs/2.2/en/logs.html ).
Toni
More information about the ubuntu-users
mailing list