Re: [users@httpd] Second level subdomain redirecting to main

2019-09-11 Thread Eric Covener
On Wed, Sep 11, 2019 at 9:17 PM Daniel Armando Rodriguez wrote: > > Hi, > > I'ḿ trying to achieve the subject's goal with no success so far. > This is my apache's config > > > > ServerName alumnos.epet1.edu.ar > ServerAlias proyectos.alumnos.epet1.edu.ar > ServerAdmin

[users@httpd] Second level subdomain redirecting to main

2019-09-11 Thread Daniel Armando Rodriguez
Hi, I'ḿ trying to achieve the subject's goal with no success so far. This is my apache's config ServerName alumnos.epet1.edu.ar ServerAlias proyectos.alumnos.epet1.edu.ar ServerAdmin administra...@epet1.edu.ar DocumentRoot /var/www/proyectos.alumnos Options

Re: [users@httpd] compiling http-2.4.41 on linux variants

2019-09-11 Thread Dennis Clarke
On 9/11/19 4:54 PM, William J Adler wrote: I am trying to compile http-2.4.41 and it works on Fedora 29 and Centos 7 but on Centos 6 and Ubuntu 18  the compile generates the following error: Replace -std=gnu99 with -std=iso9899:1999 and -pedantic and give it another try. -- Dennis

[users@httpd] more complex IfDefine directives

2019-09-11 Thread Florin Andrei
IfDefine currently only takes one argument, and even that one is pretty simple. Sometimes this leads to complex configuration files, where IfDefine is repeated over and over, often with the same content. Is there a way to create more complex IfDefine clauses, perhaps linking together

[users@httpd] compiling http-2.4.41 on linux variants

2019-09-11 Thread William J Adler
I am trying to compile http-2.4.41 and it works on Fedora 29 and Centos  7 but on Centos 6 and Ubuntu 18  the compile generates the following error: /usr/local/apache2/build-1/libtool --silent --mode=compile gcc -std=gnu99  -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I.