Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
18 views

I guess the solution is quite easy, but I just dont see the point: We had a kerb auth working, but s'one destroyed it quite a while ago. Now I dont get it working again: kerb authentication works and ...
Synopsis's user avatar
  • 364
0 votes
0 answers
75 views

I got a Laravel App running on an Apache server. I've configured VirtualHost to locally access the app with URL: https://www.infoalquiler.com.ar/ Despite the app is working properly, I'm getting a &...
Leandro Caplan's user avatar
0 votes
0 answers
23 views

Today we started having issues with our server (only LAMP server on RHEL). We have tried increasing our maxclient numbers but it doesn't fix the issue. Restarting apache gives brief access but it ...
Alex T's user avatar
  • 1
0 votes
0 answers
41 views

This is for Apache 2.4.58. Why is it that the following order of Location/LocationMatch will only evaluate the latter, but if it is reversed that it will evaluate both as intended? <Location /basic/...
carrvo's user avatar
  • 677
0 votes
0 answers
132 views

I run a webserver on my local network to host my movie collection. I also have a custom android app running on an amazon fire stick. Recently I have been working to enable video playback from external ...
Kilometer Bob's user avatar
0 votes
0 answers
19 views

I'm hosting an app on a NAS, port 3000. Works great. I have a Pi5 that runs Apache and a few web projects. Works great. I've got a static IP from my ISP and can send traffic to via my domain name and ...
Beertastic's user avatar
0 votes
0 answers
86 views

Request https://example.com/ , htacces file : RewriteEngine On RewriteRule ^$ /one RewriteRule ^/one /two [R] result I get https://example.com/two, remove the slash in the second RewriteRule ...
The nothing's user avatar
Best practices
0 votes
0 replies
34 views

The last time I had to choose between using mpm_worker and mpm_event, it was my understanding that mpm_event was functionally equivalent to just using mpm_worker if SSL was enabled and so it couldn't ...
Dan's user avatar
  • 884
-1 votes
1 answer
76 views

I'm getting a CORS error when trying to fetch data from my local PHP backend: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost/login.php. ...
user8400766's user avatar
1 vote
1 answer
68 views

Our web service is running on EC2 with Apache. We have the following setup: Service A -> ELB -> Service B API In this case, Apache on Service B shows in rewrite.log that the rewrite rule was ...
佐藤良人's user avatar
0 votes
0 answers
54 views

Apache 2.4 Reverse Proxy + TLS: iOS/macOS Only — Proxied POST Requests Take 60+ Seconds (Android/Windows <1s) I'm running Apache HTTPD 2.4.46 (custom build on RHEL) as a TLS terminator and reverse ...
Youn eciohc's user avatar
-1 votes
1 answer
63 views

I'm using a CMS that doesn't allow me to change URL structure. It's find for 99.9% of my pages, but there are two that I'd like to have specific URLs. RewriteRule directives work for me in my ....
GFL's user avatar
  • 1,502
0 votes
1 answer
96 views

The situation is like this: in my httpd.conf, I have SetEnv PYTHONPATH /Users/<MY_NAME_>/PATH_TO/py3 my Python script in a browser runs, prints something like a header, and then I print from it ...
Vlad K.'s user avatar
  • 320
2 votes
1 answer
70 views

My Debian10 server wentdown and I've been trying to install all my pages and Apache2 server on another Debian (Debian 12). I've already take all the bkps of the pages and put them in the exact same ...
ifs1995's user avatar
  • 21
1 vote
0 answers
75 views

Problem Description: I'm developing a chat application with image upload functionality using WordPress REST API. When users attach multiple large images (3 images), the request doesn't reach the ...
user29255210's user avatar
0 votes
1 answer
65 views

On different servers, I have applications in PHP and Java (other languages too). I am developing all new applications to use LDAP authentication so I don't have to do any user management, but more ...
Hussain Akbar's user avatar
0 votes
0 answers
18 views

I have a code in app1.part file that is located in sites-enabled/ directory. There are many other apps that request Service GW service, and apache should forward requests to the backed. The AS-IS ...
sergei's user avatar
  • 452
