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
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
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
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
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 --
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
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:
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
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>
10 matches
Mail list logo