|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Using Apache 2.0 on Linux, I would like to redirect
all requests to any of the numerous items in my directory tree to a single cgi in the root. Can this be done? Thanks in advance for your . Mike. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Mike - EMAIL IGNORED <m_d_berger_1900@yahoo.com> said:
>Using Apache 2.0 on Linux, I would like to redirect >all requests to any of the numerous items in my >directory tree to a single cgi in the root. Can >this be done? Thanks in advance for your . You could do this with handlers with Apache 1.1 -- I don't know how that maps to Apache 2. Though I think this was not doable for the document root with Apache 1.1 with just a CGI, but for other locations this was possible. Setting a handler for document root required coding your own handler as a mod_perl component or as an Apache module in C. See documentation of SetHandler in Apache 1.1 for a bit more details. -- Wolf a.k.a. Juha Laiho Espoo, Finland (GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++ "...cancel my subscription to the resurrection!" (Jim Morrison) |
|
![]() |
| Outils de la discussion | |
|
|