Does anyone know why I can't get the index.html to translate from a
directory under Embperl.  I think I've had this discussion before, but
can't find the email.  The httpd.conf file looks like this

 
<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot "/usr/local/apache/htdocs/nylxs"
    ServerName www.nylxs.com
    PerlModule Embperl
    Embperl_UseEnv        on
    ErrorLog logs/nylxs_error_log
    CustomLog logs/nylxs_access_log common
    DirectoryIndex index.html
    <Directory /usr/local/apache/htdocs/nylxs>
           SetHandler  perl-script
           PerlHandler Embperl
           Options     ExecCGI
           AllowOverride None
           Order allow,deny
           Allow from all
           DirectoryIndex index.html
    </Directory>
    <Location "/images">
        SetHandler none
    </Location>
</VirtualHost>


Ruben


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

Reply via email to