Acces to apache log.
albinootje
albinootje at gmail.com
Thu Jun 19 16:50:59 UTC 2008
Albert Shih wrote:
Hi,
> I'm using FreeBSD with jail. On those jail I'm running apache and tomcat
> (not apache/tomcat, but apache and tomcat not in same jail of course).
>
> Now my user (developper team) want to have access to tomcat log and apache
> log for debugging.
>
> I really prefer to not grant ssh access to my developper (the code is push
> with subversion).
>
> How can I do that ? Make the acces to apache-log and tomcat-log (or anything log)
> to my users ?
If I was in the same situation i would make another jail just to provide
the log-files
with read-only "nullfs" mounts for that person.
Or use for that user scponly with chroot option as shell, which is a
little bit more work,
and then again use nullfs to mount the logfile directories for that user.
Good luck!
Kind regards,
Albi.
More information about the freebsd-jail
mailing list