Ken Jones wrote:
> 
> Troy Settle wrote:
> >
> > Yep.  Your httpd should be setting an environment variable HTTP_HOST,
> > which can be used for this purpose.
> 
> Interesting idea. So you are saying, in the <VirtualHost blah blah>
> you put in the HTTP_HOST variable. What is the syntax for setting
> that in the httpd.conf file?
> 
> .
> .
> .

As in an sqwebmail example:
INSTALL.html:
> For example, with Apache:
> <VirtualHost a.b.c.d>
>  ServerName webmail.example.com
>  [...]
>  SetEnv SQWEBMAIL_TEMPLATEDIR /usr[...]
 SetEnf HTTP_HOST example.com
>  [...]
> </VirtualHost>

--------------------------------------------------------------------
Daniel Augusto Fernandes (DAF tm)               [EMAIL PROTECTED]
GCSNet                                    http://www.gcsnet.com.br/
--------------------------------------------------------------------
                     Se voc� n�o encontra
                     o sentido das coisas
                     � porque este n�o
                     se encontra, se cria.
                                   Antoine Saint-Exup�ry

Reply via email to