Skip to main content

All Questions

Tagged with
0 votes
0 answers
28 views

Apache2 - protect only directory but not subdirectory

I'm trying to host a webserver with Apache2 on Debian 12. I want to limit access to webserver/dir1 with a password promt. This already works. My issue is, that webserver/dir1/subdir1 has to be ...
T0xxic's user avatar
  • 21
0 votes
1 answer
65 views

How to enable PHP on OS X Sonoma?

I have a new Mac Studio running OS X 14.5 Sonoma. I am trying to configure my Apache2 server to run PHP. Following suggestions found in various web pages I've done the following... I've modified /etc/...
Limey's user avatar
  • 12k
0 votes
1 answer
82 views

ErrorDocument 403 request handling

Hello I've created an error.html file in /var/www/error_page/ to display this page in the case of a 403 error. and my /var/www/html/wordpress/.htaccess file looks like this order allow,deny allow ...
ss10's user avatar
  • 91
0 votes
1 answer
21 views

Problem with apache passthrough (trying to "redirect" without redirecting)

I'm using an Apache server. I want to show the content of site.com/site/{URI} when site.com/{URI} is accessed, but I don't want any redirects. also I don't have access to config files, only to ....
Mayedl10's user avatar
0 votes
0 answers
48 views

Invisible Wordpress Redirection on VPS Apache

In /etc/apache2/sites-available, my file 000-default.conf looks like this <VirtualHost *:80> ServerAdmin webmaster@localhost ServerName exemple2.domain.com ErrorLog ${...
MPL's user avatar
  • 1
0 votes
0 answers
24 views

Apache virtual host pointing to intermediary document root

I have this fodler structure: Path to my laravel project: /home/name/workspace/myProject Path to my intermediary indexes: /home/name/workspace/indexes/indexOne /home/name/workspace/indexes/indexTwo ...
Stefan's user avatar
  • 9
0 votes
0 answers
18 views

LAMP Webserver using Raspberry Pi 4, Wordpress, and Apache

I'm trying to follow a tutorial to get wordpress on raspberry pi to make a webserver on it (bottom of page) and when I do: 'sudo apt-get install apache2 -y' I get the following output: 'Err:1 http:// ...
Jordy's user avatar
  • 1
0 votes
0 answers
33 views

Enabling "/server-status" (mod-status) in ddev project

How to enable /server-status endpoint (apache mod-status)? By default, mod-status is enabled in ddev projects. But if I want to use it I need to change module config file /etc/apache2/mods-available/...
Martin Ille's user avatar
  • 6,977
-1 votes
1 answer
99 views

Throwing AH01225: Error reading request entity data while uploading files [closed]

We face an issue of failure in upload files of more than a GB in size which will keep printing apache error.logs during upload in progress as: [Tue May 07 04:16:35.109777 2024] [cgi:error] [pid 30766] ...
Prajwal's user avatar
  • 419
0 votes
0 answers
49 views

Can't configure sonarqube to be available on https using Apache

I have my sonarqube server running on a remote linux machine on port 9000. I can access the same using http://machine_ip:9000. I have also bought a domain and have tried to configure it to be ...
Ksushant881's user avatar
0 votes
0 answers
63 views

After upgrading httpd-2.4.41 to httpd-2.4.58, facing net::ERR_CONNECTION_ABORTED error while uploading large file

Due to CVE-2021-40438 exploit on our old Apache, we had to upgrade from httpd-2.4.41 to httpd-2.4.58. We face an issue when posting, since we are unable to upload files of more than a GB which will ...
Prajwal's user avatar
  • 419
0 votes
1 answer
27 views

Apache 2.4 can't serve static content from Apache Web Server

I configured Apache web server and Tomcat.And ı have static folder that contain with in Tomcat webapps folder.The css file that in static folder changes my webpage login screen color. When ı try to ...
cbuyuk's user avatar
  • 1
0 votes
0 answers
23 views

two different virtualhosts on apache2 but always redirected towards the first one

So we're trying to setup a test environment and run two different apps on 2 different PHP versions using apache2 to test possibility and whatnot before deploying to production, steps taken are : 1-...
el alouchi mouhcine's user avatar
0 votes
0 answers
26 views

How to add custom apache2/httpd header based on BALANCER_WORKER_ROUTE variable?

I have a very simple httpd apache2 setup, and would like to set a custom header only if the route=green BalancerMember is active and chosen for the request. The following does not work: <...
membersound's user avatar
-1 votes
1 answer
90 views

Why can I not find my index.html in WinSCP and replace it to make my Apache2 VPS server website hosting work?

In my rented VPS server and am using Apache2. I created an index.html file in the folder /var/www/html/. This .html file is correctly displayed when opening my new webpage. However, I want to transfer ...
gamerInCellar's user avatar

15 30 50 per page
1
2 3 4 5
123