faqts : Computers : Internet : Web Servers : Apache : Security

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

37 of 52 people (71%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How do I run secure virtual hosts. With a separate user for every hosted domain?

Oct 29th, 2001 01:24
Erik-Jan Roggekamp, Bagus Vorgul,


You can just make some new virtual hosts ( <VirtualHost 
VirtHost.name.com:443>) with a new DocumentRoot .

Before you can do this you had top add a nameVitual Host :
NameVirtualHost 1.2.3.4:80
NameVirtualHost 1.2.3.4:443
Also for the secure host

In the Virtual Host section you can add the SSL cert information