Joined: 16 Nov 2006 |
Posts: 9 |
|
|
 |
Posted: Tue May 08, 2007 11:30 am |
|
 |
 |
 |
 |
Hi,
I have installed the latest TechPlatform and all is well. I have added in MySQL support - no problem. Now, I am trying to add my Virtual Hosts to Apache.
In my old Apache 2 install (no tech platform) I used virtualhosts. I had them set up using the /conf/extra/httpd-vhosts.conf file. I have tried uncommenting the /conf/httpd.conf line for:
#Include conf/extra/httpd-vhosts.conf
and then setting up the /conf/extra/httpd-vhosts.conf file, but apache gives me an error when starting
so, I tried to just add a vhost in the conf/extra/httpd-vhosts.conf file using:
<VirtualHost *:80>
DocumentRoot c:/Progam Files/nusphere/techplatform/apache/htdocs/mysite
ServerName mysite
</VirtualHost>
Apache will not start with this setting either.
How do I set up virtual hosts on the Platform? I have searched through the documentation and found nothing.
Thanks,
Chuck
|