[users@httpd] Using an Alias as second argument to Action

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

 



Hi

I'm using Action on a handler created by AddHandler and it works just fine but Action takes a virtual path as second argument so the file must be in the web root directory for the vhost. I'd like to use a predefined Alias pointing to a global place in the file system for the Action. This is an example of what i'm doing right now.

<VirtualHost ip:port>
<Directory /web/root>
AddHandler php-v4 .php
Action php-v4 /cgi-bin/program.cgi
</Directory>
</VirtualHost>

This works but requires us to put the binary executable file in each web root directory for each vhost. This is what we want to do but it produces 500 errors.

Alias /cgi-bin /usr/home/cgi-bin
<VirtualHost ip:port>
<Directory /web/root>
AddHandler php-v4 .php
Action php-v4 /cgi-bin/program.cgi
</Directory>
</VirtualHost>

I'm using Apache HTTPD 2.2.0 for all of this.
--



Med vänliga hälsningar

Stefan Midjich aka nocturnal
[Swehack] http://swehack.se


---------------------------------------------------------------------
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