este es codigo que quiero adaptar al config para ver si se resulta. si alguien con experiencia sabe de esto porfavro birndarme su concocimiento
NameVirtualHost *
<VirtualHost *80>
ServerName
www.sanagustin.net
ServerAlias sanagustin.net *.sanagustin.net
DocumentRoot /usr/local/apache2/htdocs/sanagustin
ServerAdmin
[email protected]
<Directory />
Options SymLinksIfOwnerMatch
AllowOverride None
</Directory>
<Directory /usr/local/apache2/htdocs/sanagustin>
Options -Indexes -Includes -FollowSymLinks Multiviews
AllowOverride None
Order allow, deny
Allow from all
</Directory>
CustomLog /usr/local/apache2/logs/access.sanagustin.log combined
ErrorLog /usr/local/apache2/logs/error.sanagustin.log
</VirtualHost>
<VirtualHost *80>
ServerName
www.sanjuandelorenzo.com
ServerAlias sanjuandelorenzo.com *.sanjuandelorenzo.com
DocumentRoot /usr/local/apache2/htdocs/sanjuandelorenzo
ServerAdmin
[email protected]
<Directory />
Options SymLinksIfOwnerMatch
AllowOverride None
</Directory>
<Directory /usr/local/apache2/htdocs/sanjuandelorenzo>
Options -Indexes -Includes -FollowSymLinks Multiviews
AllowOverride None
Order allow, deny
Allow from all
</Directory>
CustomLog /usr/local/apache2/logs/access.sanjuandelorenzo.log combined
ErrorLog /usr/local/apache2/logs/error.sanjuandelorenzo.log
</VirtualHost>