Displaying 20 results from an estimated 1200 matches similar to: "Building and packaging httpd"
2020 Jan 10
0
Building and packaging httpd
On Fri, Jan 10, 2020 at 06:18:07PM +0300, Benson Muite wrote:
> Am rebuilding httpd from scratch to enable http2 and minimize extra modules
> on Cent Os 8. Am having trouble understanding the spec file [0] and systemd
> initialization [1][2][3] (these are very similar to those extracted from
> [4]). Why are 3 scripts needed to start the service and why is a pid setting
> not needed
2016 Feb 12
3
A repo with latest httpd for http2?
On 02/12/2016 10:54 PM, John R Pierce wrote:
> On 2/12/2016 11:13 AM, SternData wrote:
>> Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or
>> mod_h2)?
>
> EL7 comes with httpd-2.4...
>
> # yum list httpd
> ...
> Installed Packages
> httpd.x86_64 2.4.6-40.el7.centos @base
Including support for http2?
i doubt that. As far as i know,
2016 Feb 12
3
A repo with latest httpd for http2?
Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or
mod_h2)?
I'd like to try out http2 without having to compile my own httpd.
--
-- Steve
2017 Aug 26
2
ALPN and Http/2, CentOS 7.4
Now that 7.4 CR has delivered OpenSSL 1.0.2, I should be able to serve
http/2 pages to Chrome, but I still see messages that ALPN is not enabled.
OpenSSL 1.0.2 is installed:
$ rpm -qa |grep openssl
openssl-libs-1.0.2k-8.el7.x86_64
openssl-1.0.2k-8.el7.x86_64
But https://tools.keycdn.com/http2-test says "www.stevenstern.me"
supports http 2 but ALPN is not supported.
Ideas? Does
2020 May 03
3
Jitsi Meet on CentOS 7 ?
Le 03/05/2020 ? 08:44, Benson Muite a ?crit?:
> They have rpms:
>
> https://download.jitsi.org/jitsi/rpm/
That's the Jitsi desktop application.
>
> and also a scalable installation:
>
> https://github.com/jitsi/jitsi-meet/blob/master/doc/scalable-installation.md
That's Debian-specific.
>
> Which one do you need?
None.
I need a comprehensive
2018 Aug 22
2
openssh 7.6 and 7.7 on Oracle Linux 7 (compiled from source) doesn't start correctly with systemd
On Wed, 2018-08-22 at 09:02 -0500, kevin martin wrote:
> Simple seems to have fixed it. I was also trying with "forking" as
> the
> type and that was failing as well.
That is not as simple as that -- we lived with "simple" for long time,
but it was not covering some corner cases so we ended up using the
sd_notify, since that was the only reliable way for systemd to
2018 Aug 21
2
openssh 7.6 and 7.7 on Oracle Linux 7 (compiled from source) doesn't start correctly with systemd
Latest Oracle Linux (7.5) and openssh 7.4 is bundled as an rpm. this runs
fine. if I download openssh 7.6 or 7.7, compile it with the flags
--with-pam and --with-pid-dir=/var/run and install it to /usr/local, modify
the sshd.service file to point to /usr/local/sbin/sshd, the start hangs.
The sshd.service files looks like this:
[Unit]
Description=OpenSSH server daemon
Documentation=man:sshd(8)
2018 Aug 22
2
openssh 7.6 and 7.7 on Oracle Linux 7 (compiled from source) doesn't start correctly with systemd
On Wed, Aug 22, 2018 at 11:23:11AM +0000, Peter Stuge wrote:
> I guess that Oracle has patched sshd to call sd_notify() and thus
Well, RedHat.
> introduced dependency on the systemd libraries for sshd. I don't
Yup
% ldd /usr/sbin/sshd | grep syst
libsystemd.so.0 => /lib64/libsystemd.so.0 (0x00007f0e5b715000)
--
rgds
Stephen
2016 Feb 12
0
A repo with latest httpd for http2?
How about here, if you are using centos 6.
http://mirror.centos.org/centos/6/SCL/x86_64/httpd24/
On Fri, Feb 12, 2016 at 2:23 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
> On 02/12/2016 10:54 PM, John R Pierce wrote:
>
>> On 2/12/2016 11:13 AM, SternData wrote:
>>
>>> Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or
>>> mod_h2)?
2016 Feb 12
1
A repo with latest httpd for http2?
On 02/12/2016 04:26 PM, Guolin Cheng wrote:
> How about here, if you are using centos 6.
>
> http://mirror.centos.org/centos/6/SCL/x86_64/httpd24/
>
> On Fri, Feb 12, 2016 at 2:23 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
>
>> On 02/12/2016 10:54 PM, John R Pierce wrote:
>>
>>> On 2/12/2016 11:13 AM, SternData wrote:
>>>
>>>> Is
2018 Aug 23
2
openssh 7.6 and 7.7 on Oracle Linux 7 (compiled from source) doesn't start correctly with systemd
Damien Miller wrote:
> I agree: what is happening here seems to be mostly bad assumptions and
> inflexibility inside systemd.
I didn't say that, and I don't agree with that, to me it's welcome
ambition rather than bad assumptions.
Consider this:
How could systemd determine whether startup of a foreground daemon
completed successfully or failed?
Other than explicit
2016 Feb 12
0
A repo with latest httpd for http2?
On 2/12/2016 11:13 AM, SternData wrote:
> Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or
> mod_h2)?
EL7 comes with httpd-2.4...
# yum list httpd
...
Installed Packages
httpd.x86_64 2.4.6-40.el7.centos @base
--
john r pierce, recycling bits in santa cruz
2023 Jun 20
1
[PATCH] ssh-agent: add systemd socket-based activation
On 6/19/23 20:20, Damien Miller wrote:
>
> On Fri, 16 Jun 2023, Ronan Pigott wrote:
>
>> This adds support for systemd socket-based activation in the ssh-agent.
>> When using socket activation, the -a flag value must match the socket
>> path provided by systemd, as a sanity check. Support for this feature is
>> enabled by the --with-systemd configure flag.
2020 May 05
2
Jitsi Meet on CentOS 7 ?
Benson, no SELINUX was not enabled. The instance was selected without it
just to make things easier.
I do not have a pull request for the installation manual yet.
On Tue, May 5, 2020 at 1:21 AM Benson Muite <benson_muite at emailplus.org>
wrote:
>
> On Mon, May 4, 2020, at 10:38 PM, Erick Perez - Quadrian Enterprises wrote:
> > Hi Centos friends.
> > I had some time to
2015 Jul 30
0
[LLVMdev] [3.7.0] Two late issues with cross compilation to mips
Thanks. This is making a lot more sense now and it's looking like this issue isn't Mips specific.
Here's the IR dump before simple register coalescing (note: I've patched the IR printer to print the contents of the regmask):
4480B %vreg260<def> = LDC1 %vreg253, <cp#3>[TF=6]; mem:LD8[ConstantPool] AFGR64:%vreg260 GPR32:%vreg253
4496B %vreg261<def> = FMUL_D32
2013 Dec 17
1
Project pre planning
Hello GlusterFS users,
can anybody give me please his opinion about the following facts and
questions:
4 storage server with 16 SATA bays, connected by GigE:
Q1:
Volume will be set up as distributed-replicated.
Maildir, FTP Dir, htdocs, file store directory => as sub dir's in one big
GlusterVolume or each dir in it's own GlusterVolume?
Q2: Set up the bricks as a collection of
2016 Nov 21
42
[Bug 2641] New: Add systemd notify code to to track running server
https://bugzilla.mindrot.org/show_bug.cgi?id=2641
Bug ID: 2641
Summary: Add systemd notify code to to track running server
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee:
2020 May 03
1
Jitsi Meet on CentOS 7 ?
On Sun, May 3, 2020, at 10:33 AM, Jason Pyeron wrote:
> > -----Original Message-----
> > From: Behalf Of Nicolas Kovacs
> > Sent: Sunday, May 3, 2020 2:54 AM
> >
> > Le 03/05/2020 ? 08:44, Benson Muite a ?crit :
> > > They have rpms:
> > >
> > > https://download.jitsi.org/jitsi/rpm/
> >
> > That's the Jitsi desktop
2020 May 25
3
child killed by signal 6
Hello,
from time to time I keep getting problems with some emails causing
signal 6. I've already reported those, but it seems not to be easy to
find the cause. From the logs, it seems to occur in sieve implementation.
I've checked the email envelopes tody by accident, probably this part of
my telnet session might help:
a11 fetch 1 all
* 1 FETCH (RFC822.SIZE 16750 INTERNALDATE
2019 May 02
2
libvirtd not starting
Hi everybody,
I've set up an new CentOS 7.6.1810 server. Then, via yum I installed
qemu-kvm libvirt libvirt-python libguestfs-tools virt-install. There
were no problems. But when I try to
systemctl start libvirtd
I get the following message:
"libvirtd: process 472: arguments to dbus_message_iter_append_basic()
were incorrect, assertion "_dbus_check_is_valid_utf8 (*string_p)"