PDA

View Full Version : Whm



velton
September 24th, 2006, 22:21
someone can tell me why i couldnt create a new account on WHM ..
its shown me " Sorry, that domain is already setup (remove it from httpd.conf : line 2128) "

is that any solution to fix this problem ?


thanks

stuffradio
September 24th, 2006, 22:32
because you need to use a different domain name or remove the domain name from httpd.conf just like it says.

Craig
September 25th, 2006, 03:45
This is how you remove the domain, if you dont have root you will need to contact your provider:

Log into ssh

type
nano /usr/local/apache/conf/httpd.conf

then at the same time press:
Ctrl & w

this will let you type in what your looking for in the highlighted bar at the bottom
then hit enter

delete the vhost in question

then save your changes by pressing
Ctrl & x at the same time
answer y then hit enter

then restart apache (httpd)
/etc/rc.d/init.d/httpd restart

Done (c) Craig :p

velton
September 25th, 2006, 04:07
This is how you remove the domain, if you dont have root you will need to contact your provider:

Log into ssh

type
nano /usr/local/apache/conf/httpd.conf

then at the same time press:
Ctrl & w

this will let you type in what your looking for in the highlighted bar at the bottom
then hit enter

delete the vhost in question

then save your changes by pressing
Ctrl & x at the same time
answer y then hit enter

then restart apache (httpd)
/etc/rc.d/init.d/httpd restart

Done (c) Craig :p



may i know how to delete the vhost in question ?
is that i have to type any command ?
sorry, am noob ...

Craig
September 25th, 2006, 05:37
may i know how to delete the vhost in question ?
is that i have to type any command ?
sorry, am noob ...

I have replied to your PM :-).

velton
September 25th, 2006, 21:31
done.. thanks craig for ur help ..
really appearciate it .