On 2/15/06, liksx <liksx@xxxxxxxxx> wrote: > Hello! > > > > I have "parser3" - web programming language. When I use it as Action all right, but there is a trouble when I compile it as module mod_parser3: I couldn't get access to the ENV variables such as PATH_INFO (current URI). How can I fix this problem? I don't know anything about mod_parser3; you are probably better off asking in a forum dedicated to that module. But in general, PATH_INFO is an env variable that is created specifically for CGI scripts. It is the responsibility of mod_parser3 to expose this part of the API to its scripts if it wants to do so. Joshua. --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx