New answers tagged apache
-1 votes
WordPress REST API: Large Image Uploads Not Reaching Backend Despite Proper PHP Settings
To resolve the issue where large image requests fail to reach the WordPress backend, the most effective fix is switching from JSON Base64 to Multipart Form Data. The Cause Large JSON payloads are ...
0 votes
How to block user access to download stream video?
You can block a video download server side by recognizing some headers in the request (it's blocking most of browser extension too) : There is an exemple in PHP in helPHP media module there on github ...
Advice
0 votes
0 replies
0 views
Any product to show ROI on code refactoring or improvements
How would a tool know what “technical debt” looks like in your specific context? How would ROI be calculated?
0 votes
AuthzDBDQuery allow to use stored procedure call instead of select?
I use the following workaround with PostgreSQL as database system to call a stored procedure with AuthzDBDQuery. I suspect that other database systems offer similar features, because this workaround ...
0 votes
How to fix an error message when installing mod_wsgi?
First you have to determine if your Python version is 32 bits or 64 bits. It usually shows when launching python from Powershell : C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools>...
Advice
0 votes
0 replies
0 views
Any product to show ROI on code refactoring or improvements
Tools can't do that, because tools can't measure if you are feeling pain and are thinking about updating your resume to go apply for another job. Technical debt is a label, not a programming paradigm. ...
Advice
0 votes
0 replies
0 views
Any product to show ROI on code refactoring or improvements
@MartinBrown it may be valid to make recommendations for open ended questions. Not sure of the guidelines for open ended questions. But the question is not actually related to programming. It is more ...
Advice
0 votes
0 replies
0 views
Any product to show ROI on code refactoring or improvements
Recommendations are off topic here. McCabe's CCI isn't a bad way to find code in a large codebase that is so convoluted and opaque that it must be hiding bugs. But deciding on which bugs to fix for ...
Advice
0 votes
0 replies
0 views
Any product to show ROI on code refactoring or improvements
What makes you think such a tool exists anywhere?
0 votes
Django 3.0.5 with mod_wsgi: AttributeError: 'HttpResponse' object has no attribute '_resource_closers'
In my case, the error object has no attribute '_resource_closers' was raised due to problems in the middleware. When settings.DEBUG = True this middleware was returning a modified response, settings....
1 vote
Apache configuration / No localhost:8080 access on Docker
From my earlier comment: The EXPOSE directive does not publish or run a given service on that given number. Rather, it's used more for documentation purposes to show that a running service will be ...
0 votes
PHPStorm local debugging with xdebug never catching and can't validate
Go to Settings > PHP > Servers, remove the servers and retry debugging.
Advice
2 votes
0 replies
0 views
Displaying information from php arrays in html
Please narrow down the issue to a reproducible example. It is totally unclear to me if you have a PHP problem or plugin problem.
Advice
1 vote
0 replies
0 views
Displaying information from php arrays in html
So what you are saying is that currently both the browser extension, and your HTML page that is supposed to display the data, make a request to that one single PHP script you have shown? You are ...
Advice
4 votes
0 replies
0 views
Displaying information from php arrays in html
It's very unclear where you're stuck. Your title is clear (but you could easily Google that to get existing examples), however your description is then long, rambling and doesn't really get to the ...
0 votes
Apache times out when starting and I cannot find any help from error logs
Probably the systemd module is not loaded. httpd -M|grep systemd # This file configures systemd module: LoadModule systemd_module modules/mod_systemd.so
-1 votes
Access htaccess of another website
It is not possible to download the .htaccess file of an external website you do not own, as web servers are configured by default to prevent public access to this file for security reasons. The ....
Top 50 recent answers are included
Related Tags
apache × 91624php × 27140
.htaccess × 25576
mod-rewrite × 17908
http-redirect × 6486
java × 5741
url-rewriting × 4459
python × 3555
regex × 3522
linux × 3393
django × 3111
tomcat × 3046
wordpress × 2802
mysql × 2620
ubuntu × 2561
ssl × 2509
xampp × 2472
virtualhost × 2121
http × 2076
nginx × 1944
mod-wsgi × 1917
html × 1809
apache2 × 1806
httpd.conf × 1669
wamp × 1663