Re: nginx package signature guarantees with Xenial?

2016-06-24 Thread Robie Basak
Hi Jeff, Thank you for getting in touch. I think the ubuntu-server mailing list is probably more appropriate to reach the right audience for this discussion, so I'm moving the thread there. Please reply to ubuntu-server only. I'm going to skip ahead in your message a bit. On Thu, Jun 23, 2016 a

Issue with nginx package in Xenial

2016-04-16 Thread Alex F
The nginx default index page lives in /var/www/html, but tells the user that the documentroot is /var/www. The example server directives also use /var/www. I assume they should be updated to match the OS convention of /var/www/html. Regards, Alex Fornuto -- Ubuntu-devel-discuss mailing list Ubun

Re: nginx package

2012-02-22 Thread Deni Bertović
@ Andreas and others ... Hmm..I have no idea what's going on thensomething is messed up on my end it appears. Thanks for your help and sorry for the unnecessary spam. My bad. -Deni On Wed, Feb 22, 2012 at 9:45 PM, Scott Kitterman wrote: > On Wednesday, February 22, 2012 02:44:13 PM Bedwell,

Re: nginx package

2012-02-22 Thread Scott Kitterman
On Wednesday, February 22, 2012 02:44:13 PM Bedwell, Jordon wrote: > On Wed, Feb 22, 2012 at 2:41 PM, Scott Kitterman wrote: > > On Wednesday, February 22, 2012 02:39:08 PM Bedwell, Jordon wrote: > >> On Wed, Feb 22, 2012 at 2:28 PM, Deni Bertović wrote: > >> > I am on Ubuntu 11.10. > >> > > >>

Re: nginx package

2012-02-22 Thread Bedwell, Jordon
On Wed, Feb 22, 2012 at 2:41 PM, Scott Kitterman wrote: > On Wednesday, February 22, 2012 02:39:08 PM Bedwell, Jordon wrote: >> On Wed, Feb 22, 2012 at 2:28 PM, Deni Bertović wrote: >> > I am on Ubuntu 11.10. >> > >> > Like i pointed out above. On a fresh install I do: >> > 'apt-get install nginx

Re: nginx package

2012-02-22 Thread Scott Kitterman
On Wednesday, February 22, 2012 02:39:08 PM Bedwell, Jordon wrote: > On Wed, Feb 22, 2012 at 2:28 PM, Deni Bertović wrote: > > I am on Ubuntu 11.10. > > > > Like i pointed out above. On a fresh install I do: > > 'apt-get install nginx' > > > > This install the necessary packages. > > After that

Re: nginx package

2012-02-22 Thread Bedwell, Jordon
On Wed, Feb 22, 2012 at 2:28 PM, Deni Bertović wrote: > I am on Ubuntu 11.10. > > Like i pointed out above. On a fresh install I do: > 'apt-get install nginx' > > This install the necessary packages. > After that i do: > 'apt-get remove nginx' > > And it does not remove the other packages (nginx-f

Re: nginx package

2012-02-22 Thread Andreas Moog
install-remove-oneiric.log is from a fresh Ubuntu Oneiric (11.10), works as expected. You might have installed some other package that depends on httpd, but the nginx package is working perfectly fine. Cheers, Andreas signature.asc Description: OpenPGP digital signature -- Ubuntu-devel-discu

Re: nginx package

2012-02-22 Thread Deni Bertović
I am on Ubuntu 11.10. Like i pointed out above. On a fresh install I do: 'apt-get install nginx' This install the necessary packages. After that i do: 'apt-get remove nginx' And it does not remove the other packages (nginx-full and -common) I then try: 'apt-get autoremove' And nothing happ

Re: nginx package

2012-02-22 Thread Bedwell, Jordon
full and nginx-common packages. > > That seems to be a problem on your system then, not with the nginx > package, see http://people.ubuntu.com/~amoog/nginx-install-remove.log > for a complete run of 'apt-get install nginx, apt-get remove nginx, > apt-get autoremove'. Withou

Re: nginx package

2012-02-22 Thread Andreas Moog
On 22.02.2012 18:45, Bedwell, Jordon wrote: Please do not CC me on replies, I'm subscribed to the list. > Without seeing where he mentioned his OS I'll just assume he's on > 12.04 where this is a problem. My paste is from 12.04, it's not a problem there. > Apt does not autoremove some package

Re: nginx package

2012-02-22 Thread Clint Byrum
Excerpts from Deni Bertović's message of Wed Feb 22 07:44:00 -0800 2012: > I believe that some corrections need to be made to this package. > > Namely the 'nginx' package contains only the docs (/usr/share/nginx/doc) > when it should be a meta package aggregating

Re: nginx package

2012-02-22 Thread Alexey Ten (Lynn)
ove them as long as you remove nginx. >> >> On Wed, Feb 22, 2012 at 19:44, Deni Bertović wrote: >> > I believe that some corrections need to be made to this package. >> > >> > Namely the 'nginx' package contains only the docs (/usr/share/nginx/doc)

Re: nginx package

2012-02-22 Thread Andreas Moog
On 22.02.2012 17:35, Deni Bertović wrote: > Unfortunalety that does not happen. That's the main problem. > After doing 'apt-get remove nginx', 'apt-get autoremove' does NOT remove > the nginx-full and nginx-common packages. That seems to be a problem on yo

Re: nginx package

2012-02-22 Thread Deni Bertović
mon are marked autoinstalled, so apt-get > autoremove will remove them as long as you remove nginx. > > On Wed, Feb 22, 2012 at 19:44, Deni Bertović wrote: > > I believe that some corrections need to be made to this package. > > > > Namely the 'nginx' package co

Re: nginx package

2012-02-22 Thread Alexey Ten (Lynn)
nginx-full and nginx-common are marked autoinstalled, so apt-get autoremove will remove them as long as you remove nginx. On Wed, Feb 22, 2012 at 19:44, Deni Bertović wrote: > I believe that some corrections need to be made to this package. > > Namely the 'nginx' package con

nginx package

2012-02-22 Thread Deni Bertović
I believe that some corrections need to be made to this package. Namely the 'nginx' package contains only the docs (/usr/share/nginx/doc) when it should be a meta package aggregating nginx-full and nginx-common. "apt-get install nginx" when invoked initially on a clean mac