Hello!
On Mon, Dec 28, 2015 at 11:44:32AM -0800, Igal @ Lucee.org wrote:
> Thank you, Maxim!
>
> I prefer to build with gcc if that is possible. MS Visual C is a mess IMO.
> As a Java developer I'm used to more intuitive tools and options, I guess.
>
> I will try to add --with-select_module an
Thank you, Maxim!
I prefer to build with gcc if that is possible. MS Visual C is a mess
IMO. As a Java developer I'm used to more intuitive tools and options,
I guess.
I will try to add --with-select_module and hopefully that will do the
trick. I will report back once I have some findings
Hello!
On Sun, Dec 27, 2015 at 11:44:16AM -0800, Igal @ Lucee.org wrote:
> update: so I ran the following command:
>
> auto/configure --with-cc=gcc --prefix= --conf-path=conf/nginx.conf
> --pid-path=nginx.pid --http-log-path=logs/access.log
> --error-log-path=logs/error.log--without-http_gzip_m
/27 11:22:48 [alert] 10032#9464: *1 connection already closed while
waiting for request, client: 127.0.0.1, server: 0.0.0.0:8080
On 12/26/2015 10:14 PM, Igal @ Lucee.org wrote:
Hi,
I posted a question at
http://stackoverflow.com/questions/34478016/building-nginx-from-source-on-windows
--
Hi,
I posted a question at
http://stackoverflow.com/questions/34478016/building-nginx-from-source-on-windows
-- copied below:
I'm trying to build nginx from source on Windows. I got the following done:
1) Installed mingw, gcc, and msys
2) Downloaded the nginx source code
3) Ra