ravindra wrote:
> But when I type “http://localhost “ it is still working (showing the
> index.html content in htdocs) . I want my apache server to accept only
> “https “requests.
> 
> How to configure this?

You have two way: remove the 'Listen 80' option, basically disabling the
whole http part, or add a 'RedirectPermanent / https:...' to the default
http vhost to redirect all the http request to https.

Davide

-- 
I am a fully rounded human being, with a degree from the university of
life, a diploma from the school of hard knocks, and three gold stars
from the kindergarten of getting the shit kicked out of me.
- Edmund Blackadder

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to