hello everybody,
i'm trying to configure domains-based templates following INSTALL
instructions

I've a working 3.3.4 sqwebmail in a solaris 8 box with defaults install;
templates in /usr/local/share/sqwebmail and sqwebmail cgi in
/usr/local/apache/cgi-bin/sqwebmail and so on.

When I tried:

copy -pr /usr/local/share/swebmail /usr/local/share/webmail/www.customer.com

and

<VirtualHost webmail.customer.com>
  ServerAdmin [EMAIL PROTECTED]
  DocumentRoot /usr/local/apache/htdocs
  SetEnv SQWEBMAIL_TEMPLATEDIR /usr/local/share/webmail/webmail.customer.com
  Redirect /index.html http://webmail.customer.com/cgi-bin/sqwebmail
  ServerName webmail.customer.com
  ErrorLog logs/customer-error_log
  CustomLog logs/customer-access_log common
</VirtualHost>

and restart apache 1.3.27

I obtain a:
"Premature end of script headers: /usr/local/apache/cgi-bin/sqwebmail"
 messages everytime;

I've tried with a  ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
too with no results;


Could you point me to the right configuration?
Any working example of this stuff to learn?

BTW, is there a searchable digest of the list to find this topic in the
past?

Thanks in advance!
regards,

----------------------------------------------------------------------------
Abel Lucano
[EMAIL PROTECTED]





Reply via email to