Re: [users@httpd] Is there an order to the .htaccess file

2021-05-03 Thread Eric Shields | #MassTransitHonchkrow
You'll need to enable rewrite in Apache in order for rewrite rules to work. Also, make sure that "AllowOverride All" is enabled in the subdirective under for the domain you wish to enable this on. Otherwise, the .htaccess file will be ignored by the virtual host. Type the command "sudo

[users@httpd] Is there an order to the .htaccess file

2021-05-03 Thread Di Gregorio, Lisa
Hello, I have to keep the below block at the bottom of my .htaccess file or the directive I have to hide the debug file won't work. So far, I have tried moving this block to the top of the file and allowing for one and only one of RewriteEngine On in the file and one and only one of

RE: [users@httpd] missing mod_ssl

2021-05-03 Thread paul.leo
Seems like Debian 11 with apache 2.4.46 is very close RC-1 April 23, 2021 https://www.debian.org/devel/debian-installer/ From: Hulio andres Sent: Monday, May 3, 2021 2:06 PM To: users@httpd.apache.org Subject: Re: [users@httpd] missing mod_ssl In that case I shall follow your

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
  In that case I shall follow your recommendation   NOT    "Only current recommended releases are available on the main distribution site and its mirrors" found  Apache home landing page https://httpd.apache.org/download.cgi#apache24.   There are tons and tons of user material including

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Eric Covener
On Mon, May 3, 2021 at 2:04 PM Hulio andres wrote: > > > I am following the documents for 2.4.46 -> > https://httpd.apache.org/docs/2.4/ > > The apache2 latest version 2.4.46 directory structure is different > from the debian using apt. > From a configuration perspective they are different

Re: RE: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
>They are packaged by the OS vendors using their native package > management. No separate binaries.     Meaning that when I use  apt to download binaries I get outdated version not recommended by Apache.   https://httpd.apache.org/download.cgi#apache24 "Only current recommended releases are

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
    I am following the documents for 2.4.46 -> https://httpd.apache.org/docs/2.4/   The apache2  latest  version 2.4.46   directory structure is different from the debian using apt. From a configuration perspective they are different product.   This is the first thing which is confusing me

Re: RE: [users@httpd] missing mod_ssl

2021-05-03 Thread Eric Covener
On Mon, May 3, 2021 at 1:59 PM Hulio andres wrote: > > > At the main Apache landing page https://httpd.apache.org/download.cgi > I can only see source distro for latest version. > So I downloaded it and built it. > > > At this link of binaries also from same page >

Re: RE: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
  At the main Apache landing page  https://httpd.apache.org/download.cgi I can only see source distro for latest version. So I downloaded it and built it.     At this link of binaries also from same page https://httpd.apache.org/download.cgi ->

RE: [users@httpd] missing mod_ssl

2021-05-03 Thread paul.leo
Am curious as to why you are not using pre-built distros. -Original Message- From: Eric Covener Sent: Monday, May 3, 2021 10:42 AM To: users@httpd.apache.org Subject: Re: [users@httpd] missing mod_ssl On Mon, May 3, 2021 at 12:34 PM Hulio andres wrote: > > compile from source. >

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Eric Covener
On Mon, May 3, 2021 at 12:34 PM Hulio andres wrote: > > compile from source. > latest version 2.4.46 If you still have your source tree, check out config.nice and see if you enabled mod_ssl at build time (including --enable-mods-shared=all|most) Also make sure it wasn't built statically

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
compile from source. latest version 2.4.46     Sent: Monday, May 03, 2021 at 12:32 PM From: "Eric Covener" To: users@httpd.apache.org Subject: Re: [users@httpd] missing mod_ssl On Mon, May 3, 2021 at 7:17 AM Hulio andres wrote: > > > I do not have mod_ssl > > $ ls modules/mod_ssl.so > ls:

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Eric Shields | #MassTransitHonchkrow
Assuming your working directory is /etc/apache2, list the contents of the mods-available folder with "ls" to see if the ssl module is present. Repeat this process on the mods-enabled folder to see if this module is present. If the latter is untrue, type "sudo a2enmod ssl.conf" and "sudo a2enmod

Re: [users@httpd] Trying to serve pages to localhost

2021-05-03 Thread Eric Covener
> mydomain.com.conf: > ... > #ServerName www.example.com This can be problematic, I suggest choosing an explicit ServerName here. Otherwise the systems own hostname is substituted and when you add a later virtualhost with it, it will be unreachable Probably not the culprit right now

Re: [users@httpd] Trying to serve pages to localhost

2021-05-03 Thread Paul Claridge
On 03/05/2021 12:34, Eric Covener wrote: I have configured logging in both VH's but requests are appearing in my SSL log and not the (different) localhost (http) log. I think I might be missing something fundamental here about the way localhost is treated? Can you paste the output of

Re: [users@httpd] confinement of directives

2021-05-03 Thread Eric Covener
On Mon, May 3, 2021 at 4:35 AM Hulio andres wrote: > > I wish to localise the mod_jk custering to only one virtual host > does Apache allow for this ? If you have a working global configuration, cut and paste of the JKMount directive should tell you in seconds.

Re: [users@httpd] Trying to serve pages to localhost

2021-05-03 Thread Eric Covener
> I have configured logging in both VH's but requests are appearing in my > SSL log and not the (different) localhost (http) log. > > I think I might be missing something fundamental here about the way > localhost is treated? Can you paste the output of apachectl -S and the config for the two ?

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Eric Covener
On Mon, May 3, 2021 at 7:17 AM Hulio andres wrote: > > > I do not have mod_ssl > > $ ls modules/mod_ssl.so > ls: cannot access 'modules/mod_ssl.so': No such file or directory > > Instructions page https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html > > Your SSL configuration will need to

Re: [users@httpd] confinement of directives

2021-05-03 Thread Nick Folino
This guy must have hundreds of email addresses. On Mon, May 3, 2021 at 4:35 AM Hulio andres wrote: > I wish to localise the mod_jk custering to only one virtual host > does Apache allow for this ? > > > > > - To > unsubscribe,

[users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
  I do not have  mod_ssl   $ ls modules/mod_ssl.so ls: cannot access 'modules/mod_ssl.so': No such file or directory   Instructions page https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html Your SSL configuration will need to contain, at minimum, the following directives. LoadModule

[users@httpd] Trying to serve pages to localhost

2021-05-03 Thread Paul Claridge
Esteemed helpers, I have a Ubuntu 20.04 LAMP server running apache2 2.4.41 I have a VirtualHost on 443 with a letsencrypt certificate, and it works fine. I have constructed a page and proved it renders on this VirtualHost. The page displays a bootstrap modal. What I want to do is render that

[users@httpd] confinement of directives

2021-05-03 Thread Hulio andres
I wish to localise the mod_jk custering to only one virtual host does Apache allow for this ?         - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org