RE: [users@httpd] mod_auth_form and digest authentication

2011-12-26 Thread John Karr
I couldn't figure out how to get digest authentication working with mod_auth_form, the documentation mentions it once, but offers no specifics and I was unable to guess it (I even tried looking at the source for comments that might help). Now as to why I would rather use digest authentication,

[users@httpd] mod_auth_form and digest authentication

2011-12-23 Thread John Karr
Version of Apache 2.3.15 The documentation for mod_auth_form says that it works with digest or basic authentication. I have it working with basic authentication from a database, but I can't find anything about how to switch over to digest. There are two reasons for wanting to do this, first if you

Re: [users@httpd] Redirect https' 404 to http...

2011-11-28 Thread John Doe
From: Igor Galić > I'd use mod_macro for that: >   http://www.cri.ensmp.fr/~coelho/mod_macro/ > >   ServerName $name >   DocumentRoot /srv/web/$name >   SSLStuff /some/place/$name >   ErrorDocument 404 http://$name/not404 > > mod_macro looks nice; but I do not think it would solve my problem

Re: [users@httpd] Redirect https' 404 to http...

2011-11-28 Thread John Doe
From: Igor Galić >> is there a simple way to redirect all https' 404 to http? > I don't get it. > What problem are you trying to solve? Just as I said; "redirect all https' 404 to http" We want to limit https to a few URLs... https://host/nonhttpsurl => 404 => http://host/nonhttpsurl => 200 F

[users@httpd] Redirect https' 404 to http...

2011-11-25 Thread John Doe
Hi, Apache newbie here. is there a simple way to redirect all https' 404 to http? I searched for some solutions but could not find any... Is there a rewrite variable that holds the http return code? Something like:   RewriteCond %{HTTPS} on   RewriteCond %{RETURN_CODE} 404   RewriteRule (.*) ht

[users@httpd] Basic reverse proxy is much slower than directly accessing proxied sites?

2011-09-30 Thread John Klimek
I'm running Ubuntu 10.04.3 (LTS) with Apache2 v2.2.14 (Ubuntu). My configuration is 100% default except I've enabled the folllowing modules: mod_proxy mod_proxy_connect mod_proxy_ftp mod_proxy_http mod_rewrite Then, in my custom.conf (/etc/apache2/conf.d/custom) I have some very simple

[users@httpd] "Reading Request" large number of times slowing Apache 2.0 server

2011-08-18 Thread Rose, John B
discussion from the past? Thanks John

Re: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-07-18 Thread John McAdams
As a person who's not a real techie, I just wanted to thank people on this list for the advice that has solved my problem. John At 09:27 PM 6/26/2011, you wrote: Yes. It implies that those two items are disabled or are not read by the apache. It is by default. You need to search for

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
OK, so I need the "#" in front of the first two commands? So it should be: #EnableMMAP off #EnableSendfile off Win32DisableAcceptEx Correct? John From: DW [xfs...@hotmail.com] Sent: Sunday, June 26, 2011 8:51 PM To: users@httpd.apache.o

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
Thank you! I'll report back on whether this works. Although, it might be a couple of weeks before I become confident it has worked. John From: DW [xfs...@hotmail.com] Sent: Sunday, June 26, 2011 8:38 PM To: users@httpd.apache.org Subject: [users@

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
. Is that just a command that goes on a line there? John From: DW [xfs...@hotmail.com] Sent: Sunday, June 26, 2011 8:18 PM To: users@httpd.apache.org Subject: [users@httpd] Re: Apache throughput turns glacial on weekends I suggest try this f

