[users@httpd] How to use DirectoryIndex when SetHandler is perl-script?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I want
http://some.site/webcal
or
http://some.site/webcal/
to call
http://some.site/webcal/webcal.pl

DirectoryIndex webcal.pl does not work inside the Directory below. So I tried mod_rewrite. No luck. I never used it before. Any help?

PerlRequire "E:/Open/webcal/cgi-bin/startup.pl"
Alias /webcal "E:/Open/webcal/cgi-bin"
RewriteEngine On
RewriteRule  ^/webcal$   /webcal/webcal.pl  [R=permanent]
<Directory "E:/Open/webcal/cgi-bin">
    AllowOverride All
    SetHandler perl-script
    PerlResponseHandler ModPerl::Registry
    PerlOptions +ParseHeaders
    Options +ExecCGI
    Allow from all
</Directory>

Júlio


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux