[users@httpd] Re: mod_sed for input/output filter on same site

2016-06-20 Thread Henry Combrinck
Hi Nick /var/www is just an example. We have a legacy site and need to filter in/out On Tuesday, 21 June 2016, Nick Kew wrote: > On Mon, 2016-06-20 at 20:12 +0200, Henry Combrinck wrote: > > Greets, > > > > > > I'm trying to use mod_sed with both input and out

[users@httpd] mod_sed for input/output filter on same site

2016-06-20 Thread Henry Combrinck
to use an output filter too on the same site: AddInputFilter Sed html css js pl cgi text InputSed "s/abc/123/g" InputSed "s/ffuts/stuff/g" ...but only the output filter is being used. I'd appreciate any pointers in getting this to work. Thanks Henry

[users@httpd] How to Redirect a URL

2014-06-18 Thread Lou Henry
Hi, I am fairly new to configuring apache web servers. Currently, I have a vanity url set up in an Apache Load Balancer and that goes to a WebLogic Cluster running a portal website. I would like to redirect this url to an antivirus server first. The antivirus server will do its thing and if it'

[users@httpd] Re: not showing .jpg as a list

2012-04-25 Thread henry
i cannot find the login page to my email, please can any one help me, here is my email: hawk...@wheino.de i need help urgently, please send reply to henhenzo...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.

Re: [us...@httpd] How to show ProxyPass paths in index?

2010-11-22 Thread Henry Chan
Hi Igor, Thanks for your reply! I just tried the ShowForbidden option for IndexOptions and no luck. The path exists (actually folder in root directory and using alias). -Henry 2010/11/22 Igor Galić : > > - "Henry Chan" wrote: > >> Hi, >> >> I curren

[us...@httpd] How to show ProxyPass paths in index?

2010-11-22 Thread Henry Chan
Hi, I currently have certain paths that proxypass to a different server and it works great but since this is enabled, the path no longer shows in the index. Does anyone know how I can get it to show in the index? Thanks! - The

[us...@httpd] webdav failure when using LOCKS from multiple threads to the same folder

2010-11-02 Thread Mike Henry
Hi all, I have discovered a problem with webdav. If multiple processes or threads are writing to unique files in the same folder on a webdav server using LOCKS, intermittent webdav errors will occur during the UNLOCK request. Server configuration: Centos 5.5. Tested with Apache/2.2.3, Apache/2.2.

[us...@httpd] Regarding 1 Webserver Multiple Web App project

2009-11-14 Thread Henry Loke
Which method is good to support 1 WebServer with Multiple Web App project? Method 1: domain Changes When user type in 1. http://webapp1.example.com will go to webapp1 project 2. http://webapp2.example.com will go to webapp2 project etc etc Method 2 : using same domain but append different file

Re: [us...@httpd] mod_disk_cache and caching same content for all users

2009-08-26 Thread Henry
Quoting "Nick Kew" : It's cacheing what is cacheable! It can cache contents with a Vary, but it can't serve from the cache to a different agent. Get rid of that Vary header, and it'll do what you appear to be asking. That's working perfectly, thanks. Rega

Re: [us...@httpd] mod_disk_cache and caching same content for all users

2009-08-26 Thread Henry
l user-agents? Correct me if I'm wrong, but there doesn't seem to be much point in mod_disk_cache if it's not caching for all across the board. Would be nice to be able to this at the server level -- my next option is to simply perform application-level caching and be done w

Re: [us...@httpd] mod_disk_cache and caching same content for all users

2009-08-26 Thread Henry
them got served the cached page... except the original requester. Is there any way to *force* the cached page being served irrespective of the client user-agent and/or client IP? /sidebar: where on earth did you learn about the Vary header impacting caching? Thanks Henry pgpAIONsp

Re: [us...@httpd] mod_disk_cache and caching same content for all users

2009-08-26 Thread Henry
Quoting "Eric Covener" : Does your response contain a Vary header? Hi Eric, thanks for the quick response. Yes, it contains: Vary: User-Agent FYI: Date: Wed, 26 Aug 2009 11:57:35 GMT Server: Apache Expires: access plus 1 day Content-Encoding: gzip Cache-Control: max-age=86400, public Vary:

[us...@httpd] mod_disk_cache and caching same content for all users

2009-08-26 Thread Henry
?a=1 is never cached (ie, missing the default page: index.php). Any way to get that to be cached? Thanks Henry pgpOeTHNDjcgQ.pgp Description: PGP Digital Signature

Re: [us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-26 Thread Henry
ng the *entire* page... Cheers Henry pgpbOUp46KHyG.pgp Description: PGP Digital Signature

Re: [us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-25 Thread Henry
Quoting "Krist van Besien" : No access control on your test site? Yes, the test site has a .htaccess file limiting access. This works as expected. I can browse to the test site just fine - it's just not being cached. h pgpfO8jWEAQ8z.pgp Description: PGP Digital Signature

Re: [us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-25 Thread Henry
Quoting "Krist van Besien" : Do both hosts serve the same content? If both are identical, why not just define vhost b as a serveralias in vhost a? Thanks for the quick feedback - abctest.com is a test environment for live abc.com, so they're actually separate sites. pgpkyljeGKajz.pgp Des

[us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-25 Thread Henry
nfig for vhost (b) - only difference is Server name: -- ... ServerName abctest.com ... I have no idea where else to look to even begin to figure out what's going on. Any suggestions? Thanks a million. Regards Henry pgpJUMxKwu79

[EMAIL PROTECTED] Issue with mod_logio

2007-08-13 Thread Henry Cavillones
Hi- Setting up the apache webheads to do some lamp profiling using mod_logio. Loaded module right after the standard apache log module, made sure permissions are golden for file creation, the file gets created but nothing populates it, Apache starts normal. Perhaps Im using incorrect loggin parms

Re: [EMAIL PROTECTED] Location of Main configuration file

2007-08-10 Thread Henry Cavillones
usually in /etc/httpd/conf or use locate httpd.conf On Aug 10, 2007, at 9:16 AM, Liao, Kexiao wrote: Is there an easy way to find the location of apache main configuration file(httpd.conf in most cases) in the Unix file system? Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:

[EMAIL PROTECTED] RE: mod_auth and vhost issue

2007-08-06 Thread Henry Cavillones
ok so i have this vhost directory container which is also the vhosts docroot: AllowOverride All DirectoryIndex index.html AuthName "SomeProj: Authorized Access Only" AuthType Basic AuthUserFile /usr/local/sites/somep

[EMAIL PROTECTED] Problem with mod_auth

2007-08-06 Thread Henry Cavillones
I have this docroot i want to password protect, but I want to bypass authentication for certain URL requests. I have this for a vhost: AllowOverride None AuthName "SomeProject: Authorized Access Only" AuthType Basic AuthUserFile /

RE: [EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Henry Cavillones
PROTECTED] allowing only javascript but preventing all else -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henry Cavillones wrote: > Im looking to make an entire site password protected, except for some > embed codes that get processed from publisher sites. > > The password protectio

[EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Henry Cavillones
Hi- Im looking to make an entire site password protected, except for some embed codes that get processed from publisher sites. The password protection should not interfere with serving the publisher javascript code that resides at some subdirectory underneath the docroot.

[users@httpd] OpenSSL? ModSSL? How?

2005-06-24 Thread Henry Ortega
Pardon my newbie question. I have Mandrake installation with the default Apache 1.3.27 server installed. I want to be able to have some websites that should support SSL. How do I do about doing that? What are the advantages or differences between OpenSSL and ModSSL? Or am I taking about Apples an