[us...@httpd] How to Use Multiple Hard Drives on Windows

2009-03-24 Thread jgb
My Apache server is running on Windows XP. The www directories that it presents to the world are all on the C: drive. The C: drive is running out of room. Can I change the configuration file so that my files can be spread out on the C: and D: drives? How? Thanks, John Bobinyec

[us...@httpd] ProxyPass for more than 1 remote server

2009-03-24 Thread inas inassen
Hi all, I'm trying to make ProxyPass and ProxyPassReverse work within 2 remote server I have ProxyPass / http://server1:8080/ ProxyPassReverse / http://server1:8080/ ProxyPass /docs http://server2:8080/docs ProxyPassReverse /docs http://server2:8080/docs ProxyPass /jsp-examples http://se

[us...@httpd] ProxyPass for more than 1 remote server

2009-03-24 Thread inas inassen
Hi all, I'm trying to make ProxyPass and ProxyPassReverse work within 2 remote server I have ProxyPass / http://server1:8080/ ProxyPassReverse / http://server1:8080/ ProxyPass /docs http://server2:8080/docs ProxyPassReverse /docs http://server2:8080/docs ProxyPass /jsp-examples http:/

Re: [us...@httpd]

2009-03-24 Thread Glen Barber
FYI, mails without a subject will likely be ignored by most of the list. -- Glen Barber - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To u

[us...@httpd]

2009-03-24 Thread inas inassen
Hi all, I'm trying to make ProxyPass and ProxyPassReverse work within 2 remote server I have ProxyPass / http://server1:8080/ ProxyPassReverse / http://server1:8080/ ProxyPass /docs http://server2:8080/docs ProxyPassReverse /docs http://server2:8080/docs ProxyPass /jsp-examples http://se

RE: [us...@httpd] Apache not displaying JPG images in certain folders

2009-03-24 Thread Richard Peacock
Hello Eric Thank you for the suggestion. I did not seem to have this option in httpd.conf or any Included .CONF files so I added it as below. EnableSendfile Off I tried this and still does not display an image :( Out of curiosity, I enabled it (EnableSendfile On) but this did not work either

Re: [us...@httpd] Apache not displaying JPG images in certain folders

2009-03-24 Thread Eric Covener
On Tue, Mar 24, 2009 at 12:24 PM, Richard Peacock wrote: > Good afternoon all. > > I have made posts regarding this problem on the OpenSuse forum > (http://forums.opensuse.org/applications/410912-apache-help-needed-pleas > e.html) but I am not getting very far very quick! I apologise in advance >

[us...@httpd] Apache not displaying JPG images in certain folders

2009-03-24 Thread Richard Peacock
Good afternoon all. I have made posts regarding this problem on the OpenSuse forum (http://forums.opensuse.org/applications/410912-apache-help-needed-pleas e.html) but I am not getting very far very quick! I apologise in advance if this is not the correct place to ask for help but I thought I woul

[us...@httpd] [face2face] BOF Thurs 8:30pm at ApacheCon

2009-03-24 Thread William A. Rowe, Jr.
Apache httpd Server 3.0; What Color is your Pony? A Birds of a Feather session for developers and users 20:30-21:30; Thursday 26-03; Lausanne Room; Moevenpick -- http://wiki.apache.org/httpd/Face2Face/BoFAcEu09 Please feel free to add to the wiki page what you would like to se

Re: [us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-24 Thread André Warnier
张文东 wrote: Hi all. I'm using httpd 2.2 and websphere application community edition (wasce) 2.1.1 (you may treat it as tomcat if you are not familiar with wasce). My goal is: the httpd server delivers 3000 requests per second to the wasce servers. I use the mod_jk module, and the workers.properti

Re: [us...@httpd] Handling Redirects + SEO

2009-03-24 Thread Mandy Singh
Obviously what I was thinking was weird :) I was basically trying to figure out a way to do less work. Now, I would need to move all my files from microsite.com to mainsite.comand setup 301 redirects. Correct? I was trying to save the effort on moving the files :) On Tue, Mar 24, 2009 at 1:20 P

Re: [us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-24 Thread Matus UHLAR - fantomas
On 23.03.09 16:12, Darius Rus wrote: > I have a dynamic (JSP) page with a form that can be submitted that contains: > > response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 > response.setHeader("Pragma","no-store, no-cache, must-revalidate"); //HTTP 1.0 only no-cache is used in the Pragma:

[us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-24 Thread 张文东
Hi all. I'm using httpd 2.2 and websphere application community edition (wasce) 2.1.1 (you may treat it as tomcat if you are not familiar with wasce). My goal is: the httpd server delivers 3000 requests per second to the wasce servers. I use the mod_jk module, and the workers.properties conf like

Re: [us...@httpd] Handling Redirects + SEO

2009-03-24 Thread Jonathan Zuckerman
Mandy, how would the directive know whether to look on microsite or mainsite to find the requested page without making inefficient requests? Think carefully about what you're trying to do here: why have two sites at all if you only want users to access one of them? On Mon, Mar 23, 2009 at 11:18