Tagged Questions
0
votes
1answer
79 views
Hosts.deny blocks whm access?
I have my hosts.allow and hosts.deny set up as follows:
Allow:
sshd: (my static ip)
vsftpd: (my static ip)
Deny:
ALL : ALL
but this blocks all access to WHM and cPanel?
What else do I need to ...
-1
votes
1answer
58 views
Virtual hosts in CentOS
I have a server with IP 1.2.3.4 and I want the domain www.something.com to load website from /var/www/html/something/
I've tried to configure them as follows:
NameVirtualHost 1.2.3.4:80
...
0
votes
1answer
1k views
CentOS 5.8 why does my /etc/hosts file mess up after a reboot?
I'm running CentOS 5.8 (it's the Citrix XVA appliance provided on the website) but having an issue where every time I restart the server, the /etc/hosts file loses the IP address of the server...for ...
0
votes
5answers
906 views
How can I keep my /etc/hosts file up to date with multiple ec2 instances
Have any of you come up with a good way to keep the /etc/hosts file on multiple EC2 instances up to date?
Instances go down.. some new instances get created... and internal IPs change. How can I make ...
2
votes
3answers
2k views
How can I have a user specific hosts file
Is it possible to configure user specific hosts file instead of a common /etc/hosts.
For example if user "user1" tries to get the name for the IP: "127.0.0.1", he gets "dev.user1" and if user "user2" ...