0 votes
0 answers
77 views

I’m working locally with Laragon and multiple Laravel projects. The setup looks like this: Website A → its own .env (website-a.env), with DB website_a. Website B → its own .env (website-b.env), with ...
JJuless's user avatar
  • 147
0 votes
0 answers
39 views

I am building a background worker in php for my website, that needs to make a restfull api call to another website. I decided to use GuzzleHttp over a custom curl implementation since it's well ...
user2308374's user avatar
0 votes
0 answers
36 views

pyarrow gets error Received RST_STREAM with error code 1 on UTF8 data why? i also followed enter link description here this still same. Flight returned internal error, with message: Received ...
Bold Ganbaatar's user avatar
0 votes
1 answer
103 views

I'm currently going through Laracast's PHP for Beginners series, and in episode 30, they make a change to the document root. I'm using XAMPP on Windows, and the default document root in my httpd.conf ...
Cory Sheppard's user avatar
1 vote
1 answer
74 views

Hi all I am facing an issue with my Webhook response code whereby I am sending a Http response code of 302 (redirect) based on my http server logs. This 302 redirect is overriding my default HTTP ...
Ilamaaran Ramakrishnan's user avatar
1 vote
2 answers
93 views

I am trying to create a semi-serverless SPA w/ a blog but want to have "RESTful" URLs. I have the following .htaccess commands doing the job--in combination with JavaScript History API; but, ...
Jim22150's user avatar
  • 533
0 votes
0 answers
41 views

We're trying to run a lua script to hook into fixups phase of a request in an apache server app, but we keep getting the following: "[Thu Aug 28 09:55:37.099004 2025] [lua:crit] [pid <<pid&...
WannabeGamedev's user avatar
0 votes
0 answers
37 views

the following htaccess rule will redirect files without extension (contact) to (contact.php) but it also run on folders I want it to run only on files only and skip running on folders RewriteEngine on ...
Jimmy Jhon's user avatar
3 votes
2 answers
256 views

Only thee following directives in the .htaccess file SetEnvIf _ .* SSS=1 <If "%{ENV:SSS} -eq 1"> Header set MyHeader 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-%{SSS}e' </If&...
Anonymous's user avatar
  • 751
0 votes
0 answers
31 views

I have deployed my Laravel application on a cPanel server under a subdomain. The app is hosted at: Installer link (working fine): https://sns.sadistributor.com/public/install/ Main link (not working): ...
Muhammad Hamza's user avatar
0 votes
0 answers
31 views

I want to rename specific http get parameter since application (NextCloud) changed it from path to dir and I want to preserve compatibility with old links. Original URL was: https://example.com/index....
radeczek's user avatar
  • 111
3 votes
1 answer
73 views

I'm working on a WordPress site that was apparently hacked some time ago. The intruder added a redirect plugin and has been happily redirecting traffic to spammy sites for a while. I removed the ...
banacan's user avatar
  • 115
2 votes
1 answer
65 views

I pored through search results, and other answers, and asked chatGPT, but nothing seems to work in my specific case. In my apache error log, I am getting this error: AH10411: Rewritten query string ...
insaner's user avatar
  • 1,779
0 votes
2 answers
81 views

I'm trying to deploy a Django project with Gunicorn and Apache. The gunicorn is configured and working --> no problem on this side The problem is with the statics files, i configure an apache conf :...
Jules SMITHSON's user avatar
1 vote
1 answer
75 views

What I'd like to do is make a directory act as root for a particular application. So resources linked as "/style.css" would actually load from "website.com/forum/style.css". I have ...
Phaelax's user avatar
  • 2,054
1 vote
1 answer
79 views

I am having an issue with redirects when posting form data to an Apache HTTP Server. When DirectorySlash is enabled, mod_dir is signaling an HTTP 301 to my client, which is causing the HTTP method to ...
Cardinal System's user avatar
3 votes
1 answer
202 views

