Questions tagged [httpd]

httpd is a typical process name of a web server.

httpd (for Hyper Text Transport Protocol Daemon) is a typical name of the web server process.

Apache is the most popular web server that runs using this process name. It is also the name given to the new default server for OpenBSD 5.7 and on.

1448 questions
0
votes
1 answer

How to redirect any subdomain to main domain on shared host?

On VPS, it seems I can use to redirect any subdomain to main domain. On shared host, since I cannot edit the apache configuration file, how can I do? Currently, I create a CNAME record for *.mydmain.com to redirect to mydomain.com. But…
William
  • 99
  • 1
  • 2
  • 11
0
votes
1 answer

How to install PHP 8 in Oracle Linux with Apache?

How to install/configure PHP 8 with Apache in Oracle Linux? I couldn't find PHP 8 related repos in Oracle Linux. What i tried so far is: Installed PHP 8 manually by downloading tar. installed httpd from repo using sudo dnf install httpd How to…
user3797053
  • 103
  • 1
  • 4
0
votes
1 answer

Homebrewed http start fails on macOS Big Sur

I had installed Apache 2.4.46 on macOS Big Sur via Homebrew. It had worked fine until I did brew update and brew upgrade. At this time, PHP was upgraded from 7.4 to 8.0, so I modified httpd.conf as following. #LoadModule php7_module…
Masaru Kitajima
  • 111
  • 1
  • 1
  • 3
0
votes
1 answer

httpd24 install not possible, unpacking failed

I have a problem with httpd server on centos 7. First package was not updatable, then I remove and try to reinstall httpd24-httpd but I always have following error: error: unpacking of archive failed on file /opt/rh/httpd24/root/etc/httpd/modules:…
Yann
  • 25
  • 7
0
votes
1 answer

Apache SSL error : Unable to read server certificate from file

I am getting an Apache error while server startup. The error reads: [error] Init: Unable to read server certificate from file /etc/pki/tls/certs/ca-bundle.trust.crt [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding…
0
votes
1 answer

How can I connect My Domain and Spring-boot project?

my env : Linux, maven, AWS EC2, Spring boot I can see the main screen of the project when I connect to the Elastic IP of EC2. However, when I try to connect to the purchased .dev domain, I get an 403 error and Test Page of Apache. I think, maybe I…
0
votes
0 answers

Apache X-Authorization request header

I'm using Basic file type authorization in my Apache httpd configuration. And my http request contains X-Authorization request header instead of Authorization. I'm getting unauthorized error. How can I get my request authorized? What changes I…
0
votes
0 answers

Checking php configuration

One of our ticketing systems uses php as the application and it is being hosted with httpd. Recently, it has been reported that the httpd service has been intermittently going up and down. From further investigation, I found out that there were no…
0
votes
1 answer

Apache HTTPD not hosting on port 443

I have an Apache 2 web server using TLS certificates from Let's Encrypt (installed using CertBot). The OS is Amazon Linux 2. I cannot access the website using port 443. It only works on port 80 without the certficate. I have tried adding a…
0
votes
1 answer

Conflicting HTTPD and HTTPD24 files when running yum update prevents update

Similar conflict issues The files that are experiencing conflict issues are almost all the same as the ones in the link above. However, I am not trying to install php56w...etc like the person who posted the question in the link, I am just trying to…
ConstantFun
  • 283
  • 1
  • 2
  • 9
0
votes
1 answer

Issues Upgrading httpd from 2.4.37 to 2.4.46

I removed httpd 2.4.37 and tried to install 2.4.46 from raven-extras repo but the package is not showing it just says the following All matches were filtered out by modular filtering for argument: httpd Error: Unable to find a match: httpd However,…
Nebelz Cheez
  • 103
  • 1
0
votes
0 answers

Chrome request pending forever when http2 module is enabled

I have a centos 7 with a customized fresh httpd(2.4.46). When the http/2 protocol's module is loaded, then in chrome browser - and only in chrome browser - in the case if I smash the refresh button on a page which API is hosted on the centos server,…
Random Dude
  • 101
  • 1
  • 4
0
votes
1 answer

Website stopped working after PHP max upload size increase

Problem: The Moodle webpage stopped working with error message Secure Connection Failed (PR_END_OF_FILE_ERROR). Server Details: VPS with root access running CentOS 7, Webmin (installed without LAMP), Webuzo (installed with LAMP). Two other apps are…
0
votes
1 answer

Systemd socket activation for multiple ports on Apache

On an Apache Server (2.4.37) running on CentOS 8, there should be a redirection of HTTP traffic on port 8765 to the default https port. Therefore, I am trying to make the server listen to port 8765 in order to set up a virtual host which listens to…
user2009388
  • 113
  • 6
0
votes
1 answer

How to tell Apache httpd 2.4.6 to not proxypass a particular path?

I am using apache to reverse proxy Rundeck. Rundeck has an API accessible at rundeck.dns/api/, as well as a web UI available at rundeck.dns/{long list of other possible paths, such as user,menu,project}. As part of my reverse proxy, I am connecting…
kozone
  • 11
  • 2