Re: Run PHP Handler after running my handler Apache

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

 



<Location>, <If> and mod_rewrite do not work here as I am reading the query string parameter from a xml file and thus cannot declare it in the configuration file.

However, it would be really helpful if you would help me understand how a module's processing can be hooked up
earlier in the cycle as this seems to be the only way to make it work.

On Tue, Jul 19, 2016 at 11:44 AM, Nick Kew <niq@xxxxxxxxxx> wrote:
On Tue, 2016-07-19 at 10:45 +0530, Amlaan Kar wrote:
> I have created a handler in Apache

Sounds like your module's processing should be hooked up
earlier in the cycle.  It can then set the handler either
to PHP or to its own page according to the outcome of
whatever parsing it does.

But given that the server parses the URL, you can probably
dispense with that altogether, and use configuration to
deal with whatever your parser does.  If <Location>
or <LocationMatch> is not sufficient, then an <If> clause.
Or even the archaic tool of yesteryear, mod_rewrite.

--
Nick Kew


---------------------------------------------------------------------
To unsubscribe, e-mail: users-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