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