i have a problem in my vps?

vultesmactems

New Member
hello every body, i am a newbie and i have some problem on my vps .i have one ip adress ad. i set up this ip adress into my servername but its not working

i am using centos 5.x and i use whm vps optimized (virtuozzo) in burst[/b]]www.burst.net

so any suggestion plz tell me Moved to the right section. Hi, can you please explain what isn't working? Can you not access the server via a domain name you've aliased or the IP address? Are you trying to setup a website and it's not working? if you using httpd, edit /etc/httpd/conf/httpd.conf

Code: NameVirtualHost your_ip:80<VirtualHost your_ip:80>DocumentRoot "/home/"ServerName your_ip<Directory "/home/">allow from allOptions +Indexes</Directory></VirtualHost><VirtualHost your_ip:80>DocumentRoot "/home/domain_1/"ServerName domain_1<Directory "/home/domain_1/">allow from allOptions +Indexes</Directory>ServerAlias *.domain_1</VirtualHost><VirtualHost your_ip:80>DocumentRoot "/home/domain_2"ServerName domain_2<Directory "/home/domain_2">allow from allOptions +Indexes</Directory>ServerAlias *.domain_2</VirtualHost>
 
Top