C
C
Coder3212017-03-15 22:42:01
PHP
Coder321, 2017-03-15 22:42:01

Is it possible to install Apache alongside nginx?

The situation is this, redmine is running on nginx on the aws server, you need to install apache in parallel and run a php project on it. apache should be running on the same ip only with a different port. Is it really possible to do this?
PS What about apache what about nginx I'm a complete noob)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey, 2017-03-15
@masterfreelance

really

Z
zorca, 2017-03-15
@zorca

It's easier to set up NGINX on the right port

L
lolowin32, 2017-03-15
@lolowin32

If I understood everything correctly, then you only need to set a different port for apache, and this can be done in the config /etc/apache2/ports.conf(Listen 80, change to 8080 for example), and in /etc/apache2/sites-avaliable/000-default.conf(VirtualHost *: 80 change to 8080), restart Apache and you can knock to a given PS port
, maybe you tried it and for some reason it doesn’t work, then please don’t kick me hard

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question