-
Published Question
Hi,
I have Install the Lamp on my New Server and want to make Apache Virtual Host. First of all, i will install the Updates on Centos 7 bycommand (sudo yum updates). Second, after update the Server, i install the Lamp...
1
•
•
By
salmanafzal
Apache
CentOS
-
Published Answer
@Mohsen47
Dear, When i will enter this command on PuTTy, i get an error
tail: cannot open ‘/var/log/mysql/error.log’ for readi…
•
By
salmanafzal
-
Published Question
Hi,
I currenty have a LAMP, running on Centos, everything was fine, but my MYSQL is not working.
When i try to connect via
mysql -u root -p
I get the error:
ERROR 2002 (HY000): Can't connect to local MySQL server thro...
4
•
•
By
salmanafzal
WordPress
MySQL
Linux Commands
CentOS
-
Published Answer
Hi @hansen
When i enter these command in PuTTy , an error show.
=>sudo apachectl configtest
Result:
AH00548: NameVirtualHost h…
•
By
salmanafzal
-
Published Question
I have a Error in my Linus Server. When i will logon my domain on browser example.com it can show an error ERROR: Gateway Timeout I will use PuTTy on Computer Windows, when i login my root User and Enter My Password a...
Accepted Answer:
Hi @salmanafzal
It looks like there's a configuration error somewhere in your Apache configs. Run this:
sudo apachectl configtest
Please post the last 30 lines from the Apache error log. Run this:
sudo tail -30 /v...
2
•
•
By
salmanafzal
Apache
CentOS