Re: [users@httpd] Four subdomain, fourth redirects to first

2021-09-21 Thread Daniel Armando Rodriguez
, Frank Gingras escribió: Why do you have two vhosts with the same ServerName value set? That will break name-based vhosts. Set a unique ServerName value for every vhost on that port. On Tue, 21 Sept 2021 at 18:25, Daniel Armando Rodriguez wrote: Here it is the curl result from the same host # curl

Re: [users@httpd] Four subdomain, fourth redirects to first

2021-09-21 Thread Daniel Armando Rodriguez
esults from your tests with curl, then. It might help to log the host: header in your access log too. On Tue, 21 Sept 2021 at 17:41, Daniel Armando Rodriguez wrote: Changed all vhosts definition the way you suggested, but the issue still happens. El 2021-09-21 16:32, Frank Gingras escribió

Re: [users@httpd] Four subdomain, fourth redirects to first

2021-09-21 Thread Daniel Armando Rodriguez
. On Tue, 21 Sept 2021 at 14:48, Daniel Armando Rodriguez wrote: Hi, I have four subdomains on the same host which work as expected whis this base config ServerName 4.DOMAIN.edu.ar [2] ServerAlias 4.DOMAIN.edu.ar [2] ServerAdmin webmas...@domain.edu.ar DocumentRoot /var/www/4 Options

Re: [users@httpd] Four subdomain, fourth redirects to first

2021-09-21 Thread Daniel Armando Rodriguez
El 2021-09-21 16:47, Darryl Philip Baker escribió: I have ~200 virtualhosts on my Apache HTTPD server and all use the declaration “” with not port specification. Just a “Listen 80” directive. Do you specify the port on the VirtualHost directive because you don’t want to accept traffic on all the

[users@httpd] Four subdomain, fourth redirects to first

2021-09-21 Thread Daniel Armando Rodriguez
Hi, I have four subdomains on the same host which work as expected whis this base config ServerName 4.DOMAIN.edu.ar ServerAlias 4.DOMAIN.edu.ar ServerAdmin webmas...@domain.edu.ar DocumentRoot /var/www/4 Options FollowSymLinks AllowOverride All Require all granted

Re: [users@httpd] Alternative to Let's Encrypt?

2020-12-17 Thread Daniel Armando Rodriguez
Will take a look to MD and the acme.sh. Thank you all El jue., 17 de diciembre de 2020 16:23, Nikolai Lusan escribió: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hey, > > On Thu, 2020-12-17 at 12:39 -0300, Daniel Armando Rodriguez wrote: > > Is there an

[users@httpd] Alternative to Let's Encrypt?

2020-12-17 Thread Daniel Armando Rodriguez
Is there any? Asking because don't want to use snap.

[users@httpd] Issues with proxypass

2020-10-02 Thread Daniel Armando Rodriguez
Hi there I've been stuck with this problem for several days now. The main website/DNS is hosted on a VPS, and the web server I want to reach is behind a remote IP:Port. With configuration below I get a permanent 302 and the traffic is redirected to www.domain.edu. Even if I use, for example, the

Re: [users@httpd] Rewrite from IP:Port to specific path

2020-09-28 Thread Daniel Armando Rodriguez
El lun., 28 de sep. de 2020 a la(s) 19:11, Eric Covener (cove...@gmail.com) escribió: > On Mon, Sep 28, 2020 at 5:34 PM Daniel Armando Rodriguez > wrote: > > > > Hi, > > > > I'm dealing with a particular need about give access to requests made > from specific IP:

[users@httpd] Rewrite from IP:Port to specific path

2020-09-28 Thread Daniel Armando Rodriguez
Hi, I'm dealing with a particular need about give access to requests made from specific IP:Port to a certain URL and nothing more. This is what I got so far, I'm in doubt if would work RewriteEngine On RewriteCond %{REMOTE_ADDR}%{REMOTE_PORT} ^1\.2\.3\.4:8022$ RewriteRule .*

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

2019-09-16 Thread Daniel Armando Rodriguez
El mié., 11 de sep. de 2019 a la(s) 22:26, Eric Covener (cove...@gmail.com) escribió: > > 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 fa

[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

[users@httpd] Multiple PHP versions using PHP-FPM

2017-12-05 Thread Daniel Armando Rodriguez
Hi I'm having some difficulties to achieve the goal mentioned in the subject. I have running both 5.6 and 7.2 php-fpm versions, but my tests are rendered using only 7.2 whichever the VH tested. One of them is configured to run php-fpm 5.6 and the other to run php-fpm 7.2 VH configuration