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

Using "monit" - how to detect empty reply from http process (apache2)

I would like to monitor empty replies from my apache2 process as I am running into a problem similar to "Apache gives empty reply" . I am using monit to monitor my processes, so I am going to stick with that! I have the file 'apache2' in my…
le_top
  • 135
  • 6
0
votes
1 answer

Accidently deleted opt/ folder missing lib librh-php72-php7.so

I accidentally deleted my opt folder. By reinstalling the missing software, i get most of the stuff running. However /opt/rh/httpd24/root/etc/httpd/modules/librh-php72-php7.so is still missing for httpd and reinstalling rh-php72-php doesn't help.
Yann
  • 25
  • 7
0
votes
1 answer

Apache HTTPD reverse proxy to a DHCP client

I need to build a reverse proxy to a couple of our developers laptops. I have created a generic hostname, and use the developers laptopnames as virtual folders. Config looks like this: ServerName…
0
votes
0 answers

OSS Server Written in Javascript, Linux Based Needs MIME Configuration

Scenario: There is a popular OSS application named Potree, hosted in GitHub. I am getting minimum support from its author, a very talented but busy guy who does not know much Linux or Apache. This is the great app that I desire to conquer and give…
0
votes
1 answer

What Prevents a Server Owned by a Non-Priviledged User to be Reached by Apache?

There is a popular Open Source application written in Javascript Node.js that listens to port localhost:1234 under my regular, non privileged account. When connecting from localhost everything works perfectly. The idea, however is to make that…
0
votes
1 answer

How to reverse on two conditions under an apache reverse proxy

I'm new on apache reverse proxy, and I trying to reverse Url calling like bellow: Principe-forwarding-schema.jpg I'm able to forward all request on Webserver1 like that: ProxyPreserveHost On ServerName localhost …
Loudone
  • 103
  • 2
0
votes
0 answers

SAML with mod_auth_mellon results in error: Error processing authn response. Lasso error: [-432]

I have a issue with implementing SSO against ADFS with an Apache HTTPD Webserver using mod_auth_mellon. The error I get after authentication has been actually succeeded is: Apache HTTPD returns a HTTP 401 (Unauthorized: This server could not verify…
0
votes
1 answer

Host multiple sites on the same box

I have multiple tools running on different ports on the same machine. Jenkins, gitea, etc. I have a CNAME setup for each. jenkins.foo.bar, gitea.foo.bar, etc. I'm trying to set it up so when I go to jenkins.foo.bar it actually loads foo.bar:8080 and…
0
votes
2 answers

VPS services down due: No space left on device? Really?

I have a VPS running for a long time. It's for some small websites and for private mail for myself and family. According to directadmin I was only using 10 gigabyte of space and the VPS should have 50 gigabyte. Last week I was testing SQL queries.…
MacQwerty
  • 1
  • 1
0
votes
0 answers

Can I serve archive files right away in httpd or ftp?

I want to serve an archive file as a virtual directory to users. example) server: a.tar L___ hello.txt L___ world.txt client: http://server.local/a.tar/hello.txt http://server.local/a.tar/world.txt Is there a plugin for any server…
user212942
  • 11
  • 2
0
votes
0 answers

CentOS + PHP: Processes limited with shell_exec

I have asked this question before on Stackoverflow, but this seems to be a better place to ask it. I have a httpd process running (just apache2), with PHP. In index.php I have the following code in the file: echo shell_exec("sudo -u apache python3…
Aaron
  • 1
  • 1
0
votes
1 answer

mod_php is not installed on CentOS 7 with remi's php 5.4 - a bit of confusion

I have a fresh installation on CentOS 7 with httpd and following remi's wizard I installed php 5.4 as single version (I know it's old, but part of my requirements !!). My problem is that httpd cannot run php scripts (simple like phpinfo) just as…
alexxtasi
  • 3
  • 1
  • 3
0
votes
0 answers

Configuring Apache for django project

im currently trying to deploy my django project to a web server hosted by a RHEL-8 VM. Im trying to set up the VM to utilize HTTPD (apache). However, i can't seem to get the Virtual Host configuration files right. As such, i have given apache all…
BarTM
  • 11
  • 4
0
votes
1 answer

HTTPD port 80 not working after install apache tomcat

I am using AWS EC2 and Centos. Before I installed apache tomacat 9, I still able to access my website in port 80, or at least I can access my ip address in browser with welcome page. But after installing apache tomcat, all my virtual host in port…
Al Kasih
  • 101
  • 1
0
votes
1 answer

Can only connect to my apache Centos server on port 22. Can SSH but no browser. Runs DirectAdmin

I have a remote apache server set up running Centos7.1 but I usually use DirectAdmin on port 2222 to manage it. This problem first came about after my SSL certificate expired. I tried to get on and update the certificates. I had some issues…
Webtopia
  • 3
  • 1