Re: [EMAIL PROTECTED] SVN and httpd w/ SSL

2005-12-01 Thread Philip M. Gollucci
Order allow,deny Deny from all So this is what was causing the problem. It was suppose to explicitly deny anything other than read acces over a plain connection. I had that in my SSL enabled vhost. I need to move it to the plain (port 80) vh

RE: [EMAIL PROTECTED] Extracting query fields from query-SSI

2005-12-01 Thread Kishor Tech
Hey thanks a lot Joshua! -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 9:33 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Extracting query fields from query-SSI On 11/30/05, Kishor MailingList <[EMAIL PROTECTED]> wrote: >

[EMAIL PROTECTED] SVN and httpd w/ SSL

2005-12-01 Thread Philip M. Gollucci
Hi, I'm trying to setup an svn repository that works with httpd2 over ssl. I've gotten pretty far following the Subversion book. So I can start the server. I can make requests to it. I can check out my repo via svn and ssl. Then I try to do an svn add, svn ci And I get this -- any great ideas

Re: [EMAIL PROTECTED] Rewrite part of url

2005-12-01 Thread Joshua Slive
On 12/1/05, Don Cross <[EMAIL PROTECTED]> wrote: >I am using linux 9.3 and apache 2.053. I have never used MOD_Rewrite > before, but I think it is the tool I need. I would like to rewrite part of a > url. Example: http://sample.com/new/item/03363rly???.htm > The ??? is the code for the item I

Re: [EMAIL PROTECTED] performance analysis

2005-12-01 Thread ludi
For http link, I think you can down file using http request. We use the simple method to test the bandwidth. 2005/12/2, Senthil Nathan <[EMAIL PROTECTED]>: > if u r in windows environment, try this, packet snifer. > > > On 12/2/05, Charlie Smith <[EMAIL PROTECTED]> wrote: > > I recently noticed a

Re: [EMAIL PROTECTED] http processes killing server

2005-12-01 Thread Joshua Slive
On 12/1/05, Benjamin Adams <[EMAIL PROTECTED]> wrote: > http processes hit 50+ the server dies, how can I stop this for > happening? You've so far asked variants of the same question 5 times, and I've responded 3 times. You've never followed up to any of my responses, so I don't think it will hel

[EMAIL PROTECTED] Rewrite part of url

2005-12-01 Thread Don Cross
I am using linux 9.3 and apache 2.053. I have never used MOD_Rewrite before, but I think it is the tool I need. I would like to rewrite part of a url. Example: http://sample.com/new/item/03363rly???.htm The ??? is the code for the item I would like to rewrite depending in the directory the clie

Re: [EMAIL PROTECTED] mod_perl and multi user environment - clashes with other users's data

2005-12-01 Thread Octavian Rasnita
Hi, From: "Senthil Nathan" <[EMAIL PROTECTED]> hi all, (anyway if possible to change some setting in apache httpd.conf, im posting this in this group) im facing a problem with mod_perl2 on apache 2 as, in the multiuser environment, everyone login to the page and their respective profile gets d

Re: [EMAIL PROTECTED] Apache 2 ignores setgid directory perms

2005-12-01 Thread Sage Weaver
Yes, sorry, that's what I meant in the first sentence: www-data is a member of the staff group. On 12/1/05 11:11 AM, "Olaf van der Spek" <[EMAIL PROTECTED]> wrote: > On 12/1/05, Sage Weaver <[EMAIL PROTECTED]> wrote: > Apache is a member of the > staff group, yes, and that seems to have no > eff

[EMAIL PROTECTED] http processes killing server

2005-12-01 Thread Benjamin Adams
I have a Mac Server running tiger with Dual G5 and 8G Ram running apache 1.3.33, php4, MySQL 4.1 (10G Database) Processes: 129 total, 4 running, 5 stuck, 120 sleeping... 309 threads 18:58:02 Load Avg: 3.84, 4.29, 3.88 CPU usage: 3.3% user, 75.2% sys, 21.5% idle SharedLibs: num = 27,

[EMAIL PROTECTED] Rewrite part of url

2005-12-01 Thread Don Cross
I am using linux 9.3 and apache 2.053. I have never used MOD_Rewrite before, but I think it is the tool I need. I would like to rewrite part of a url. Example: http://sample.com/new/item/03363rly???.htm The ??? is the code for the item I would like to rewrite depending in the directory the client

[EMAIL PROTECTED] [announce] Apache HTTP Server 2.2.0 Released

2005-12-01 Thread Paul Querna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Apache HTTP Server 2.2.0 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the release of version 2.2.0 of the Apache HTTP Server ("Apache"). We consider this release to be the best ver

