I have a virtual domain using an ibay. The vitual doamin works fine but I cannot get the cgi-bin enabled. I am using E-Smith 4.0.1 and I followed the direction in the update post.
>CGI scripts are disabled by default in i-bays. As CGI scripts run on the e-smith >server, they should be carefully checked before enabling.
>
>To enable CGI scripts for a particular i-bay, follow these steps:
>
>Copy the script into the cgi-bin directory
>Add execute permission to the script by executing the following command: >chmod +x script
>Run the following commands (substituting the i-bay name for i-bay):
>/sbin/e-smith/db accounts setprop i-bay CgiBin enabled
>/sbin/e-smith/signal-event console-save
but I still get a "The page cannot be found" message when I try to access "http://www.mydomain.xxx/cgi-bin/myscript".
I know it is not a problem with the script because it works fine in the primary web site.
Can anyone help?