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
-1 votes
0 answers
11 views

Can you please help me on Apache Ignite 2.16.0 REST API on Spring Boot 2.7.18 application? Can you please jetty version as well?

I am trying to upgrade apache ignite Rest api on spring boot applicate, Apache ignite version 2.16.0 Spring boot version 2.7.18 Java 17 <?xml version="1.0" encoding="UTF-8"?> ...
Ganesh Thondepu's user avatar
0 votes
0 answers
6 views

Can I have a custom apache module use different values for variables based upon Directory directives in the conf file?

I have a custom apache module written in C. It's job is to take the information from the api and send it to a server listening on a specific host/port and return the resulting json. I set the host/...
user61526's user avatar
1 vote
0 answers
36 views

Multiple requests being made from a single click

There is a duplicate request issue that affects staff members at our company. I am unable to replicate it in our development environment (or in production for that matter, but I work from home so ...
Antonio Agiste's user avatar
0 votes
0 answers
30 views

Configuring Delphi MVC Framework as DLL for Apache

I am having issues configuring my Delphi project as .dll library for Apache webserver. I am using Delphi MVC Framework component for Delphi 12.0. I am able to generate .dll and configure Apache to use ...
Daverino's user avatar
0 votes
0 answers
11 views

ReactJS App Resources Not Loading Correctly When Accessed Via Link in Another App

I have two websites, both developed with ReactJS. Let's call them "homepage" and "samplecompanysite01". I built the "homepage" site and copied its files into /opt/lampp/...
Mahdi Balali's user avatar
0 votes
1 answer
27 views

Custom 500 page not shown in apache docker

I am trying to use php/apache in docker and I want to have a custom 500 page. I am trying it out on localhost and it never shows the page. Dockerfile FROM php:7.4-apache COPY . /var/www/html/ COPY php....
Rob Sedgwick's user avatar
  • 4,484
0 votes
1 answer
34 views

Laravel project inside a legacy one

I'm trying to make a laravel project work inside a legacy site while we work on modernizing the entire code base. I've been able to make it work in my dev computer using valet creating a custom valet ...
Stefano Finetti's user avatar
0 votes
0 answers
13 views

How do I use .htaccess to redirect a page only when it has a particular query string?

I want to setup a redirect for a page on my e-commerce site, which relies on query strings to display pages. I want to point a particular brand page to a new URL. Currently, the URL is: https://...
guru's user avatar
  • 307
-2 votes
0 answers
22 views

How to disable Status code 301 Redirect when PHP application running in xampp localhost [closed]

I installed Xampp (version 5.6.31) on my window. When I run my empty application folder (there are no files in this folder) on localhost (like https://localhost/schemes_Dashboard3) and see it in the ...
Taranpreet Singh's user avatar
0 votes
0 answers
11 views

Using apache proxy to Next.js app running in Docker container

I'm sure there's a simple answer to this... I've got a Next.js v14 app running in a container which is exposed on port 6502. I can reach it using http://localhost:6502 and everything works. Now I want ...
Mike Lowery's user avatar
  • 2,758
0 votes
1 answer
19 views

Post raw HTML data via AJAX to server with ModSecurity

I have a website that uses jQuery ajax $.post to save html data to a PHP script. The data for $.post is serialized textarea form data (where the user edits css, javascript & html). All works well ...
Jsp's user avatar
  • 176
0 votes
0 answers
11 views

Apache on Mac with SSL and vhosts gives random unsecure message [closed]

I am hosting 5 sites on my server. Using Apache 2.4.56 and PHP 7.4.30. I am getting comments that the pages sometimes give an error of being unsecure. I have valid SSL for each site. Refreshing the ...
Patrick's user avatar
  • 53
0 votes
0 answers
24 views

Apache RewriteCond multiple ip not working

I have a problem with my .htaccess file which looks like this : <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ...
ss10's user avatar
  • 91
2 votes
1 answer
15 views

Redirect default language parameter to root with htaccess

I have been looking for a solution, but only found one similar case without an answer (unfortunately). Although the implementation is working, I am still missing one crucial aspect. I am running a ...
JohnSport's user avatar
1 vote
2 answers
26 views

Symfony 6 website skeleton 404 for controller [duplicate]

I am trying out Symfony the first time. I installed it with composer create-project symfony/website-skeleton crudapp I have an Apache config like this: <VirtualHost *:80> ServerName ...
inf3rno's user avatar
  • 25.6k

15 30 50 per page
1
2 3 4 5
6166