domains down after phpmyadmin install attempt
Bit of a newbie and trying to learn command line/linux fast for my Ubuntu 10.04 LTS
Had my site running perfectly then decided it would be a great idea to install phpmyadmin from instructions at
1. sudo apt-get install phpmyadmin
2. Then went to
3. Worried so added Include /etc/phpmyadmin/apache.conf to /etc/apache2/apache2.conf and I still have no luck and am in a bit of a panick!
Now getting the following on log:
apache2: aprsockaddrinfo_get() failed for cerebraluk
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Thu Mar 08 12:51:29 2012] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.14 with Suhosin-Patch configured – resuming normal operations
[Thu Mar 08 12:51:31 2012] [notice] caught SIGTERM, shutting down
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Thu Mar 08 12:51:32 2012] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.14 with Suhosin-Patch configured – resuming normal operations
[Thu Mar 08 16:18:16 2012] [notice] caught SIGTERM, shutting down
PS Sorted PHP Deprecated: Comments starting with '#' are deprecated issue so I think this is unrelated.
If anyone can advise it would much, much appreciated. I'm having a right sweat over this as it's alive survey based site!
PPS Would love to go back to the start even if it means not having phpmyadmin so if there's an easy way please advise
PPPS Not even sure now what apache.conf should even look like for a normal setup?
Thank you
Stephen
1 Reply
I don't see any error related to phpmyadmin install. Try searching for "aprsockaddrinfo_get()" in Google. Also I don't think imap.ini should be placed in /etc/php5/apache2/conf.d/.