domains down after phpmyadmin install attempt

Hi

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 https://help.ubuntu.com/community/phpMyAdmin. Did the following:

1. sudo apt-get install phpmyadmin

2. Then went to http://MYIPADDRESS/phpmyadmin and received and 'Unable to connect' page on Firefox.

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

At least in Debian, installing phpmyadmin automatically adds a symbolic link in /etc/php5/apache2/conf.d/ pointing to /etc/phpmyadmin/apache.conf, so it's no needed to add any Include.

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/.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct