Skip to main content

Questions tagged [apache]

Use this tag (along with an appropriate programming-language tag) for programming questions relating to the Apache HTTP Server. Do not use this tag for questions about other Apache Foundation products. Note that server configuration questions are usually a better fit on https://serverfault.com

apache
0 votes
0 answers
6 views

Mac OS apache and php inconsistency issues, PHP unable to see or read directory

so this is my first try here to get some answers to a (seemingly) illogical problem. I'm trying to trouble shoot an installation of Apache and PHP via Homebrew on my Mac OS 14.4.1 Background: I want ...
Christian Legere's user avatar
0 votes
0 answers
6 views

Apache NiFi custom processor runtime environment error

I am using NiFi 2.0 that supports python scripts directly from a working directory, after I add my custom processor to the canvas, an error "Processor invalid because initializing runtime ...
cyrine's user avatar
  • 1
1 vote
0 answers
19 views

How To Allow Popup Ads Only On Certain Website Pages Using .htaccess File

As a webmaster I would like to exclude popup ads on certain specific webpages on my website whos url ends with a particular string. Example : https://mywebsite/some-slug-variable/?gallery=submit I am ...
Nicodemo's user avatar
0 votes
1 answer
18 views

Compare two backreferences in RewriteCond

This is the old URI pattern /release-(\w+)/(\w+)/(.*), where first and second regex pattern are always the same, with the following examples: /release-foo/foo/(.*) /release-bar/bar/(.*) etc They are ...
Khosrow's user avatar
  • 566
0 votes
0 answers
28 views

Apache2 - protect only directory but not subdirectory

I'm trying to host a webserver with Apache2 on Debian 12. I want to limit access to webserver/dir1 with a password promt. This already works. My issue is, that webserver/dir1/subdir1 has to be ...
T0xxic's user avatar
  • 21
1 vote
0 answers
20 views

Is there any http header that an http server can use to communicate the maximum request size to an http client?

I have looked all over for this and cannot find an answer so please forgive me if my Google-Fu is just failing me. I currently working with http servers and I was trying to find a protocol-based or ...
utdream's user avatar
  • 569
-2 votes
2 answers
55 views

Why can't my laravel database be found now even if I had already used it a few days ago?

I'm new to using the laravel framework, and I'm struggling in starting my project due to several problems I've encountered while setting up. I'm currently using Linux as my command prompt and Xampp ...
Andy's user avatar
  • 1
0 votes
0 answers
7 views

Apache2 Basic Authentication doesn't work in Flask app

I tried implementing the basic authentication in Apache on my Flask app. I did it via the host config, but the authentication popup is not showing up, it just works like normal. <VirtualHost *:80&...
Rav's user avatar
  • 1,385
0 votes
0 answers
9 views

How can I run Spatialite in XAMPP

I have downloaded the files from https://www.gaia-gis.it/gaia-sins/windows-bin-amd64/ and moved the dll files to C:\\xampp\apache\bin and added extension=mod_spatialite.dll to the php.ini file. This ...
James's user avatar
  • 720
0 votes
0 answers
14 views

How to print Java application context-root in Apache access logs?

How to print Java application context-root in Apache access logs ? Which format string provides the application context-root ? https://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats Thank ...
chandrasekhar's user avatar
0 votes
0 answers
26 views

I can still see contents of directories on apache linux [closed]

The content of my .htaccess file are as follows: Options All -Indexes AllowOverride None I have Amazon Linux 2023 image and this is not working. I can still see the content of the directories. Can ...
coderatlarge's user avatar
1 vote
1 answer
42 views

Apache 308 redirects change the protocal from https to http

So I recently updated my .htaccess to replicate the directory slash directive with a 308 instead of the 301 Apache normally uses, so that the browser repeats the same request instead of changing it to ...
Brad's user avatar
  • 880
0 votes
0 answers
13 views

Python flask application is not working properly on Apache 24 in windows

I am using Python 3.8.10 with Apache(2.4.59) and mod_wsgi(4.9.4)on windows10. When running my application, the API requests go into a pending state. After troubleshooting with print statements, I ...
Dee265's user avatar
  • 1
0 votes
1 answer
103 views

Is the rewriterule affected by CVE-2024-38475

I use this rewriterule RewriteRUle ^(.*)?$ https://%{SERVER_NAME}/$1 [L,R] From the cve, we can get those msg: "Substitutions in server context that use a backreferences or variables as the first ...
leezii's user avatar
  • 127
-1 votes
0 answers
19 views

Creating domain aliases mapping to wildcard domains

I want to do something like wix.com and accept all external domains requests, i.e. my server accepts requests to all domains which point to our server ip. I have an existing wildcard domain setup: *....
Jimmy Jhon's user avatar

15 30 50 per page
1
2 3 4 5
6164