0
votes
0
comments
5,180
views
How do I tell cpan to install all dependencies?
I’ve been racking my brain on how to get cpan to auto install all dependencies and not prompt me to respond to questions. After digging around several blogs, I found the following that solves my issue to a tee. Edit: After following Sinans link. I tried setting these in cpan: cpan> o conf prerequisites_policy follow […]0
votes
0
comments
3,386
views
Sending Apache log messages to syslog
Needing to send apache logs to my syslog server of which we have a syslog security monitoring application that parses through the content to alert on nefarious activity. Searching on the net there seems to be a number of ways to accomplish this so this is what I ended up doing.0
votes
0
comments
7,845
views