Questions tagged [apache2]

The remarkable Apache (HTTP Server) /ˈpætʃi/ presents itself as a remarkably versatile web server software, characterized by its extensive array of features (known as modules). These include SSL encryption, compression capabilities, efficient log management, proxy functionality, and support for various server-side programming languages like Perl, Python, Tcl, and PHP.

Oops! Looks like there's a snag with your Wordpress site - it's showing an

Recently, I transferred my Wordpress instance to a new server. Since then, I have been encountering the 500 Internal Server Error frequently and unexpectedly. Surprisingly, there are no fatal error messages in the Apache error log, but PHP warning messages ...

Troubleshooting Apache startup issues on Ubuntu 16.04 with Virtualmin and HTTP/2.0 support

THE CONCERN Encountering issues with starting Apache2 on Ubuntu 16.04 due to a vague error message, seeking guidance for resolution? ERROR DETAILS & LOGS Problem during apache2 restart systemctl restart apache2.service displaying an error... "Job for ...

"Utilizing Dual PHP Versions on a Single Server: A Step-by-Step Guide

My server hosts 2 websites, each requiring a different PHP version - one site needs PHP 5.2.17 and the other requires PHP 5.5+. The server is running Ubuntu 14.04.2 LTS with Apache2 and PHP. I have successfully installed PHP 5.5 (via apt-get) and PHP 5.2 ...

"Encountering a 404 Error when attempting to refresh an Angular 13 application hosted on an Apache

I have developed a prototype web application and now need to deploy it on an Apache server running Ubuntu OS. After building the web app, I hosted it on my local machine for testing purposes. I have configured the .htaccess file as follows: RewriteEngine ...

What is the process for connecting a folder in an express app to my Apache 000-default.conf file on a Ubuntu server?

I already have a domain and I am looking to connect my folder to my Apache configuration file so that I can use certbot. However, I am not sure how to properly set up the connection. This is what I have tried so far: <VirtualHost *:80> # The ...

Angular application hosted on Apache2 with SSL configured to communicate with a Spring Boot API running on port 8080

After developing a small application using Angular and an API with Spring Boot that includes an embedded Tomcat server, I decided to deploy them on a Raspberry Pi while configuring an SSL certificate with Let's Encrypt. The deployment process involved ins ...

Determining Location: A Showdown Between Apache and PHP using MaxMind Ge

My website needs to implement country limiting based on the Maxmind geoip database. I only want users from one specific country to be able to access the site. I'm trying to decide whether to use the Apache API or the PHP API for this implementation and I w ...

Having issues with Apache 2 when trying to access the local host

Welcome everyone, this is my first time posting here and I'm hoping I'm on the right track. For educational purposes, I have apache2 installed on my local Ubuntu 14.04 machine and all my files are stored in the public_html folder within my home ...

Experiencing Problems with Routing React page on Apache2 Server

I'm encountering difficulties accessing routes other than the homepage on my React website, which is currently hosted on an Apache2 web server. You can find the page here: www.TJBrackett.com After attempting to add a .htaccess file to the directory ...

HHVM encountered a critical error and is displaying a 500 error

At the moment, I am in the process of setting up a HHVM server. While PHP applications are working perfectly, hack lang PHP files are not. Every request in my local sandbox returns an error log that looks like this: [Fri Jun 20 15:31:43.725292 2014] [pro ...

Encountering the error message 'no decode delegate for this image format' specifically in PHP iMagick, but surprisingly not experiencing the issue on ImageMagick

My Ubuntu 18.04.1 LTS Server is equipped with ImageMagick, Apache2, Php 7.2, and Php iMagick 3.4.3. When I run convert -version in the terminal, it displays: Version: ImageMagick 7.0.8-12 Q16 x86_64 2018-10-14 https://imagemagick.org Copyright: © 1999-2 ...

Angular 2 file upload encountering CORS issue leading to 401 unauthorized error

Encountered a "401 Unauthorized" error in Chrome and Firefox while attempting to upload files using angular 2 CLI to an apache2-server with a PHP backend. Despite trying three different node modules, the issue persists from the OPTIONS-preflight stage, ...