It would be really helpful if some one could advice me how to include mod_autorotate in apache modules working in linux.
Asked
Active
Viewed 223 times
1 Answers
0
Follow the basic instructions at the authors website?

covener
- 17,402
- 2
- 31
- 45
-
i'm following the same website. but im not able to compile the .c file using the apxs command mentioned because i've not installed apache extension tool. please suggest an alternative to install it in fedora – Nithu Jan 17 '14 at 04:50
-
Install httpd-devel and compile the module you need, or phone a friend and have them compile it for you, or get on without this particular module and use the rotatelogs support in httpd. – covener Jan 17 '14 at 11:45
-
thnx for ur comments,, if i cud hav phone afrnd i wudnt hav posted it here.. including ModAutorotate requires a lot of dependencies hence i found it not feasible to use that. hence i had to stick to the conventional logrotate module. – Nithu Feb 13 '14 at 06:18