Hi,
I am migrating from Apache 1.3.27 to Apache 2.0.x. I have one module that is compiled for Apache 1.3.x now I want to use the same module for Apache 2.
In my earlier version of apache code I have one statement “MM_permission (0600, ap_uname2id(DEFAULT_USER), ap_gname2id(DEFAULT_GROUP));” Now when I am compiling this with apxs utility I am getting the following error
/home/mukthi//apache2/mod_xx.c:315: `DEFAULT_USER' undeclared (first use in this function) /home/mukthi//apache2/mod_xx.c:315: (Each undeclared identifier is reported only once /home/mukthi//apache2/mod_xx.c:315: for each function it appears in.) /home/mukthi//apache2/mod_xx.c:315: `DEFAULT_GROUP' undeclared (first use in this function)
As I could not able to find how to use DEFAULT_USER and DEFAULT_GROUP in Apache 2. Could anybody help me in this regard?
Thanks and Regards, Muktheshwar 4th Line Support - Product Integration, 3
________________________________________________________________________ This e-mail message (including any attachment) is intended only for the personal use of the recipient(s) named above. This message is confidential and may be legally privileged. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify us immediately by e-mail and delete the original message. Any views or opinions expressed in this message are those of the author only. Furthermore, this message (including any attachment) does not create any legally binding rights or obligations whatsoever, which may only be created by the exchange of hard copy documents signed by a duly authorised representative of Hutchison 3G UK Limited. ________________________________________________________________________ |