Skip to main content

Questions tagged [apache2]

Apache (HTTP Server) /əˈpætʃiː/ is a modular cross-platform web server software with a large variety of features(called modules) including SSL, compression, log, proxy and server-side programming language interfaces like Perl, Python, Tcl, and PHP.

0 votes
1 answer
55 views

I installed XAMPP 8.2.4-0 on a MacBook with a Tahoe 26.1. My goal is to allow access to the directories located at: /my_user/Documents/htdocs. One possible way should be to enable userdir. This is ...
user41063's user avatar
1 vote
0 answers
18 views

I’m running a shared web server and I’d like to apply the WAF + CRS ruleset only to one of the virtual hosts. For now, ModSecurity is set to "DetectionOnly" mode so we can first review what ...
mb19's user avatar
  • 11
1 vote
0 answers
22 views

My virtual host on my newly installed Linux Arch machine lives in /home/peter/www/test.de, so in my user directory. In my /etc/httpd/conf/httpd.conf I include its config file: # my own virtual hosts: ...
coonlight's user avatar
0 votes
0 answers
11 views

I am struggling with Apache2 configuration to serve CGI (.py) and .HTML files on the same website. if I run 'a2enmod cgi' my .py files can be served but my HTML Files can't be served. if I run '...
Matt A's user avatar
  • 1
1 vote
0 answers
16 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
  • 111
0 votes
0 answers
17 views

I've recently migrated an existing Apache2 webserver config from a "traditional" Debian-based linux machine to an AWS EKS environment using the hub.docker Httpd Docker official image instead....
Defunc7's user avatar
  • 11
1 vote
1 answer
65 views

One of my sites has a URL that is currently giving a 500 error, and I happened to notice that it says to contact the server administrator at a wacky email address. I am using WHM and cPanel to run ...
Bob Vesterman's user avatar
0 votes
0 answers
24 views

I'm trying to install openProject on my vps from bluehost. I have a root access to whm and created a cpanel account within WHM. When installing openProject I can't change the install directory (or at ...
rudtek's user avatar
  • 101
0 votes
0 answers
43 views

I experimented with some sites including my own using CURL. When you request a website with a HEAD request, its supposed to return only the HTTP headers, whereas a GET request, it also returns the ...
mike_s's user avatar
  • 149
0 votes
0 answers
36 views

I have got some webservers running behind a proxy-server. These webservers are running an application, but it seems users are getting a 'session expired' error. This error forces a logout and users ...
Maarten Heymans's user avatar
0 votes
1 answer
42 views

I've just upgraded my FF browser to v133, and encountered a strange fenomenon that I believe has something to do with my server configuration: I have no idea if it is somehow related with a similar ...
Xerix's user avatar
  • 111
0 votes
2 answers
50 views

I came across a strange problem today when updating .htaccess to update my site. Like most sites, when a user requests a resource, it's fed through a script for processing. In my case, I have ...
mike_s's user avatar
  • 149
0 votes
1 answer
40 views

I found myself in a situation again. And we know google is in love with pages that load fast. Since I run a server with apache and Cpanel, I configured it to rotate apache logs every 24 hours (thats ...
mike_s's user avatar
  • 149
0 votes
1 answer
163 views

I run my website on an apache server and I noticed something interesting and I have discovered it through testing with apache bench. The page I'm testing is the IP address my server runs on and that ...
mike_s's user avatar
  • 149
0 votes
1 answer
456 views

Seeing that most people use HTTP/2.0 or HTTP/3, I thought of making changes to apache so it refuses connections to those using HTTP/1.0 or lower. Before suggesting mod_rewrite, I want to apply ...
mike_s's user avatar
  • 149

15 30 50 per page
1
2 3 4 5
31