Skip to main content

Questions tagged [apache]

The Apache HTTP Server is an Open Source Web server, which originated from a series of patches to the NCSA HTTPd. Apache is the world's most popular Web server, which is run on 54.90% of all Web servers according to the Netcraft survey conducted July 2010.

0 votes
0 answers
60 views

What causes are there for Google not to be able to access my website

I have a server with multiple websites on it. One of these websites loads fine in all browsers and is successfully loaded by any third party tools (such as DNS testers, HTTP header testers, SSL Query ...
Martin's user avatar
  • 237
0 votes
0 answers
16 views

Trouble Implementing a Reverse Proxy for my Web App

I am using AWS Lightsail and Apache to host a web app on a Static IP. I now want to move that web app to a custom domain that I own, such that when I enter that domain I am taken to my web app, with ...
aayush's user avatar
  • 101
0 votes
1 answer
66 views

How may I do a redirect where the page it {redirected to} shows the URL it {redirected from} to the user? [closed]

I'm doing some special error pages but because of things, they're one hop away though, meaning all that's left in the address bar is a cleaned up address with a 3-character-long path. I want to, ...
Vita's user avatar
  • 173
0 votes
0 answers
19 views

How to proxypass every contexts from public domain to a virtual host domain with Apache?

I have one server and two domains, a public domain 'apple.com' for service, and a private domain 'grape.com' for internal network. I tried to ProxyPass every contexts after apple.com to grape.com. For ...
Lunartist's user avatar
  • 173
1 vote
1 answer
122 views

Use their own SSL certificate for domains when DNS routing is applied

On my VPS server with cPanel/WHM, I have 2 accounts: domain1 and domain2. Each of these domains are the main domains for their accounts. Meaning that domain1 has other alias domains as well, and ...
Catalin Farcas's user avatar
2 votes
2 answers
234 views

How to remove the wildcard subdomain on Apache to prevent Google from indexing Subdomains that do not exist

I am experiencing the issue explained at https://stackoverflow.com/questions/53065450/subdomains-that-dont-exist-are-indexed-by-google-zombie-subdomain-removal-via. Notice how the the search engine ...
Jaime Montoya's user avatar
0 votes
0 answers
335 views

How to block unwanted bot in Apache 2.4?

These rules work good in my .htaccess: #https://workinnet.ru/de/wie-man-amazonbot-blockiert/#German language# SetEnvIfNoCase User-Agent "Amazonbot" blocked_bot <Limit GET POST HEAD> ...
josefus's user avatar
2 votes
1 answer
141 views

Identifying virtual hosts on server

Is there some mechanism for remotely determining what virtual hosts are configured on a server? For example, I have a domain, say example.com, and I'm running an Apache server. Let me then create a ...
Teakwood J Overclutch's user avatar
0 votes
0 answers
33 views

Connection refused when accessing my website with a url and a port number but its fine if accessing it with IP

I have a cpanel apache website. When i try to access it with url and a port number like mysite.com:3000 it returns connection refused but if I access it with ip like 147.100.xx.xxx:3000 it's working ...
Eddi's user avatar
  • 101
1 vote
0 answers
50 views

Snipe-IT / Cpanel / WHM auto SSL issue

Maybe some of you have done it and could help me. I use Cpanel and WHM. Basically I installed snipe-it and had to create a custom VirtualHost in WHM via include file. The site is a subdomain.(( # To ...
Arthur's user avatar
  • 11
0 votes
0 answers
224 views

How can I test the PHP module in .htaccess

I have installed XAMPP on my Mac for testing and teaching purposes. One thing I need to do is set up some settings, but I can’t guarantee whether PHP will be running as a module, so I can’t guarantee ...
Manngo's user avatar
  • 293
1 vote
1 answer
89 views

Prevent access to parent URL but not its children

On a Debian VPS I run an Apache 2.4.56 web server and I want to prevent any access to a parent URL, for instance https://example.com/participants while allowing access to any of its children, for ...
Dave White's user avatar
0 votes
1 answer
55 views

In an apache reverse proxy config, for the max attempts, do balancers count as workers?

Within the ProxyPass directive is a table titled Balancer parameters and it has a row called maxattempts. The default is as follows: One less than the number of workers, or 1 with a single worker. ...
Thomas Stokes's user avatar
0 votes
1 answer
58 views

Apache URL rewrite does not mask subdirectories

The admin setup a subdirectory /sites/default/files/resources and updated the docroot .htaccess to point to this subdirectory so that the domain www.example.com points to it. I do not have access to ...
TPI's user avatar
  • 1
1 vote
0 answers
66 views

Apache Server Side Includes Won't Expand Variables in Regular Expressions

I am trying to use an SSI variable in an SSI regular expression like the 3rd line ( I will paste the full test code further down) <!--#set var="referrer" value="https://edcint.co.nz/...
user3421823's user avatar

15 30 50 per page
1
2 3 4 5
79