Re: NoRobot module

2012-02-15 Thread Mike Baroukh
But would be much more generalisable if it were configurable on/off. > This would remove the issue of running order which you tackled with > APR_HOOK_FIRST. > 3. "Be conservative in what you send". The last line of your > robots.txt is unterminated! > /* **

Re: NoRobot module

2012-02-15 Thread Nick Kew
On 15 Feb 2012, at 08:07, Mike Baroukh wrote: > Disclaimer : > I'm absolutly not a C ou System developer. > I'm a Java developer. > And this is my first module. > So maybe it could be made better ... If you're asking for criticism, here goes: 1. It looks fine as far as it goes. 2. But would b

NoRobot module

2012-02-15 Thread Mike Baroukh
-- /* ** mod_norobot.c -- Apache sample norobot module ** [Autogenerated via ``apxs -n norobot -g''] ** ** To play with this sample module first compile it into a ** DSO file and install it into Apache's modules directory ** by running: ** **$ apxs -c -i mod_norobot.c ** **