Code Monkey home page Code Monkey logo

Comments (3)

xoxys avatar xoxys commented on August 20, 2024

@mihauck could you share your overwritten variables to use packages from EPEL?

from apache.

mihauck avatar mihauck commented on August 20, 2024

@mihauck could you share your overwritten variables to use packages from EPEL?

host_vars

---
apache_packages:
- httpd
- mod_ssl
apache_server_root: /etc/httpd
apache_default_vhost_name: ssl.conf
apache_service: httpd
apache_conf_path: /etc/httpd/conf.d
apache_port_conf_file: /etc/httpd/conf/httpd.conf
...

from apache.

mihauck avatar mihauck commented on August 20, 2024

I installed a REHL Testserver, because the server i discoved the problem is a bad example and not suitable for our needs

The problem occurs with either httpd24 from software collections and httpd from rehl-server-rpms.
As soon as the default vhost ssl.conf is removed, the httpd does not listen to 443 anymore after a restart.

package httpd

OS

[owncloud@owncloud-randd ~]$ lsb_release -a
LSB Version:	:core-4.1-amd64:core-4.1-noarch
Distributor ID:	RedHatEnterpriseServer
Description:	Red Hat Enterprise Linux Server release 7.8 (Maipo)
Release:	7.8
Codename:	Maipo

repo

[root@owncloud-randd etc]# yum info httpd
Geladene Plugins: product-id, search-disabled-repos, subscription-manager
Verfügbare Pakete
Name       : httpd
Architektur : x86_64
Version    : 2.4.6
Ausgabe    : 93.el7
Größe : 1.2 M
Quelle      : rhel-7-server-rpms/7Server/x86_64
Zusammenfassung: Apache HTTP Server
URL        : http://httpd.apache.org/
Lizenz      : ASL 2.0
Beschreibung: The Apache HTTP Server is a powerful, efficient, and extensible
            : web server.

host_vars

---
apache_packages:
- httpd
- mod_ssl
apache_server_root: /etc/httpd
apache_default_vhost_name: ssl.conf
apache_service: httpd
apache_conf_path: /etc/httpd/conf.d
apache_port_conf_file: /etc/httpd/conf/httpd.conf
...
group_vars
---
apache_listen_ip: "94.130.97.142"
apache_listen_port: 80
apache_listen_port_ssl: 443
apache_vhost_name: "10_test123.owncloud.works._ssl.conf"
apache_vhosts:
  - servername: "test123.owncloud.works"
    documentroot: "/var/www/owncloud"
    extra_parameters:
      - "Redirect / https://test123.owncloud.works"
      - "Errorlog /var/log/httpd/test123.owncloud.works.error.log"
      - "Customlog /var/log/httpd/test123.owncloud.works.access.log combined"

apache_vhosts_ssl:
  - servername: "test123.owncloud.works"
    documentroot: "/var/www/owncloud"
    certificate_file: "/etc/ssl/certs/self.cert.cert"
    certificate_key_file: "/etc/ssl/self.cert.key"
    extra_parameters:
      - "Errorlog /var/log/httpd/test123.owncloud.works_ssl.error.log"
      - "Customlog /var/log/httpd/test123.owncloud.works_ssl.access.log combined"

...

package httpd24

repo

[root@owncloud-randd httpd]# yum info httpd24
Geladene Plugins: product-id, search-disabled-repos, subscription-manager
Installierte Pakete
Name       : httpd24
Architektur : x86_64
Version    : 1.1
Ausgabe    : 19.el7
Größe : 0.0  
Quelle      : installed
Aus Quelle  : rhel-server-rhscl-7-rpms
Zusammenfassung: Package that installs httpd24
Lizenz      : GPLv2+
Beschreibung: This is the main package for httpd24 Software Collection.

####host_vars

default nothing changed

####group_vars
see above

from apache.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.