923 questions
0 votes
1 answer
61 views
How to specify apache login credentials in ruby HTTP:post_response call
I have a redmine (5.1.9) server running on apache (2.4). When processing email replies, it fails trying to post an HTTP request to itself. I believe this happens because the apache server itself ...
0 votes
0 answers
78 views
Apache (2.4) allowing PROPFIND is protocol dependant?
I'm trying to allow the PROPFIND method on my local Apache 2.4 server. I have an app (Linphone) that's trying to access the DAV server there and it fails. However, another app (Evolution) can access ...
1 vote
1 answer
253 views
Apache2.4 not loading the PHP module (%1 is not a valid Win32 application) [closed]
I am trying to install Apache2.4 to run php (and Mysql) in dreamweaver and I have followed the instructions but when I run httpd.exe it gives me : %1 is not a valid Win32 application I installed ...
0 votes
0 answers
26 views
How is Apache2 choosing which VirtualHost to use?
I have 2 apache sites enabled. The first is the default one 000-default.conf: <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/html ErrorLog ${APACHE_LOG_DIR}/...
0 votes
1 answer
48 views
Can't get Django-CMS to work with Apache and mod_wsgi
I am trying to get django-cms to run with apache wsgi. I am using Python 3.12 and the latest version of all software (a fresh bare metal install of ubuntu 24.04). Django-cms runs with runserver. My ...
0 votes
1 answer
163 views
apache2.4 + rsyslog sending logs to the remote server + unnecessary systemd logging
I have a following configuration in my Apache2.4 environment (Debian OS): CustomLog "|/usr/bin/logger -t S06_access_log -p local6.info" combined ErrorLog "|/usr/bin/logger -t ...
1 vote
1 answer
516 views
How to Allow Access to Only Specific URLs and Rewrite Them Using Apache .htaccess?
I'm working with Apache and want to use .htaccess to achieve the following: Rewrite /api/get to get.php Rewrite /api/report to report.php Only allow access to these URLs/scripts Essentially, I want ...
0 votes
0 answers
20 views
Apache 2.2 Sever was fetching the required data to show the results from a shared folder. After upgrade to Apache 2.4 is complaining of UNC path
Using Apache 2.2 Server, I have an html page which is fetching the results from the shared folder and display the same. For vulnerability issues, Started using Apache 2.4.62. The upgraded apache was ...
0 votes
2 answers
74 views
Apache2.4 LDAP authentication suddenly not working
We have a web interface that configures through API calls a load balancer cluster. That web interface makes use of three (python) scripts. The first script displays the current settings of the load ...
2 votes
1 answer
74 views
.htaccess 404 error not working while accessing file without extension
example.com/home.php <-- file available and Working without .php extension example.com/home <-- Working example.com/home1.php <-- File not exist showing 404 error mentioned in htaccess ...
0 votes
1 answer
55 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 ...
0 votes
0 answers
182 views
After upgrading httpd-2.4.41 to httpd-2.4.58, facing net::ERR_CONNECTION_ABORTED error while uploading large file
Due to CVE-2021-40438 exploit on our old Apache, we had to upgrade from httpd-2.4.41 to httpd-2.4.58. We face an issue when posting, since we are unable to upload files of more than a GB which will ...
0 votes
1 answer
88 views
Apache 2.4 can't serve static content from Apache Web Server
I configured Apache web server and Tomcat.And ı have static folder that contain with in Tomcat webapps folder.The css file that in static folder changes my webpage login screen color. When ı try to ...
0 votes
1 answer
329 views
How to handle urls correctly with a reverse proxy (.net core views/home/* location 404 error)
I am currently using PHP web service on this domain. (ex) www.mydomain.com I am also making an English site and making it .net core web service, but I am planning to replace it with .net core instead ...
0 votes
1 answer
155 views
Site throws ERR_SSL_PROTOCOL_ERROR [closed]
I found a lot of similar questions, but no solution works here. https://pmadmin.qno.de/index.html:443 shows in the browser: Diese Website kann keine sichere Verbindung bereitstellen pmadmin.qno.de hat ...