RE: [users@httpd]

2014-02-26 Thread Mark Steven Ellenberger
Well, I found my own silly mistake. I had an environment variable INSTALL set which pointed to the directory in question. Once removed, all went well. -Original Message- From: Mark Steven Ellenberger [mailto:ma...@uab.edu] Sent: Wednesday, February 26, 2014 6:14 PM To: 'users@httpd.apac

[users@httpd] Mixing ReWrite and AliasMatch

2014-02-26 Thread Darren Ward (darrward)
Hi Guys I'm trying to combin a couple of things and I don't think it is going to work so I'm looking for some advice please... Essentially I want to have a ReWrite rule that detects when an Apple captive portal detect is perfromend and send the request to a page that should emulate the require

[users@httpd]

2014-02-26 Thread Mark Steven Ellenberger
I am very new to apache so please bear with me... I am trying to install apache on a Solaris server and it is failing with the following when I run 'make install': Reaping winning child 0x000aefa8 PID 23106 /itgd/u65/hp/install -m 644 /itgd/u65/apache/install/httpd-2.2.21/srclib/apr/include/apr

[users@httpd] Problems with directive "SSLPassPhraseDialog" with a piped script

2014-02-26 Thread Tom Browder
I am using httpd 2.4.7 built from source. OpenSSL is a Debian package with version 1.0.1e. The pertinent part of my httpd.conf is: SSLCertificateKeyFile /path/to/key.file SSLPassPhraseDialog |/path/to/passphrase.sh $ cat passphrase.sh #!/bin/bas echo averylongand randompassord But

[users@httpd] How To Handle RewriteMap Program Not Running

2014-02-26 Thread Kev
Hi. We would like to use a RewriteMap program to convert URLs which will then be proxied. So far we have managed to create the relevant rewrite rule and a test script that does what we want. The only flaw in our plan is that there appears to be no way to handle if the rewrite program stops run