Results 1 to 5 of 5
So i am in the process of installing lamp onto my cent os server that i am running through ssh
i installed vsftpd
then i installed httpd
then i installed ...
- 09-27-2011 #1
Cent os lamp
So i am in the process of installing lamp onto my cent os server that i am running through ssh
i installed vsftpd
then i installed httpd
then i installed php
then mysql-server mysql
i assume apache comes with httpd. then when i tried to run service httpd start i got this message " httpd: Could not reliably determine the server's fully qualified domain name, using x ip adress for ServerName" (i said x ip because i dont wanna give up the info it gave me the ip of my cent os server) how do i fix this problem? thanks a million.
- 09-28-2011 #2
It's not a problem as such because apache httpd will run fine. If you don't want to see that message, edit httpd.conf, look for the ServerName section and enter the computers hostname in that section.
- 09-28-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 52
or you can set up a valid hostname for the server instead
- 09-28-2011 #4
can i ssh from a mac since it uses a bash shell?
- 09-29-2011 #5
You should be able to ssh from anywhere you have an ssh client; dependent on being allowed to by the firewall sshd configs of course.
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote