Category "apache"

What's the best strategy for flutter-web to access its resources on server?

I've deployed a release in an ubuntu server with apache. When I access the deployed app, it shows in console: Error while trying to use the following icon from

displaying data of table from database using python

I am newbie to python ,trying with simple programs given below is a program which i tried to get the data from table and displaying it. Installed Python3.4 and

Why is Elementor is causing my wordpress website to not load?

I'm very new to WordPress and php, I started using it yesterday and it was all going smoothly until I decided to install some starter templates. the installatio

.htaccess 301 redirect with exclusion does not work

I try to use a simple 301 redirect from domain1.com/folder/ to domain2.com/ but excluding domain1.com/folder/subfolder I use the following code in .htaccess: Re

How to prevent SNI from displaying incorrect web page over port 443?

I have a server with ISPConfig 3 installed. When a new website is added to the server and is accessed via a browser with HTTPS, the website that is displayed is

PHP Notice: Undefined index: user_type in /var/www/mysite/public_html/index.php on line 66, referer: https://example.com/

I just transfer my PHP app, I used to have my app on example.com/app but now I transferred the app to its own domain, othersite.com. My principal site and PHP s

How to allow custom TLS extensions in Client Hello from web Server

when custom TLS extension added to Client Hello message, web Server respond with "ERR_SSL_DECRYPT_ERROR_ALERT". web server is running with Apache. is there any

HTTP Status 500 – Internal Server Error while uploading multipart/form-data

I am getting error when i uploading 20 MB Size of csv file in Spring MVC by using CommonsMultipartResolver library. I have done following setting in Config File

Can anyone help to change this .htaccess rule to nginx?

I am using a wordpress plugin name JWT Authentication for WP REST API, it has some rules written in .htaccess but i am using nginx server and want to add these

phpMyAdmin does not respond to clicks

My phpMyAdmin web-interface is loaded properly, login OK, I can see a standard post-login screen with all database names etc., but when I left-click on anything

apache virtualhost site using .htaccess not working

I am running brew/apache on on my local machine (mac-os monterrey). I want to configure virtual hosts. The lookup for one of the virtual host (panierssaison.loc

Cgi/perl scripts display as code in Monterey

These scripts worked fine prior to upgrading to Monterey! I have followed the tutorial from “etresoft” regarding editing the httpd.conf file and res

Changing port on Apache Web Server results in "Connection refused"

I am running an Apache Web Server on my Raspberry Pi, which is basically just executing a CGI executable which is called by a PHP script, which is running on a

XHR handling behavior between port 443 and non-standard port

UPDATE: It appears the problem is triggered when port 443 is explicitly specified. If I leave it out, no errors. For example: <!DOCTYPE html> <html&g

Streaming RTSP Locally through HTML5

I am attempting to host a local website on my RaspberryPi using raspivid, and HTML 5. So far, I have managed to get the RTSP link, and view this live stream on

htaccess ErrorDocument not working with when removing php extension

.htaccess # Security Headers <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" Header set X-Frame-Options "SAMEORIGIN" Head

How can I use Php7.4 in my Apache in Ubuntu 22?

Recently I upgrade my Ubuntu from 20 to 22. I was using Php7.4 in Ubuntu 20 with the Apache server. After upgrading to Ubuntu 22, the Php Upgrades to 8.1 automa

Nuxt Static Site 404 Error page not rendering dynamic content correctly

Edit Ok i managed to solve the error template not being loaded. It was an htaccess issue. If I change the ErrorDocument to be /sub/dirs/error.html (note the mis

Wordpress/Apache rewrite/redirect rule and regex

I need to do some apache rewrite/redirect rules to external webservice in case of 404 error for specific file extensions: .jpg, .png, etc. Wordpress is used her

Teach Apache2 a new Protocoll

I wanted to write a module for Apache2. I wanted to implement the rtmp Protocol. So I started with a simple module, registered a Handler, HTTP Sheme and Port. t