[EMAIL PROTECTED] apache fails on make

2005-12-01 Thread Fabiola Lineberger
Hello everyone, After I run the configure for apache 1.3.34 on Solaris 10 (Sparc) I ran make and it fails with the following: >make ===> src make[1]: Entering directory `/usr/local/src/apache_1.3.34' make[2]: Entering directory `/usr/local/src/apache_1.3.34/src' ===> src/regex make[3]: Nothing to

[EMAIL PROTECTED] mod_perl and multi user environment - clashes with other users's data

2005-12-01 Thread Senthil Nathan
hi all,(anyway if possible to change some setting in apache httpd.conf, im posting this in this group)im facing a problem with mod_perl2 on apache 2 as,in the multiuser environment, everyone login to the page and their respective profile gets displayed. after every click, other user's data also get

Re: [EMAIL PROTECTED] redirecting everything to ssl

2005-12-01 Thread Joshua Slive
On 12/1/05, Charlie Smith <[EMAIL PROTECTED]> wrote: > Isn't ip based hosts required for this as well? No, port-based vhosts are used. The configuration is essentially the same. Joshua. - The official User-To-User support forum

Re: [EMAIL PROTECTED] performance analysis

2005-12-01 Thread Senthil Nathan
if u r in windows environment, try this, packet snifer.On 12/2/05, Charlie Smith <[EMAIL PROTECTED]> wrote: I recently noticed a long delay in a page coming up.  What's the bestcommand-line tool/routine to use to monitor how long a page takes to comeback.  Should Iputan LWP callto a page in a cron

Re: [EMAIL PROTECTED] performance analysis

2005-12-01 Thread Charlie Smith
I recently noticed a long delay in a page coming up. What's the best command-line tool/routine to use to monitor how long a page takes to comeback. Should I put an LWP call to a page in a cron job to monitor this? Or can someone recommend a better solution. Then, what is best way to identify pr

Re: [EMAIL PROTECTED] redirecting everything to ssl

2005-12-01 Thread Charlie Smith
Isn't ip based hosts required for this as well? >>> Joshua 12/01/05 11:56 AM >>> On 12/1/05, Rob Benton <[EMAIL PROTECTED]> wrote: > > RewriteCond %{HTTP_HOST} !^my\.site [NC] > RewriteCond %{HTTP_HOST} !^$ > RewriteCond %{SERVER_PORT} ^(80|443)$ > RewriteRule ^/(.*) https://my.site/$

Re: [EMAIL PROTECTED] redirecting everything to ssl

2005-12-01 Thread Joshua Slive
On 12/1/05, Rob Benton <[EMAIL PROTECTED]> wrote: > > RewriteCond %{HTTP_HOST} !^my\.site [NC] > RewriteCond %{HTTP_HOST} !^$ > RewriteCond %{SERVER_PORT} ^(80|443)$ > RewriteRule ^/(.*) https://my.site/$1 [L,R] > > That will direct all https:// traffic to the right hostname but trying

[EMAIL PROTECTED] performance analysis

2005-12-01 Thread Charlie Smith
>>> [EMAIL PROTECTED] 12/01/05 10:18 AM >>> I recently noticed a long delay in a page coming up. What's the best command-line tool/routine to use to monitor how long a page takes to comeback. Should I put an LWP call to a page in a cron job to monitor this? Or can someone recommend a better so

Re: [EMAIL PROTECTED] redirecting everything to ssl

2005-12-01 Thread Rob Benton
Olaf van der Spek wrote: On 11/30/05, Rob Benton <[EMAIL PROTECTED]> wrote: I've got a site on my intranet running with mod_ssl. This site used to run over plain http://. I'd like to redirect everyone trying to access the old address to the new address via https://. I tried just: Redirect pe

Re: [EMAIL PROTECTED] Apache 2 ignores setgid directory perms

2005-12-01 Thread Olaf van der Spek
On 12/1/05, Sage Weaver <[EMAIL PROTECTED]> wrote: > Apache is a member of the staff group, yes, and that seems to have no > effect. Moreover, the directory in which the file is being created is owned > by the www-data user. > > Specifically, I have a "files" directory that is owned by www-data an

[EMAIL PROTECTED]

2005-12-01 Thread Charlie Smith
I recently noticed a long delay in a page coming up. What's the best command-line tool/routine to use to monitor how long a page takes to comeback. Should I put an LWP call to a page in a cron job to monitor this? Or can someone recommend a better solution. Then, what is best way to identify pr

