Hi,
> Hi guys, I would like to know if there is any docs on how to add
> multiple sqwebmail in diff cgi-bin directories. I have vhost dir where I
> do have domain.com domain1.com and inside each of this domain name I
> have cgi-bin, html, logs so each domain can use their indipendent dir.
> So what I would like to do is to have sqwebmail on each of this domain
> (cgi-bin) so they can go to https://domain.com/cgi-bin/sqwebmail. If
> someone has done this could you please send me the info of the apache
> section on how you have it.
In your <VirtualHost>, have something like:
<Directory /svcdata/wwwsites/domain.com/cgi-bin/>
Options ExecCGI
Allow from All
</Directory>
And rename the sqwebmail binary to whatever you like. I think it's called
sqwebmail by default anyway.
Hope this helps.
Sarton