Re: [users@httpd] Apache is too slow with SSL

2011-04-06 Thread Ishita Kapadiya
Hi Jeff, both ab and JMETER is using keep alive. I am using SSL session cache in the config as - SSLSessionCache"shmcb:/path to logs/ssl_scache(512000)" > Even if so, it is worth using mod_ssl tracing to confirm that the > combination of client/server behavior results in a reasonably high

Re: [users@httpd] HTTP POST to a directory

2011-04-06 Thread Yehuda Katz
On Wed, Apr 6, 2011 at 7:25 PM, Eric Covener wrote: > On Wed, Apr 6, 2011 at 7:04 PM, wrote: > > However, I would rather not have them specify a particular script file, I > > simply want them to POST to: > > > > http://somesite:port/SERVICES > If you suppress that, you can just set an Alias f

Re: [users@httpd] HTTP POST to a directory

2011-04-06 Thread Eric Covener
On Wed, Apr 6, 2011 at 7:04 PM, wrote: > I have an intranet website that provides web services.  Currently, clients > access this service by POSTing their XML SOAP request envelope to a > particular php script as follows (urls have been sanitized to protect the > guilty): > > http://somesite:port

[users@httpd] HTTP POST to a directory

2011-04-06 Thread Anthony.Brown
I have an intranet website that provides web services. Currently, clients access this service by POSTing their XML SOAP request envelope to a particular php script as follows (urls have been sanitized to protect the guilty): http://somesite:port/SERVICES/service.php I receive the xml, process it

[users@httpd] Sample log files required

2011-04-06 Thread Habib Seifzadeh
Hello all, I'm a Ph.D. student of Software Eng. and need some sample data on execution behaviour of web servers. How can I obtain such information? Only a web server (e.g. apache) log files or information gathered by some analysis tools like webalizer will be greatly appreciated. Can I for exam

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Jason Vas Dias
And, in briefly re-examing my reason for developing this module, here's what happens when, on a stock freshly installed httpd-2.2.17-1.fc14.x86_64 FC-14 setup, I try to do : in /etc/httpd/conf/httpd.conf : @line 320: # # Possible values for the Options directive are "None", "All", # or any

Re: [users@httpd] what language is used to develop Yahoo Traffic Server

2011-04-06 Thread Mark Montague
On April 6, 2011 12:54 , James Godrej wrote: I want to know what language is used to make Yahoo Traffic Server which http://developer.yahoo.com/blogs/ydn/posts/2010/04/traffic_server_graduates_to_a_fullfledged_project/ which handles lots of data.I could not find on internet any where a way to

[users@httpd] what language is used to develop Yahoo Traffic Server

2011-04-06 Thread James Godrej
I want to know what language is used to make Yahoo Traffic Server which  http://developer.yahoo.com/blogs/ydn/posts/2010/04/traffic_server_graduates_to_a_fullfledged_project/ which handles lots of data.I could not find on internet any where a way to download and use it at my machines can any one g

Re: [users@httpd] Does this ps listing look correct when running Apache?

2011-04-06 Thread Mark Montague
On April 6, 2011 12:04 , John Hudak wrote: Under ubuntu 8.04 I installed, configured, and am running Apache 2.2.8). 533 13467 12714 20 0 23904 4200 - S? 0:00 /usr/sbin/apache2 -k start My question is: Why all the instantiations of apache2 -k start? I expected to

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Eric Covener
> I still don't see how else to overcome this problem with apache's SSI. I think in general it is not perceived as a problem that fragments of pages are directly accessible. - The official User-To-User support forum of the Apache

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Eric Covener
>   AddHandler ssi-fragment ".inc" ".ssi" Another back might be to use mod_rewrite and ensure your fragments are only accessible via subrequests. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of th

[users@httpd] Apache reverse proxy redirect/forward http and ftp requests

2011-04-06 Thread Ricardo Vilhena
Hello. So, I have a webserver which is my reverse proxy, and the I have another webserver which is the actual server where the web content is located, let's call it server A (reverse proxy) and server B (the other). I have this website on my dns (windows AD) : yadda.domain What I want is: if

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Eric Covener
On Wed, Apr 6, 2011 at 12:05 PM, Jason Vas Dias wrote: > On Wednesday 06 April 2011 16:22:46 Eric Covener wrote: >> > Yes, but even with "file" the server will still "serve" those files and >> > they must still be "accessable" >> > to HTTP/S requests - >> >> It will serve them (outside of SSI) if

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Jason Vas Dias
On Wednesday 06 April 2011 16:22:46 Eric Covener wrote: > > Yes, but even with "file" the server will still "serve" those files and > > they must still be "accessable" > > to HTTP/S requests - > > It will serve them (outside of SSI) if you configure it to, but I > don't see it as a requirement as

[users@httpd] Does this ps listing look correct when running Apache?

2011-04-06 Thread John Hudak
Under ubuntu 8.04 I installed, configured, and am running Apache 2.2.8). When I so a ps -lax, I see the following: F UID PID PPID PRI NIVSZ RSS WCHAN STAT TTYTIME COMMAND 4 0 6242 1 20 0 6928 2612 - Ss tty1 0:00 /bin/login -- 4 1000 6248 6242 2

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Eric Covener
> Yes, but even with "file" the server will still "serve" those files and they > must still be "accessable" > to HTTP/S requests - It will serve them (outside of SSI) if you configure it to, but I don't see it as a requirement as it is with virtual. --

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Jason Vas Dias
On Wednesday 06 April 2011 15:58:29 you wrote: > On Wed, Apr 6, 2011 at 10:52 AM, Jason Vas Dias > wrote: > > I don't understand why this question got no responses . > > > > Surely it is not an unreasonable request to ask the server to support > > SSI requests like : > > \<\!\-\-\#include virtual

