Re: [users@httpd] Apache httpd + Tomcat - session affinity

2012-09-24 Thread Igor Cicimov
Missing ProxyPassReverse statement? Igor Cicimov Sent from my Android tablet On Sep 21, 2012 3:30 PM, "Jaroslav Fikker" wrote: > Hello everybody, > > I encountered problem with session affinity in combination Apache httpd > 2.2.21 and Tomcat 7.0.23.0. I have next directives in httpd.conf file: >

[users@httpd] Uploading files to Apache Server

2012-09-24 Thread Bhattacharya, Sudip
Hi, I need a way to upload files to a remote Apache Web Server. Can you guide me on the best option? I want to avoid setting up a separate FTP server on the same box if possible. I have seen some options while browsing on the net: 1. WebDav - some sites say that it is an old protocol and perform

Re: [users@httpd] Uploading files to Apache Server

2012-09-24 Thread Pete Houston
On Mon, Sep 24, 2012 at 05:22:11PM +0530, Bhattacharya, Sudip wrote: > Also note that the file uploads will be via a JAVA application (not > servlet/manual uploads). So whatever is the option, it should enable uploads > via a java application. > The files to upload will vary from 1mb to 30mb to u

RE: [users@httpd] Uploading files to Apache Server

2012-09-24 Thread Bhattacharya, Sudip
You are right. These are data files, PDF/TIF/DOC/XLS, etc. Will HTTP POST be a good option for 5-10-30mb files performance wise? Also, my organization does not allow enabling PERL/PHP on Apache. Taking it through infosec would be a long process. -Original Message- From: Pete Houston [ma

Re: [users@httpd] How does mod_proxy_balancer know a session is still alive ?

2012-09-24 Thread Eric Covener
On Mon, Sep 24, 2012 at 5:15 AM, Lenin wrote: > Hi, > > I set up a load balancing environment with mod_proxy_balancer, and use > 'stickysession' to achieve session stickyness. > > I know this module uses a cookie to keep sessions. The question is, how does > it know if a session is still alive ? F

Re: [users@httpd] Apache2 - Logging

2012-09-24 Thread Mark Montague
On September 23, 2012 21:30 , "Martin Lemanski" wrote: When I run Jenkins a view minutes with auto refresh on, my /var/log/apache2/other_vhosts_access.log gets really big with many static requests, which are repeated all 15? seconds. All I find on the internet is how to set custom logfiles fo

[users@httpd] Win32 Binary without crypto (no mod_ssl) (MSI Installer): httpd-2.2.23-win32-x86-no_ssl.msi

2012-09-24 Thread Rick Havern
I cannot find this binary on any of the mirrors.  I note that this question was raised several days ago, however there was no response and the binary is still not available.  - To unsubscribe, e-mail: users-unsubscr...@httpd.a

Re: [users@httpd] Customized Stickiness

2012-09-24 Thread sol myr
Thanks very much. Would you happen to know if there's a way to control stickiness if my cookies don't include a ".route", I mean they can't be in the format "cookie.route"? But your original reply is appreciated regardless, thanks very much. - Original Message - From: Daniel Ruggeri T

Re: [users@httpd] Win32 Binary without crypto (no mod_ssl) (MSI Installer): httpd-2.2.23-win32-x86-no_ssl.msi

2012-09-24 Thread Michael Felt
I am sure someone who packages for windows will be doing so soon. I "do" AIX packaging only. As was said before, apache only releases sources, builds are "maintained" by external individuals/organizations. On Mon, Sep 24, 2012 at 3:44 PM, Rick Havern wrote: > I cannot find this binary on any of

[users@httpd] Another stickysession question

2012-09-24 Thread sol myr
Hi, Could anyone please shed light on session stickiness, especially without "jvmroute"? I have Apache as Load Balancer, in front of some Tomcats. My HTTP requests carry some customized cookie. E.g: Some requests carry "Cookie: myCookie=A" Other requests carry "Cookie: myCookie=B" Other request

[users@httpd] Multible SSL sites for a single httpd/IP

2012-09-24 Thread congo thomas
hello, Can I host multible SSL sites on the same IP and port? (x.x.x.x:443) I want to setup a grand proxy for in front of a vast number of apache and iis (and other webservers), in order to avoid complex ssl configs throughout the platform, i want to reverse proxy as plain http to the backend,

RE: [users@httpd] Multible SSL sites for a single httpd/IP

2012-09-24 Thread John Karr
Older browsers don't support the protocol enhancement that makes it possible. Which means that for example IE on XP will have issues. It was awesome when I tried to stick a second certificate on a server and it worked and I didn't need to rent an extra ip address from my isp, but the price is some

[users@httpd] wrong IP address in apache logs

2012-09-24 Thread Rajeev Prasad
Hello, I am using authentication from another site in intranet (redirect user), but i am expecting the user's PC IP in the apache logs. I am not seeing that, I sometimes see VPN IP (when I come over VPN) or IP of a server, which is entirely different hardware. has no connection to mine. can an

Re: [users@httpd] wrong IP address in apache logs

2012-09-24 Thread Noel Butler
On Mon, 2012-09-24 at 16:48 -0700, Rajeev Prasad wrote: > Hello, > > I am using authentication from another site in intranet (redirect > user), but i am expecting the user's PC IP in the apache logs. I am > not seeing that, I sometimes see VPN IP (when I come over VPN) or IP > of a server, which i

Re: [users@httpd] How does mod_proxy_balancer know a session is still alive ?

2012-09-24 Thread Lenin
Thanks Eric, I got it. 2012/9/24 Eric Covener > On Mon, Sep 24, 2012 at 5:15 AM, Lenin wrote: > > Hi, > > > > I set up a load balancing environment with mod_proxy_balancer, and use > > 'stickysession' to achieve session stickyness. > > > > I know this module uses a cookie to keep sessions. The

RE: [users@httpd] wrong IP address in apache logs

2012-09-24 Thread John Karr
You may want to look at: reverse proxy add forward module for Apache (mod_rpaf). It cleaned up a big headache for me. You define a list of your possible proxy sources and what your x-forwarded header is, and it just takes care of it. The developer's site is http://stderr.net/apache/rpaf/ Althou

Re: [users@httpd] wrong IP address in apache logs

2012-09-24 Thread Rajeev Prasad
thx. i looked up the environment variables coming in from browser, and i see this: HTTP_VIA: 1.1 some_other_PROXY_FQDN:8080 (squid/2.7.STABLE7), 1.0 my_browser_PROXY_FQDN:8080 (squid/2.6.STABLE22) HTTP_X_FORWARDED_FOR: , PATH: /usr/local/bin:/usr/bin:/bin QUERY_STRING: REMOTE_ADDR: REMOTE_POR