[users@httpd] Apache httpd 2.4.46 was installed successfully on CentOS 7.8 using rpm

2020-08-07 Thread kohmoto
Hi, Platform:     CentOS Linux release 7.8.2003 (Core)     kernel version: kernel-3.10.0-1127.18.2.el7.x86_64 I have installed the newly released Apache httpd 2.4.46 on the above  platform through rpmbuilding successfully without problems. Thank you all contributors to this project for this

[users@httpd] How to make mod_autoindex mobile-friendly?

2020-08-07 Thread Jim Avera
Google complains that directories displayed by mod_autoindex have "Mobile Usability Issues", specifically: Clickable elements too close together Text too small to read Viewport not set What's the best way to fix this? I can't change the Apache server config.  My top-level .htaccess file conta

[users@httpd] How to get data from override_list?

2020-08-07 Thread Ralf Stephan
Hello! I use: * Debian GNU/Linux (stretch) * apache (2.4.25) * libapr1 (1.5.2) * https://httpd.apache.org/docs/2.4/developer/modguide.html Preliminary: I want to write an apache module. But first I want a kind of info page. To see how to use apache, apr, how to get and set data, ...,