0

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?

1 Answers1

0

It can be in any number of places. If KOHA uses Apache, try this:

grep DocumentRoot /etc/apache2/sites-enabled/ -R

Replace apache2 with nginx if KOHA uses nginx.

muru
  • 207,228