I'm developing a Nginx module, and want to use Linux file/directory functions
(such as 'readlink' and 'access') in the module. Because Nginx module API
does not support these functions.
Of course, there must be compatibility issues, but it's not a problem in my case.
Is there any other problems?
(such as 'readlink' and 'access') in the module. Because Nginx module API
does not support these functions.
Of course, there must be compatibility issues, but it's not a problem in my case.
Is there any other problems?