I'm trying to convert a static website to use Drupal. At this point in time, we've got /summer and /winter sections (et al) and only the /summer section is in Drupal. As the /winter section will be completely revamped in the next two or three months, I'm trying to avoid dealing with putting it into Drupal at this point in time (the styling and content is largely different from the /summer section). I'm also trying to install Drupal in the server root, so what I want is:
/ -> handled by Drupal
/summer -> handled by Drupal
Am trying to get a handle on security issues and am wondering if code run from the PHP input filter, nodes, and/or php blocks is executed with susexec or if the code is executed as nobody?