Ada 2 cara, named based dan IP based.
contohnya begini:

named based:

<VirtualHost *:80>
ServerName www.example.com
DocumentRoot /var/www/httpdocs
ErrorLog  /var/log/apache_error.log
AccessLog /var/log/apache_access.log
</VirtualHost>

IP based:

<VirtualHost 192.168.1.1:80>
ServerName www.example.com
DocumentRoot /var/www/httpdocs
ErrorLog  /var/log/apache_error.log
AccessLog /var/log/apache_access.log
</VirtualHost>

Regards,
Patris

On Thu, Jun 17, 2010 at 6:41 PM, Luthfan Hadi Pramono
<[email protected]>wrote:

>
>
> ada yang tahu gmn caranya membuat virtual host??
>
>
> [Non-text portions of this message have been removed]
>
>  
>


[Non-text portions of this message have been removed]

Kirim email ke