Newb guidance: can't see my doc root, can't find phpmyadmin?
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:
<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
Do i need to locate apache httpd.conf and figure out my document root or something?
Many thanks!!
john
3 Replies
<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!!
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.
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!