Re: [users@httpd] WordPress .htaccess rewrite issue between httpd versions

2022-09-21 Thread Mark Leisher
ource /site1/index.php DirectoryIndex /site1/index.php On Wed, 21 Sept 2022 at 16:37, Mark Leisher <mailto:mleis...@cs.nmsu.edu>> wrote: I hope this is the right list to bring things like this up. I'm running into a rewrite loop problem with a WordPress .htaccess fil

[users@httpd] WordPress .htaccess rewrite issue between httpd versions

2022-09-21 Thread Mark Leisher
p per-dir prefix: /wpsites/site1/ -> applying pattern '^index\\.php$' to uri '' strip per-dir prefix: /wpsites/site1/ -> applying pattern '.' to uri '' pass through /wpsites/site1/ strip per-dir prefix: /wpsites/site1/ -> applying pattern '.*&#x

[users@httpd] Rewrite Question.

2021-04-29 Thread Mark Widner
] RewriteRule .* - [E=CKE_CC:%2] Possible values for testing could be cookie_redirect=en-us and ultimately be transformed into US-EN. Thanks in advance, Mark

Re: [users@httpd] Re: LAN to WAN access

2021-04-27 Thread Mark Brodis
hostname mapped to your IP address, you can do it statically or with some dynamic DNS, that's all fine, but all that does is put a nice name on your IP...steps 1 & 2 above will still have to be satisfied. -Mark On Tue, Apr 27, 2021 at 2:59 PM Antony Stone < antony.st...@apache.open.so

Re: [users@httpd] Monitoring httpd server performance

2021-04-26 Thread Mark H. Wood
my modest needs. Monit is useful for detecting hung or crashed services and restarting them. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

[users@httpd] stacked authentication

2021-03-31 Thread Mark Lybarger
I'm looking to stack my authentication for a particular context. i'm using oidc/oauth2 to authorize access to resources. i want to use multiple providers to both allow access. from the below snippet, i want to allow multiple endpoints with their own client id/secret to authorize traffic to /app.

[users@httpd] Combine two AuthType at the same location?

2021-02-18 Thread Mark H. Wood
uthType Basic". Is there a way to do that in HTTPD 2.4? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

[users@httpd] Details on writing an authentication module?

2021-02-08 Thread Mark H. Wood
I found some help on writing modules in general, but nothing on requirements specific to authentication modules. Would someone please point me in the right direction. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan

Re: [users@httpd] Apache 2.4 can not access server sub-directory

2020-10-29 Thread Mark Brodis
Are you perhaps using httpd on Linux and if so is it a Linux version with selinux? If that's your scenario, take a look at this, with selinux the file permissions are only half the story, you have to categorize data in other directories by setting the type. I just had to do this, was a bit of a l

[users@httpd] Authenticate with one Authtype, authorize with another?

2020-06-30 Thread Mark H. Wood
che mod_authnz_ldap for authorization. These are two different 'Authtype's. Am I out of luck? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: [users@httpd] stop emails to tsperd...@bellsouth.net

2020-06-28 Thread Mark J Bradakis
On 6/28/20 11:13 AM, tsperd...@bellsouth.net wrote: How do I stop all emails from apache. Thank you tsperd...@bellsouth.net Are you asking how to unsubscribe from this list? mjb. - To uns

[users@httpd] x-forwarded-for logging

2020-03-25 Thread Mark Lybarger
I'm logging x-forwarded-for traffic, and i get logs that show: 99.88.22.22%123 what is the %123 portion?

Re: [users@httpd] Reverse proxy

2020-03-24 Thread Mark Brodis
Without knowing exactly how your setup is configured, my guess is the issue is that when you authenticate the first time to the remote site whatever auth logic it's using that is not being persistent for your connection or repeat requests. Typically this would be a cookie, you authenticate success

[users@httpd] mod_ajp: adding "secret=xxx" parameter to config yields syntax error

2020-02-13 Thread Mark H. Wood
the same ProxyPass directive). The directive was previously working before I added the 'secret' parameter. What am I missing? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, I

[users@httpd] Re: uncompressing lzw payload

