LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Trying to install phpmyadmin on Scientific Linux 6 (64-bit) (https://www.linuxquestions.org/questions/linux-software-2/trying-to-install-phpmyadmin-on-scientific-linux-6-64-bit-881649/)

rhbegin 05-19-2011 02:18 PM

Trying to install phpmyadmin on Scientific Linux 6 (64-bit)
 
I have been unsuccessful in trying to install phpmyadmin on Scientific Linux 6 (64-bit).

I have installed

php-mysql mysql-server php-gd httpd mod_ssl php
I have downloaded the package:

phpMyAdmin-3.4.0-english.tar.gz
tar -xf phpMyAdmin-3.4.0-english.tar.gz

created the directory

/var/www/virtual/mydomain.com

mv phpMyAdmin-3.4.0-english.tar.gz /var/www/virtual/mydomain.com

then I do a mv phpMyAdmin-3.4.0-english.tar.gz to html

cp config.sample.inc.php config.inc.php

$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'password_root';

All I get is this, I am completely baffled.

Secure Connection Failed







An error occurred during a connection to 99.82.2.xx.

SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)


I have research this and still have had no luck.

Any help would be greatly appreciated.

Here is my httpd.conf

<VirtualHost 99.88.2.xx:443>
ServerName mydomain.com
ServerAdmin admin@mydomain
DocumentRoot "/var/www/virtual/mydomain/html"
ErrorLog /var/www/virtual/mydomain/logs/error_log
CustomLog /var/www/virtual/mydomain/logs/access_log combined
#SSLEngine on
</VirtualHost>

I have to comment out SSLEngine on because httpd fails to start when I uncomment it...

rhbegin 05-19-2011 05:12 PM

I created self-signed certs that fixed the problem above.

If anyone needs a quick guide I can post it.

Now I get the error (phpmyadmin) not found on this server???

I need some assistance with how to set this up.

Can someone help out?

thanks

rhbegin 05-20-2011 07:15 AM

Has anyone installed this before with https in a virtual host configuration?

I solved the main problem above by creating self-signed certs, but now having problems with the config locating phpmyadmin???

Any help would be great.


All times are GMT -5. The time now is 04:57 PM.