[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] 2nd domain on same web dir



Hi !

I was looking for some options to preview a virtual host before it has it's
own domainname. So I did the following:

- Edited the httpd.conf file, added the following line:

Include /etc/httpd/conf/codomains.conf

- Added the following to codomains.conf:

<VirtualHost IP.NU.MB.ER>
ServerName subdomain.ourdomainname.com
DocumentRoot /home/sites/site10/web/
</VirtualHost>

(Thanks for your help btw :) ).

Now the costumer can access the domain using subdomain.ourdomainname.com .
It works perfect...well, almost perfect. Because when I try to run
CGI-scripts or use SSI, they don't work!

Does anybody know how to solve this problem?

Thanks.

Regards,
H. v. Kilsdonk