Recent posts

#91
Apache 2.4 / Re: Mod_Bikeshed
Last post by DnvrSysEngr - November 21, 2022, 02:24:18 AM
Puerto:

Here are instructions on how to install mod_bikeshed:

INSTALL
 *   -------
 *   1. Copy the module to your Apache's modules folder.
 *   2. Copy the included .conf file to your Apache's /conf/extra
 *      directory.
 *   3. In your httpd.conf file, and the below line to the file somewhere in the
 *      global context (right after the LoadModule section is good);
 *   
 *      Include conf/extra/httpd-bikeshed.conf
 *   
 *   4. Restart Apache.
 *   
 *   5. A simple test to see if it is working is to look at the server
 *      signature at the bottom of a simple directory index. You can
 *      also check via a scripting language like PHP [phpinfo()] or
 *      other.

Here is a sample config file for mod_bikeshed:

######################################################################
# Apache Configuration File for mod_bikeshed
#
# Place this file in your Apache /conf/extra directory, modify as
# desired and then add to your httpd.conf file somewhere in the
# global context;
#
# Include conf/extra/httpd-bikeshed.conf
#
######################################################################

LoadModule bikeshed_module modules/mod_bikeshed.so

<IfModule bikeshed_module>

# Turn on the module
BikeShedTokensReplace On

# The string to replace Apache Tokens with or set to
# "None" to disable ServerTokens
#BikeShedTokensString "None"
BikeShedTokensString "MyServer/1.2.3 my_module/1.0"

</IfModule>

# End of Apache Configuration File for mod_bikeshed
#92
Apache 2.4 / Re: Mod_Bikeshed
Last post by puertoblack2003 - November 19, 2022, 04:46:09 PM
#93
Apache 2.4 / Re: Mod_Bikeshed
Last post by DnvrSysEngr - November 18, 2022, 07:18:16 PM
Thank you Gregg.
#94
Apache 2.4 / Re: Mod_Bikeshed
Last post by Gregg - November 18, 2022, 04:51:02 PM
#95
Apache 2.4 / Re: Mod_Bikeshed
Last post by Gregg - November 18, 2022, 06:32:23 AM
I'll give it a try maƱana (Friday)
#96
Apache 2.4 / Mod_Bikeshed
Last post by DnvrSysEngr - November 15, 2022, 10:58:54 PM
Hi Gregg:

Any plans to update Mod_Bikeshed to VC17?  Looks like v1.0 is out?

     (https://github.com/JBlond/mod_bikeshed)

Thank you.

  --Scott
#97
Apache 2.4 / Re: TLSv1.0 with OpenSSL 3.0.5
Last post by mbalestra - November 11, 2022, 08:56:20 PM
Thank you Mario and Greg.
I found finally the solution of my problem. I post it here in case someone else is looking for it.
Setting the ciphers is not enough, you have also to decrease the seclevel to 0.
And this is done in the SSLCipherSuite option.
For me this SSLCipherSuite works:
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:@SECLEVEL=0

Note the @SECLEVEL=0 at the end.
#98
News & General Discussion / Re: Forum Upgrade
Last post by puertoblack2003 - November 08, 2022, 04:39:49 PM
looks good other then the forum is wide I'm on firefox
#99
News & General Discussion / Re: OpenSSL 3.0
Last post by mario - November 07, 2022, 02:54:54 PM
That OpenSSL issue is valid if you use certs for authentication. Otherwise it isn't that quick needed.
#100
Announcements / Release of Apache 2.4.54 Updat...
Last post by Gregg - November 05, 2022, 04:56:37 PM

This release includes:
APR Version:        1.7.0
APU Version:        1.6.1
Brotli Version:    1.0.9
Expat Version:    2.5.0
Jansson Version:    2.14
Libcurl Version:   7.86.0
LibXML2 Version:    2.10.3
LUA Version:        5.2.4
NGHTTP2 Version:    1.50.0
OpenSSL Version:    1.1.1s, 3.0.7 or LibreSSL 3.6.1
PCRE2 Version:       10.40
SQLite3 Version:    3.39.4
ZLib Version:       1.2.13


You can get your copy of the new Apache HTTP Server from our download page.

Change Log for OpenSSL 1.1.1
Change Log for OpenSSL 3.0

Change Log for LibreSSL 3.6.1