Skip to main content

Questions tagged [apache]

Use this tag (along with an appropriate programming-language tag) for programming questions relating to the Apache HTTP Server. Do not use this tag for questions about other Apache Foundation products. Note that server configuration questions are usually a better fit on https://serverfault.com

apache
0 votes
0 answers
7 views

Difference between different timeouts for apache http client 5.1

With Apache Http client 5.1.x, I want to set timeout on every HTTP request(Get, Post, ..), as I don't want to wait for more than certain period for obvious reasons. But I'm confused mostly between ...
Swanand's user avatar
  • 131
0 votes
1 answer
21 views

ubuntu apache default page appears on some devices

I have completed a server move of an application (ILIAS which is a learning management system). I have changed the A Record. The application is displayed normally on most end devices. On some, ...
gyros's user avatar
  • 11
0 votes
0 answers
20 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
0 answers
15 views

AH00951: HTTP: backend socket is disconnected in apache2 logs

Hi i'm using a reverse proxy for my node.js api's as configured by a fiverr devops gig. here is my api.domain.conf: <VirtualHost *:80> ServerName api.domain.net RequestReadTimeout header=...
Gowri Shankar's user avatar
0 votes
1 answer
31 views

Redirect All URI Requests, Including Folders, to index.php Using .htaccess?

I am trying to configure my .htaccess file to redirect all URI requests, including folders, to index.php. Here is the structure of my root directory: app admin public index.php .htaccess My goal is ...
Antonio Da Silva's user avatar
0 votes
0 answers
17 views

How to change Access-Control-Allow-Origin header in wamp64?

I'm creating an Angular 17 application with the angular cli. Within the Angular application (served at 'http://localhost:4200') I'm trying to access an mp3 file which resides on the Wamp64 server ...
Sarah's user avatar
  • 1,971
-2 votes
0 answers
8 views

apache web server stoped [closed]

apache web server stopped, first I changed the conflicting port but it still won't work. Give me the solution please. end another problem AH00558: httpd: Could not reliably determine the server's ...
tsenoprbw's user avatar
0 votes
0 answers
13 views

Apache with mod_proxy doesn't cache backend addresses [closed]

I have configured an Apache httpd-2.4.59-2 as a reverse proxy in an Amazon Linux 2023 EC2 server. I am running my own DNS server in the VPC and I have set all instances (VM) to use that server. All ...
Bazoo BCN's user avatar
-1 votes
0 answers
12 views

Handle custom domains (CNAME) with a wildcard certificate Apache [closed]

I need help setting up an Apache web server to handle custom domain (CNAME) records with HTTPS. I have a web application hosted on app.example.com with an Apache server. I have added the Custom Domain ...
ishan shah's user avatar
-1 votes
0 answers
22 views

React attempts to load assets from incorrect path

I'm working on a app created in react with vite, but when I build the application and run the build on a webserver it fails to load when directly accessing a page. The project is using react-router-...
maam27's user avatar
  • 432
0 votes
0 answers
54 views

Best way to deny .php in URLs while keeping access to those files through other URLs

Here are two examples of what I would like to do: Example 1: I have a services.php file. I would like it to be accessible on www.example.com/services. Furthermore, I would like www.example.com/...
plsssineedheeeelp's user avatar
0 votes
0 answers
23 views

Update CSP_NONCE value dynamically on each api request using Angular 16

Hello Angular Community, I am working on implementing strict CSP (Content Security Policy) remediation in my Angular 16 application. Our server sends a nonce value in the CSP response header with each ...
Tech Geek's user avatar
0 votes
0 answers
31 views

Load main domain from a directory for a Laravel project

I have a domain example.com, as well as some sub-domains sub1.example.com, sub2.example.com, ..etc. I want to load the main domain from a directory to organize the directories to avoid having Laravel ...
user25934652's user avatar
0 votes
0 answers
22 views

HTTP 413 error uploading large file on apache

Using django-filer admin file manager to upload 2GB large file. On the same windows machine, works OK in vscode development environment, but return http 413 on apache ssl enabled http server. And ...
Jian Zheng's user avatar
0 votes
1 answer
68 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

15 30 50 per page
1
2 3 4 5
7