I have configure to run both NGINX and Apache2 for use different PHP version and avoid ie. hcaccess migrate to NGINX...
We can config NGINX as proxy server for Apache.
Now I experience some issue with Apache on VirtualBox Ubuntu.
The problem is that: My Apache seem not work with port other than 8086 from outside but NGINX can.
From host machine (Windows) I can only use port 8086 to access Apache inside guest Ubuntu. With nginx I can use many port from 8081 to 8092 that I have already Forwarded in Virtual Box Network config.
I am investigating why these not work.
My NGINX and Apache seem has been heavy configured.
If nginx has some mechanism like PRIMARY proxy or something that block apache receive request from outside. But event when I turn off nginx, I still can not access 8088 Vhost from Windows host.
We can config NGINX as proxy server for Apache.
Now I experience some issue with Apache on VirtualBox Ubuntu.
The problem is that: My Apache seem not work with port other than 8086 from outside but NGINX can.
From host machine (Windows) I can only use port 8086 to access Apache inside guest Ubuntu. With nginx I can use many port from 8081 to 8092 that I have already Forwarded in Virtual Box Network config.
I am investigating why these not work.
My NGINX and Apache seem has been heavy configured.
If nginx has some mechanism like PRIMARY proxy or something that block apache receive request from outside. But event when I turn off nginx, I still can not access 8088 Vhost from Windows host.
Comments
Post a Comment