> 
> > 
> > <VirtualHost *:80>
> >     ServerAdmin [EMAIL PROTECTED]
> >     DocumentRoot "/usr/local/apache/htdocs/nylxs"
> >     DirectoryIndex index.html index.html.var
> >     ServerName www.nylxs.com
> >     PerlModule Embperl
> >     Embperl_UseEnv        on
> >     ErrorLog logs/nylxs_error_log
> >     CustomLog logs/nylxs_access_log common
> >     <Location "/x" >
> >            SetHandler  perl
> >            PerlHandler Embperl
> >            Options     ExecCGI
> >     </Location>
> > </VirtualHost>
> > 
> 
> I got it. It is SetHandler perl-script

Oops, Yes must be perl-script. I really have overseen this!
> 
> Now if I can figure out why apache is sending headers to the 
> browser for the uri http://www.nylxs.com which makes the 
> browser want to download index.html rather than display it?
> 

I don't see a 

AddType text/html .html

In your httpd.conf

Gerald




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to