I'd installed KOHA Integrated Library System using pre-made image through a Virtual Box. I want to find the path location of my Apache Server so that I can manipulate/modify the files for my customization.
Any help would be very much appreciated. Thanks.
EDIT:
I tried to run the following code:
grep DocumentRoot /etc/apache2/sites-enabled/ -R
but an output shows :
/etc/apache2/sites-enabled/000-default: DocumentRoot /var/www
grep: etc/apache2/sites-enabled/mathlibrary: Permission denied
Am I doing the right thing?