>
> I'm having trouble getting a embperl to work on a virtual server.  The
virtual
> server is under the htdocs directory.  When I add a directory command in
the
> apache conf file, I loss access to the images subdirectory
>
> SO the doc root is
> ./htdocs
>
> The virtual server is under
> ./htodcs/nylinux
> This I want to be a embperl enabled and is the virtual server nylxs.com
> ./htodcs/nylinux/images
> files in this directory is lost.
>

Because now all images are processed via Embperl, which makes no sense. You
must disable the Perl handler for that subdirectory by haning a

<DIRECTORY "/usr/local/apache/htdocs/nylinux/images">
SetHandler none
</Directory>

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to