Re: [users@httpd] RewriteCond help

2014-05-16 Thread Michael Streeter
On 5/12/2014 8:51 AM, Cabell, Jeff wrote: We’ve noticed attempted injection attacks on one of our servers and even though the virus scanners are halting the execution of the malicious code, there is still a level of penetration that we are trying to stop. Can anyone give me an idea why

Re: [users@httpd] mod_rewrite help request

2014-04-01 Thread Michael Streeter
On 4/1/2014 1:15 PM, James Moe wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have changed the way a website refers to page in the URL. The old method was odd, useless and unnecessarily complicated. I wish to have rewrite rule that changes

Re: [users@httpd] URL Rewrite Question

2014-03-28 Thread Michael Streeter
On 3/28/2014 9:39 AM, Brian Gaber wrote: This is my first attempt at using RewriteRule. I have about 200 webpages the contain SPS or MENU (in UPPER or lower case) that I want to send to a webpage on another server. I thought this might work, but it has not. RewriteCond %{REQUEST_URI}

Re: [users@httpd] php5 module

2014-02-18 Thread Michael Streeter
On 2/18/2014 9:32 PM, Roman Gelfand wrote: I just built apache 2.4.7 from source. I would like to build php5 module. Where can I download just the php5 module source from? I tried to download from php site, but all they have is complete source download. The complete source from the php site

Re: [users@httpd] RewriteEngine

2014-02-10 Thread Michael Streeter
On 2/10/2014 8:04 AM, Eric K. Dickinson wrote: Thank you very much. I gave it a go... Still no Joy, the attempts at directory recursion still end up in the access log... More reading. eric Sorry to hear that. A couple of things that help me, and may help in your troubleshooting are: 1)

Re: [users@httpd] RewriteEngine

2014-02-07 Thread Michael Streeter
On 1/28/2014 10:09 AM, Eric K. Dickinson wrote: Good Morning. We have a bunch of WordPress sites. We also have a requirement to be scanned by Nessus and AppScan. This drives the caching on WordPress nuts. I have been able to significantly reduce this with a ReWriteRule. RewriteEngine on

Re: [users@httpd] Allowing users to view content of password-protected directory

2013-01-26 Thread Michael Streeter
Hello, My problem is that I want users who have logged in to the password-protected directory to be able to view a listing of the content of the directory and its subdirectories. None of the directories have index files, so under normal conditions, an attempt to access the directory would

Re: [users@httpd] Authentication by checking that a user only exists

2012-11-28 Thread Michael Streeter
On 11/28/2012 3:17 PM, David Ecker wrote: Hi, how can I solve the following situation? The user should be authenticated in two steps: 1) Check in Radius, Tacas, LDAP Server or any other external datasource by validation user and password. 2) Check in local sqlite3 database that a user

Re: [users@httpd] Problem with URL Rewriting

2012-06-02 Thread Michael Streeter
On 06/02/2012 06:19 AM, Jean-Christophe Boggio wrote: Michael, Thanks for your reply. Le 02/06/2012 03:35, Michael Streeter a écrit : To clarify, are you looking to have the URL in the browser change? If so, change the [L] in the RewriteRule lines to [LR]. No, I want that when they try

Re: [users@httpd] Problem with URL Rewriting

2012-06-01 Thread Michael Streeter
On 05/30/2012 08:39 AM, Jean-Christophe Boggio wrote: Hello, I have a problem with URL Rewriting. I'm trying to transform URLs of the form : http://medecine-et-enfance.net/archives/voir.html?file=J_2005_01_039.pdf to http://medecine-et-enfance.net/showpdf.html?file=J_2005_01_039.pdf I have

Re: [users@httpd] Build problem

2012-05-30 Thread Michael Streeter
On 05/30/2012 07:06 AM, Bill Vance wrote: make[1]: *** No rule to make target `crypto/apr_md5.c', needed by `crypto/apr_md5.lo'. Stop. make[1]: Leaving directory /usr/local/src/httpd-2.4.2/apr-util-1.3.9+dfsg' make: *** [all-recursive] Error 1 Hello, It looks like you are trying to build

Re: [users@httpd] Single auth file for many per-user directories

2012-05-27 Thread Michael Streeter
On 05/23/2012 06:58 AM, Richard Davies wrote: Eric Covener wrote: ?Requireauth_username=root_directory_name Or alternatively, a way for me to have Require valid-user, but then somehow prevent users from accessing directories other than their own? (even with a hack like rewrite rules?) There

[users@httpd] Problem Compiling httpd-2.4.1 with mod_session_crypto

2012-02-23 Thread Michael Streeter
Hello, I'm trying to compile httpd-2.4.1 with mod_session_crypto, but the configure step errors out: #./configure --enable-session-crypto --with-included-apr ... snip snip configure: WARNING: Your APR does not include SSL/EVP support. configure: error: mod_session_crypto cannot be enabled