Re: [users@httpd] Apache 2.2 config

2021-11-16 Thread William Edwards
> Op 17 nov. 2021 om 05:23 heeft Gabriel Santos > het volgende geschreven: > >  > Hi,my name is Gabriel and i want to build a apache server with SSLv2 > technology (because thee service i want to use only supports SSLv2) Use another service. > and i having errors with many openssl versions(

[users@httpd] Upgrade from non_ssl to ssl possible?

2021-11-16 Thread Tobias Müller
Hi all, I undertook an old Win-Server 2008R2 System with a httpd 2.2.25 win32 non_ssl. I know it's outdated. But before we can switch to a new system we need to have https on the current machine. Is there any way to upgrade the system without losing all its configuration? A fresh installation is n

[users@httpd] apache 2.2

2021-11-16 Thread Gabriel Santos
Hi,my name is Gabriel and i want to build a apache server with SSLv2 technology (because the service i want to use only supports SSLv2) and i having errors with many openssl versions(0.9.7-1.0.2) "SSL/TLS libraries were missing or unusable" P.S: i already installed libssl-dev

[users@httpd] Apache 2.2 config

2021-11-16 Thread Gabriel Santos
Hi,my name is Gabriel and i want to build a apache server with SSLv2 technology (because thee service i want to use only supports SSLv2) and i having errors with many openssl versions(0.9.8-1.0.2) "SSL/TLS libraries were missing or unusable"

Re: [users@httpd] adding cloudstack to our internal cloud

2021-11-16 Thread Mohammed Bannout
Ya sorry about that, noticed I sent it to the wrong mailing list. From: Yann Ylavic Sent: Tuesday, November 16, 2021 1:43 PM To: users@httpd.apache.org Subject: Re: [users@httpd] adding cloudstack to our internal cloud "WARNING: This is an external email. Ple

Re: [users@httpd] Problem when compiling httpd-2.4.51 on MacOSX

2021-11-16 Thread Israel Timoteo
Yann/Lucien and team, Thanks for your consideration on reviewing my problem. This is the definition from the headers file: %grep APR_HAVE_STRUCT_RLIMIT apr.h #define APR_HAVE_STRUCT_RLIMIT 0 About the “config.log" file, it is big, about 24k lines. Any particular content from that file that

[users@httpd] On listing apache modules via salt master, salt-minion service enters "reloading" state on salt minion

2021-11-16 Thread Sonal Chavda
Greetings! I am facing a strange issue between apache and salt stack. I am using: CentOS 7 Apache/2.4.48 (IUS) salt-master and salt-minion both the versions are 3003.1 On executing following command from salt-master to list apache modules on minion: # salt 'target' apache.modules on minion, sa

Re: [users@httpd] adding cloudstack to our internal cloud

2021-11-16 Thread Yann Ylavic
Hi, On Mon, Nov 15, 2021 at 8:27 PM Mohamad Bannout wrote: > > First time user here, > > We have private cloud setup in our company using vmware with only vcenter for > management, I’m considering adding cloudstack to the mix. You probably want to contact the Apache Cloudstack users mailing lis

Re: [users@httpd] Problem when compiling httpd-2.4.51 on MacOSX

2021-11-16 Thread Yann Ylavic
Hi, On Mon, Nov 15, 2021 at 7:33 PM Israel Timoteo wrote: > > mod_ext_filter.c:372:10: error: implicit declaration of function > 'apr_procattr_limit_set' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] What's the definition of APR_HAVE_STRUCT_RLIMIT in /opt/local/apr-1.7.0/includ

Re: [users@httpd] Problem when compiling httpd-2.4.51 on MacOSX

2021-11-16 Thread Lucien Gentis
Hello, Perhaps apr header files are missing ? Le 15/11/2021 à 19:06, Israel Timoteo a écrit : Hi team, Has anyone compiled HTTPD 2.4.51 on MacOSX 11.6 (Big Sur)? I’m configuring with the command below: ./configure --prefix=/opt/apache --with-apr=/opt/local/apr-1.7.0 --with-apr-util=/opt/loc