Forum: Linux Servers and Apache Apr 16th, 2009 |
| Replies: 3 Views: 1,725 Look at your apache httpd.conf if the line that includes your vhosts file isn't commented.
Try to use:
NameVirtualHost *
<VirtualHost *>
DocumentRoot /cmsdata/cms/sites/home
ServerName... |
Forum: Linux Servers and Apache Apr 14th, 2009 |
| Replies: 3 Views: 946 Leave MySQL user scope restricted only to localhost and/or 127.0.0.1, always create and use a different mysql user per database/site to avoid using root (if your mysql account is compromised e.g.... |