[us...@httpd] RE: Caching virtual directory requests

2009-01-04 Thread Karim Zaki
Hi all, Any help with this request would be highly appreciated :). Thanks, Karim From: Karim Zaki Sent: Tuesday, December 30, 2008 3:10 PM To: users@httpd.apache.org Subject: Caching virtual directory requests Hello everyone, I'm running Apache 2.2.11 with mod_jk and mod_cache. Apache doesn't

Re: [us...@httpd] RE: Caching virtual directory requests

2009-01-04 Thread Eric Covener
On Sun, Jan 4, 2009 at 5:40 AM, Karim Zaki karim.z...@itworx.com wrote: I'm running Apache 2.2.11 with mod_jk and mod_cache. Apache doesn't seem to be caching requests for virtual directories (i.e. requests for URIs that don't end in a file name). My back-end Tomcat application uses such URLs

[us...@httpd] help

2009-01-04 Thread John Winther
- The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org from the digest:

Re: [us...@httpd] help

2009-01-04 Thread Eric Covener
On Sat, Jan 3, 2009 at 10:29 AM, John Winther j-win...@post4.tele.dk wrote: I couldn't have guessed that the Subject would be the highlight of this message. -- Eric Covener cove...@gmail.com - The official User-To-User

Re: [us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-04 Thread Morgan Gangwere
William A. Rowe, Jr. wrote: sathya sai wrote: By looking at the difference in the source tree between Apache-2.2.9 Apache-2.2.11, I could see that *.mak .dep are removed from the latest source tree of Apache-2.2.11 thus causing the problem. nope - .mak/.dep files are added to the

Re: [us...@httpd] Unsubscribe

2009-01-04 Thread Morgan Gangwere
Evan Platt wrote: As the bottom of every message says: To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org how did this get mixed in by Threadr with the Tomcat

Re: [us...@httpd] Unsubscribe

2009-01-04 Thread Evan Platt
At 08:20 AM 1/4/2009, you wrote: Evan Platt wrote: As the bottom of every message says: To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org how did this get

Re: [us...@httpd] How to combine multiple set-cookie headers into one?

2009-01-04 Thread Morgan Gangwere
[snip] A cookie has lots of parts. For one, it has a name. that name can be anything. Second, it has a time-limit (experation date) in seconds until it dies. Lastly, it has whatever content its going to have. If you want to make sure the header is being sent add something like x-test-header:

Re: [us...@httpd] Unsubscribe

2009-01-04 Thread Doug McNutt
At 08:23 -0800 1/4/09, Evan Platt wrote: At 08:20 AM 1/4/2009, you wrote: how did this get mixed in by Threadr with the Tomcat discussion? My guess is the person who wanted to unsubscribe picked a message, replied to it, then changed the subject to unsubscribe. Right you are. These

[us...@httpd] help I do not understand

2009-01-04 Thread swilting
I have multiple domain names renelacroute.fr fakessh.eu when I returned in the browser http://fakessh.eu I find myself in the page index renelacroute.fr when I returned in the browser http://www.fakessh.eu its ok return well I do not understand dig me back with the right answers dig its ok

Re: [us...@httpd] Unsubscribe

2009-01-04 Thread Evan Platt
At 09:46 AM 1/4/2009, you wrote: But it's good netiquette to start a new thread with a fresh new message. RFC-2822 is the place to start You're preaching to the choir. :-D - The official User-To-User support forum of the

Re: [us...@httpd] help I do not understand

2009-01-04 Thread swilting
I understand your answer but how to properly separate and that vhosts does not mix [r...@r13151 ~]# apachectl -S VirtualHost configuration: 87.98.186.232:*is a NameVirtualHost default server www.renelacroute.fr (/etc/httpd/conf/httpd.conf:993) port * namevhost

Re: [us...@httpd] help I do not understand

2009-01-04 Thread swilting
I understand your answer but how to properly separate and that vhosts does not mix [r...@r13151 ~]# apachectl -S VirtualHost configuration: 87.98.186.232:*is a NameVirtualHost default server www.renelacroute.fr (/etc/httpd/conf/httpd.conf:993) port * namevhost

Re: [us...@httpd] help I do not understand

2009-01-04 Thread Eric Covener
On Sun, Jan 4, 2009 at 2:44 PM, swilting john.swilt...@wanadoo.fr wrote: I understand your answer but how to properly separate and that vhosts does not mix [r...@r13151 ~]# apachectl -S VirtualHost configuration: 87.98.186.232:*is a NameVirtualHost default server

[us...@httpd] Issues with mod_disk_cache and htcacheclean

2009-01-04 Thread Neil Gunton
I am using Apache 2.2.9 on Linux AMD64, built from source. There is one server running two builds of Apache - a lightweight front-end caching reverse proxy configuration using mod_disk_cache, and a heavyweight mod_perl back end. I use caching to relieve load on the server when many people

Re: [us...@httpd] Issues with mod_disk_cache and htcacheclean

2009-01-04 Thread William A. Rowe, Jr.
Neil Gunton wrote: I wasn't sure if I should post this on the dev list, since it seems to be more directed at the developers than other users. But the list guidelines said that Configuration and support questions should be addressed to a user support group, and this seems to be that, so I'll

Re: [us...@httpd] Issues with mod_disk_cache and htcacheclean

2009-01-04 Thread Neil Gunton
William A. Rowe, Jr. wrote: Neil Gunton wrote: I wasn't sure if I should post this on the dev list, since it seems to be more directed at the developers than other users. But the list guidelines said that Configuration and support questions should be addressed to a user support group, and this

Re: [us...@httpd] How to combine multiple set-cookie headers into one?

2009-01-04 Thread anson ho
Hi Morgan, Thanks for your reply. The case is that, many cell phone clients can't handle multiple Set-Cookie headers, and I don't have the right to change the the web application to modify the reply headers. So, it seems to me that change the headers in apache web server is the only

Re: [us...@httpd] How to combine multiple set-cookie headers into one?

2009-01-04 Thread Morgan Gangwere
anson ho wrote: Hi Morgan, Thanks for your reply. The case is that, many cell phone clients can't handle multiple Set-Cookie headers, and I don't have the right to change the the web application to modify the reply headers. So, it seems to me that change the headers in apache web

Re: [us...@httpd] 'safe' way dismount a usb drive?

2009-01-04 Thread Scott Gifford
Foo JH jhfoo...@extracktor.com writes: I've managed to mount/ umount a usb drive. But I'm not sure if there is any other commands I need to execute - as a best practice - before I physically plug it out. Not sure what this has to do with Apache; are you serving Web files from the USB drive?

[us...@httpd] Troubleshooting Apache Out of Memory Errors

2009-01-04 Thread Plutocrat
I've been struggling with a webserver which crashes every few days with the dreaded out of memory problem. I've been trying to correlate it to spikes in traffic, but that doesn't seem to be the case. I was quite excited last time when the crash co-incided with a visit by several search engines,

Re: [us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-04 Thread sathya sai
No, I couldn't find .mak/.dep files on httpd-2.2.11-win32-src.ziphttp://www.uniontransit.com/apache/httpd/httpd-2.2.11-win32-src.zip downloaded from http://httpd.apache.org/download.cgi which retricts me to build through command line through Cygwin. I actually have an automated script which

Re: [us...@httpd] Troubleshooting Apache Out of Memory Errors

2009-01-04 Thread Sander Temme
On Jan 4, 2009, at 9:41 PM, Plutocrat wrote: - Apache/2.2.3 using prefork - PHP 5.1.6 (cli) What do you mean when you say 'cli'? Are you using mod_php, or running it as a CGI? - mysql Ver 14.12 Distrib 5.0.45 - Joomla 1.5.7 (latest version) - Wordpress 2.x (latest version)