I am trying to create .htaccess rules at the root of a client site to block traffic to a specific subfolder where WordPress is installed. Here is my structure: example.com |--blog |--.htaccess |-...
lharby's user avatar
  • 3,335
0 votes
1 answer
38 views

I have a problem where a RewriteRule in an .htaccess is bypassing authorisation. The same RewriteRule in the server config works, with authorisation, but the one in the .htaccess unfortunately takes ...
EML's user avatar
  • 10.5k
1 vote
1 answer
90 views

I have a service that execute some bash scripts based on external events, in this scripts I call php cli to execute some php code running with account "A". I have a web site that needs some ...
Luis Backup's user avatar
0 votes
2 answers
168 views

I have a single, specific non-PHP file on the server that must be executed as PHP. For the sake of example let's say it's a text file called test.txt and its contents are: <? echo 'hello world'; ?&...
equin0x80's user avatar
  • 333
0 votes
0 answers
71 views

I'm working on a personal-use-only Angular application which retrieves data and images from 3rd party servers and displays it in a format useful to myself. Question: How can I enable a Reverse Proxy ...
Mick Waites's user avatar
1 vote
1 answer
170 views

I'm working on a Content Security Policy and I have a question regarding multiple Apache Header directives. Referencing this page, I can have multiple CSP Headers, but the strictest one prevails. ...
user208145's user avatar
0 votes
0 answers
79 views

I'm trying to setup up a web application environment on Windows 11, using Apache Lounge, PHP and PostgreSQL. I am an absolute beginner. I've worked through older posts of the same issue and have had ...
AyaG's user avatar
  • 1
1 vote
1 answer
300 views

I'm running a PHP script on macOS (version sequoia 15.5 -- M3) using MAMP (version 6.9) with Apache and PHP 8.2. The script loads the SaxonC (version 12.7) PHP extension to perform XSLT ...
ibo_dc's user avatar
  • 45
0 votes
1 answer
71 views

I have been working on web and backend development. For web using Apache http server, here facing issue regarding cookies size. On client browser cookies size is really huge and Tomcat server ...
keepmoving's user avatar
  • 2,043
0 votes
0 answers
57 views

I am using XAMPPS to run PHP files but when i run the file in localhost/ it asks to update to PHP 7.4, and this is where the problem occurs apache can't run. I tried change the port (such as port 8080,...
indra prayogo's user avatar
0 votes
0 answers
38 views

I'm using Apache to serve a React page and have set up a self-hosted Prerender service to serve prerendered HTML to crawlers like Googlebot. My goal is that when a bot (e.g., Googlebot) visits https://...
Neepun Patil's user avatar
0 votes
0 answers
34 views

I have a server running on port 8080. I have configured an Apache server as a reverse proxy to forward requests on port 80 to localhost:8080. I guess that Apache detects whenever any "503 service ...
Abdelghani's user avatar
0 votes
1 answer
52 views

I have hostinger shared hosting plan. working on laravel project. For a domain my current file structure is this : Public_html/ Test/ Public/ .htaccess Index.html ...
INFINIENDER 's user avatar
1 vote
1 answer
61 views

I have the following strange situation with SSI (Server Side Includes) in Apache servers: <!--#if expr="1 < 0" --> results in FALSE in both servers <!--#if expr="1<0&...
Free Bud's user avatar
  • 796
0 votes
0 answers
58 views

I had Xdebug working on my MAMP Free installation but decided to purchase the full software. I saw in the menu unlike the free version I could enable Xdebug, so I did so, however the connection isn't ...
Angela Hornung's user avatar
0 votes
1 answer
53 views

I'm an intern trying to deploy a Django application on a cPanel server, and I've run into a persistent "Internal Server Error" coupled with an Apache redirect loop. I've been troubleshooting ...
Adnan's user avatar
  • 11
0 votes
0 answers
34 views

I'm currently trying to implement a payment system using Stripe. After a payment, Stripe sends a webhook containing information about the purchase. However, before even a single line of php code is ...
Cas's user avatar
  • 1

1
2 3 4 5
1835