← Back
Editing: web-httpd.conf
<VirtualHost 127.0.0.1:8080> ServerAdmin info@barvent.uz DocumentRoot /home/mailserv/public_html/pfadm.realtrade.uz/public ServerName pfadm.realtrade.uz ServerAlias pfadm.realtrade.uz ErrorLog /home/mailserv/logs/pfadm.realtrade.uz-httpd.error.log CustomLog /home/mailserv/logs/pfadm.realtrade.uz-httpd.access.log combined <Directory "/home/mailserv/public_html/pfadm.realtrade.uz/public/"> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> </VirtualHost> <VirtualHost 127.0.0.1:8080> ServerAdmin info@barvent.uz DocumentRoot /home/barventuz/public_html/barvent.uz ServerName barvent.uz ServerAlias barvent.uz www.barvent.uz ErrorLog /home/barventuz/logs/barvent.uz-httpd.error.log CustomLog /home/barventuz/logs/barvent.uz-httpd.access.log combined <Directory "/home/barventuz/public_html/barvent.uz/"> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> </VirtualHost> <VirtualHost 127.0.0.1:8080> ServerAdmin info@asdaproducts.com DocumentRoot /home/barventuz/public_html/asdaproducts.com ServerName asdaproducts.com ServerAlias asdaproducts.com www.asdaproducts.com ErrorLog /home/barventuz/logs/asdaproducts.com-httpd.error.log CustomLog /home/barventuz/logs/asdaproducts.com-httpd.access.log combined <Directory "/home/barventuz/public_html/asdaproducts.com/"> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> </VirtualHost>
Save File
Cancel