I'm new to Apache and need help on c module.
This can be simple but it's really hard to find solution from web so I'm asking experts here.
Basically, if URI is "/folder1/12345_pdf_1.pdf", I'd like to get filename first which is "12345_something.pdf" then get "12345" document number. I'm writing C Apache module so I need example of them.
TIA.
This can be simple but it's really hard to find solution from web so I'm asking experts here.
Basically, if URI is "/folder1/12345_pdf_1.pdf", I'd like to get filename first which is "12345_something.pdf" then get "12345" document number. I'm writing C Apache module so I need example of them.
TIA.