RE: [EMAIL PROTECTED] Silent install for Apache on windows doesn't create Apache2 service

2005-12-01 Thread Steven Hashagen
Thanks Dimitri… that fixed it.   Apparently I was missing ALLUSERS=1   Steven Hashagen Software Engineer Aperio Technologies, Inc. (760) 539-1108 [EMAIL PROTECTED]     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01,

[EMAIL PROTECTED] User Authentication through Proxy Errors

2005-12-01 Thread Brian C
Hi, With prior help from the list I set up Apache 2.0.53 on SUSE (call it oldserver) to proxy requests through to another Apache server on my network (running 1.3.33 on Debian, call it newserver). The relevant part of the oldserver's config looks like: ServerName www.newwe

Re: [EMAIL PROTECTED] Load problems

2005-12-01 Thread Joshua Slive
On 11/30/05, Benjamin Adams <[EMAIL PROTECTED]> wrote: > > I'm running apache 1.3.33 on Mac OS X 10.4.3, php4, I get the > following sometimes Which is really of no use to anybody with more context. I don't see anything obviously wrong. > Most of the time it runs fine but when I get more people

Re: [EMAIL PROTECTED] good comparison of apache1.3.33 vs apache2

2005-12-01 Thread Joshua Slive
On 11/30/05, Benjamin Adams <[EMAIL PROTECTED]> wrote: > My server is running Mac OS X tiger with apache 1.3.33 and php4.3.11 > > I was wondering if someone new a place where I can see a good test > between the two (would like on mac but doesn't need to be). > > Main two problems are image load spe

Re: [EMAIL PROTECTED] Extracting query fields from query-SSI

2005-12-01 Thread Joshua Slive
On 11/30/05, Kishor MailingList <[EMAIL PROTECTED]> wrote: > Hi, > > I've a query related to the SSI feature under apache. > > I found that there are variables QUERY_STRING and QUERY_STRING_UNESCAPED > using which I can get to know the query that the user has sent. But I want > to separate > ea

Re: [EMAIL PROTECTED] Apache 2 ignores setgid directory perms

2005-12-01 Thread Sage Weaver
Apache is a member of the staff group, yes, and that seems to have no effect. Moreover, the directory in which the file is being created is owned by the www-data user. Specifically, I have a "files" directory that is owned by www-data and grouped to staff: $ ls -ld files drwxrwsr-x 2 www-data s

Re: [EMAIL PROTECTED] suexec + mod_ldap_user + multiple realms

2005-12-01 Thread Joshua Slive
On 12/1/05, Adam Hewitt <[EMAIL PROTECTED]> wrote: > As you can see here, Apache finds the correct home directory after > looking it up from LDAP (/u/0/3/1572830/) and allows the 'filedel.cgi' > script to be run. It then tries to lookup the details from nscd, but it > only passes "sword" instead o

[EMAIL PROTECTED] httpd2-prefork processes running forever ...

2005-12-01 Thread Frederick, Fabian
Hi,       I'm facing a strange problem on a production box I'm running for some months.Suddenly, I've got remaining httpd2-prefork processes remaining in memory for hours (6/7% CPU). On the other hand, I've got lot of 'sleeping forever' mysql query processes.Problem is mysql doesn't say anyt

[EMAIL PROTECTED] Cary Conover is out of the office.

2005-12-01 Thread Cary Conover
I will be out of the office starting Sun 11/20/2005 and will not return until Sun 12/04/2005. Out of the office - To Contact my Schedule Coordinater - Susan Neece: e-mail [EMAIL PROTECTED] To Contact my Coach - Annette Hanson: e-mail [EMAIL PROTECTED] To Contact my Manager - Cristi Bennett: e-m

RE: [EMAIL PROTECTED] suexec + mod_ldap_user + multiple realms

2005-12-01 Thread Adam Hewitt
Ok...I have narrowed this down a little bit and I believe that this issue lies within apache2. A strace has revealed the following: write(43, "05\2\1\1`0\2\1\2\4\35cn=XXX,ou=XXX,o=XX\200\fPasswordHere", 55) = 55 select(1024, [43], [], NULL, NULL) = 1 (in [43]) read(43, "0\f\2\1\1a

Re: [EMAIL PROTECTED] Silent install for Apache on windows doesn't create Apache2 service

2005-12-01 Thread dimitri . janczak
Hi, I had similar issues when: - something was already listening on port 80 (a Web Server from a well known company :-) - Apache was already installed on the machine and a httpd.conf was left by a previous installation Currently i use the following line: msiexec /i "apache_2.0.55-w