Hello all. Me seeking assistance. When I change DocumentRoot and Directory from within httpd.conf, and I go to http://my.example.com I see what I expect to. When I go to httpS://my.example.com I see the default apache is working page.
simularly, this: http://my.example.com/src/login.php gives me the expected Squirrelmail log on page, whereas this: httpS://my.example.com/src/login.php gives me "file not found". ssl_error_log indicates it is looking in /var/www/html, yet httpd.conf DocumentRoot is set to something else. It appears "DocumentRoot" is not "synced-up" for http and https requests. Am I inexperienced (actually yes) and there is a place to set DocumentRoot for httpS different then for http, or should it be acting like this, and if so, how do I make this work as I expect? Many ThanX. -John