[users@httpd] unsubscribe

2022-10-13 Thread edflecko

Re: [users@httpd] Http Server 2.4.43 version RPM

2020-05-05 Thread edflecko .
l httpd -y Ed On Tue, May 5, 2020 at 11:34 AM edflecko . wrote: > yum install yum-changelog -y > yum changelog httpd > yum install -y wget epel-release -y > cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm > <https://repo.codeit.guru/codeit.elrpm>

Re: [users@httpd] Http Server 2.4.43 version RPM

2020-05-05 Thread edflecko .
yum install yum-changelog -y yum changelog httpd yum install -y wget epel-release -y cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo yum info httpd yum install httpd -y Ed On Tue, May 5, 2020 at 8:04 AM Richard

Re: [users@httpd] Problem new virtual host

2020-04-30 Thread edflecko .
Can you ping both roissystudiotest.ca and www.roissystudiotest.ca? Do you have something like: ServerName roissystudiotest.ca ServerAlias www. roissystudiotest.ca in your vhost file? Do you have an index file, of some sort, in the virtual home directory? Ed On Thu, Apr 30, 2020 at 12:

[users@httpd] Complete list of Expires Headers for WordPress site?

2020-02-18 Thread edflecko .
I mention that I'm running a WP site only if that matters. The OS is CentOS 7 and I host the server. When I test my site with https://tools.pingdom.com , it scores me an 89 in the area of Expires Headers. I'm hoping someone can tell me what else I might want to add, so I have a "complete" list of

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-13 Thread edflecko .
Sure. This command: ./configure --disable-alias --disable-authn_file --disable-authn_core --disable-authz_host --disable-autoindex --disable-authz_groupfile --disable-authz_user --disable-authz_core --disable-access_compat --disable-auth_basic --disable-reqtimeout --disable-filter --disable-env --

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-13 Thread edflecko .
Nick, Thank you for your suggestion in my syntax; I'll try it out. The only reason I'm trying it this way is to compare both performance and security of the default -vs compiled versions to see if there are much, if any, noticeable differences. I', also trying to just learn the subtleties of compi

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-12 Thread edflecko .
Will, Thanks for your input. I should have mentioned that I'm using CentOS 7 and "a2dismod" isn't available. However, like I said, I'd like to know how to disable (i.e., remove) the "Shared" modules when configuring from source. Ed

[users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-12 Thread edflecko .
I'm trying to learn how to compile Apache 2.4.41 to include all of my modules as static and not shared, but I'm having no success. Here's my configure command: ./configure --disable-mod_alias --disable-mod_authn_file --disable-mod_authn_core --disable-mod_authz_host --disable-mod_autoindex --disa

[users@httpd] How to deal with www and non-www domain names with one certificate?

2020-02-04 Thread edflecko .
I don't understand how to deal with forcing all connections to www.sierraprogress.org to simply sierraprogress.org , forcing all connections to my website with https , and using only one certificate per domain name? Here's my unique server information: CentOS 7 Server version: Apache/2.4.41 (codei