สร้างโฮสต์เสมือนใหม่โดยใช้โดเมนย่อยเดียวกัน แต่ฟังพอร์ต 80 นี่คือตัวอย่างสำหรับ virtualhost เริ่มต้น (คีย์คือหมายเลขของพอร์ตในบรรทัดแรกของไฟล์กำหนดค่า):
<VirtualHost *:80>
ServerName admin.domain.fr
DocumentRoot /var/www
<Directory /var/www/>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
คุณต้องปรับให้เข้ากับบริบทของคุณโดยเฉพาะอย่างยิ่งรูทเอกสารและชื่อเซิร์ฟเวอร์