2019-08-22 Thread Mark Lybarger
< christophe.jail...@wanadoo.fr> wrote: > Le 16/08/2019 à 17:33, Mark Lybarger a écrit : > > i'm reading about mod_deflate where it can handle gzipped content sent > > and automatically uncompress the payload. i have embedded clients that > > want to send compressed dat

[users@httpd] uncompressing lzw payload

2019-08-16 Thread Mark Lybarger
as i read, gzip algroithm can handle lzw content, but before i setup a POC to test lzw content decompression via apache mod_deflate, can anyone provide insights? thanks! -mark-

[users@httpd] Options for characterizing module CPU consumption

2019-08-01 Thread Mark Blackman
Hi, What options do I have for characterizing, on a per-prequest basis, how much CPU and/or clock time is consumed by each Apache module in request processing? Regards, Mark --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Mark J Bradakis
Some of the tools here might assist in tracking down what is visible to the world and what is not. https://tools.dnsstuff.com/# mjb. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mai

[users@httpd] confirming proper heders

2019-05-23 Thread Mark DM
05:00:00 GMT Last-Modified: Thu, 23 May 2019 19:57:37 GMT Cache-Control: no-store, no-cache, must-revalidate Cache-Control: post-check=0, pre-check=0 Pragma: no-cache Content-Length: 6 Content-Type: text/html; charset=UTF-8 I have also looked at wireshark traces and Firefox console but none of this tells me what is "correct". Thanks for any help Mark

[users@httpd] Files POSTed are not saved, instead 404

2019-05-17 Thread Mark DM
Hi I am new to the list . I posted this earlier but am afraid for lack of subject it was ignored. Posting here again with update. I have an issue which I believe to be an apache configuration issue When I POST a file with CURL or android app I get 404 error however the path exists. As I underst

[users@httpd]

2019-05-16 Thread Mark DM
Hi I am new to the list . I have an issue which I believe to be an apache configuration issue When I POST a file with CURL or android app I get 404 error however the path exists. As I understand It i do not need a handler to POST and the file should appear. I am trying to replicfate AirScan/eSCL

Re: [users@httpd] CGI scripts generating 503 error

2019-04-28 Thread Mark J Bradakis
Finally figured it out. The problem was the difference in the Apache CGI modules.  If you use prefork MPM ( Multi Processing Modul ) you need to use mod_cgi.  If you use worker MPM you need to use mod_cgid.  The reverse combinations do not work.  One will actually give you an error and not sta

[users@httpd] CGI scripts generating 503 error

2019-04-26 Thread Mark J Bradakis
So I am really having a difficult time figuring out this problem.  Tried to do some searching of the archives here, didn't come up with anything. Recently had a server die, but was in the process of replacing it at my leisure. Had to do it ASAP instead, didn't have a chance to test everything.

[users@httpd] RE: Apache http - your connection is not secure

2018-07-03 Thread Sandels Mark (RTH) OUH
apache-tomcat-9.0.6\conf\workers.properties" # Declare the log file location of mod_jk JkLogFile "C:\Program Files (x86)\apache-tomcat-9.0.6\logs\mod_jk2.log" # Declare the log level of mod_jk (optional) JkLogLevel debug # Declare the time stamp format of the mod_jk log (optional) J

[users@httpd] Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-25 Thread Sandels Mark (RTH) OUH
I am attempting to launch a WAR web application from a tomcat service (tomcat 9.0.2, windows server 2008 R2), after invoking a URL in a browser (Firefox) hosted by an Apache HTTP server (Apache 2.4). The documentation ... https://www.ibm.com/support/knowledgecenter/SS6RHZ_6.0.6/com.ibm.rational.

