[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] cgi for subdomians
- Subject: [cobalt-users] cgi for subdomians
- From: "Joman Sierra" <j.sierra@xxxxxxxxxxxxxx>
- Date: Fri Nov 9 16:13:35 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I have website.com with cgi permission
I have a user that uploads cgi to his personal website
(website.com/~user/cgi-bin/count.cgi) it works fine
I created a subdomain on the dns subdomain.website.com pointing to the
same ip as website.com
I edited httpd.conf and created the virtualdomain of subdomain.com pointing
to the PERSONAL WEB FOLDER
of "user" (website.com/users/user/web/)
Apache works fine, when i go to http://subdomain.website.com i can see ~user
webpage! :) PROBLEM IS that when i try to run a cgi of ~user it doesnt
work
i mean website.com/~user/cgi-bin/count.cgi WORKS but
subdomain.website.com/cgi-bin/count.cgi doest work
i get this error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Any hlp?