Category "apache"

htaccess: mod_expires.c except one or multiple folders

To the following browser caching via mod_expires.c in the .htaccess... <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 day" </I

*** ERROR *** The PHP configuration loaded file is: c:/wamp64/bin/php/php8.1.0/php.ini - should be: c:/wamp64/bin/apache/apache2.4.53.1/bin/php.ini

I updated from PHP 7.4.26 to PHP 8.1.0 I am getting the following error on localhost home page although website is working on server: ERROR The PHP configurati

Broken pipe error when proxying long file upload request

Recently and overnight, Apache's error logs from a couple of nodejs servers have been filling with this: [proxy:error] [pid xxx] (32)Broken pipe: [client xxx.x

RELIABLE way of starting and stoping xampp (Mysql, Apache, Tomcat) from a batch file without crashing mysql databases

THE ENVIRONMENT: I am using Xampp (Mysql, Apache, Tomcat) for writing Java applications in Windows 11. THE PROBLEM: Everytime i forget to close xampp, and resta

Apache poi get table from text box

I'm using apache poi for iteration table in docx file. All works fine but if table in text box, my code don't see table - table.size() = 0 XWPFDocument doc =

Use a Laravel Application alongside another scripts (wp/joomla/...) and remove /public

This is my directory structure: Public_html /app /bootstrap /config /database /public /resources /routes /vendor /storage /another-sctipt I

"Job for httpd.service failed because the control process exited with error code." How do I fix this?

After installing SSL certificates via Certbot, my website came up with the error message "too many redirects". After some research I thought I must have a redir

How update php.ini on a Mac OS X Mojave?

I'm on Mac OS X Mojave Step 1 I ran php -i | grep php.ini I got Configuration File (php.ini) Path => /usr/local/php5/lib Loaded Configuration File =

About apache websocket issue, web page is not working properly

I installed a NAS in my home host, and I also used apache reverse proxy for a project named V2rayA. Now on the public network, the webpage can be accessed norma

Apache Alias - Yii2

I'm using Yii2 advanced template and I wonder if someone has a solution for the following scenario. The web application has both frontend and backend interfaces

Apache 2 - AH02311: Fatal error initialising mod_ssl

I'm trying to set up a Godaddy SSL certificate on a DigitalOcean droplet running Ubuntu with Apache 2. After I've configured the certificates correctly (to the

How to setup apache 2 reverse proxy to forward different domain and pretend as that domain name?

I am using Debian and apache2, I don't know if it is possible to use apache to reverse proxy from one domain to another domain, but the backend server behind th

Advantages and disadvantages of installing a LAMP using lamp-server^ package vs individual Apache, PHP, MySQL installation

I want to setup LAMP in Azure server, There are approachs to setup LAMP using below methods LAMP Package : sudo apt-get install lamp-server^ Apache, PHP, MySQL

wampserver php site only works on local machine (index.htm works on all devices over LAN)

Wampserver PHP 7.4.26 , Apache 2.4.51, mysql 8.0.27 Having looked at other questions on stack overflow I am now able to access index.htm in www folder or www/

Getting error with Jetty Solr?

I using Azure to host my VMs. In one VM I have web application based on Laravel Framework and another VM is used to be cache and searching vm. I installed Jetty

Apache Phoenix Join Fails (Encountered exception in sub plan [0] execution)

Here are the create table statements of the tables I'm testing, which was actually from Phoenix CREATE TABLE Test.Employee( Region VARCHAR NOT NULL, LocalI

Xdebug 3 not showing in phpinfo on m1 Monterey

After installing xdebug with sudo pecl install xdebug it looks that is installed but only in CLI. php -i | grep "xdebug" - this returns a lot of rows Then when

Apache 1.3.37 server returnes 403 Access Denied when post request

update 2022-05-14 i found that server shows 403 when post request, not get request. get reqeust works well, not post. hi i got problem with the apache server th

How to override header set in Apache config with more specific header in a virtual host

I have a header set in the main Apache (2.4.41 Ubuntu) config with a general CSP: Header always set Content-Security-Policy "frame-ancestors 'self';" I'm tryin

csrf cookie not set on linux

I know this question is quite popular, before asking it, I researched all the previous questions and their answers, but never found a solution for myself. My pr