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

[cobalt-users] cgi for subdomians



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?