RE: [users@httpd] How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004) [EXT]

2020-09-02 Thread James Smith
You will need to read up the difference between the 2.2 and 2.4 apache documents [there are some ugrade docs] - just copying the configuration over will not work... e.g. LockFile -> Mutex; Order allow,deny / Deny from all -> Require all denied Order allow,deny / Allow from all -> Require all

Re: [users@httpd] TLS handling with reverse proxy

2020-09-02 Thread Yuma Technical Inc.
Hi In my case, I use Webmin. It is written in perl and the HTTP server is Miniserv. One can set the listen port number, whether to use HTTPS, and many other parameters, in a INI file. So I do have any code to show you for this. If you ask for a specific file, I can show that, otherwise I’m

Re: [users@httpd] Apache and nextcloud - insecure ?

2020-09-02 Thread Bjoern Voigt
Bernd Lentes wrote: > 1. > https://docs.nextcloud.com/server/19/admin_manual/installation/source_installation.html#installation-wizard > The recommendation is to change the owner of the DocumentRoot of the > Nextcloud installation to www-data, the user the apache2 process is running. > "chown -R

[users@httpd] Base server versus virtual servers

2020-09-02 Thread Tom Browder
I am fine-tuning a single physical server running multiple virtual hosts defined by a macro and using SNI for access to each. The apache version is 2.4.43 and OpenSSL is 1.1.1g. OS is Debian 10 Buster. In looking at the docs about OCSP it mentions possible problems with restarts when the cert

[users@httpd] Form based authenication in Apache

2020-09-02 Thread Sathish Vijayan
Hi, I am using form based authentication in Apache for proxy forwarding to different application under the same site domain: For Example: https://www.example.com/Application1