Skip to main content

Questions tagged [apache-httpd]

Use this tag for questions related to the Apache HTTP server (any version, but make sure to provide Apache version numbers in the question unless not relevant). Non-apache web server-related questions should use the tag: webserver.

Filter by
Sorted by
Tagged with
0 votes
2 answers
86 views

I am using Wine in Linux Mint 21 which is Ubuntu 22.04 (jammy). Also PHP from ondrej. Did not figure out at first that there is a conflict. Default PHP is 8.1, using FPM. I needed PHP8.3, could ...
TimSO's user avatar
  • 63
0 votes
0 answers
148 views

I have an Apache proxy 2.4.37 installed on Red Hat Enterprise Linux release 8.10 (Ootpa). I've found out that 2.4.37 version is the lastest version supported Red Hat Enterprise Linux release 8.10 (...
Stefano's user avatar
  • 101
0 votes
1 answer
83 views

I have cPanel & WHM v130.0.14 STANDARD running in an EC2 instance. Trying to setup a reverse proxy with Apache2 by setting a CNAME some.example.com (not the real one) to forward the request to api....
Rfroes87's user avatar
  • 133
1 vote
0 answers
73 views

I upgraded my web server from Ubuntu 22.04 to 24.04. During that process, it uninstalled my Apache web server. No big problem, I simply reinstalled it. However, now I can not use my Lua hook, leading ...
Raven's user avatar
  • 843
4 votes
1 answer
609 views

I have few different sites in the /home directory. It worked before the update, but now the Apache HTTP Server cannot access them. I get the error below: Permission denied: [client 127.0.0.1:58170] ...
Michas's user avatar
  • 265
0 votes
2 answers
204 views

