I have a heavily scripted web site (not just static pages) that services html as well as wml (wap) and chtml user agents. I am considering a hosting change. Here are my questions:
What is the default doc hierarchy? Can I change/add to it? Does it include index.wml and index.cgi?
Will a user retrieve of pagename.wml generate the right kind of WAP response? (e.g. Content-Type: text/vnd.wap.wml)
Can I have an index.cgi in any directory as the default doc (or for that matter any perl script), including at the root, or am I stuck with cgi-bin only? Can I use 755 instead of 777? If so can the script read/write to the home directory?
What happens, in terms of directory creation, when I add a subdomain, e.g. wap.mydomain.com? Is it in a completely new public, or is it essentially an alias for
http://mydomain.com/wap? Either way, but I prefer the latter so as not to have to change script.
Will I get dns for both
http://www.mydomain.com and
http://mydomain.com?What is the shbang path to perl?
Is Time::HiRes installed?
Thx