Hello Apache users I need some help ... i am running Apache2. And i need to setup Virtual Hosts for http and https. This is mij virtual host config. ---------------------------------------------------- <VirtualHost IP:80> SuexecUserGroup user group ServerName domain.nl ServerAlias www.domain.nl DocumentRoot /home/domain.nl/public_html ErrorLog /home/domain.nl/logs/error_log CustomLog /home/domain.nl/logs/access_log common ScriptAlias /cgi-bin/ /home/domain.nl/cgi-bin/ <Directory /home/domain.nl/public_html> php_admin_value open_basedir /home/domain.nl/public_html php_admin_flag safe_mode on Options Indexes IncludesNOEXEC FollowSymLinks allow from all </Directory> </VirtualHost> ---------------------------------------------------- But how can i run this Virtual Host on port 80 (http) and on 443 (https) I hope that someone can help me. Greets, Martin H ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx