Skip to main content
1 vote
0 answers
48 views

I'm getting an error when importing numpy from an Apache mod_wsgi application on Fedora 43 and 42. It does not happen in Rocky Linux 9, the production server. app.wsgi: import sys sys.path.insert(0, '/...
Clodoaldo Neto's user avatar
-1 votes
0 answers
55 views

This issue recently popped up after a macOS update probably Tahoe 26 but when I try to request a page of my website that uses Homebrew Apache PHP-FPM Memcached with PostgreSQL and PHP 8.4 files on OSX ...
im3r3k's user avatar
  • 509
Best practices
0 votes
2 replies
54 views

You will got these files by your ssl provider : certificate.crt server.key ca_bundle.crt Configuration SSL by xampp server in windows servers. SSLCertificateKeyFile : "F:/xampp/apache/conf/ssl....
Vipin Kumar's user avatar
0 votes
1 answer
21 views

I guess the solution is quite easy, but I just dont see the point: We had a kerb auth working, but s'one destroyed it quite a while ago. Now I dont get it working again: kerb authentication works and ...
Synopsis's user avatar
  • 362
0 votes
0 answers
83 views

I got a Laravel App running on an Apache server. I've configured VirtualHost to locally access the app with URL: https://www.infoalquiler.com.ar/ Despite the app is working properly, I'm getting a &...
Leandro Caplan's user avatar
0 votes
0 answers
29 views

Today we started having issues with our server (only LAMP server on RHEL). We have tried increasing our maxclient numbers but it doesn't fix the issue. Restarting apache gives brief access but it ...
Alex T's user avatar
  • 1
0 votes
0 answers
42 views

This is for Apache 2.4.58. Why is it that the following order of Location/LocationMatch will only evaluate the latter, but if it is reversed that it will evaluate both as intended? <Location /basic/...
carrvo's user avatar
  • 677
0 votes
0 answers
137 views

I run a webserver on my local network to host my movie collection. I also have a custom android app running on an amazon fire stick. Recently I have been working to enable video playback from external ...
Kilometer Bob's user avatar
0 votes
0 answers
19 views

I'm hosting an app on a NAS, port 3000. Works great. I have a Pi5 that runs Apache and a few web projects. Works great. I've got a static IP from my ISP and can send traffic to via my domain name and ...
Beertastic's user avatar
0 votes
0 answers
87 views

Request https://example.com/ , htacces file : RewriteEngine On RewriteRule ^$ /one RewriteRule ^/one /two [R] result I get https://example.com/two, remove the slash in the second RewriteRule ...
The nothing's user avatar
Best practices
0 votes
0 replies
34 views

The last time I had to choose between using mpm_worker and mpm_event, it was my understanding that mpm_event was functionally equivalent to just using mpm_worker if SSL was enabled and so it couldn't ...
Dan's user avatar
  • 884
-2 votes
1 answer
78 views

I'm getting a CORS error when trying to fetch data from my local PHP backend: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost/login.php. ...
user8400766's user avatar
1 vote
1 answer
68 views

Our web service is running on EC2 with Apache. We have the following setup: Service A -> ELB -> Service B API In this case, Apache on Service B shows in rewrite.log that the rewrite rule was ...
佐藤良人's user avatar
0 votes
0 answers
54 views

Apache 2.4 Reverse Proxy + TLS: iOS/macOS Only — Proxied POST Requests Take 60+ Seconds (Android/Windows <1s) I'm running Apache HTTPD 2.4.46 (custom build on RHEL) as a TLS terminator and reverse ...
Youn eciohc's user avatar
-1 votes
1 answer
64 views

I'm using a CMS that doesn't allow me to change URL structure. It's find for 99.9% of my pages, but there are two that I'd like to have specific URLs. RewriteRule directives work for me in my ....
GFL's user avatar
  • 1,502

15 30 50 per page
1
2 3 4 5
6117