Your HostICan Community  


Go Back   Your HostICan Community > HostICan Web Hosting > Virtual Private Servers (VPS)

Virtual Private Servers (VPS) Need help with your VPS plan on HostICan? Please feel free to ask and we'll give you the answers!

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-09-2007, 12:34 AM
marshull marshull is offline
Member
 
Join Date: Dec 2007
Posts: 30
Default New guy with a couple of questions

I am coming over from ipower where i had several domains on shared servers. After they moved one of my sites to vdeck 3 and failed to move my DBs over for 2 sweeks, i have decided to come here. I purchased a VPS to take advantage of the speed and ability to install FFMPEG and better account managing.

Problem is, I have never had a VPS before and am a little intimidated by the whm. I am used to just logging into my control panel and just going from there. But I don't have access to the control panel cause I am assuming I first need to create an account. So since I will be the only one using this account to manage my 4 sites, do i just create a master account with no limits?

Once i create this master account, is there really any need for me to go back into whm for anything?

Now, when i created my VPS, I gave them one of my domains. For my other three sites, I just create add on domains. So the files for my add on domains will go into the folder under the public_html with the sites name on it. But will the domain i opened the VPS using just be at the root of the public_html folder?
Reply With Quote
  #2  
Old 12-09-2007, 01:16 AM
lnxcode's Avatar
lnxcode lnxcode is offline
The British Kid
 
Join Date: Sep 2007
Location: Richmond, VA
Posts: 2,022
Send a message via AIM to lnxcode Send a message via Skype™ to lnxcode
Default

Hey! - Welcome to the HostICan Forum!

Well, mainly what the /whm is used for is controlling as many aspects as you can about the hosting solution. So thats understandable that you are confused and uneasy about it.

Mainly, if you're uneasy what you should be doing is... creating a new account and then from cPanel working with that account (this way you can't accidentally change configurations you're not sure about).

FFMPEG, FLVTOOL, etc... can you be found using shell, so once you are in Shell you want to do:

updatedb

wait.... wait.....then... once this is done, do:

locate ffmpeg
locate flvtool
locate etc....

That way you can find all the tools and the paths that they are in. So you know what path to tell your script.

Hope the above helps
__________________
Thanks,

Denis Motova
Affiliate / Operations Manager

HostICan Answers | Become a HostICan Affiliate | Create a Support Ticket.
Reply With Quote
  #3  
Old 12-10-2007, 12:07 AM
marshull marshull is offline
Member
 
Join Date: Dec 2007
Posts: 30
Default

What I am trying to do now is get my sites uploaded and tested before i change the dns to point to hostican.
Okay, so I went and created an account. I then went and added 2 more domains. I am now in the process of uploading my old sites to hostican. I am rebuilding one of my sites using Joomla but after uploading it into the public_html directory, i can not surf to it. I typed in the ip of my site followed by the name of the joomla folder and I keep getting page not found. I also noticed that if i just surf to the ip, i get the welcome screen, but when i use the file manager in cpanel, i can not seem to find this file(home.htm) in the public_html directory. I am now guessing i am looking or uploading in the wrong spot. Any clues?
Reply With Quote
  #4  
Old 12-10-2007, 02:57 AM
whm_newbie whm_newbie is offline
Senior Member
 
Join Date: Oct 2007
Posts: 140
Default

Hi. I am fairly new to the whole whm thing myself as you can tell by my forum name.The guys on this forum are great.

To access you site before the DNS propagates you'll need to use your IP followed by the name of the account you made in the whm.

Example:
999.87.34.44/~youraccountname

make sure you use the tilde character then just put the name of the account.

Like on of my sites is guitaristtube.com so, the account name is guitaris

so i put

999.87.34.44/~guitaris // note this is not the real IP or whatever

Hope that helps

whm_newbie

Last edited by whm_newbie; 12-10-2007 at 03:00 AM.
Reply With Quote
  #5  
Old 12-10-2007, 10:28 AM
marshull marshull is offline
Member
 
Join Date: Dec 2007
Posts: 30
Default

It was that dang tilde. I tried every way i could think of but forgot to add th the tilde. Thanks a bunch.
Reply With Quote
  #6  
Old 12-10-2007, 10:43 AM
Shazam's Avatar
Shazam Shazam is offline
Forum Whip-Cracker
 
Join Date: Sep 2007
Location: Scottsdale, AZ
Posts: 1,041
Default

