Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Feb 19, 2012 1:07 pm 
Offline
Newbie

Joined: Sat Feb 18, 2012 10:31 pm
Posts: 4
Location: United States
Morning Folks,

I'm a linode newbie switching from Dreamhost. I know just some bare bones about CLI & Vim and have been working on getting my web server up and running.

first, I have some files @ /srv/www/cityweb-consulting.com/public_html#, but can't seem to access them from my IP address (haven't changed the DNS servers yet).

In my apache setup, i did create /etc/apache2/sites-available/citweb-consulting.com file with the code below:
Code:
<VirtualHost *:80>
     ServerAdmin webmaster@cityweb-consulting.com
     ServerName cityweb-consulting.com
     ServerAlias www.cityweb-consulting.com
     DocumentRoot /srv/www/cityweb-consulting.com/public_html/
     ErrorLog /srv/www/cityweb-consulting.com/logs/error.log
     CustomLog /srv/www/cityweb-consulting.com/logs/access.log combined
</VirtualHost>
~                 


second, I set up ISPConfig but don't see phpmyadmin in the "tools" section, and can't access is from http://173.255.221.43/phpmyadmin

Do i need to locate apache httpd.conf and figure out my document root or something?

Many thanks!!

john


Top
   
 Post subject:
PostPosted: Sun Feb 19, 2012 3:35 pm 
Offline
Newbie

Joined: Sat Feb 18, 2012 10:31 pm
Posts: 4
Location: United States
I changed the virtual host file to
Code:
<VirtualHost *:80>
     ServerAdmin webmaster@cityweb-consulting.com
     ServerName 173.255.221.43
     ServerAlias 173.255.221.43
     DocumentRoot /srv/www/cityweb-consulting.com/public_html/
     ErrorLog /srv/www/cityweb-consulting.com/logs/error.log
     CustomLog /srv/www/cityweb-consulting.com/logs/access.log combined
</VirtualHost>
~                   


but now am getting 403 Forbidden/no permission error.

do i need to chmod the www directory?

thanks!!


Top
   
 Post subject:
PostPosted: Sun Feb 19, 2012 6:17 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
Just curious, why would a non-sysadmin leave the comforts of Managed Shared Hosting to go to the Wild West of Unmanaged VPS Hosting.

Looking at your site, it doesn't seem to be your business area, so why waste time performing technical tasks that won't be billable hours for your company?

Managing a SECURE LAMP stack isn't rocket science, but there is a considerable learning curve and the maintaining the security part is a never ending process, not a one shot procedure.


Top
   
 Post subject:
PostPosted: Sun Feb 19, 2012 8:06 pm 
Offline
Newbie

Joined: Sat Feb 18, 2012 10:31 pm
Posts: 4
Location: United States
Quite simply, because I'm not exactly wild about dreamhost's performance for CMS's, a programmer just set up a client of mine on Linode within 30 mins, I read a bunch of forum posts that indicated to I was ok to jump in, there certainly was no mention (that i could find) about it being "The Wild Wild West", and I simply felt like it because I actually like learning the command line!

I'l be sure to let my client know that their install will need a sysadmin to keep an eye on it.

Thanks for the square info, I'll be moving on to another service that I think is more at my level - cheers!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group