[users@httpd] Unreliable Fedora 26 installation using a kickstart file

2017-08-10 Thread fedora
Dear listers I never had such an unreliable installation as the one for fedora 26. I am a long time user of fedora (at least since 2003). The HW here: 1. Workstation with two disks, each having its own fedora installation. On each fedora bare-metal installation there is a fedora installation

Re: [users@httpd] Permission to enable CGI Scripts to do an I/O on the file system

2017-08-10 Thread Marat Khalili
You didn't specify system, so I assume it's a standard Linux installation. CGI scripts by default run with permissions of the web server, which are intentionally limited. However, you can create new files and directories in /tmp, possibly using tempfile module. If you want more than just a temp

[users@httpd] Permission to enable CGI Scripts to do an I/O on the file system

2017-08-10 Thread Kiorp Pilu
Hello, I have written a python script that will spit out a log file. This python script will be executed as a CGI script. I am able to run the python program, but not able to make it write to an output file. How can I enable Apache web server to do so ? Thanks, Dann

[users@httpd] Best practice for mod_authn_dbd + postgresql; really SHA1?

2017-08-10 Thread Phil Endecott
Dear Experts, I'm trying to determine the best way to implement Apache authentication using mod_authn_dbd and PostgrSQL; my starting point has been this documentation: https://httpd.apache.org/docs/2.4/mod/mod_authn_dbd.html https://httpd.apache.org/docs/2.4/misc/password_encryptions.html

[users@httpd] wrong content-type in responses from Apache 2.4.16

2017-08-10 Thread Kandi, Satish
Hi, Apache Version: 2.4.16 Problem: Apache responds with the wrong content-type header when file names have multiple extensions. Here is an example file name : grouped_user_todolist_js.xml.81494e1e4a606317a1079f21bd9e88e3.merged.js;mod=ca2fb907 Initial request for this resource is served by a pr