On Thu 10 Apr 2008, Andrew Klimov wrote:
> I saw the function $r->location in Perl library for Apache.
> I want to know its analogue in pure "C" Apache API.

modperl saves it in modperl_config_dir_create() that is the dir config 
creater. Your C module can do just the same, hook per_dir_config creation and 
save it there.

Torsten

--
Need professional mod_perl support?
Just ask me: [EMAIL PROTECTED]

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to