[us...@httpd] Re: Can't Compile httpd 2.2.11 linked statically with ssl and zlib

2008-12-24 Thread xPostings
Hi I think the main problem is not, that the httpd has a depency to libz and libssl. In my old compilation with httpd 2.2.3 and also 2.2.8 there was NO depency to libz and libssl, it was compiled INTO httpd, also the httpd was bigger than the 2.2.11. But I used exactly the same confs and

[us...@httpd] .htaccess mod_rewrite help

2008-12-24 Thread Misterer
Hello, I'm trying to create certain functionality using .htaccess files only. Suppose we have a domain and a subdomain with document roots as follows: domain.com - /home/user/public_html sub.domain.com - /home/user/public_html/sub The contents of /home/user/public_html are as follows ([]'s are

RE: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-24 Thread Karim Zaki
Hi Eric, The idea sounds good, but I can't seem to get it to work. I need to modify the host header for example, to point the request to another vhost that has no caching defined. However, mod_rewrite doesn't seem to allow for modifying headers, and I can't change the URI. I can use SetEnvIf

Re: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-24 Thread Eric Covener
On Wed, Dec 24, 2008 at 8:02 AM, Karim Zaki karim.z...@itworx.com wrote: Hi Eric, The idea sounds good, but I can't seem to get it to work. I need to modify the host header for example, to point the request to another vhost that has no caching defined. However, mod_rewrite doesn't seem to

RE: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-24 Thread Karim Zaki
Eric, That won't work in this environment since I have CacheIgnoreCacheControl set to on. You don't think it would be possible to follow the second approach? Regards, Karim -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, December 24, 2008 3:31 PM To:

Re: [us...@httpd] Use Apache as proxy to redirect requests

2008-12-24 Thread Brian Mearns
You'll probably want to use mod_proxy. There's a whole section on it in the manual: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70848 Available from: http://pgp.mit.edu/ On Tue, Dec 23, 2008 at 6:19 PM,

Re: [us...@httpd] Issue in apache service

2008-12-24 Thread Evan Platt
What operating system? On the local machine, when this happens, what happens if you telnet to port 80 (assuming you are running on port 80)? vadi raj wrote: Dear All, I request you peoples to tell me what are the was we can monitor apache (http) process performance. Sometime even though

Re: [us...@httpd] Issue in apache service

2008-12-24 Thread Brian Mearns
And what exactly do you mean by not being able to see the site? Does you browser say it can't connect? That it can't find the site? Does it connect and nothing shows up? There could be a million things causing problems, please be more specific about the symptoms so we can try to help you. -Brian

[us...@httpd] actual DBDParams format

2008-12-24 Thread ernst schoen-rene
I'm trying to get mod_dbd and mod_authn_dbd to work. Can someone please post an example of the correct syntax for the DBDParam statement to use with MySQL? The mod_dbd page says that it should be in this format: DBDParam host=localhost,user=userid,pass=password but the mod_authn_dbd uses this

[us...@httpd] PHP files coming up as files to download?

2008-12-24 Thread Frank DeChellis
Hi there, I am new to this list. I also posted this to a PHP list. I have Apache 1.3.41, PHP 5.2.8 running on NetBSD 4.0.1. This install is new. I have Apache and PHP running on 2 other servers with no problem. My problem is simple to explain but I have been unable to make it go away.

[us...@httpd] digest authorization - htdigest

2008-12-24 Thread KURT PETERS
Is there a limit to how short a user name can be for digest authorization? I ask this because I set up htdigest with three users: kurt, traci, and pefamily. pefamily worked, but kurt and traci did not, although I can 'cat' the file and see they're all specified. To help diagnose the