You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by SanZ <sa...@yahoo.it> on 2003/05/22 16:33:51 UTC

[users@httpd] How to call module from another another module?

Just a newbie question:
how i can call a module (from another module) by passing 

apr_table_t* mod_upload_form(request_rec* r) {
  return (apr_table_t*)
	ap_get_module_config(r->request_config,&upl_module);
}

and where should i register the upl_module ? (sorry...)

or just put them in the httpd.conf file and they will call themselves?

thanks in advance

SZ

______________________________________________________________________
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org