Hi, I just set up a new CentOS 6.5 LAMP box. I am in the process of configuring the vhosts. I created a file /etc/httpd/conf.d/vhosts.conf and the docroot to go with the vhost definition. So far so good. What I am wondering about is if I can do something like this in the vhost.conf file: Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all DocumentRoot /home/username/public_html ServerName domain.tld Or would it be more proper to do something like this: Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all DocumentRoot /home/username/public_html ServerName domain.tld Thanks in advance for your input!! Keith --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: http://lists.phxlinux.org/mailman/listinfo/plug-discuss