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
0 answers

Preventing redirects for file serving in apache

I am working with a specific proprietary (and no longer properly supporter) http client, and it has an issue of giving up on trying to download files if an http server throws a 301. I am using mod_speling with CheckSpelling On and CheckCaseOnly On,…
0
votes
1 answer

Auth Mellon is not redirecting to IDP. Apache is returning 404 for /mellon

I am trying to enable auth mellon for on-prem weblogic app. I have apache httpd and auth mellon installed on RHEL 6.8. I followed instructions as per https://github.com/Uninett/mod_auth_mellon/wiki/GenericSetup My IDP is Okta. Mellon.conf looks like…
0
votes
0 answers

httpd - operating source html in compressed format

For the sake of storage limitation I was wondering if the webpages stored in my open source router firmware could be individually compressed to reduce demand on flash. So index.html would be stored as index.html.gz or something. I guess this would…
rs232
  • 105
  • 1
  • 10
0
votes
1 answer

I'm Under attacks even with mod_evasive mod_security and fail2ban

I have my centos fresh server with no problem, I have httpd, named but I get 150 failed logins per 10 minute. I also use Fail2Ban with maxretry 1 findtime 6h. and mod_evasive mod_security default settings just a Bit Tweaked. but When I Disconnect to…
0
votes
2 answers

Why cannot use buff/cache?

It seems mysqld allocates too much memory as buff/cache: free -m total used free shared buff/cache available Mem: 990 448 96 36 445 326 Swap: 511 …
William
  • 99
  • 1
  • 2
  • 11
0
votes
0 answers

apache (httpd) - How to set rewrite URL

I have a new website on Nette Framework, the problem is that the old website had URLs in the form: https://example.com/Questions/ https://example.com/Tags So all over the internet there are backlinks to the above URL formats. The problem is that…
0
votes
1 answer

Docker Apache httpd can't display pictures on mounted share

I'm trying to set up a simple webserver to display some images loaded from my NAS. My problem is that I can only get the webserver to display images when they're stored in a folder on the Ubuntu-host. When trying to load them from my NAS, they…
Joent
  • 1
0
votes
0 answers

How to protect the access to a local server with a certificate, Apache httpd, and ngrok?

If we have the following scenario: a Ubuntu 18.04.5 LTS machine a third party server running on port 10000 of this machine and already configuring a self-signed certificate (https://localhost:10000) a ngrok tcp tunnel exposing port 10000 to the…
GarouDan
  • 152
  • 11
0
votes
1 answer

How to match domain by external file and create an alias?

Using Apache. I have a txt file of domains that I want to use for mapping directory aliases. But I can't figure it out. The txt-file looks like this: example.com folder1 anotherexample.com folder2 subdomain.example.com folder3 ...500 domains... A…
tim
  • 101
  • 1
0
votes
1 answer

Apache can't start because httpd is listening on port 80?

Hello serverfault community. I'm setting up a nextcloud server, but apache is not starting. When I run systemctl status apache2 I get: ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor…
0
votes
1 answer

Very strange AH00035 error

I am here because I have a very strange behaviour on my server and I ever investigate for hours on the AH00035 error. On my server, if I create a simple php file index.php I can reach it. When I use the exact same file…
Snite
  • 3
  • 3
0
votes
1 answer

Apache mod_proxy_hcheck with AJP?

I have BalancerMembers using AJP with the mod_proxy_hcheck module; however, the health check requests are HTTP. The documentation doesn't seem to specify it only works with HTTP and the source does reference AJP in a comment. Does anyone know if…
CrackerJack9
  • 119
  • 1
  • 7
0
votes
1 answer

Apache to serve both static file and webapp

I have apache running on below reverse proxy config to serve java webapp content SSLProxyEngine on ProxyPreserveHost On ProxyRequests Off ServerName www.example.com ServerAlias example.com Order deny,allow …
0
votes
1 answer

How to avoid redirect if url match a string in Apache

I have a web server that redirects any HTML 404 error to another domain: ErrorDocument 404 https://error domain My goal if to avoid redirection when Let’s Encrypt tries to renew the certificates. All Let’s Encrypt challenges starts with:…
0
votes
1 answer

Apache not using the new document root directory

I have installed apache web server on my Centos 7, and I have enabled mod_ssl for it. But when I try to change its default document root to a new one (for example /home/user/public_html), it shows me a 403 Forbidden page. I think maybe it's because…
MBiabanpour
  • 115
  • 6