Skip to content

Commit

Permalink
updated sles webserver docs
Browse files Browse the repository at this point in the history
Signed-off-by: aazam <[email protected]>
  • Loading branch information
aazam-gh committed Aug 11, 2024
1 parent 3fe4038 commit 290052f
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions doc/source/setuphttpd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ The last section of this chapter details about using tokens to enhance security.
====================== ================= ================= =================
Tested RHEL 9.4 SLES 15.5 Ubuntu 24.04
====================== ================= ================= =================
Apache2 + uwsgi ✓
Apache2 + mod_wsgi ✓
Apache2 + uwsgi ✓
Apache2 + mod_wsgi ✓
nginx + uwsgi
====================== ================= ================= =================

Expand All @@ -45,7 +45,7 @@ Redhat Enterprise Linux
-----------------------

The following instructions are for RHEL 9.4.
The RPM packages can be downloaded from (to be determined).
The RPM packages can be downloaded from https://download.opensuse.org/repositories/Virtualization:/feilong/AlmaLinux_9/

Before installing the necessary packages, it is important to set up the EPEL repository.
**Important:** Ensure that the EPEL repository is enabled to access additional packages.
Expand Down Expand Up @@ -82,7 +82,33 @@ To change that, you need to modify both Apache configuration and firewall rules.
SUSE Linux Enterprise Server
----------------------------

(to be written).
The following instructions are for SLES15 SP5.
The RPM packages can be downloaded from https://download.opensuse.org/repositories/Virtualization:/feilong/SLE_15_SP5/



Install the downloaded packages using the `zypper` command

..code-block:: text

# zypper install zthin-<version>-<release>.s390x.rpm
# zypper install zvmsdk-<version>-<release>.noarch.rpm

If not already done, enable the automatic startup of the Apache server, and then start it:

..code-block:: text

# systemctl enable apache2
# systemctl start apache2

Finally, you can verify if the installation works as intended by making a curl request from your workstation

..code-block:: text

$ curl http://<your server ip address>:8080/

By default, Feilong will listen on port 8080.
To change that, you need to modify both Apache configuration and firewall rules.

Ubuntu
------
Expand Down

0 comments on commit 290052f

Please sign in to comment.