I try to execute: var_dump(ini_set(“open_basedir”,ini_get(“open_basedir”))); with PHP and get false. Apache 2. PHP Version: 5.3.28, it should change it from script, how i read at …
Tag: apache
Python call to PHP – malformed header from script Bad header: Array
Very strange – I’ve been using a python script that scrapes data and then passes it to a php-script – Worked like charm for weeks, until today something happened. I got the following message from apache2 errorlog: So it seems to be derived from this python script, the php-script is called but there is a server 500 error and the
Current setting up for apache/php will always return a 200 page instead of 404
UPDATE: I added a 404 error document: But nothing has changed. I have a problem with an apache snippet: in I created to obtain an URL like this: And I called my PHP file like this: This because I have different languages. now, that’s my PHP file to display them: Where languages variable is: Now, this won’t return a 404
Xdebug not creating log files
Looking for some advice. Changed servers and I have setup Xdebug. PhpStorm detects it enabled, so does PHP, although I cannot get it to work. (Firewall port opened, my firewall disabled, settings all configured, but I am getting nothing) In order to identify the issue, I need to be able to see the Log of Xdebug, but I cannot get
HTTP 413: Request too large
Using Apache 2.4 & PHP 7.4 on Ubuntu 18.04. Default Apache conf file. I’m trying to upload ~700 jpegs (totaling ~100MB, largest one being ~1MB) to a Laravel app, for a single one it works but for …
How to install PHP 8 on XAMPP
I’m trying to update my PHP version to the brand new PHP 8. I have followed simular steps as this tutorial. But now the following error is shown: Notice: I have used a brand new XAMPP instalation version 7.2.33. I can’t find the solution for my issue. Edit It is saying that I need to look into the Log files
Access External NAS /Volume via scandir in PHP on Mac
I’ve done a bunch of research on this one and there are very different answers. I can’t get confident that I won’t mess up my Apache settings or cause me not to be able to get to the Volume from Mac Finder after making changes. Has anyone done this recently that can walk me through the steps to get my
HTML Log System with javascript or maybe php
Hi I tried to make a log system panel to my website. The code is works fine because if you write the text into the input field it will show up. But if you reload the page it will disappear. So my problem is the disappearing text. I want to do this when I type the text so it doesn’t
Apache ignore headers and status codes from Lumen
I have app based on Docker and microservices. Angular, MySQL, Lumen + Apache. Unfortunately on Docker my API doesn’t send any header or status code. Any response is 200. I tried change HTTP server to NGINX but for nothing. I have no idea how can i fix this issue. Apache config Dockerfile docker-compose.yml .htaccess Answer Okey I found answer for
Update Catalina to Big Sur apache error /private/etc/apache2/httpd.conf: Could not open configuration file /private/etc/apache2/other/+php-osx.conf [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 1 year ago. Improve this question I update my macOS from Catalina to Big Sur. After updating my apache is not working. It shows an error Iam not sure why