Hi,
I have a problem on my server, and in order to diagnose it I'm checking whether the setup of the softwares I use is ok.
In the case of my Drupal install, it is v.4.6.2 and lives in a /var/www/html/portal/ directory. Users access the site through the http://portal.wikinerds.org/ subdomain which points to the var/www/html/portal/ subdirectory.
My .htaccess in Drupal root directory contains:
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
#RewriteBase /drupal
This means I have no RewriteBase configured since it is commented out.
Is this right?
Should I change anything?
Could this cause high utilisation of Apache on my server?
Is there anything else that could cause Drupal to overutilise the Apache server?