PDA

View Full Version : Strange...



apfan
03-26-2010, 09:20 PM
Hello i recently tried to fix phpmyadmin.
But ended up stopping PHP and phpmyadmin.
What command can i run to get the 2 up and running again?
Below is a quote of my config.

Processor Name Intel(R) Xeon(R) CPU X3210 @ 2.13GHz
Vendor ID GenuineIntel
Processor Speed (MHz) 2133.406
Total Memory 262320 kB
Free Memory 6728 kB
Total Swap Memory 557048 kB
Free Swap Memory 260520 kB
System Uptime 28 Days, 5 Hours and 20 Minutes
Apache 2.2.15 *** Stopped ***
DirectAdmin 1.35.1 Running
Exim 4.67 Running
MySQL 5.0.90 Running
Named 9.3.6 Running
ProFTPd 1.3.1 Running
sshd Running
dovecot 1.2.11 Running
Php 5.2.13

When i click on phpmyadmin link in DA it only resolves in 404 error.
Is there some command i can run to check if it is installed properly.
Also i can not use the database manager in DA it resolves in a blank page?
Thank you!

ben29
03-27-2010, 05:07 AM
i see that your apache stoped.
you have to start the service
so the command:


service httpd start

and we have to see if it's working:


service httpd status

apfan
03-28-2010, 02:53 PM
i see that your apache stoped.
you have to start the service
so the command:


service httpd start

and we have to see if it's working:


service httpd status
I have started it know but still problem with phpmyadmin.

mmgenius
04-06-2010, 01:03 AM
Does it work with 'phpMyAdmin' in the link instead of 'phpmyadmin'?