-
I am using ring's resource handler (`ring/create-resource-handler`) to serve a Vite application. Vite builds the application as `index.html` and other files in the same distribution directory. I rely …
-
Changing the mpm module to be used for a `httpd_service` instance (at least on Ubuntu 14.04) results in 2 enabled mpm module load files and this fatal error while running `sudo chef-client`:
```
…
ghost updated
7 years ago
-
Hi
I found one issue with apache configuration. I have to change selinux label for /var/www/lameapp/lame.py from httpd_sys_content_t to httpd_unconfined_script_exec_t, because I got Inernal server…
-
Bugs with configuration apache on AWS:
setsebool -P httpd_can_network_connect true
-
For purposes of installing the web configuration (ie. `make install-webconf`), `configure` needs to know where Apache (or others) are installed. Defaults to `/etc/httpd`, not `/etc/apache2` or similar
-
I've installed mod_mono and configured Apache2 to use for hosting an asp.net mvc site.
This morning, our Network Operations Center sent us an email, saying that a process called 'mono' was using 99…
-
Hello!
Using this module for a high-traffic web application, I've observed that the server gradually runs out of memory due to ever-increasing httpd worker process memory usage.
I've reproduced …
-
H2O version, Operating System, and Environment
H2O Versions: 3.42.0.2 up to 3.46.0.5
Operating System: Windows with WSL (Linux kernel version 5.15.153.1-microsoft-standard-WSL2)
WSL Distribut…
-
It should be possible to Nexus to listen on reserved ports (< 1024), with proper configuration, so a proxy (nginx or httpd) is not necessary.
ttres updated
6 years ago
-
```
What steps will reproduce the problem?
1. Install module 3.2.6 as described by documentation
2. Configure and install pwauth 2.3.10 for PAM authentication
3. Configure httpd.conf as described by …