Re: [users@httpd] missing image

2024-02-01 Thread Adam Weremczuk
Yup, all it needed was that missing slash. TA! On 01/02/2024 13:46, Sherrard Burton wrote: that is not the correct form of the absolute URL. absolute URLs are based at your DocumentRoot. so since your DocumentRoot is DocumentRoot /var/www/html/holding the correct absolute URL would be "/ms-lo

Re: [users@httpd] missing image

2024-02-01 Thread Adam Weremczuk
511 / -- After I replace: img src="ms-logo.png" with img src="/var/www/html/holding/ms-logo.png" (valid path) the image doesn't even show on the home page. Regards, Adam On 31/01/2024 19:53, Sherrard Burton wrote:

[users@httpd] missing image

2024-01-31 Thread Adam Weremczuk
Hi all, Apache 2.4.56. I'm trying to set up a holding page that would catch all traffic (including errors) and redirect to a very basic holding page. It seems to be working now as I want. Apart from the logo image missing if I supply any multi level path, e.g: 1. Logo showing: https://hol

Re: [users@httpd] pwauth to external server

2023-05-23 Thread Adam Weremczuk
thout specifying a FQDN or IP, port number etc. like you do with: AuthLDAPURL ldap:// What am I missing here? Regards, Adam On 18/05/2023 20:21, Frank Gingras wrote: This comes to mind: https://code.google.com/archive/p/mod-auth-external/wikis/AuthNZ.wiki On Wed, May 17, 2023 at 12:48 PM Ad

[users@httpd] pwauth to external server

2023-05-17 Thread Adam Weremczuk
Hi all, I run some old Bugzilla 3.6.11 (https://www.bugzilla.org) on SERVER1 (Debian 7 / Apache 2.2.22 / MySQL 5.5.31). The following authentication works locally: AuthType Basic AuthPAM_Enabled on AuthBasicAuthoritative off AuthUserFile /dev/null I have migrated Bugzilla to a modern stack o

[users@httpd] logging SSL handshake failures

2020-06-19 Thread Adam Weremczuk
Hi all, I'm running Apache 2.4.25 on Debian 9 and trying to debug SSL. Even with LogLevel set to trace8 error.log doesn't produce exhaustive details when I e.g. try to connect using older unsupported protocol: openssl s_client -connect www.mysite.com:443 -tls1 [Fri Jun 19 16:15:54.339546 202