question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow to enforce apache

See original GitHub issue

Is your feature request related to a problem you are facing? We have apache as well as nginx installed on our server. This is due to another software (onlyoffice) uses nginx internally, but on the front we use apache to proxy requests. Therefore, apache occupies ports 80/443, which leads the installation of jitsi to fail.

Describe the solution you’d like It would be really nice if one could enforce the usage of apache for postinstallation script. As it seems to me, the easiest way would be to pre-configure a debconf variable (e.g. jitsi-meet/enforce_apache?), which just skips the nginx-check on postinstallation if set. It’s a very short 3-liner, so if you’re ok with, i would be happy to create a PR for… 😉

Describe alternatives you’ve considered

  • Uninstall nginx and reinstall afterwards? 👎
  • Reset the whole server and install jitsi first? 😞

Greets! 😃 Jonas

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jotoericommented, Mar 1, 2021

Are you sure, you found the code to make this work on your installation? I just installed on a wsl-debian test-system using just the repository as given on the documenation. The necessary code is not included there. However if i install from the unstable repo, then it works and uses apache.

Concerning your documentation question: The text was intentionally kept without detailed information as nginx is preferred here. I’d suggest to open a separate issue in the repo and discuss your question there. 😉 https://github.com/jitsi/handbook

from current repo, without the necessary code-block: grafik

from the PR, that implemented this: grafik

0reactions
OdairTrujillocommented, Mar 5, 2021

You’re right.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Access Control - Apache HTTP Server Version 2.4
The Require provides a variety of different ways to allow or deny access to resources. In conjunction with the RequireAll , RequireAny ,...
Read more >
The most important steps to take to make an Apache server ...
If you've installed a Let's Encrypt certificate as shown above, you already had the option to force all traffic over SSL. · First,...
Read more >
Restrict Apache to only allow access using SSL for some ...
The decision to allow/deny http is made at the top level directory, and affects all content underneath it. Is there a directive that...
Read more >
Apache Web Server Hardening and Security Guide - Geekflare
Mod Security · Download & Installation · Configuration · Getting Started · Logging · Enable Rule Engine · Common Attack Type Protection ·...
Read more >
10 tips for Apache Security - Acunetix
#LoadModule info_module modules/mod_info.so ; #<Location /server-status> # SetHandler server-status # Order deny,allow # Deny from all # Allow ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found