[users@httpd] Build "stand-alone" apache

2016-03-12 Thread Jason Friedman
My goal is to build an apache that can authenticate against Microsoft Active Directory. We run RHEL at the office and I have a limited ability to install, configure or run software as root. I am thinking I might instead run apache on a non-privileged port and install it in a non-privileged direct

[users@httpd] CGI script returns content of file

2014-05-18 Thread Jason Friedman
I'm using Apache 2.4.6. Apache: $ tail /etc/apache2/apache2.conf ScriptAlias /python/ /var/www/python/ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all AddHandler cgi-script .py AddHandler default-handler .html .htm CG