What webserver is my site using?

Hi:

I’m trying to put together a docker configuration that will mimic my website leewayweb.free.nf. In order to put together a sensible configuration, one thing I need to know is what kind of webserver is supporting my site.

The response headers of my HTTP requests report NginX but, at the same time I see that the .htaccess rules are being processed… I’m confused. Is there an Apache behind an Nginx?

Thanks,

Apache is used as the webserver while Nginx is used for proxying. It is common to see servers have such configuration in order to use benefits of both.

11 Likes

Great. That’s what I thought but wasn’t sure.

Thanks for the clarification!

5 Likes

Nginx

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.