neard icon indicating copy to clipboard operation
neard copied to clipboard

Apache current latest version

Open LEO33SoFo opened this issue 5 years ago • 4 comments

Can i request Apache v2.4.43?

LEO33SoFo avatar Jun 27 '20 20:06 LEO33SoFo

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 27 '20 20:07 stale[bot]

Hi, I did update Apache to 2.4.46

So how to do it:

  1. download binary file from https://www.apachehaus.com/cgi-bin/download.plx, version: httpd-2.4.46-lre314-x86-vs16.zip
  2. create folder new folder "apache2.4.46" under neard\bin\apache\
  3. open the zip file and copy folders: bin, logs and modules to the created diretory
  4. from previos installed apache version folder copy "conf" directory and file neard.conf
  5. edit neard.conf file and update it:
apacheVersion = "2.4.46"
apacheExe = "bin/httpd.exe"
apacheConf = "conf/httpd.conf"
apachePort = "80"
apacheSslPort = "443"
apacheOpensslExe = "bin/openssl.exe"

bundleRelease = "rMy"
  1. Edit file conf/neard.conf and find all strings with the old apache version and replace it with apache2.4.46
  2. Copy form previous apache version bin/openssl.exe to the new bin folder
  3. Restart Neard and switch the new version of Apache

To install PHP 8 see https://github.com/neard/neard/issues/458#issuecomment-734969874

@crazy-max Can I help with creation of modules on the web page?

Lukas

myspulin avatar Nov 27 '20 12:11 myspulin

@myspulin would you be willing to join me on https://github.com/N6REJ/module-php/discussions/4 & here https://github.com/N6REJ/neard/issues/4 so we can get neard updated? I could really use the help. I'm trying to understand @crazy-max system but its a bit confusing

N6REJ avatar Nov 20 '21 17:11 N6REJ

see https://github.com/N6REJ/neard/discussions/10

N6REJ avatar Nov 23 '21 17:11 N6REJ