Re: [users@httpd] Override a File to Same Name in Another Directory

2016-03-12 Thread Marat Khalili
If you want client requests to http://your.site/config.php be served by ./parent/config.php , then the answer is yes -- I'd start with mod_rewrite for instance. If config.php is invoked by PHP, not by Apache, then you cannot fix it using Apache features -- you really need to change that

[users@httpd] Potential HTTP/2 Bug within Apache 2.4.18

2016-03-12 Thread Russel Van Tuyl
I'm running an Apache 2.4.18 web server (Server-A) compiled from source as a reverse proxy. I'm using ProxyPass on Server-A to pass traffic to a proxy, nghttpx, listening on 127.0.0.1:3000. This nghttpx proxy sends traffic to a second server, Server-B, across the network. Connections from a web

[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

Re: [users@httpd] SSI

2016-03-12 Thread Kees Nuyt
On Sat, 12 Mar 2016 11:05:06 -0800, Jack wrote: > Halaluia! I just found the problem. After discovering the log > files at /private/var/log/apache2, I read the log and found > the error "an unknown filter was not added: includes”. > So, that led me to think that some module was not loaded > and

[users@httpd] Override a File to Same Name in Another Directory

2016-03-12 Thread Ron Wingfield
I don’t know if and how this can be accomplished. Scenario: Two directories, parent and child. parent is in a virtual host “container”. child is a symbolic link to an application default core distribution directory (php objects). ./parent/child contains a default config.php file. ./parent

Re: [users@httpd] SSI

2016-03-12 Thread Jack Penkethman
Halaluia! I just found the problem. After discovering the log files at /private/var/log/apache2, I read the log and found the error "an unknown filter was not added: includes”. So, that led me to think that some module was not loaded and that was eventually found to be mod_include! Lesson:

Re: [users@httpd] SSI

2016-03-12 Thread Jack Penkethman
Thank you Kees Nuyt! It’s exciting to have help. But, I’m not there yet. I made the change to DirectoryIndex and I no longer get the directory and I do get my page. But I do not get the html file loaded into the home.shtml file. Here are all the changes I’ve made (that I’m aware of anyway!)

Re: [users@httpd] No Space Left on Device and Couldn't perform atomic initialization Errors

2016-03-12 Thread Jim Jagielski
Many, many times this is when you fill up on IPCS (semaphores and/or shared memory). Use 'ipcs -a' to see what your current limits and usage is. > On Mar 11, 2016, at 2:45 PM, Mitchell Smith wrote: > > Hi > > I have a strange issue with Apache (2.2.23), fronting a svn

Re: [users@httpd] SSI

2016-03-12 Thread Kees Nuyt
On Fri, 11 Mar 2016 22:24:56 -0800, you wrote: >Can't get SSI working. I may have munched something inadvertently. >Using Apache 2.4 on my MacBook >Put "Options +Includes" in "/Library/WebServer/Documents"> >Took out the #'s before: >AddType text/html .shtml >AddOutputFilter INCLUDES