howto install with nginx

Asked by kannix

I would like to use this package but it dependencies will force me to install apache with it.
Is there any chance to use this package with my already installed nginx and without the apache stuff?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu automx Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try with the:

--no-recommends

option?

Revision history for this message
kannix (kannix) said :
#2

Good idea, didn't now the --no-install-recommends flag. But even with that flag apt still wants to install
apache2-bin libapache2-mod-wsgi

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#3

The package definition of automx is that it depends on libapache2-mod-wsgi
see https://launchpad.net/ubuntu/wily/amd64/automx/0.10.0-2.1

So apparently the answer to you question is NO, apache has to be installed.

But the INSTALL file contains some information how to use automx with nginx
see http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/wily/automx/wily/view/head:/INSTALL#L199

Maybe that helps.

Revision history for this message
kannix (kannix) said :
#4

Thanks Manfred Hampl, that solved my question.