From: jason <ja...@gr...> - 2001-09-10 04:19:31
|
I'll propose a potential concern here. i'm not sure how HTTPS/SSL is handled (site level vs. page level), but if the secure hostname/path differs from the non-secure hostname/path, make may need to know this at build time. For example: if only the checkout portion of a site is SSL enabled, and it's moved to a seperate docroot to keep visitors from viewing the rest of the site encrypted, one may want just the checkout.php to sit elsewhere http://mysite.com -> /var/www/html/mysite.com/ which has shop.php (categories.php, specials.php, etc etc) https://mysite.com -> /var/www/html/secure/mysite.com/ which only has checkout.php This may be a bit too oddball for BC to support. _shrug_ jason alex black wrote: > I'm building a spec for 'make configuration' and wanted some opinions: > Any other suggestions? |