Quote:
Originally Posted by marshull View Post
It was that dang tilde. I tried every way i could think of but forgot to add th the tilde. Thanks a bunch.
Yes, one has to remember not to overlook tildes.
__________________
Best,
Shazam
HostICan Community Superhero
Reply With Quote
  #7  
Old 12-11-2007, 08:00 PM
thnet's Avatar
thnet thnet is offline
Senior Member
 
Join Date: Oct 2007
Location: basement
Posts: 132
Default

Quote:
Originally Posted by whm_newbie View Post
...
To access you site before the DNS propagates you'll need to use your IP followed by the name of the account you made in the whm.

Example:
999.87.34.44/~youraccountname

whm_newbie
You can also edit your local "hosts" file, to make the site resolve "for your own pc".
In Windoze Explorer: navigate to [My Computer] [C:\WINDOWS\system32\drivers\etc]
right click on "hosts" copy, and then paste it; giving a new name like hosts.bak.
Then, double click on "hosts" and, open with Wordpad, then, add 2 lines:

Code:
999.87.34.44 [Tab] yourdomain.com
999.87.34.44 [Tab] www.yourdomain.com
save the file, and close all browsers,
& if you use Front Page, close all instances of Front Page

Now, open browser, & type your url in address bar; you will see
your site, before DNS has propigated; you can also publish using FrontPage,
before DNS has propigated.

hosts file causes domain name to be found, so, your pc doesn't "ask" your isp, or root name servers for the DNS.
Reply With Quote
  #8  
Old 12-11-2007, 08:45 PM
thnet's Avatar
thnet thnet is offline
Senior Member
 
Join Date: Oct 2007
Location: basement
Posts: 132
Default

Quote:
Originally Posted by marshull View Post
What I am trying to do now is get my sites uploaded and tested before i change the dns to point to hostican.
Okay, so I went and created an account. I then went and added 2 more domains. I am now in the process of uploading my old sites to hostican. I am rebuilding one of my sites using Joomla but after uploading it into the public_html directory, i can not surf to it. I typed in the ip of my site followed by the name of the joomla folder and I keep getting page not found. I also noticed that if i just surf to the ip, i get the welcome screen, but when i use the file manager in cpanel, i can not seem to find this file(home.htm) in the public_html directory. I am now guessing i am looking or uploading in the wrong spot. Any clues?
For sites sharing an IP (name based sites) the server default is:
/usr/local/apache/htdocs/index.html
in /usr/local/apache/conf/httpd.conf the order of default index is set by:
Code:

   DirectoryIndex index.ppl index.pl index.plx index.perl index.html index.wml 
index.cgi index.shtml index.jsp index.js index.jp index.php4 index.php3 
index.php index.phtml index.htm default.htm default.html home.htm
Reply With Quote
  #9  
Old 12-12-2007, 01:39 AM
marshull marshull is offline
Member
 
Join Date: Dec 2007
Posts: 30
Default

Okay, so how do i go about installing imagemagick? Ran ssh and did yum install ImageMagick. Looked like it installed but i can find the binaries.

Last edited by marshull; 12-12-2007 at 10:24 AM.
Reply With Quote
  #10  
Old 12-12-2007, 10:08 PM
DOCENTA's Avatar
DOCENTA DOCENTA is offline
Moderator
 
Join Date: Sep 2007
Posts: 95
Default ImageMagick path

Hello,
ImageMagick is installed by default. If it is not you may submit a support ticket.
Normally it is located in :


/usr/bin/convert



/usr/bin/convert -v

to see its version.
__________________
Thanks,

HostICan Rocket Scientist

HostICan Answers | HostICan Newsletter | HostICan Blog | Become a HostICan Affiliate | Create a Support Ticket.
Reply With Quote
Reply

Tags
couple, guy, questions

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which board is the correct board to post in for Zen Cart questions TaoGem Shared Hosting 0 06-06-2008 09:26 PM
security questions baghdad4ever Virtual Private Servers (VPS) 4 10-19-2007 02:43 PM
A few questions tzeench Pre-Sales Questions 2 10-14-2007 11:30 PM
A couple questions. Kain Mikado Pre-Sales Questions 6 10-01-2007 12:22 AM
New to VPS hosting ? Have questions ? james Virtual Private Servers (VPS) 3 09-23-2007 04:17 PM


All times are GMT -4. The time now is 11:30 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.