I am setting up an Apache web server and running into a chicken-and-egg problem: I don’t want to expose the system to the Internet until it is fully configured (which includes certain security ...
user149408's user avatar
  • 1,575
0 votes
1 answer
163 views

I upgrade Debian Linux 9 (stretch) to 10 (buster). Now I get Apache error AH00016: Configuration Failed in Apache error.log. The Apache service is not starting because of this error. The Apache SSL ...
klor's user avatar
  • 436
1 vote
0 answers
75 views

I'm running Apache with PHP-FPM on a RHEL 9 server. After updating Apache from version 2.4.57 to 2.4.62, all HTTP responses now include the Transfer-Encoding: chunked header, even when the PHP script ...
Riccardo Crociani's user avatar
0 votes
0 answers
64 views

On my Linux Ubuntu system I run apache2 web server in the context of a PHP based web application. phpinfo() reports the following error_log /opt/unetlab/data/Logs/php_errors.txt I.e. error_log() is ...
CarloC's user avatar
  • 385
0 votes
2 answers
138 views

I'm currently dealing with a real threat: the trojans Troj/PHPShel-CE and PHP/Agent-BJNA showed up on my system. I've decided to move to another provider – the first server IP was already blacklisted, ...
Harvey68's user avatar
3 votes
5 answers
475 views

I'm trying to replace a Directory option from apache configuration with sed replace command, but I cannot understand why it doesn't work; it changes nothing. What I'm missing? This is the config ...
Tobia's user avatar
  • 141
1 vote
1 answer
70 views

UPDATE learning that application/javascript has been deprecated, this has now been updated to read: text/javascript. Issue persists. I have verified that this is not an actual 404. a file of that ...
Hugh Esco's user avatar
0 votes
0 answers
39 views

We need to do some URI mangling for some web content that (for historical reasons) has been promoted using mixed case URIs. The address is www.domain.invalid/ACRONYM/pROJECT (with various pages ...
dave559's user avatar
  • 451
0 votes
1 answer
94 views

We want to move our user web spaces (eg, www.domain.invalid/~usersite) to a different server (webhomes.domain.invalid/~usersite), but we want to ensure that existing incoming links and bookmarks get ...
dave559's user avatar
  • 451
0 votes
0 answers
66 views

So, I decided to start learn about system call with strace and want to observe network-related system call on apache2 processes, here's how I attach it: pidof -s apache2 pstree -sTp <pid-from-pidof&...
ReYuki's user avatar
  • 33
1 vote
0 answers
118 views

My work has a number of packaged internal tools that Depends: apache2. None use port 80. They all install: Depends: apache2 Deploy a site (e.g. /var/www/foo/index.html) Deploy a site configuration (...
Stewart's user avatar
  • 16.1k
1 vote
0 answers
202 views

My error_log is filling up with tons of entries like: www.mine.com [Sun Dec 29 09:29:59 2024] [warn] [pid 903933] ssl_engine_mutex.c(105): (22)Invalid argument: [client AH02027: Failed to release SSL ...
user3161924's user avatar
0 votes
0 answers
198 views

I am using logrotate on RHEL 9 to rotate access logs of an Apache 2.4 (actually IBM HTTP Server) running as root. The config I use is a series of the following for each access.log file: <HTTPServer ...
trikelef's user avatar
  • 470
1 vote
1 answer
68 views

Last week, I upgraded my Linux file server from Fedora 39 to Fedora 40, and several CGI applications written in Perl stopped working. I first noticed it when Foswiki could not show any pages, because ...
Lars Poulsen's user avatar
0 votes
1 answer
78 views

I have this custom.conf for a Apache Docker container ServerName https://staging.smartreparatur.at # Enable Gzip compression (Deflate) <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE ...
Chris's user avatar
  • 21
1 vote
1 answer
391 views

I want to disable TLSv1.2 in my centOS based RHEL system. I don't have a lot of knowledge of server management or security protocols, but the VAPT report says that we need to close TLSv1.2. i have two ...
Sayak Raha's user avatar
1 vote
0 answers
29 views

i am running debian on google vmare cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)&...
Jacek K's user avatar
  • 11
0 votes
0 answers
54 views

I seem to have some kind of self-inflicted DOS attack going on. I have some self-written blog software that I have hosted on a Digital Ocean droplet running Ubuntu 20. Everything worked fine for a ...
I wrestled a bear once.'s user avatar
0 votes
1 answer
99 views

I believe the two issues I'm having are related, but don't know where to begin. The first issue is that when a specific domain that resolves to my server is requested, its conf file in sites-enabled ...
JAyenGreen's user avatar
0 votes
1 answer
144 views

I used the below command to check related policy rules, and only find the following 2 related rules: [root@system1 home]# sesearch -A -s httpd_t -t httpd_sys_content_t -ds -dt allow httpd_t ...
Jing He's user avatar
  • 111
0 votes
1 answer
404 views

I have an unusual scenario where I want an apache service to be run as an unprivileged user, this is listening on a non-root port (8000+). I have it working, but I have some issues with the custom ...
Jorge Lazo's user avatar
0 votes
1 answer
100 views

Note that I'm not asking about suEXEC, because the binary must be setuid root, and suEXEC doesn't allow root to execute CGI programs. I need to carry out a one-time configuration during system ...
QF0's user avatar
  • 401
0 votes
2 answers
103 views

I have configured a reverse proxy in Apache2. It gets requests by HTTPS - unwraps the HTTPS and then forwards to local HTTP-processes for /web and /rest. <VirtualHost *:4443> ProxyPass /web ...
chris01's user avatar
  • 1,049
2 votes
2 answers
89 views

On Rocky 8 (Redhat), I have a site running under Apache (httpd). I have the permissions set as follows including setguid so files created within the uploads folder inherit the group: [root@myserver ~]#...
Confounder's user avatar
0 votes
2 answers
70 views

Is it possible with Apache or Nginx (or others) to have the webserver configured for HTTPS/443 and translationg every request to simple HTTP and forwarding it to another process (just understanding ...
chris01's user avatar
  • 1,049
0 votes
2 answers
81 views

I was going through the rewrite rules and saw this: RewriteRule ^(.*)/$ $1 [R=permanant] I checked Apache's RewriteRule Flags list, but cannot find any info there. Is it an alias to 301?
mrjayviper's user avatar
  • 2,303
1 vote
1 answer
143 views

Apache webserver on Rocky Linux 9, with SSL certs obtained from LetsEncrypt. This is the config of a specific virtual host "myvhost", but the problem arises for all vhosts on my server: /etc/...
dr_'s user avatar
  • 32.4k
0 votes
0 answers
138 views

There are quite a few symbolic link questions on stack exchange but couldn't quite find something similar. If I missed please point it out. So I have Apache2 installed on a 22.04 minimal Xubuntu PC. ...
mdietz's user avatar
  • 1
0 votes
0 answers
105 views

How can I host a Tor site with Apache on FreeBSD 13.3-RELEASE-p1? Apache is serving multiple sites from this server, so each one has its own entry in /usr/local/etc/apache24/extra/httpd-vhosts.conf ...
Valerica's user avatar
1 vote
2 answers
543 views

I am trying to create Apache virtualhost that is closed for all IP addresses with exception of one IP address and two URLs that should be publicly accessible. <IfModule mod_ssl.c> <...
jnemecz's user avatar
  • 161
0 votes
0 answers
373 views

Is it possible to configure httpd to redirect HTTPS traffic from one host:port to another without decrypting it? I've got HTTPS traffic coming in at port 443. Depending on the incoming SNI I'd like ...
Gili's user avatar
  • 101
0 votes
1 answer
422 views

I tried to upgrade my debian system from buster to bullseye and messed up everything. I cant start apache2 and proftpd. When I do apachectl configtest I get the following error message: (38)Function ...
Anarkie's user avatar
  • 233
0 votes
1 answer
5k views

Below are the configs for the yaml: file /etc/netplan/{filename}.yaml network: version: 2 renderer: networkd ethernets: eno1: dhcp4: false dhcp6: false addresses: [10.0....
Kyle Morton's user avatar
0 votes
1 answer
216 views

Basics I am running the Apache/2.4.62 on my Raspberry Pi 4B (ARM64/AArch64) with the Debian GNU/Linux 12 (bookworm). Some HW/OS info: # neofetch _,met$$$$$gg. root@rpi4 ,g$$$$$$$$...
Vlastimil Burián's user avatar
0 votes
1 answer
199 views

I run Apache http servers on Red Hat and Oracle Linux machines. The account requires that only packages from the Red Hat or Oracle repositories be used. That’s fine , they work and are reasonably ...
JakeS's user avatar
  • 11
0 votes
0 answers
414 views

I am attempting to rebuild Apache from source and am encountering an issue I have not faced before. I have built Apache version 2.4.57 from source many times in the past and have had no issues during ...
user10709800's user avatar
0 votes
1 answer
56 views

rpm -qc httpd doesn't show all of the httpd config files.My OS is rocky 9.3.Anybody has suggestion? [root@rocky9 ~]# systemctl status httpd ● httpd.service - The Apache HTTP Server Loaded: loaded ...
Emad Khavaninzadeh's user avatar
0 votes
0 answers
76 views

background: For my uni project I would like to locally host 3 virtual machines (1 attacker and 2 different WAF) to simulate the effectiveness of certain web application firewalls under malicious ...
Ismael Magro's user avatar
0 votes
1 answer
131 views

Trying to switch PHP versions at the shell in Ubuntu: I'd like to switch from version 8.1 to 8.3. I complete the steps above and restart apache but my server remains using version 8.1? Am I missing ...
cookie's user avatar
  • 242
0 votes
1 answer
195 views

I would like to install apache, php and mysql on Ubuntu 22.04 toolbox which is running in a Fedora 39 desktop VM. I am following the steps instructions provided in this link, but is seems to have some ...
pablo's user avatar
  • 3
0 votes
1 answer
1k views

We have a front-end proxy server that serves pages from a back-end website (both running Apache 2.4): # Apache config snippet from frontend server SSLProxyEngine on ProxyPass "/blah" "...
dave559's user avatar
  • 451
1 vote
0 answers
380 views

I currently face an issue in a Symfony 3.4 application, in one of its features which loads history of some data (a lot of data actually which dates from 2017). When trying to access the history ...
mblackroot's user avatar
0 votes
2 answers
116 views

On an Apache server of my own, logging requests to files has been enabled using a custom Apache module. The log files can reach several GB at the end of the day. Using Nagios I have noticed memory ...
tigrou's user avatar
  • 101
0 votes
0 answers
110 views

My apache provides a nextcloud which is used by round about 1000 users. Once up to twice a week, the apache server crashes with the following log entry [Mon Feb 12 09:20:09.909665 2024] [mpm_prefork:...
Michael Konz's user avatar
0 votes
0 answers
55 views

I have setup a small apache webserver on a RHEL 8 VM that is accessible to machines on that particular subnet (10.x.x.x), but not on another subnet (172.x.x.x). This webserver has no internet access. ...
808mrb's user avatar
  • 1

1
2 3 4 5
36