-
Home
Search
-
Search
-
- It is currently Fri 7. Nov 2025, 09:32
- All times are UTC+01:00
Search found 178 matches: apache nginx
Searched query: +apache +nginx
Go to advanced search
- by Florian
- Tue 16. Sep 2025, 16:40
- Forum: Modifikationen / Skripte
- Topic: 421 Fehler in Nginx Proxy Manager
- Replies: 2
- Views: 2188
Das kommt durch ein
Apache Update vor einigen Wochen. Du musst die
Nginx Konfig um einige Zeilen erweitern
Code: Select all
echo -e "proxy_ssl_server_name on;\nproxy_ssl_name \$host;" > /etc/nginx/conf.d/fixssl.conf && service nginx restart
/etc/
nginx/conf.d/ sollte natürlich exitieren.
- by 24unix
- Sun 24. Aug 2025, 16:26
- Forum: General Discussions
- Topic: Questions About Keyhelp Free Version and Server Compatibility
- Replies: 17
- Views: 7216
... web servers isn’t that noticeable. But here, based on our experience, Nginx usually handles more concurrent users because of its speed and performance. You surely have a proof for that? By the way, I’ve got another question: in KeyHelp, does Apache use php-fpm or mod\_php for handling PHP? PHP-FPM
- by Fezzi
- Sun 24. Aug 2025, 06:18
- Forum: General Discussions
- Topic: Questions About Keyhelp Free Version and Server Compatibility
- Replies: 17
- Views: 7216
My website has high traffic and Nginx responds much faster. I would prefer to serve the static files through Nginx. Some of my clients have pretty prominent websites and hit a monthly traffic of over 1TB each .... Here a screenshot of the Apache over the last 24hrs from a server which hits on average ...
- by 24unix
- Sun 24. Aug 2025, 01:02
- Forum: General Discussions
- Topic: Questions About Keyhelp Free Version and Server Compatibility
- Replies: 17
- Views: 7216
... you for your helpful answers. Could you please tell me if I install Nginx on the server, is it possible to configure it myself to work as a ... you want that? Just because nginx has a weird config? You could use Apache as a reverse proxy if you want to serve node or docker stuff. My website ...
- by noviro
- Sun 24. Aug 2025, 00:49
- Forum: General Discussions
- Topic: Questions About Keyhelp Free Version and Server Compatibility
- Replies: 17
- Views: 7216
... you for your helpful answers. Could you please tell me if I install Nginx on the server, is it possible to configure it myself to work as a ... you want that? Just because nginx has a weird config? You could use Apache as a reverse proxy if you want to serve node or docker stuff. My website ...
- by 24unix
- Sun 24. Aug 2025, 00:36
- Forum: General Discussions
- Topic: Questions About Keyhelp Free Version and Server Compatibility
- Replies: 17
- Views: 7216
... you for your helpful answers. Could you please tell me if I install Nginx on the server, is it possible to configure it myself to work as a ... roll: Why would you want that? Just because nginx has a weird config? You could use Apache as a reverse proxy if you want to serve node or docker stuff.
- by noviro
- Sat 23. Aug 2025, 12:22
- Forum: General Discussions
- Topic: Questions About Keyhelp Free Version and Server Compatibility
- Replies: 17
- Views: 7216
... have any limitations on the number of users or domains? 2. Besides Apache, is there support for other web servers? Or, is it possible to use Nginx as a reverse proxy in front of Apache? 3. Is there a feature to limit user resources, such as RAM or CPU usage? Thank you for your help!
- by Simmi
- Fri 13. Jun 2025, 09:37
- Forum: Fehler / Probleme
- Topic: Nur Apache Default Site
- Replies: 38
- Views: 7505
Florian wrote: ↑Fri 13. Jun 2025, 09:33
Hallo,
hau den
Nginx runter oder ändere die Ports von Ihm. Dann Neustarten und der
Apache und die damit im Keyhelp konfigurierten Webseiten sollten dann auch wieder erreichbar sein.
Nope, irgendwie nicht, kriege nur
apache default grade
- by Florian
- Fri 13. Jun 2025, 09:33
- Forum: Fehler / Probleme
- Topic: Nur Apache Default Site
- Replies: 38
- Views: 7505
Hallo,
hau den Nginx runter oder ändere die Ports von Ihm. Dann Neustarten und der Apache und die damit im Keyhelp konfigurierten Webseiten sollten dann auch wieder erreichbar sein.
- by Alexander
- Thu 12. Jun 2025, 15:50
- Forum: Fehler / Probleme
- Topic: Nur Apache Default Site
- Replies: 38
- Views: 7505
Was heißt "Fehler" - Das ist kein KeyHelp Problem.
Hier wurde auf deinem Server Nginx installiert - ich nehme an von dir oder jemanden der Zugriff auf deinen Server hat.
Warum wurde das getan?
- by Simmi
- Thu 12. Jun 2025, 15:34
- Forum: Fehler / Probleme
- Topic: Nur Apache Default Site
- Replies: 38
- Views: 7505
Hallo, die Ursache kurz und prägnant: ]# dpkg --list | grep nginx ii libnginx-mod-http-image-filter 1.18.0-0ubuntu1.7 amd64 HTTP image filter module for Nginx ii libnginx-mod-http-xslt-filter 1.18.0-0ubuntu1.7 amd64 XSLT Transformation module for Nginx ii libnginx-mod-mail 1.18.0-0ubuntu1.7 amd64 ...
- by Florian
- Thu 12. Jun 2025, 15:29
- Forum: Fehler / Probleme
- Topic: Nur Apache Default Site
- Replies: 38
- Views: 7505
Hallo, die Ursache kurz und prägnant: ]# dpkg --list | grep nginx ii libnginx-mod-http-image-filter 1.18.0-0ubuntu1.7 amd64 HTTP image filter module for Nginx ii libnginx-mod-http-xslt-filter 1.18.0-0ubuntu1.7 amd64 XSLT Transformation module for Nginx ii libnginx-mod-mail 1.18.0-0ubuntu1.7 amd64 Mail ...
- by Fezzi
- Sun 25. May 2025, 06:48
- Forum: Bedienung
- Topic: GeoIP bei php 7.4 hinzufügen
- Replies: 11
- Views: 1982
... fpm -t sudo php8.2-fpm -i sudo service php8.2-fpm restart sudo service apache2 restart 5. Test GeoIP installation: Create a PHP file (e.g., geoip_test ... version. Web Server: This guide assumes Apache. If you're using Nginx, you'll need to adjust the PHP-FPM configuration accordingly. GeoIP ...