[users@httpd] Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
My Apache/2.2.19 server running on a Windows 7 machine mostly seems to run fine. But on weekends, sporatically, throughput turns glacial. It hasn't crashed, and after a long wait it will serve up a page, but it's basically of no use. When I check my error log, I find multiple (hundreds, at l

RE: [users@httpd] installing an Apache module after Apache is up and running

2011-06-24 Thread John Fitzgibbon
Hi, Thanks Ashwin. You were 100% correct. I am using Red Hat Linux and the module files were in a different folder to where I was looking. They were in /etc/httpd/modules. Regards John -Original Message- From: Ashwin Kesavan [mailto:ashwi...@yahoo-inc.com] Sent: 22 June 2011 07:11 To

RE: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread John Fitzgibbon
Hi, Sorry. My omission. I installed it on Linux. I have also installed a copy of Greenstone on Windows. In the case of Windows, there are a number of modules in the modules folder including mod_rewrite. In the case of Linux, there are no modules in the modules folder. Regards John

RE: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread John Fitzgibbon
Hi Lester, Thanks for your reply. I installed it with a program called Greenstone. In other words, when I installed Greenstone, it also installed Apache. Regards John -Original Message- From: Lester Caine [mailto:les...@lsces.co.uk] Sent: 21 June 2011 12:39 To: users@httpd.apache.org

[users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread John Fitzgibbon
this? Any help would be much appreciated. Regards, John John Fitzgibbon w: www.galwaylibrary.ie e: i...@galwaylibrary.ie p: 00 353 91 562471 f: 00 353 91 565039 # This e-mail message has been scanned fo

Re: [users@httpd] How to run a backup server?

2011-06-14 Thread John Hudak
2011 at 11:33 AM, Lester Caine wrote: > John Hudak wrote: > >> Hmmm well in *that* case, seems like your choices are: >> 1. pay for VPS >> 2. relax your constraint about 5 TB of data >> 3. build a server center from the ground up with reliable power (among >> ot

Re: [users@httpd] How to run a backup server?

2011-06-13 Thread John Hudak
Hmmm well in *that* case, seems like your choices are: 1. pay for VPS 2. relax your constraint about 5 TB of data 3. build a server center from the ground up with reliable power (among other things). Pays yer money, takes yer choice. You may *like* to use a real DB, but are you willing to pay for

[users@httpd] using mod_rewrite to change home page

2011-06-10 Thread John Fitzgibbon
pg to become http://10.10.10.10/images/large/HASH4dbf.dir/Portumna%20Abbey%202.jpg I would appreciate any help with this. Regards, John John Fitzgibbon w: www.galwaylibrary.ie e: i...@galwaylibrary.ie p: 00 3

RE: [users@httpd] Apache is listening but not responding

2011-05-25 Thread John Fitzgibbon
Hi Patrick, Thanks for your reply. There are no entries for the Web browser attempts in the access and error logs. I am connecting without using a proxy. Regards John -Original Message- From: Patrick Proniewski [mailto:patrick.proniew...@univ-lyon2.fr] Sent: 25 May 2011 14:20 To

[users@httpd] Apache is listening but not responding

2011-05-25 Thread John Fitzgibbon
AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Order allow,deny Allow from all Any help would be much appreciated. Regards, John John Fitzgibbon w: www.galway

Re: [users@httpd] Re: What are accept.lock files?

2011-05-11 Thread John Doe
From: Steven Ross > OK, thanks. Even if they are 5 years old and there are many newer ones? They >are size 0, but still, I find it weird they would fill up that folder >seemingly >indefinitely. > Does it make a difference if I'm the only user ever using Apache on my local >machine (for te

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

2011-04-06 Thread John Hudak
-based virtual sites, so would it be better to have Apache built as multiprocess or mult-threaded? The machine is a whopping 1.2 GHz, single core, with 1 GB of memory, and a very large page size. Thanks for the insight. -John

Re: [users@httpd] Total newbie to Apache Web Server with start up issue

2011-03-22 Thread John Hudak
With all due respect, but have you looked for any How-To's for your specific OS? I would also try searching for related concerns, such as 'Starting Apache under XAMPP' or 'Starting Apache' or 'Configuring Apache'etc...you get the idea.. Thirdly, there is the Apache website and associated docume

RE: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-31 Thread john.3.newton
So... What are you upset about? Is the server not working properly or not serving pages properly? Is it going straight to tomcat instead of serving a static page, or do you just want more detail in your apache logs? John Newton -Original Message- From: Setya [mailto:jse...@gmail.com

RE: [users@httpd] mod_ssl, erratic performance

2011-01-28 Thread john.3.newton
- Igor Galić [mailto:i.ga...@brainsware.org] wrote: > >- "john 3 newton" wrote: > >> Solaris 10 >> Apache version: 2.2.11 & 2.2.17 (32 &64 bit) >> >> We recently moved our production webserver from a sparc platform >> (T2000

RE: [users@httpd] mod_ssl, erratic performance

2011-01-28 Thread john.3.newton
On Thursday, January 27, 2011 11:24 AM, >Am 27.01.2011 16:34, schrieb Matus UHLAR - fantomas: >> On 22.01.11 00:53, john.3.new...@bt.com wrote: >>> >>> We recently moved our production webserver from a sparc platform (T2000) >>> to an x86/64 platform (x227

RE: [users@httpd] mod_ssl, erratic performance

2011-01-28 Thread john.3.newton
in. I have also varied these based on startup or connect. I didn't see any difference in performance. John Newton - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/user

[users@httpd] Re: experiencing Out of memory errors

2011-01-27 Thread John Deighan
a 64-bit version of Apache that will with with the mod_perl below? On 1/27/2011 6:57 AM, Michiel Beijen wrote: Hi John, ... etc. If you would want to switch to StrawberryPerl 5.12.x 64-bit, you can use this pre-compiled mod_perl: http://strawberryperl.com/package/km

[users@httpd] experiencing Out of memory errors

2011-01-26 Thread John Deighan
We have an Apache/mod_perl application running under Windows Server 2003 that periodically experiences "Out of memory" errors (they appear in the Apache error logs) which forces Apache to restart. Our application does, in fact, use a lot of memory, and we believe that this is not due to a bug or m

RE: [users@httpd] mod_ssl, erratic performance

2011-01-24 Thread john.3.newton
Thanks for the suggestion, but I have KeepAlive On, and it doesn't make a difference. Do you have any other suggestions? John Newton -Original Message- From: Devraj Mukherjee [mailto:dev...@gmail.com] Sent: Saturday, January 22, 2011 3:57 PM To: users@httpd.apache.org Subjec

[users@httpd] mod_ssl, erratic performance

2011-01-21 Thread john.3.newton
I can move the bare-bones configuration between the sparc and x86 platforms and get normal response on the sparc, and irregular on the x86. Any help would be appreciated. John Newton - The official User-To-User support forum

Re: [users@httpd] Changing apache default port 80 creates problem

2011-01-10 Thread John Doe
From: Γιώργος Κατωποδης >I run ubuntu 10.04.1 on a virtual linode server. When i change the default >port >80 to 8081 or 81 (because another application needs to run on the port 80 >-nginx-) and then browse my domain name, i must write in the browser window >xxx.xxx.xxx.xxx:8081 (or 81) in or

Re: [us...@httpd] I can't get apache to direct to my virtual hosts

2010-10-31 Thread John List
On 10/31/2010 09:58 PM, dasgud wrote: I have installed a web server on a localhost with xampp. the apache server is ver 2.2 on a win xp pro (sp3) desktop. I've been reading the documentation and forums for 2 days and follow all the directions I found to modify my httpd-vhosts.conf file but it sti

[us...@httpd] POST error with 2.2.16 on openSUSE 11.3

2010-10-14 Thread John Andrea
I've compiled a plain Apache 2.2.16 without PHP or other external modules on openSUSE 11.3 with gcc 4.5.0. Every HTTP POST produces an empty response with the following lines in the error log: [crit] file http_filters.c, line 523, assertion "totalread >= 0" failed [notice] child pid 27403 exit

[us...@httpd] Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD

2010-09-23 Thread Minson, John M CIV SPAWARSYSCEN-ATLANTIC, 82370
I am trying to upgrade from http 2.2.10 to 2.2.15 . Httpd comes up and runs but I get [debug] mod_authnz_ldap.c(623): [client 10.19.47.67] auth_ldap authorise: User DN not found, LDAP: ldap_set_option failed. Could not set LDAP_OPT_ X_TLS to LDAP_OPT_X_TLS_HARD When attempting to connect to th

Re: [us...@httpd] High load apache

2010-09-14 Thread John List
If you've already narrowed it down to php, jmeter probably won't help you further. Are you getting any error messages in your apache log? If not, check the log level in your php.ini file and set it to log everything. Is there not a list or forum for horde? Try posting there. Joh

Re: [us...@httpd] High load apache

2010-09-13 Thread John List
On 09/13/2010 12:41 PM, Paras pradhan wrote: John, I am testing to support 300 requests / second. concurrent parameter in ab does test number of Established tcp session per second if I am not mistaken. Thanks Paras. Sorry again, Paras. This time I erred in two ways: I said you were

Re: [us...@httpd] High load apache

2010-09-10 Thread John List
On 09/10/2010 06:09 PM, Paras pradhan wrote: On Fri, Sep 10, 2010 at 4:58 PM, John List <mailto:johnl...@gulfbridge.net>> wrote: Which processes are using the processors the most? (I suspect your imap server might be more responsible than apache.) John Hicks True . But

Re: [us...@httpd] High load apache

2010-09-10 Thread John List
Which processes are using the processors the most? (I suspect your imap server might be more responsible than apache.) John Hicks On 09/08/2010 03:42 PM, Paras pradhan wrote: Hi, Looking for recommendations. I need to serve 100-200+ concurrent users to provide php based webmail client

Re: [us...@httpd] 32 or 64 bit install

2010-08-19 Thread John Kennedy
n. > > Just hint, maybe you should use another httpd server as a loadbalancer with > mod_proxy > > mh > > > > On Thu, Aug 19, 2010 at 5:47 PM, John Kennedy wrote: > >> We are running Glassfish 2.1.1 on 2 RHEL 5.3 64 bit boxes with Apache >> 2.2.16. &g

[us...@httpd] 32 or 64 bit install

2010-08-19 Thread John Kennedy
rvers from source ($ ./configure --with-ssl=/usr/local/ssl --prefix=/etc/httpd --enable-ssl --enable-so --with-included-apr). Since the box is 64 bit, is it safe to assume that the Apache we built will be 64 bit? Is there any way to specify through configure script to use only 32 bit libs? Th

Re: [us...@httpd] Server setup question NEWBIE

2010-08-04 Thread John Doe
From: Jacob Tennant >On Wed, Aug 4, 2010 at 11:44 AM, John Doe wrote: >From: Jacob Tennant >>>I have just switched from Apache on Windows7 to Ubuntu 10.04LTS and have a >>>couple questions... >>>1. I am running my system thru a no-ip.org port 80 redirect. When

Re: [us...@httpd] Server setup question NEWBIE

2010-08-04 Thread John Doe
From: Jacob Tennant >I have just switched from Apache on Windows7 to Ubuntu 10.04LTS and have a >couple questions... >1. I am running my system thru a no-ip.org port 80 redirect. When I looked at >the error log this morning it stated that system ip could not be resolved and >was going to use 12

[us...@httpd] Location "everything else"?

2010-07-22 Thread John Oliver
I want to pass a directive to all but one or two locations. How do I do that? Like: xxx xxx YYY -- *** * John Oliver http://www.john-oliver.net

[us...@httpd] RE: mod_headers edit Set-Cookie problem

2010-07-13 Thread John Hughes
.conf file: Header edit Set-Cookie ^(.*)$ $1;Secure;HttpOnly The parameter is not added. It is the only set-cookie header that is issued. We have tried many different options and the edit function never seems to "kick in". Any ideas? Ma

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
l 13, 2010 at 2:52 PM, Eric Covener wrote: > On Tue, Jul 13, 2010 at 2:43 PM, John Hudak wrote: > > results of apache2ctl -S are: > > You have > > > > apache2: Could not reliably determine the server's fully qualified domain > > name, using ubuntuserver.home

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
Links AllowOverride None Order deny,allow Comments? Thank you -J On Tue, Jul 13, 2010 at 1:23 PM, Eric Covener wrote: > On Tue, Jul 13, 2010 at 1:06 PM, John Hudak wrote: > > > Perhaps I have a rogue domain name running around somewhere.in some > > config file... > >

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
7;configuration file' that corresponds to each FQDN? Correct? and default should not contain any of the FQDNs, Correct? -John On Tue, Jul 13, 2010 at 12:35 PM, Tom Evans wrote: > On Tue, Jul 13, 2010 at 4:58 PM, John Hudak wrote: > > Yes, that is what is causing me to scratch my

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
13, 2010 at 11:28 AM, Tom Evans wrote: > On Tue, Jul 13, 2010 at 3:39 PM, John Hudak wrote: > > I just checked in apache2.confServerRoot "/etc/apache2" > > That is where all the apache config information is located. Doesn't > > DocumentRoot dictate where t

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
I just checked in apache2.confServerRoot "/etc/apache2" That is where all the apache config information is located. Doesn't DocumentRoot dictate where the files to be served are located? Thanks J On Tue, Jul 13, 2010 at 10:34 AM, John Hudak wrote: > Hmmm, I don

Re: [us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
ecCGI # Logfiles ErrorLog /var/www/www.example.com/logs/error.log CustomLog /var/www/www.example.com/logs/access.log combined -John > It's looking for '/htdocs', or more likely, it is looking for > '/htdocs/foo/bar/quuz.html', but '/htdocs' isn&#x

[us...@httpd] Troubleshooting namebased virtual websites

2010-07-13 Thread John Hudak
htdocs" why??? and why not the DirectoryIndex of index.html as I specified in sites-available?? Suggestions are really appreciated as I am dead-ended on this one Thank you! John

Re: [us...@httpd] Problem with in Apache httpd 2.2

2010-07-12 Thread John Gordon
John Gordon writes: > > I've been assigned (yay!) to support a homebrew Apache module that is used > by some external customers. One customer is reporting that the > tag is failing to recognize that the module is loaded. Turned out to be user error -- the customer had the sta

[us...@httpd] Problem with in Apache httpd 2.2

2010-07-07 Thread John Gordon
documentation out on the web but it does not appear to be very complete. Thanks! -- John Gordon A is for Amy, who fell down the stairs gor...@panix.com B is for Basil, assaulted by bears -- Edward Gorey, &qu

[us...@httpd] Vulnerability - Expect Header Cross-Site Scripting | CVE-2006-3918

2010-06-22 Thread John Lee
pache version 2.0.xx ? Any feedback on this issue would be helpful. Sincerely, John Lee -Original Message- From: mark...@gmail.com [mailto:mark...@gmail.com] On Behalf Of Mark J = Cox Sent: Monday, June 14, 2010 9:14 AM To: John Lee Cc: secur...@apache.org Subject: Re: Vulnerability -

Re: [us...@httpd] How to prevent email sent from the server

2010-06-11 Thread John Iliffe
p deny SPF records for all servers that are NOT allowed to send mail for your domain but have MX records for it. Costs nothing, and most incoming SMTP servers do check the SPF records. Good luck! John On Fri, 2010-11-06 at 03:04 +, St

Re: [us...@httpd] [Fwd: Reverse Proxy Configuration]

2010-06-10 Thread John Iliffe
On Tue, 2010-08-06 at 10:54 +0200, Krist van Besien wrote: > On Tue, Jun 8, 2010 at 4:34 AM, John Iliffe wrote: > > > If I try to use either of the ProxyHTMLEnable On or ProxyHTMLURLMap > > directives apachectl -S still flags them as errors. > > You have proxy_html 3.0.1

Re: [us...@httpd] [Fwd: Reverse Proxy Configuration]

2010-06-07 Thread John Iliffe
On Mon, 2010-07-06 at 11:02 +0100, Tom Evans wrote: > On Sun, Jun 6, 2010 at 9:30 PM, John Iliffe wrote: > > I sent the following request for help a couple of weeks back but so far > > no response. Maybe I didn't make the actual question clear :-( > > Anyhow,

[us...@httpd] [Fwd: Reverse Proxy Configuration]

2010-06-06 Thread John Iliffe
http.c mod_proxy_scgi.c mod_proxy_ajp.c mod_proxy_balancer.c So, obviously I missed something. Does the above suggest anything? Regards, and thanks in advance, John - The official User-To-User support forum of the A

[us...@httpd] Reverse Proxy Configuration

2010-05-14 Thread John Iliffe
lHost container for the web site. I think I have not interpreted the documentation properly but I don't see where. Regards, John - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [us...@httpd] Redirect question

2010-05-07 Thread John . C . Kennedy
ied this at one time but messed up the regular expression. The syntax I needed was: RedirectMatch ^/$ http://application/application Since "application" is in DNS pointing to "server" this works. Thanks to EVERYONE who gave suggestions... John

Re: [us...@httpd] Redirect question

2010-05-06 Thread John . C . Kennedy
ncing. I don't think it should cause a problem since the redirect happens before mod_jk does it's magic but maybe I am wrong in thinking that??? John 2 VirtualHost containers we have tried: NameVirtualHost 1.2.3.4 ServerName server.example.com ServerAlias appli

Re: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
- Original Message - > From: john.c.kenn...@ldhenergy.com > Date: Wed, 5 May 2010 16:46:34 -0400 > Subject: [us...@httpd] Redirect question > To: users@httpd.apache.org > > > My user wants me to set up so that > http://application > will redirect to: > http://server/a

Re: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
At 16:46 -0400 5/5/10, john.c.kenn...@ldhenergy.com wrote: I have an application running on a server at: http://server/application My user wants me to set up so that http://application will redirect to: http://server/application I have DNS set up and now if I go to: http://application/application

RE: [us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
/index.jsp Redirect permanent /* http://server/app/index.jsp Redirect permanent /*/ http://server/app/index.jsp Is there any other info that I can give that would help? Thanks, John I think the redirect rule entered into a loop and unable to process Did you try Redirect permanent

[us...@httpd] Redirect question

2010-05-05 Thread John . C . Kennedy
request for this address in a way that will never complete. What am I doing wrong? Thanks, John

Re: [us...@httpd] Virtual Hosts Problem - option '-S' to verify yourvirtual host configuration

2010-05-04 Thread John Doe
From: "Wang, Mary Y" > #/etc/init.d/httpd -S > It returned that usage comment. Am I missing something here? You are confusing the init script with the executable... JD - The official User-To-User support forum of the

Re: [us...@httpd] Intercepting Error Responses from a handler

2010-04-28 Thread John Iliffe
On Wed, 2010-28-04 at 17:54 +0200, Schermuly-Koch, Achim wrote: > Hi all, > > i have an apache setup using a proprietary handler (let's call it > "my-handler") to render the content > > > SetHandler my-handler > > > This is similar to using a php-script handler, i guess. > > Now the handle

[us...@httpd] mod_filters order

2010-04-07 Thread John G. Moylan
And it actually looks like the subst filter is being applied after the page has had all of it's included compiled. Can anyone help me understand why "FilterChain SSI subs" drops html from some pages and why "FilterChain subst SSI" seems to actually apply the SSI filter before the subst one? Cheers, John -- _ John G. Moylan

Re: [us...@httpd] How to install Apache2 on Windows 7

2010-03-31 Thread John Doe
From: Can Le > Please show me another link or instruction to install Apache 2. I downloaded > this file but can't install onto Windows 7 Home edition: Tried the apache website download page...? > httpd-2.0.63-win32-src.zip > I opened above link with winrar , but I couldn't extract files to C dr

Re: [us...@httpd] mod_proxy - disablereuse

2010-03-23 Thread John Doe
From: Paul Jacques >netstat command shows that connections are not reused (one connection per >request) however it seems that the connections are not cleaned up immediately >and stay for a while in TIME_WAIT >I assume we could reach shortly a threshold on the server on TCP connections. >- Is the

Re: [us...@httpd] mod_php script 'queue'

2010-03-16 Thread John Iliffe
o Moreira Guedes > If you have JavaScript in the client programme, do the PHP request as a background (AJAX) request. Set the client script so that the request is locked until a response is received. You should also us a timer to allow the user to restart in case no response is ever received ;-

Re: [us...@httpd] How to block IP addresses to the whole server?

2010-03-11 Thread John Doe
From: Je suis la poubelle > Yeah, I want o blacklist some IP addresses. I don't have > iptables installed, and I don't want to have it. Is it possible to > use Apache to block? > BTW, I've tried the old way of creating a hosts.allow file to > deny, but that didn't work. No idea why.

Re: [us...@httpd] two applications on the same box

2010-02-26 Thread John Doe
From: Stefano Nichele > Actually I want to setup a proxy in order to have: > http://appA.domain.com (instead of http://my.domain.com:8080/appA) > http://appB.domain.com (instead of http://my.domain.com:9090/appB) > What's the best way to obtain this ? Virtual Hosts...? http://httpd.apache.org

[us...@httpd] Re: Spam:******, RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-23 Thread John Iliffe
r help, > > P. > > > From: scte...@apache.org > > Date: Mon, 22 Feb 2010 17:15:22 -0800 > > To: users@httpd.apache.org > > Subject: Re: [us...@httpd] How do I pick up

Re: [us...@httpd] How do I pick up correct version of SSL

2010-02-22 Thread John Iliffe
Thanks, I completely missed that. One question before I fix it: do I have to recompile Apache or is there some way to update the existing? At this point, no problem, but what happens next time they update openssl, or any other module for that matter? Regards, John

Re: [us...@httpd] Can I have 2 httpd servers running on 2 different ports?

2010-02-22 Thread John Hudak
What is the reason that you want two instances of the server running on two different ports? Perhaps using virtual servers will resolve your issue? John On Mon, Feb 22, 2010 at 2:09 PM, Aruna Gummalla wrote: > Hi, > > Can I have 2 httpd servers running on 2 different ports? If so

[us...@httpd] How do I pick up correct version of SSL

2010-02-21 Thread John Iliffe
the proper openssl version? I have a horrible feeling that I have missed something important in the config but I have had no success so far in finding it. Thanks in advance. John - The official User-To-User support forum of the A

Re: [us...@httpd] RewriteCond question

2010-02-19 Thread John Oliver
onnection is based on IP because the > Host header is not readable till *after* decryption. > > John, you are going to have to live with the certificate error, try to get a > certificate with www.domain.gov as a "subject alterna

Re: [us...@httpd] RewriteCond question

2010-02-18 Thread John Oliver
On Thu, Feb 18, 2010 at 06:14:33PM -0500, James Smallacombe wrote: > On Thu, 18 Feb 2010, John Oliver wrote: > > >I'm dealing with a site that is accessed via https://domain.gov The > >certificate is for "domain.gov" I akready have a working rule to catch >

[us...@httpd] RewriteCond question

2010-02-18 Thread John Oliver
expect it to, but it was worth a try!) What magic sauce do I need to catch and rewrite that attempt? -- *** * John Oliver h

Re: [us...@httpd] Web page usage and monitoring

2010-02-09 Thread John Hudak
awstats? it is web based, and can slice and dice what ever stats you want...although you may need to hack it a bit to get the data to a file... -John On Tue, Feb 9, 2010 at 1:15 PM, Dorrian, William M Contractor ace...@saj < william.m.dorr...@usace.army.mil> wrote: > We're using

Re: [us...@httpd] Runaway Apache Processes - Second Victim

2010-02-05 Thread John Thomas
On 02/04/2010 11:24 AM, John Thomas wrote: FYI, I have run into a problem that sounds identical to Dan Bunyards thread here: http://markmail.org/thread/pnmwmalsfe6c7j6c Everything runs fine, then all of a sudden I have 12 or so Apache processes all trying to use 100% of the CPU and the system

[us...@httpd] Runaway Apache Processes - Second Victim

2010-02-04 Thread John Thomas
. -- Sincerely, John Thomas - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.

Re: [us...@httpd] Something's fishy going on: dead server & no log messages

2010-01-30 Thread John Hudak
ing service? 4. Are you doing virtual hosting? are the names set up correctly and in the right order? 5. Having not set apache up on the windoz machine, any chance you had to modify the hosts or lmhosts file, and need to do that to the new copy of xp? Hmmm...all out of ideas... Good luck John

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-17 Thread John Iliffe
On Sun, 2010-17-01 at 11:30 +0530, J. Bakshi wrote: > On Sat, 16 Jan 2010 13:35:37 -0500 > John Iliffe wrote: > > > There are a couple of choices to debug here. > > > > First, the code you supplied is comparing the mime-type parameters > > obtained from the cal

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread John Iliffe
There are a couple of choices to debug here. First, the code you supplied is comparing the mime-type parameters obtained from the call to: $upload_file_type = $GLOBALS ['HTTP_POST_FILES']['profile_image']['type']; So, first I would echo $upload_file_type and see what it is actually getting.

Re: [us...@httpd] Apache Load balancing

2010-01-08 Thread John Doe
From: nima chavooshi > Before any thing I want to know about differences between mod_proxy > and load balancing with UltraMonkey. http://httpd.apache.org/docs/2.0/mod/mod_proxy.html http://www.ultramonkey.org/ JD - The

Re: [us...@httpd] HTTPD Logwatch

2009-12-26 Thread John Iliffe
TP/1.1 with response code(s) 403 1 responses -- httpd End - --- Regards, John = -

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread John den Haan
I figure SOAP might be what you need. - This message was sent using a mobile device. I apologize for any seplling errors that may result. Op 26 dec 2009 om 14:04 heeft Andrei Paul Nistor het volgende geschreven:\ Hello all. Question: Is it any way possible to access through the httpd s

[us...@httpd] Using latest mod-cache with apache 2.2.14?

2009-12-25 Thread John den Haan
shorting out all other server-side processing. Is there any way for me to incorporate this latest version into my 2.2.14 build of apache? Thanks, John - The official User-To-User support forum of the Apache HTTP Server Project

[us...@httpd] mod_cache not serving URLs ending in slash?

2009-12-24 Thread John den Haan
to the rewrite (i.e. rewriting to /index.php/$1cache), but that also fails, because the module apparently applies its SAVE filter both to the requested and rewritten URL. Isn't there a clean way to solve this problem? Thanks! John -

Re: [us...@httpd] writing modules?

2009-12-03 Thread John Hudak
The o'Rieley book I had in mind is by MacEchren (?) and Stein...and it is with Perl and C... On Thu, Dec 3, 2009 at 11:23 AM, Rich Bowen wrote: > > On Dec 3, 2009, at 09:56 , John Hudak wrote: > > I assume you are developing for Apache 2? > You might want to do some sear

Re: [us...@httpd] writing modules?

2009-12-03 Thread John Hudak
done: http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html O'Reiley has some pretty good books detailing the process -John On Thu, Dec 3, 2009 at 9:35 AM, Zachary Uram wrote: > Morning, > > I would like to make my own apache module (in C) for Linux but have no &g

Re: [us...@httpd] SSL on Apache 2.2.14

2009-12-02 Thread John J. Consolati
to level 3 in order to support dependence based transformations. Hope this helps someone. Thank you to everyone that offered suggestions and support. Regards, John Consolati Lawrence Livermore National Laboratory On Nov 30, 2009, at 11:59 AM, John J. Consolati wrote: Hi All, I'll

Re: [us...@httpd] SSL on Apache 2.2.14

2009-11-30 Thread John J. Consolati
=> 0 (0x0)) read:errno=0 write to 0x20fdd0 [0x21a150] (37 bytes => 37 (0x25)) - 15 03 01 00 20 af e1 ab-10 6a 3e 70 e2 4f ee 1a j>p.O.. 0010 - fb 51 20 ac 62 74 99 71-d7 7c 29 72 54 ee 62 3d .Q .bt.q.|)rT.b= 0020 - cf 82 c4 bc 73 Thanks again, John On Nov 27,

Re: [us...@httpd] SSL on Apache 2.2.14

2009-11-25 Thread John J. Consolati
mic). Any ideas why they're missing? Thanks, John On Nov 25, 2009, at 2:14 PM, dan_mit...@ymp.gov wrote: We are only at Apache 2.2.9, but don't have any problems. The command I use to build apache with is: ./configure --prefix=/usr/local/apache-2.2.9 --with-ssl=/usr/local

Re: [us...@httpd] SSL on Apache 2.2.14

2009-11-25 Thread John J. Consolati
ersion of OpenSSL, can I use that same certificate in a different version of Apache with a different version of OpenSSL? Or do I have to re-request if I upgrade OpenSSL? A long shot I know, but I'm running out of options... Thank you for the help, John On Nov 25, 2009, at 12:07 PM, dan_mit...

Re: [us...@httpd] SSL on Apache 2.2.14

2009-11-25 Thread John J. Consolati
appropriate directions on the Apache site. SSLCertificateFile points to my server.crt, SSLCertificateKeyFile points to my private.key, and SSLCACertificateFile points to my intermediate.crt... Thanks, John On Nov 25, 2009, at 11:47 AM, John J. Consolati wrote: Here is the complete command

<    1   2   3   4   5   6   7   8   9   10   >