Avatar photo
By: Raul Mahiques

August 11, 2023 9:37 am

2,203 views

CentOS Alternatives: Migrating Workloads From CentOS To OpenSUSE Leap – Migrating your webserver

  Introduction In this blog post we will show an example of how to migrate your Apache web server running on CentOS to openSUSE Leap, all while keeping downtime to a minimum. Our approach will encompass the following steps: Configuring the New Web Server: We will set up the new web server in openSUSE […]

Read More


Avatar photo
By: Paolo Perego

February 23, 2022 2:34 pm

3,620 views

Avoid command injection with Apache Common CLI

This article is about using secure coding patterns and correcting vulnerable code. Applications need third-party libraries to provide common facilities for repetitive tasks like logging, parsing, ... When a developer uses an opensource library, he must understand that his code inherits also possible security issues. For this reason, opensource libraries must be audited for risks to […]

Read More


Avatar photo
By: Sabine Soellheim

May 31, 2017 2:30 am

4,556 views

SAP Vora 1.4 released for SUSE Enterprise Server 12

The following article has been contributed by Ulrich Schaier, Technical Architect SAP, Global Business Development at SUSE. SAP released SAP Vora 1.4 for SUSE Enterprise Server 12 (SLES 12) end of April 2017. SAP Vora 1.4 can be used on SLES 12 with the Hadoop distributions by MapR, Cloudera and Apache Ambari. SAP […]

Read More


Avatar photo
By: SUSE

October 7, 2016 1:52 pm

5,435 views

The New Buzzword: Intelligence

You are likely working with many people involved in data analysis. But, the new trend  revolves around Intelligence. Business Intelligence, Data Intelligence, Threat Intelligence. In short --- these are the people that glean value out of data. They use data-driven decisions to improve their business, and to generate revenue. Talk […]

Read More


Avatar photo
By: Matthias G. Eckermann

December 3, 2013 12:44 pm

59,217 views

TLS 1.2

Summary SUSE has just released a new Apache webserver module, which supports the "Transport Layer Security" (TLS 1.2) standard for HTTPS, the primary use case of the TLS cryptographic protocol. Details Background Governmental agencies around the world, such as the US American NIST (NIST SP 800-52 Rev.1) and the German BSI (BSI […]

Read More


Avatar photo
By: cseader

March 5, 2009 1:51 pm

15,121 views

Configuring Tomcat5 and Apache 2.2 with Virtual Hosts using mod_jk

Contents: Overview System Details Installing Apache Installing JDK Installing Tomcat Installing mod_jk Configure Tomcat Configure Apache Conclusion Resources/Links 1. Overview This tutorial explains how to setup a web server in order to support Java Server Pages (JSP) and Servlets using virtually hosted websites. It is my intention that this tutorial will help anyone that has […]

Read More


Avatar photo
By: ataschner

September 5, 2008 5:47 pm

8,659 views

How to clean SMT completely out of Apache DocumentRoot

In some scenarios it is not feasible to place the Subscription Management Tool (SMT) certificate and repository directories inside the apache2 DocumentRoot structure. It can for instance be security policies that prohibit even creating symbolic links to the SMT data within the DocumentRoot. Disclaimer: Before reading on, you must be aware that this is not […]

Read More