Hi,
I used the automated install for nginx+pagespeed module from https://developers.google.com/speed/pagespeed/module/build_ngx_pagespeed_from_source
From the output I would assume that the install was successfull. Shouldn't it be possible to start nginx by just calling 'nginx'?
I have not added any init scripts yet. I really just wanted to test if it starts and is reachable.
root@test /usr/local/nginx/sbin # nginx
bash: nginx: command not found
but
root@test /usr/local/nginx/sbin # ls -l
total 21076
-rwxr-xr-x 1 root staff 21580784 Oct 28 18:09 nginx
Thanks for any help
Andy
I used the automated install for nginx+pagespeed module from https://developers.google.com/speed/pagespeed/module/build_ngx_pagespeed_from_source
From the output I would assume that the install was successfull. Shouldn't it be possible to start nginx by just calling 'nginx'?
I have not added any init scripts yet. I really just wanted to test if it starts and is reachable.
root@test /usr/local/nginx/sbin # nginx
bash: nginx: command not found
but
root@test /usr/local/nginx/sbin # ls -l
total 21076
-rwxr-xr-x 1 root staff 21580784 Oct 28 18:09 nginx
Thanks for any help
Andy