Hello!

I'm working with web-dav (http://www.webdav.org/) and I have a serious
problem with
getting username and mime from apache request_rec.

I tryied to it in this way:

void some_function (request_rec *r)
{
char *user=(char *)r->connection->user;
char *mime=(char *)r->content_type;
char *remote_ip=(char *)r->connetcion->remote_ip;

/*
Mime and user is null, but remote_ip is ok!
*/

}
I have also tryied to get this information from headers_in but with no
result.

What can I do to get mime and username?

Best Regards!
JS




---------------------------------------------------------------------
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