Re: [users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Mark Nenadov
is module for more > details." > > So maybe setting "upgrade=websocket" as a ProxyPass parameter might already > achieve what Mark is looking for? > > Regards > Jens Hi Jens, I saw this upgrade parameter in the manual earlier and tried it. But it doesn't

Re: [users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Mark Nenadov
On Thu, Feb 8, 2018 at 1:33 PM, wrote: > You are probably proxying with mod_proxy_wstunnel. It seems to me that > "Upgrade: WebSocket" is hard-coded in that module. > > Regards, > > Rainer Hi Rainer, Thanks. Yes, I am using mod_proxy_wstunnel and it appears th

[users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Mark Nenadov
gs along somehow, but my research hasn't come up with an answer that explains it or offers a resolution. Am I missing something here? Versions: Apache httpd 2.4.18 / Apache Tomcat 8.5.24 Many thanks, ~Mark

[users@httpd] extract auth header from query string

2017-11-15 Thread Mark Lybarger
ss://myhost.com/browserendpoint?creds=user:pass then apache can rewrite to the correct url and add the needed Authorization header.? Any help on implementing or other ideas would be most appreciated. Thanks! -mark-

[users@httpd] replace trailing new line character

2017-06-08 Thread Mark Lybarger
Hello! I need to do some content filtering on my output. Currently, I've got mod_sed to remove some xml nodes that I don't want going out. via: OutputSed "/

[users@httpd] YAHWRW

2017-06-07 Thread Mark Lybarger
uot;modelData" The other parts are wild cards that can be anything. Any help on a rewrite rule would be most appreciated. my regex is rather lacking. Thanks! -mark-

[users@httpd] XSS Issue in v2.0.59

2017-05-01 Thread Hagan, Mark
Hello All, Looking for some help to determine if I can configure Apache 2.0.59 to address a couple Cross Site Scripting (XSS) vulnerabilities. I'm not able to upgrade to a later version, so I'm trying to understand if there is functionality within this version to address the XSS issue. I have

Re: [users@httpd] Update HTML files every 1 sec by getting info from another application.

2017-03-28 Thread Mark H. Wood
enough of the design to go beyond that. The "right way" will depend on details of the data collection process. There may be several ways that are equally "right", or that all work but trade off among space, time, and complexity. All three of those can be particularly expensiv

RE: [users@httpd] TLS Proxy client certificates per virtualhost

2016-10-03 Thread Mark Blackman
tificateFile etc. Likewise, remote server CA > certificates can be made virtual-host dependent using > SSLProxyCACertificateFile etc. > > -- > > With Best Regards, > Marat Khalili > > On 30/09/16 17:42, Mark Blackman wrote: > > Hi, > > > > What kind of op

RE: [users@httpd] TLS Proxy client certificates per virtualhost

2016-10-03 Thread Mark Blackman
ttpd] TLS Proxy client certificates per virtualhost > > Hi Mark, > > in trunk sinve a few months we've got the feature, that any SSLProxy* > directive can be used in vhosts but more important per block. > The feature is proposed for addition to 2.4.x. Currently two more > re

[users@httpd] TLS Proxy client certificates per virtualhost

2016-09-30 Thread Mark Blackman
nfirm that here, please. If so, how much work would it take to provide that? Regards, Mark --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete t

Re: [users@httpd] LDAP over SSL on Slaris Sparc 5.10

2016-06-20 Thread Mark Jacquet
dependency on Solaris Sparc using 64bit compile and link flags.LDAP over SSL now works. On Linux I did nothing!! It just worked out of the box. MJ On Thursday, June 16, 2016 5:15 PM, Mark Jacquet wrote: Based on this https://bz.apache.org/bugzilla/show_bug.cgi?id=41041  I decided to

Re: [users@httpd] LDAP over SSL on Slaris Sparc 5.10

2016-06-16 Thread Mark Jacquet
too new (tls support dropped in 1.0.0t??) or that the openldap package (2.4.40) I have is not compatible (built) with this version of openssl. So I am going to try to build openldap and openssl now.Anyone know which newish versions work well together? MJ On Thursday, June 16, 2016

[users@httpd] LDAP over SSL on Slaris Sparc 5.10

2016-06-16 Thread Mark Jacquet
I am trying to build apache httpd 2.4.20 with LDAP over SSL support No matter what I try I always get this as the first line in the error log file at start up: [Wed Jun 15 19:26:17.222691 2016] [ldap:info] [pid 27064] AH01320: LDAP: SSL support unavailable I believe (through many hours or perseve

[users@httpd] unsubscribe

2016-02-11 Thread Mark Van Crombrugge
unsubscribe

Re: [users@httpd] Re: throttling IP addresses

2016-02-03 Thread Mark H. Wood
A long time ago I played around with mod-cband. My memory of that is dim, but I thought it worth mentioning in case it would help. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317

RE: [users@httpd] Balancer Manager Documentation

2016-01-08 Thread Mark Brewer (FIS-Lake Mary)
x27;m primarily wondering about the Busy & Load columns and what those values represent. The load columns often have negative numbers and numbers in the hundreds which I can't make sense of so was wondering if anyone knew that they are? Thanks, Mark Brewer Software Developer Advisory, Dev

[users@httpd] Re: AH00273: apr_proc_mutex_lock failed, possibly caused by cron, systemd or su

2015-12-29 Thread Mark Ziesmer
> Rainer Canavan sevenval.com> writes: > > > we've got an obscure problem with the apache httpd that was shipped > > with CentOS 7.2. We perform automatic builds and updates via cron, > > and, since the update to CentOS 7.2. The update script is triggered by > > cron and stops, yum updates and st

[users@httpd] Re: AH00273: apr_proc_mutex_lock failed, possibly caused by cron, systemd or su

2015-12-25 Thread Mark Ziesemer
Rainer Canavan sevenval.com> writes: > we've got an obscure problem with the apache httpd that was shipped > with CentOS 7.2. We perform automatic builds and updates via cron, > and, since the update to CentOS 7.2. The update script is triggered by > cron and stops, yum updates and starts the htt

Re: [users@httpd] Apache 2.4.10 AH00485: scoreboard is full, not at MaxRequestWorkers

2015-10-16 Thread Mark Jacquet
s 16 352c352 < LDAPOpCacheEntries 1024 --- > LDAPOpCacheEntries 0 386c386 Hope this helps some other poor souls out there. MJ On Thursday, January 29, 2015 6:35 PM, Daniel wrote: 2015-01-30 1:03 GMT+01:00 Mark Jacquet : Problem: Apache server will stay up for random amount of time, usually day

[users@httpd] RE: Re:[mod-auth-cas-dev] [users@httpd] mod_auth_cas confused by POST body split across brigades in input filter.

2015-10-08 Thread Mark Blackman
> Subject: Re:[mod-auth-cas-dev] [users@httpd] mod_auth_cas confused by > POST body split across brigades in input filter. > > On Thu, Oct 8, 2015 at 7:34 AM, Mark Blackman > wrote: > > I'd have expected a single call with 476 bytes, can anyone give me > some clues why

[users@httpd] mod_auth_cas confused by POST body split across brigades in input filter.

2015-10-08 Thread Mark Blackman
od_auth_cas meant to assume the input filter can be called more than once per request? Cheers, Mark --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and del

Re: [users@httpd] Hung thread

2015-08-17 Thread Mark Jacquet
the server.My expectation is that the server will be find again for another 20 days. Grasping at straws now. Any thoughts on this? Anything to try? ThanksMj On Thursday, June 18, 2015 7:56 AM, Jeff Trawick wrote: On Wed, Jun 17, 2015 at 8:51 PM, Mark Jacquet wrote: Just another

RE: [users@httpd] third-party mod_fastcgi releases? [I]

2015-08-11 Thread Mark Blackman
version and apply the poll patch to our Apache build. -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: 11 August 2015 23:30 To: users@httpd.apache.org Subject: Re: [users@httpd] third-party mod_fastcgi releases? [I] On Tue, Aug 11, 2015 at 6:27 PM, Mark Blackman wrote

RE: [users@httpd] third-party mod_fastcgi releases? [I]

2015-08-11 Thread Mark Blackman
Classification: For internal use only How far back do you want to go? Currently you can fetch the following http://www.fastcgi.com/dist/mod_fastcgi-current.tar.gz (just an alias for 2.4.6) http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz http://www.fastcgi.com/dist/mod_fastcgi-SNAP-091005214

RE: [users@httpd] help interpreting an Apache 2.2 segmentation fault backtrace. [I]

2015-08-06 Thread Mark Blackman
Classification: For internal use only Thanks, it is almost certainly heap corruption, but I would need something to point the finger at. Considering that httpd 2.2.29 is so mature, I'd be surprised if it's any httpd code. I'm personally speculating that one of either those two modules is interf

[users@httpd] help interpreting an Apache 2.2 segmentation fault backtrace. [I]

2015-08-06 Thread Mark Blackman
from /versions/wlsplugins_generic_11.1.1.7.0/lib/mod_wl.so #17 0xf713cd63 in request_handler () from /versions/wlsplugins_generic_11.1.1.7.0/lib/mod_wl.so #18 0x080aaa47 in ap_run_handler () #19 0x0b9a9298 in ?? () #20 0x in ?? () (gdb) Regards, Mark --- This e-mail may contain confident

[users@httpd] unsubscribe

2015-07-08 Thread Mark VLIZ
unsubscribe - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Hung thread

2015-06-18 Thread Mark Jacquet
well. MJ On Thursday, June 18, 2015 7:56 AM, Jeff Trawick wrote: On Wed, Jun 17, 2015 at 8:51 PM, Mark Jacquet wrote: Just another oddity to add to the issue. Overnight several more hung threads appeared and the load on the system had jumped into the mid 20's.After killing

Re: [users@httpd] Hung thread

2015-06-17 Thread Mark Jacquet
HTTP/1.12-0-0/0/1362.46.803145080.00.0039.7210.172.107.38www-rev.oak.sap.corp:80POST /cgi-bin/rev.cgi HTTP/1.12-0-0/0/1142.56.693145011490.00.0035.2210.172.240.113newyahoo.oak.sap.corp:80NUL Slot #2 currently not being used (still has zombie) MJ Mj On Tuesday, June 16, 2015 5:42 PM, Mark Jacquet wrote:

Re: [users@httpd] Hung thread

2015-06-16 Thread Mark Jacquet
be running with the Sun Native LDAP SDK. Would building against  different LDAP source help? (Open LDAP)? Long term plan -> moving all Apache servers to Linux Mj On Tuesday, June 16, 2015 5:31 PM, Eric Covener wrote: On Tue, Jun 16, 2015 at 8:23 PM, Mark Jacquet wrote: > So

Re: [users@httpd] Hung thread

2015-06-16 Thread Mark Jacquet
June 16, 2015 4:45 PM, Jeff Trawick wrote: On Jun 16, 2015 18:26, "Mark Jacquet" wrote: > > I am seeing something very odd on our Apache 2.4.12 server  (SunOS myhostname > 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200) > We are using MPM Worker. > >

[users@httpd] Hung thread

2015-06-16 Thread Mark Jacquet
I am seeing something very odd on our Apache 2.4.12 server  (SunOS myhostname 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200) We are using MPM Worker. I have been watching the scoreboard all day monitoring system load and running processes/threads.Around 10AM the load jumped to from a norm

Re: [users@httpd] AH00485: scoreboard is full, not at MaxRequestWorkers

2015-06-01 Thread Mark Jacquet
I read that as well but the following statement he made did not make me feel like it totally resolved the issue. "However, what I did notice is that the same server periodically had all of its workers taken up with requests, so that may be relevant to the problem as well." If I did switch to "Wor

[users@httpd] AH00485: scoreboard is full, not at MaxRequestWorkers

2015-06-01 Thread Mark Jacquet
Sorry for the bandwidth, this is a repeat send from January.We STILL have this issue. Perhaps a new look might jolt your memory and help me resolve this issue!!! Problem: Apache server will stay up for random amount of time, usually days, but eventually enters a hung state. When hung the CPU lo

Re: [users@httpd] ESTABLISHED connections

2015-03-13 Thread Mark Montague
to prevent the client from connecting, instead of restricting what the client is allowed to request after it connects, use a firewall. -- Mark Montague m...@catseye.org - To unsubscribe, e-mail: users-unsubscr...@httpd.apac

[users@httpd] Apache 2.4.10 AH00485: scoreboard is full, not at MaxRequestWorkers

2015-01-29 Thread Mark Jacquet
Problem: Apache server will stay up for random amount of time, usually days, but eventually enters a hung state. When hung the CPU load gradually spikes on the machine  and new web server requests are unresponsive. Error logs typically contain lots of these:     Wed Jan 28 16:06:58.667188 2015]

Re: [users@httpd] mod_systemd and Apache 2.4

2015-01-21 Thread Mark Montague
are familiar with RHEL7 who administer it later. - mod_systemd is not likely using any significant amount of RAM. -- Mark Montague m...@catseye.org - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For

Re: [users@httpd] Apache & Unix

2014-12-29 Thread Mark Montague
ts are ignored. This lets scripts and other programs construct filenames without having to detect and remove extraneous slashes; if a script always adds a slash, it will be there when needed and won't cause problems if it is not needed. The following are all equivalent: /usr/private /usr//private /usr/private/ /usr/private/ For more reading, see http://teaching.idallen.com/cst8207/12f/notes/160_pathnames.html -- Mark Montague m...@catseye.org

[users@httpd] Mod_Rewrite with Location Directive

2014-10-28 Thread John Mark Mitchell
Would you agree or is there another creative way you would suggest trying to solve the conflict between the rewrite and the Location directive? Any pointers or help you can provide would be greatly appreciated. Thanks all! -John Mark Mitchell Director of Digital Innovation Americ

Re: [users@httpd] Can I change how mod_disk_cache stores content on disk?

2014-09-18 Thread Mark Montague
the cache at a particular point in time. See https://httpd.apache.org/docs/2.4/programs/htcacheclean.html If this doesn't meet your need, you might want to look into writing your own module to do exactly what you need for your experi

RE: [users@httpd] Apache 2.2:How to enable module: mod_expires.c

2014-08-09 Thread Mark jensen
Doing httpd -M | grep expire: expires_module (shared) Syntax OK and I have found this line in conf file: LoadModule expires module modules/mod_expires.so but "ExpireDefault" didn't work

[users@httpd] Apache 2.2:How to enable module: mod_expires.c

2014-08-09 Thread Mark jensen
doing httpd -l returns: core.c prefork.c http_core.c mod_so.c How to enable the mod_expires module?

RE: [users@httpd] How to forbid browsers to cache some pages?

2014-08-09 Thread Mark jensen
I have found a good tutorial for my goal: http://support.tigertech.net/prevent-caching

[users@httpd] How to forbid browsers to cache some pages?

2014-08-08 Thread Mark jensen
How to configure Apache to want to forbid browsers from caching all web pages in www1.example.com/public and in www1.example.com/books so every time I ask the browser about any page it brings it from source. but I want it to cache the pages under: www1.example.com?

RE: [users@httpd] Use Allow from IP when there is a proxy exist?

2014-08-07 Thread Mark jensen
I have found something like that, iS it true to use it: Your .htaccess file: # ALLOW USER BY IP order deny,allow deny from all SetEnvIF X-Forwarded-For "1.2.3.4" AllowIP SetEnvIF X-Forwarded-For "5.6.7.8" AllowIP Allow from env=AllowIP allow from 1.2.3.4 allow from 5.6.7.8source: http://frustrate

[users@httpd] Use Allow from IP when there is a proxy exist?

2014-08-07 Thread Mark jensen
we know that we can allow some IPS with out authentication using Allow from IP:   Order allow,deny   Allow from 192.168.1.5   Satisfy any   AuthName "LDAP Authentication"   AuthType Basic   AuthBasicProvider ldap   AuthzLDAPauthoritative off   AuthLDAPURL ldap://1

RE: [users@httpd] RewriteEngine conditions?

2014-08-07 Thread Mark jensen
I have tried use what you just suggest:    RewriteCond   %{REMOTE_ADDR}   ^192\.168\.1\.*$   RewriteCond   %{REMOTE_ADDR}   !^192\.168\.1\.4$   RewriteCond   %{REMOTE_ADDR}   !^192\.168\.1\.5$   RewriteCond   %{REMOTE_ADDR}   !^192\.168\.1\.6$ But it didn't work.

[users@httpd] RewriteEngine conditions?

2014-08-06 Thread Mark jensen
I want to redirect all the inside network IPs to an error page except some IPs, A condition like this: if ( IP_from_Network = 192.168.1.0 and ((IP != 192.168.1.4) or (IP != 192.168.1.5) or (IP != 192.168.1.6)) ) { redirect to an error page } so I' trying to achieve this using RewriteEngine:  R

[users@httpd] Is Drupal and moodle is an apache server?

2014-08-05 Thread Mark jensen
I have managed to redirect unwanted users using Rewrite engine: RewriteEngine on RewriteCond %{REMOTE_ADDR} ^192\.168\.1\.7$ [NC] RewriteCond %{REQUEST_URI} ^/protected/.* [NC] RewriteRule ^(.*)$ - [R=404,L] Can I use this configuration with Drupal and moodle

RE: [users@httpd] After authentication, How to authorize users according to IP (or host)?

2014-07-29 Thread Mark jensen
sorry I send it a wrong message this should be on squid mailing- list

RE: [users@httpd] After authentication, How to authorize users according to IP (or host)?

2014-07-29 Thread Mark jensen
with, so if we want Squid to deal with a local DNS server (like BIND) we put the local DNS server address in the file /etc/resolv.conf what if the local DNS server has a record like this ( in its revers zone (1.168.192.in-addr.arpa)): $TTL 60 ; 1 minute 17PTR Mark 18PTR

RE: [users@httpd] After authentication, How to authorize users according to IP (or host)?

2014-07-25 Thread Mark jensen
> 192.168.1.2 can always access, regardless of LDAP? Yes > 192.168.1.7 can never access, regardless of LDAP? Yes, but what I really want is to do the forbidden of access using authorization(Require tag) not authentication (allow tag) something like that: allow from 192.168.1 Require 192.168.1.2 s

RE: [users@httpd] Can I use different Directory according to the source IP?

2014-07-24 Thread Mark jensen
Thanks for your reply, I know about satisfy, but as I mentioned before, I want different Authorization for internal users and external Users: For internal Users : Require IP IP_Address for External Users: authorization using LDAP How can I achieve this? with Satisfy Any Can I use different Re

RE: [users@httpd] Can I use different Directory according to the source IP?

2014-07-23 Thread Mark jensen
My purpose for this question because I want different Authorization for internal users and external Users: For internal Users : Require IP IP_Address for External Users: authorization using LDAP

[users@httpd] Can I use different Directory according to the source IP?

2014-07-23 Thread Mark jensen
First, I may ask the question in a different way: can we have two defined Directory tag for one directory? I want to deal with users differently according to there source IP: Can I use different Directory to achieve this, something like that: - users with source 192.168.1 Order Deny,All

RE: [users@httpd] After authentication, How to authorize users according to IP (or host)?

2014-07-22 Thread Mark jensen
this won't help if the USER is outside the Network and have to use LDAP, it is surely doesn't have the IP 192.168.1.2

RE: [users@httpd] How to allow a directory and don't allow a sub-directory?

2014-07-22 Thread Mark jensen
Thanks for your reply but I want a dynamic solution, this is a static solution

RE: [users@httpd] How to allow a directory and don't allow a sub-directory?

2014-07-22 Thread Mark jensen
but this will ask for authentication,I don't want to be asked for authentication on both 192.168.1.2 and 192.168.1.7

[users@httpd] How to allow a directory and don't allow a sub-directory?

2014-07-22 Thread Mark jensen
I want to allow a directory " /var/www/html/ldap" to two users according to IPs (192.168.1.2 192.168.1.7): Order allow,deny Allow from 192.168.1.2 192.168.1.7 Satisfy any AuthName "LDAP Authentication" AuthType Basic AuthBasicProvider ldap AuthzLDAPauth

RE: [users@httpd] After authentication, How to authorize users according to IP (or host)?

2014-07-22 Thread Mark jensen
sorry there is an error in the last message(in config): Order allow,deny Allow from 192.168.1.2 192.168.1.7 Satisfy any AuthName "LDAP Authentication" AuthType Basic AuthBasicProvider ldap AuthzLDAPauthoritative off AuthLDAPURL ldap://192.168.1.3/d

RE: [users@httpd] Page Content Folder for Mark Jensen

2014-07-22 Thread Mark jensen
No thanks alot, I have received it (the rar folder) , and I will read it in details, Thanks a lot for your help :)

[users@httpd] After authentication, How to authorize users according to IP (or host)?

2014-07-22 Thread Mark jensen
According to this page: http://httpd.apache.org/docs/current/mod/mod_authz_host.html , we can authorize the users after Authentication, Is this true? My problem is I'm trying to authenticate all my users (using LDAP) except some IPs, it have worked will: Order allow,deny Allow fr

RE: [users@httpd] How to set a custom DNS to Apache?

2014-07-21 Thread Mark jensen
Dear Richard Thanks for yor reply > At a content delivery level, apache and squid are almost > antithetical. So, while squid may find it desirable/necessary to > play DNS games as part of meeting its content delivery goals, that's > not something apache needs to do (since if you need to play the

RE: [users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-21 Thread Mark jensen
Thanks for your reply again. but the css and the Images ( all the page content folder ) aren't included in your reply can you sent them please :)

RE: [users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-21 Thread Mark jensen
Thanks alot for your help, I will try to understand your answer :) and I hope it will help me

RE: [users@httpd] How to set a custom DNS to Apache?

2014-07-20 Thread Mark jensen
sorry, I don't understand all of your answer, especially about the 2nd question, In Squid to set a custom DNS they add one line to the squid.conf file: dns-server IP_Address for example: dns_server 192.168.1.2 and all DNS queries will go to this server(192.168.1.2). Is there any thing s

[users@httpd] How to set a custom DNS to Apache?

2014-07-20 Thread Mark jensen
I have read about Authoriztion in Apache: Require host example.org Require host .net example.edu This configuration will cause Apache to perform a double reverse DNS lookup on the client IP address, regardless of the setting of the HostnameLookups directive. 1- What is the DNS that

RE: [users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-20 Thread Mark jensen
about the session/cookies solution you have said: > You > can base your logic on the IP address of the sender and either send > them to a login screen or directly to the application. How can I do this, Do I have to write a shell script or something like that, is there any helpful tutorial?

RE: [users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-20 Thread Mark jensen
Thanks for your reply I have done some programming and my DB I have mention is like this: User    IP   Mark    10.10.10.1 Mike    10.10.10.2 Karl    10.10.10.3 - so can apache do a sql query to this DB and if the IP of the user is found in this DB, don't ask him fo

RE: [users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-19 Thread Mark jensen
what I really want is to deploy single sign on, I have authenticates users using ieee802.1x and put the authenticated users in a DB, BUT I authenticate only the inside ( inside my network ) users, and I don't want apache to reauthenticate them, I want apache only to authenticate the outside user

[users@httpd] can Apache do a sql query and Authenticate only some users?

2014-07-19 Thread Mark jensen
Hello we know that we can protect some pages in our apache server using authentication: http://httpd.apache.org/docs/2.2/howto/auth.html but what if I have already authenticate the users using something else and add this users to a DB, Is there a way to configure Apache to do a query to the D

Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark London
On 4/17/2014 3:46 PM, Yehuda Katz wrote: On Thu, Apr 17, 2014 at 3:12 PM, Mark London mailto:m...@psfc.mit.edu>>wrote: So I've been trying to find a configuration that redirects HTTPS://XXX.COMto HTTPS://WWW.XXX.COM. Unfortunately, every configuration that I've tri

Re: [users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark Brodis
ond to the GET / with a HTTP 302 go-over-here, etc), i.e. actually function as a limited in-line web-server. Good luck... On Thu, Apr 17, 2014 at 1:46 PM, Yehuda Katz wrote: > On Thu, Apr 17, 2014 at 3:12 PM, Mark London wrote: > >> So I've been trying to find a con

[users@httpd] HTTPS configuration problem.

2014-04-17 Thread Mark London
y SSL.CONF to have 2 virtual hosts, one for WWW.XXX.COM, and one for XXX.COM). Thanks very much. - Mark - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

  1   2   3   4   5   6   7   8   9   >