Re: [users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Eric Covener
On Wed, Apr 6, 2011 at 10:52 AM, Jason Vas Dias wrote: > I don't understand why this question got no responses . > > Surely it is not an unreasonable request to ask the server to support > SSI requests like : >  \<\!\-\-\#include virtual\=\"include/head.html\"\-\-\> >  without also exporting "incl

[users@httpd] Re: denying access to SSI fragments

2011-04-06 Thread Jason Vas Dias
I don't understand why this question got no responses . Surely it is not an unreasonable request to ask the server to support SSI requests like : \<\!\-\-\#include virtual\=\"include/head.html\"\-\-\> without also exporting "include/*" to be available to HTTP/S requests ? Of what meaning to u

Re: [users@httpd] Apache is too slow with SSL

2011-04-06 Thread Jeff Trawick
On Thu, Mar 31, 2011 at 7:56 AM, Mark Montague wrote: >  On March 30, 2011 19:44 , Ishita Kapadiya  wrote: >> >> Hi Mark, >> >> Thanks for your suggestion. I tried below settings in httpd.conf - >> >> >> #SSLRandomSeed startup builtin >> #SSLRandomSeed connect builtin >> SSLRandomSeed startup fi

Re: [users@httpd] Apache is too slow with SSL

2011-04-06 Thread Mark Montague
On April 6, 2011 0:12 , Ishita Kapadiya wrote: I tried to test apache with stress test using JMETER and results are not really good compared to sun one web server 6.1 running on the same machine. i guess worker mpm should work better than prefork..right? I didn't try prefork yet but do you th

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Eric Covener
> I am not sure whether the TZ variable is being set on the execution > of the rotatelogs script that is spawned from the httpd. I don't think it has any effect without -l, since the date in the filename would be UTC. - The offic

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Steve Foster
You would assume so, but the guidance in the documentation says the following: "Causes the use of local time rather than GMT as the base for the interval or for strftime(3) formatting with size-based rotation. Note that using -lin an environment which changes the GMT offset (such as for BST or DST

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Eric Covener
> My concern is though that when we switch back to GMT in October that i will > then have to remove the "+60" from the configuration. Isn't that what -l does for you? - The official User-To-User support forum of the Apache HTTP S

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Steve Foster
hi rob, we do have summers, they just don't last very long!!! Yes normally its started from a startup script and we do specify a TZ variable, which i've got a feeling is not correct. I'll look into this. cheers Steve On Wed, Apr 6, 2011 at 1:20 PM, Rob De Langhe wrote: > hey Steve, > > didn't

Re: [users@httpd] Apache Hash Integrity .war

2011-04-06 Thread Francois Gingras
On Wed, Apr 6, 2011 at 8:18 AM, Sebastian Biedermann wrote: > Dear List, > > I´m searching for a integrity measurement module for apache tomcat which > makes a hash (e.g. sha1) from each *.war file before starting/employing it. > > Can anyone give me a hint? > > Thank you! > Sebastian > > > >

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Rob De Langhe
hey Steve, didn't know you guys have summers in Britain ?! ;-) I would guess your Apache is started either from CRON or in any case from a startup script that didn't have the right TZ environment variable set. Rob Citeren Steve Foster : > Hi there, > > I have a slight issue with rota

[users@httpd] Apache2 + ntlm_auth = popup window shows

2011-04-06 Thread qwe qwe
Hello, configuration: centos 5.5 apache 2.2.3-43 squid-2.6.STABLE21-6 samba-3.0.33-3.29 Active Directory 2003 Browser: IE 7 SSO works with squid, it immediately authenticate. With apache it shows window to authenticate and after I put proper login and password it'ok. My question is: how to avoid s

[users@httpd] Apache Hash Integrity .war

2011-04-06 Thread Sebastian Biedermann
Dear List, I´m searching for a integrity measurement module for apache tomcat which makes a hash (e.g. sha1) from each *.war file before starting/employing it. Can anyone give me a hint? Thank you! Sebastian - The official U

[users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Steve Foster
Hi there, I have a slight issue with rotatelogs and british summer and wintertime. When in BST my logfile entries are being written with the correct timestamp (localised) but the logfile rotation filename does not match the current time, e.g i set my logfile name as /opt/app/apache2.2.17/logs/st

Re: [users@httpd] mod_ssl with apach-1.3.19

2011-04-06 Thread Matus UHLAR - fantomas
On 30.03.11 21:05, satish patel wrote: > I knew this is old but we can't stop production right a way! need some > time to upgrade.. I am looking for small hack... > > After couple of changes in Makefile of mod_ssl i build libssl.so module > with the help of apxs. But what if i want name like mod_

Re: [users@httpd] How do I keep Virtural hosts from seeing the others document root?

2011-04-06 Thread Matus UHLAR - fantomas
An apology... > On 10.03.11 03:59, aaron...@comcast.net wrote: > > While the setup Jim decribes is similar to what I have setup, The issue > > still remains when a user uploads a PHPSHELL to there docment root and > > access the server through the uploaded shell they are no longer operating > > un

Re: [users@httpd] How do I keep Virtural hosts from seeing the others document root?

2011-04-06 Thread Matus UHLAR - fantomas
On 10.03.11 03:59, aaron...@comcast.net wrote: > While the setup Jim decribes is similar to what I have setup, The issue > still remains when a user uploads a PHPSHELL to there docment root and > access the server through the uploaded shell they are no longer operating > under the FTP user account.