RE: [us...@httpd] HTTPD Authentication Questions

2010-01-13 Thread Boyle Owen
> -Original Message- > From: cgswtsu78 [mailto:cg...@proofpoint.com] > Sent: Thursday, January 14, 2010 1:12 AM > To: users@httpd.apache.org > Subject: [us...@httpd] HTTPD Authentication Questions > > > Hello, > > I'm currently trying to apply apache httpd authentication to > a tomcat

RE: [us...@httpd] Trouble installing on windows 7

2010-01-07 Thread Boyle Owen
> -Original Message- > From: William Foster [mailto:willia...@gmail.com] > Sent: Thursday, January 07, 2010 5:07 AM > To: users@httpd.apache.org; comp...@roadrunner.com > Subject: Re: [us...@httpd] Trouble installing on windows 7 > > Hi Wes, > > Well it was a free copy, so no money to Mi

RE: [us...@httpd] Multiple ssh login prompts

2010-01-06 Thread Boyle Owen
> -Original Message- > From: Patrick Horgan [mailto:phorg...@yahoo.com] > Sent: Wednesday, January 06, 2010 6:41 AM > To: users@httpd.apache.org > Subject: [us...@httpd] Multiple ssh login prompts > > On a site that I set up on fedora, https://ootbcomp.com, which brings > you to a mediaw

RE: [us...@httpd] Mod_Rewrite voodoo

2010-01-04 Thread Boyle Owen
> -Original Message- > From: Reese [mailto:howel...@inkworkswell.com] > Sent: Monday, January 04, 2010 5:34 PM > To: users@httpd.apache.org > Subject: [us...@httpd] Mod_Rewrite voodoo > > Hello everyone, > > I am restructuring a Web site and need to move a number of files to > different

RE: [us...@httpd] Http server not working from everywhere

2009-12-23 Thread Boyle Owen
> -Original Message- > From: Pop123 [mailto:i_dont_car...@hotmail.com] > Sent: Wednesday, December 23, 2009 3:40 AM > To: users@httpd.apache.org > Subject: [us...@httpd] Http server not working from everywhere > > > I installed apache http server 2 on my ubuntu linux computer > at home.

RE: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-15 Thread Boyle Owen
> -Original Message- > From: Justin Pasher [mailto:just...@newmediagateway.com] > > Many others have provided some information, but here's a > basic summary > (assuming no SNI support): > > (a) Single FQDN, single DocumentRoot - Single IP. > (b) Multiple FQDN, single DocumentRoot - Sin

RE: [us...@httpd] http video streaming

2009-12-11 Thread Boyle Owen
> -Original Message- > From: Ted Byers [mailto:r.ted.by...@gmail.com] > > ... > > 1) Am I to understand, then, that your answer is that I can't > do this with > Apache's httpd server and I have to deploy Apple's open > source streaming > video server? One way to think about it is to re

RE: [us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread Boyle Owen
> -Original Message- > From: Jan Luca Naumann [mailto:j...@naumannsfamily.de] > Sent: Tuesday, December 08, 2009 3:53 PM > To: users@httpd.apache.org > Subject: [us...@httpd] Problems with mod_ssl and mod_proxy > > Hallo, > > I have a problem with Apache Server (Apache/2.2.14 (Win32) >

RE: [us...@httpd] Load balancer sending request when server starts and gets ready

2009-12-07 Thread Boyle Owen
From: Onur Agin [mailto:onura...@gmail.com] Sent: Monday, December 07, 2009 1:32 PM To: users@httpd.apache.org Subject: [us...@httpd] Load balancer sending request when server starts and gets ready Hi,

RE: [us...@httpd] Re: Building Apache 2.2 without IPv6

2009-12-07 Thread Boyle Owen
> -Original Message- > From: Tom Evans [mailto:tevans...@googlemail.com] > Sent: Sunday, December 06, 2009 12:49 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Re: Building Apache 2.2 without IPv6 > > "Hello, I'd like to stop receiving messages about Christianity" > "Ooh, no

RE: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Boyle Owen
> -Original Message- > From: Peter Schober [mailto:peter.scho...@univie.ac.at] > Sent: Tuesday, December 01, 2009 12:40 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] how to get multiple SSL with name > based vhost ? > > * Boyle Owen [2009

RE: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Boyle Owen
> -Original Message- > From: J. Bakshi [mailto:joyd...@infoservices.in] > Sent: Tuesday, December 01, 2009 10:53 AM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] how to get multiple SSL with name > based vhost ? > > ... > > Thank for your response. your assumption is correct

RE: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Boyle Owen
> -Original Message- > From: J. Bakshi [mailto:joyd...@infoservices.in] > Sent: Tuesday, December 01, 2009 8:20 AM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] how to get multiple SSL with name > based vhost ? > > ... > > Thanks for your nice explanatory response. The serv

RE: [us...@httpd] mod_proxy issue - intermittent 502 response

2009-11-27 Thread Boyle Owen
502 is bad gateway, which means that apache and the back-end server have got into a protocol argument. Usually this is due to a bad response from the back-end (as your log entries indicate). Why do you think apache is the problem? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this messag

RE: [us...@httpd] apache 2.2.13 SSL renegotiation vulnerability

2009-11-25 Thread Boyle Owen
> -Original Message- > From: David Taveras [mailto:d3taveras3...@gmail.com] > Sent: Wednesday, November 25, 2009 10:56 PM > To: users@httpd.apache.org > Subject: [us...@httpd] apache 2.2.13 SSL renegotiation vulnerability > > Hello, > > Ive seen that 2.2.14 comes with a patch for the rec

RE: [us...@httpd] proxy 502 problem uploading a large file

2009-11-25 Thread Boyle Owen
> -Original Message- > From: Scott Chapman [mailto:schap...@mischko.com] > Sent: Wednesday, November 25, 2009 12:28 AM > To: users@httpd.apache.org > Subject: [us...@httpd] proxy 502 problem uploading a large file > > I have Apache 2.2.11 and a web server behind it (CherryPy). > When I up

RE: [us...@httpd] Load balancer sticky session problem

2009-11-24 Thread Boyle Owen
ly request that will come on that second will fail. But if the load balancer is not sticky, it won't work since the sessions are not replicated realtime On Tue, Nov 24, 2009 at 2:16 PM, Boyle Owen wrote: > ? ? ? "The downside is that if the desire

RE: [us...@httpd] Load balancer sticky session problem

2009-11-24 Thread Boyle Owen
it and see :-) Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. On Tue, Nov 24, 2009 at 12:27 PM, Boyle Owen wrote: Try adding "nofailover=On" to the Proxy tag, ie

RE: [us...@httpd] Load balancer sticky session problem

2009-11-24 Thread Boyle Owen
Try adding "nofailover=On" to the Proxy tag, ie ... By default, if the desired balancer member is busy, the request will be routed to another one, even if the stickysession doesn't match (this is "failover"). To force apache to hold the request until the server is free again, you need to switch

RE: [us...@httpd] More RewriteRule issues ..

2009-11-24 Thread Boyle Owen
> -Original Message- > From: bearsfoot [mailto:adam.p.reyno...@gmail.com] > Sent: Tuesday, November 24, 2009 3:24 AM > To: users@httpd.apache.org > Subject: [us...@httpd] More RewriteRule issues .. > > > Hi, > > I have the following rules in my .htaccess. > > RewriteRule products/(.*)/

RE: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Boyle Owen
supplement to previous post: This looks something like your problem: http://apache.webthing.com/mod_proxy_html/faq.html#script Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. From: Peter de Groot [mailto:peter.de.

RE: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Boyle Owen
I think the reason no-one has replied is that no-one knows... You are using a 3rd party module that many people will be unfamiliar with (eg, me) so it's not too surprising no-one feels able to respond. I did look up the module's homepage and noticed that the author offers to try to help out reg

RE: [us...@httpd] Can't get Apache 2.2 to display anything

2009-11-16 Thread Boyle Owen
On line 177 you have DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" So apache will go there and look for "index.html". It appears this file is the standard apache "It works!" file. So there is no problem with apache, just with your understanding of how apache finds t

RE: [us...@httpd] htacces

2009-11-15 Thread Boyle Owen
> -Original Message- > From: Teun [mailto:apache.httpd@dse.nl] > Sent: Sunday, November 15, 2009 9:09 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] htacces > > > On Sun, Nov 15, 2009 at 2:32 PM, Teun > wrote: > >> Best People, > >> I do not understand the website of h

RE: [us...@httpd] apache configuration: always go to parent directory

2009-11-12 Thread Boyle Owen
> -Original Message- > From: J. Bakshi [mailto:joyd...@infoservices.in] > > > ##apache config > > `` > Alias /personal/joydeep /var/personal_work_area/joydeep > > DocumentRoot /var/personal_work_area/ > > > DirectoryIndex inde

RE: [us...@httpd] apache configuration: always go to parent directory

2009-11-12 Thread Boyle Owen
> -Original Message- > From: J. Bakshi [mailto:joyd...@infoservices.in] > Sent: Tuesday, November 10, 2009 10:43 AM > To: users@httpd.apache.org > Subject: [us...@httpd] apache configuration: always go to > parent directory > > Hello, > > I have configured a personal work-space for mine

RE: [us...@httpd] able to start one virtual host but not all of them!!!

2009-10-23 Thread Boyle Owen
I'm not familiar with your linux distro, but I suspect that /usr/sbin/apache2 is the apache binary and that by starting it directly you get a default config (do "/usr/sbin/apache2 -V" to find out where). On the other hand, /etc/init.d/apache2 is probably a shell-script that defines a different co

RE: [us...@httpd] httpd 2.0.63 + cgi script + 'Error: Bad file number'

2009-09-03 Thread Boyle Owen
> -Original Message- > From: lr...@juno.com [mailto:lr...@juno.com] > Sent: Tuesday, September 01, 2009 5:46 PM > To: users@httpd.apache.org > Subject: RE: [us...@httpd] httpd 2.0.63 + cgi script + > 'Error: Bad file number' > > Hi Boyle Owen, > &g

RE: [us...@httpd] httpd 2.0.63 + cgi script + 'Error: Bad file number'

2009-09-01 Thread Boyle Owen
> -Original Message- > From: lr...@juno.com [mailto:lr...@juno.com] > Sent: Monday, August 31, 2009 3:41 PM > To: users@httpd.apache.org > Subject: [us...@httpd] httpd 2.0.63 + cgi script + 'Error: > Bad file number' > > > > I am attempting to upgrade my apache installation from

RE: [us...@httpd] apache ajp interconnection Issue

2009-07-29 Thread Boyle Owen
>BalancerMember ajp://192.168.31.128:8009/MyJava min=10 max=100 > http://Ipaddress:8080/MyJava Not same port. What happens if you try direct login to back-end on same port as Balancer (8009)? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.

RE: [us...@httpd] Question about Server Side Includes

2009-07-29 Thread Boyle Owen
> -Original Message- > From: Freddy Jensen [mailto:jen...@adobe.com] > Sent: Wednesday, July 29, 2009 3:06 PM > To: users@httpd.apache.org > Cc: jen...@adobe.com > Subject: Re: [us...@httpd] Question about Server Side Includes > > > I really appreciate all the quick and accurate answers.

RE: [us...@httpd] rewrite to 443..please help me

2009-07-28 Thread Boyle Owen
> -Original Message- > From: danielitob [mailto:gbatt...@aliceposta.it] > Sent: Tuesday, July 28, 2009 9:06 AM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] rewrite to 443..please help me > > > Ok.. > that is configuration. What I need is running a we site on > http, but whe

RE: [us...@httpd] 404's to robots.txt?

2009-07-23 Thread Boyle Owen
> -Original Message- > From: Evan Platt [mailto:e...@espphotography.com] > Sent: Wednesday, July 22, 2009 10:44 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] 404's to robots.txt? > > At 06:03 PM 7/21/2009, you wrote: > > >More than 1 docroot / log %{Host}i ? > > Ahh.. I b

RE: [us...@httpd] Re: Low priced certificate?

2009-07-22 Thread Boyle Owen
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Wednesday, July 22, 2009 3:09 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Re: Low priced certificate? > > > We are a services company, and provide websites to select > customers, for > their ow

RE: [us...@httpd] Re: Low priced certificate?

2009-07-22 Thread Boyle Owen
> -Original Message- > From: news [mailto:n...@ger.gmane.org] On Behalf Of Nicholas Sherlock > > > > Jfyi: you might also try free and not widely recognized, > > http://cacert.org/ > > Won't certificates signed by them be only useful for > internally-deployed > apps? They're not a trust

RE: [us...@httpd] Remote .htaccess

2009-07-22 Thread Boyle Owen
> -Original Message- > From: Jos Chrispijn [mailto:apa...@webrz.net] > Sent: Wednesday, July 22, 2009 1:31 AM > To: users@httpd.apache.org > Subject: [us...@httpd] Remote .htaccess > > Is it possible to use a .htaccess in a folder in which I define a > htpasswd path that physically is lo

RE: [us...@httpd] 404's to robots.txt?

2009-07-22 Thread Boyle Owen
> -Original Message- > From: Evan Platt [mailto:e...@espphotography.com] > Sent: Wednesday, July 22, 2009 1:56 AM > To: users@httpd.apache.org > Subject: [us...@httpd] 404's to robots.txt? > > So I've noticed quite a lot of connections from web spider programs. > I've had a robots.txt >

RE: [us...@httpd] Conditional in httpd.conf

2009-07-15 Thread Boyle Owen
tSSLStuff() if ($port == 443); $output .= "\n"; } Then you run the perl-script just before each apache restart (ie, add it to the apachectl script) Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > > > >

RE: [us...@httpd] Conditional in httpd.conf

2009-07-14 Thread Boyle Owen
> -Original Message- > From: rank1see...@gmail.com [mailto:rank1see...@gmail.com] > Sent: Tuesday, July 14, 2009 4:05 AM > To: users@httpd.apache.org > Subject: [us...@httpd] Conditional in httpd.conf First off, httpd.conf is a config file - think of it as a data structure like a hash-map

RE: [us...@httpd] [OT][Fwd: Undelivered Mail Returned to Sender]

2009-07-13 Thread Boyle Owen
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Monday, July 13, 2009 10:52 AM > To: users@httpd.apache.org > Subject: [us...@httpd] [OT][Fwd: Undelivered Mail Returned to Sender] > > Hi list. > I apologise if this is not really on-topic. > > Since a few days,

RE: [us...@httpd] Using Apache with SSL and SSO

2009-07-09 Thread Boyle Owen
HTTP is a stateless protocol and the normal HTTP process flow doesn't give you any way to detect this sort of thing. If the user does this: * hits your page * switches to another page on another site * hits "back" to get back to your page your server

RE: [us...@httpd] SSI - file not included

2009-07-08 Thread Boyle Owen
> -Original Message- > From: Marc Patermann [mailto:hans.mo...@ofd-sth.niedersachsen.de] > Sent: Wednesday, July 08, 2009 10:47 AM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] SSI - file not included > > Boyle Owen schrieb: > > >> Can the

RE: [us...@httpd] apache modules

2009-07-08 Thread Boyle Owen
If you just load modules but don't actually use them (ie, no directives in config), then no. From: nima chavooshi [mailto:nima0...@gmail.com] Sent: Wednesday, July 08, 2009 8:59 AM To: users@httpd.apache.org Subject: [us...@httpd]

RE: [us...@httpd] apache monitoring

2009-07-08 Thread Boyle Owen
http://httpd.apache.org/docs/2.2/mod/mod_status.html From: nima chavooshi [mailto:nima0...@gmail.com] Sent: Wednesday, July 08, 2009 8:51 AM To: users@httpd.apache.org Subject: [us...@httpd] apache monitoring

RE: [us...@httpd] SSI - file not included

2009-07-08 Thread Boyle Owen
> -Original Message- > From: Marc Patermann [mailto:hans.mo...@ofd-sth.niedersachsen.de] > Sent: Wednesday, July 08, 2009 9:07 AM > To: users@httpd.apache.org > Subject: [us...@httpd] SSI - file not included > > Hi, > > I tried a simple "include" with SSI. > > In the root directory I ad

RE: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread Boyle Owen
> -Original Message- > From: juergen.l...@it.nrw.de [mailto:juergen.l...@it.nrw.de] > Sent: Tuesday, July 07, 2009 9:52 AM > To: users@httpd.apache.org > Subject: AW: [us...@httpd] mod_proxy_balance: route redirect > not working > > Owen, > what exactly does "labelled" mean? containing

RE: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread Boyle Owen
From: juergen.l...@it.nrw.de [mailto:juergen.l...@it.nrw.de] Sent: Monday, July 06, 2009 5:29 PM To: users@httpd.apache.org Subject: [us...@httpd] mod_proxy_balance: route redirect not working We use mod_pr

RE: [us...@httpd] Annoying problem with apache22 / php5 - how to investigate?

2009-07-05 Thread Boyle Owen
> -Original Message- > From: Per olof Ljungmark [mailto:p...@bsdlabs.com] > Sent: Sunday, July 05, 2009 2:01 AM > To: users@httpd.apache.org > Subject: [us...@httpd] Annoying problem with apache22 / php5 > - how to investigate? > > Hi, > > We run FreeBSD 7 and apache 2.2 (currently 2.2.

RE: [us...@httpd] How do I prioritize requests ?

2009-07-03 Thread Boyle Owen
> From: ricardo figueiredo [mailto:ricardoogra...@gmail.com] > Sent: Friday, July 03, 2009 2:51 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] How do I prioritize requests ? > Implement a HTTP proxy which do it and be happy! > > I would lik

RE: [us...@httpd] mod_expires/mod_headers and SSL

2009-06-30 Thread Boyle Owen
From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Tuesday, June 30, 2009 9:05 AM To: users Subject: [us...@httpd] mod_expires/mod_headers and SSL Hi all, Any idea if mod_expires works ov

RE: [us...@httpd] How to detect a non-graceful restart of Apache

2009-06-19 Thread Boyle Owen
> -Original Message- > From: SAILESH KRISHNAMURTI, BLOOMBERG/ 731 LEXIN > [mailto:skrishnam...@bloomberg.net] > Sent: Thursday, June 18, 2009 3:42 PM > To: USERS@httpd.apache.org > Subject: [us...@httpd] How to detect a non-graceful restart of Apache > > Hi, I have a requirement wherin a

RE: [us...@httpd] redirect webdav traffic from dmz to server inside firewall?

2009-06-12 Thread Boyle Owen
s message may be ignored. > > Thanks, > > Brent Friedman > > > Boyle Owen wrote: > >> -Original Message- > >> From: Brent Friedman [mailto:br...@brentfriedman.net] > >> Sent: Friday, June 12, 2009 12:31 AM > >> To: users@httpd.apache.or

RE: [us...@httpd] redirect webdav traffic from dmz to server inside firewall?

2009-06-12 Thread Boyle Owen
> -Original Message- > From: Brent Friedman [mailto:br...@brentfriedman.net] > Sent: Friday, June 12, 2009 12:31 AM > To: users@httpd.apache.org > Subject: [us...@httpd] redirect webdav traffic from dmz to > server inside firewall? > > I have been trying to determine the proper configura

RE: [us...@httpd] Fixing HTTP Service / Server Version Detected

2009-06-10 Thread Boyle Owen
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > > > and, when you have exhausted all of those, and the JBoss list > too, you > might finally be able to bask in the satisfaction of knowing which > webserver software you are really responsible for. I suspect we've

RE: [us...@httpd] Re: Fixing HTTP Service / Server Version Detected

2009-06-10 Thread Boyle Owen
> -Original Message- > From: Singh, Sukhjeet [mailto:sukhjeet.si...@fiserv.com] > Sent: Wednesday, June 10, 2009 2:56 PM > To: users@httpd.apache.org > Subject: RE: [us...@httpd] Re: Fixing HTTP Service / Server > Version Detected > > Eric, > > Can you let me know the best possible way

RE: [us...@httpd] default site

2009-06-09 Thread Boyle Owen
> -Original Message- > From: Davide Bianchi [mailto:dav...@walterisookeensufferukker.nl] > > Actually no. If the request doesn't match any Virtual Hosts, > it will be > served by the first vhost defined or by the one defined with the > _default_ keyword. Quite right. Once you start usin

RE: [us...@httpd] Configuring multiple instance of apache on solaris

2009-06-09 Thread Boyle Owen
> -Original Message- > From: Sayed Wali [mailto:sayed.w...@gmail.com] > Sent: Monday, June 08, 2009 11:54 PM > To: users@httpd.apache.org > Subject: [us...@httpd] Configuring multiple instance of > apache on solaris > > Hi , > > I have a problem that I am hoping one you have seen before

RE: [us...@httpd] default site

2009-06-09 Thread Boyle Owen
> -Original Message- > From: Fred Zinsli [mailto:fred.zin...@shooter.co.nz] > Sent: Tuesday, June 09, 2009 3:12 AM > To: users@httpd.apache.org > Subject: [us...@httpd] default site > > Hello all > > I am sure this has been asked, but I couldn't find the answer I was > looking for. > >

RE: [us...@httpd] Reducing js file sizes...

2009-03-23 Thread Boyle Owen
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > > Would that not prevent browser-level caching of the javascript ? > If yes, that would probably more than cancel any advantage of the > "minification", no ? I don't know for certain the OP's motivation but it may not

RE: [EMAIL PROTECTED] 502 proxy error

2008-10-30 Thread Boyle Owen
From: isha b [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 12:47 PM To: users@httpd.apache.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [EMAIL PROTECTED] 502 proxy error

RE: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-30 Thread Boyle Owen
I think you're not getting responses because your question is a bit muddled... By ".. able to use the SSL at the apache level .. " I am assuming that https://server/filepath returns the file at /filepath - i.e. you can get local content via HTTPS. Is this so? If so, all you need to do now is prox

RE: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-28 Thread Boyle Owen
Hi, It is not clear that SSL is actually working so concentrate on that first. Forget about proxying (where are your Proxy directives, by the way?) and try to get a local file via HTTPS. So point the DocumentRoot at a local path (is /opt/bea/domains/optdomain/servers/AdminServer/stage local?) Then

RE: [EMAIL PROTECTED] What is the Difference between A webserver(apache) and an application server?

2008-09-23 Thread Boyle Owen
Is this how students write their essays nowadays? From: Varuna Seneviratna [mailto:[EMAIL PROTECTED] Sent: Saturday, September 20, 2008 5:43 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] What is the Difference between A

RE: [EMAIL PROTECTED] Directory listings take

2008-04-24 Thread Boyle Owen
From: FINKEL, PAUL D, ATTSI [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 9:14 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Directory listings take really long time.

RE: [EMAIL PROTECTED] Relative images and css lost after Rewrite

2008-04-21 Thread Boyle Owen
> -Original Message- > From: Weldon Sams [mailto:[EMAIL PROTECTED] > Sent: Monday, April 21, 2008 10:27 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Relative images and css lost after Rewrite > > Hi, I have a question related to losing my styling and images after > perform

RE: [EMAIL PROTECTED] silent URL redirect/cloak with mod_rewrite

2008-04-21 Thread Boyle Owen
From: Hank [mailto:[EMAIL PROTECTED] Sent: Monday, April 21, 2008 1:43 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] silent URL redirect/cloak with mod_rewrite Hello All, I've t

RE: [EMAIL PROTECTED] RSS Feeds

2008-04-04 Thread Boyle Owen
> -Original Message- > From: Grant Peel [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2008 3:36 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] RSS Feeds > > Hi Guys, > > "I" Have no plans to write any applications to Send or > Receive RSS Feeds. > The (clients)

RE: [EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too manySSL VHs causes fopen to fail) - UNDERSTOOD (?)

2008-04-04 Thread Boyle Owen
> -Original Message- > From: Joe Orton [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2008 12:28 PM > To: Boyle Owen > Cc: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Return of bug 14219 in version > 2.2.8? (too manySSL VHs causes fopen

RE: [EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too many SSL VHs causes fopen to fail) - UNDERSTOOD (?)

2008-04-04 Thread Boyle Owen
> -Original Message- > From: Eric Covener [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2008 3:35 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Return of bug 14219 in version > 2.2.8? (too many SSL VHs causes fopen to fail) > > > Sun has some relatively recent

RE: [EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too many SSL VHs causes fopen to fail)

2008-04-03 Thread Boyle Owen
, Apr 3, 2008 at 7:33 AM, Boyle Owen <[EMAIL PROTECTED]> wrote: > > http://developers.sun.com/solaris/articles/stdio_256.html This is a great link - much insight revealed I will try the extendedFILE facility when the server is a bit quieter. > > Any chance your 2.2.6 was 64

RE: [EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too many SSL VHs causes fopen to fail)

2008-04-03 Thread Boyle Owen
Apr 2008 19:43:52 +0200 > "Boyle Owen" <[EMAIL PROTECTED]> wrote: > > > After trying all the usual suspects to do with increasing system > > resources, I discovered that this was documented in an old bugzilla: > > https://issues.apache.org/bugzilla/show_bug.

[EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too many SSL VHs causes fopen to fail)

2008-04-02 Thread Boyle Owen
Greetings, On recently upgrading to 2.2.8, I was rather surprised to find that my new binary would not start on the production server. The error message is: [Wed Apr 02 19:25:18 2008] [error] Init: Unable to read server certificate from file /path-to-certificates/cert99.crt [Wed Apr 02 19:25:18 2

RE: [EMAIL PROTECTED] permission on /var/www & /var/www/html

2008-03-06 Thread Boyle Owen
> -Original Message- > From: Hiep Nguyen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 4:52 PM > To: Apache Users > Cc: [EMAIL PROTECTED] > Subject: [EMAIL PROTECTED] permission on /var/www & /var/www/html > > hi all, > > assume apache runs under apache user/group and i hav

RE: [EMAIL PROTECTED] 403, no permissions, Why?

2008-02-28 Thread Boyle Owen
> -Original Message- > From: Tomas [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 28, 2008 12:07 PM > To: users@httpd.apache.org > > Now I changed the server document root from /var/www/default > to /var/www > only, now I can access the server BUT > If I type test.dbc-system.com I

RE: [EMAIL PROTECTED] 403, no permissions, Why?

2008-02-28 Thread Boyle Owen
> -Original Message- > From: Tomas [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 28, 2008 11:10 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] 403, no permissions, Why? > > Dear group. > I'm trying to setup an apache server with mod-python. > suddenly I get 403 on all

RE: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread Boyle Owen
> -Original Message- > From: pat [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 20, 2008 9:15 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem > > I searched my config files for that line, but there was > obviously none. >

RE: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread Boyle Owen
uy. I never use included configs and know nothing about how gentoo set things up. Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > > Regards, > pat > > > Boyle Owen wrote: > >> -Original Message- > >> From: pat [m

RE: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread Boyle Owen
> -Original Message- > From: pat [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 19, 2008 12:11 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem > > Hello > > I have a problem with the apache2 configuration if I want to combine >

RE: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-17 Thread Boyle Owen
> -Original Message- > From: Todd, David [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 13, 2008 9:31 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] What's the best place to look when > you get no answer? > > On 2008Feb13 13:18 , "Nick Kew" <[EMAIL PROTECTED]> wr

RE: [EMAIL PROTECTED] Customers getting "Page Cannot be Displayed" over SSL

2008-02-01 Thread Boyle Owen
> Do you happen to apply compression? (mod_deflate) > In that case make sure that JS and CSS are NOT compressed > when served to MSIE. > > And as says Bowl, "a quick test would tell a lot..." > > -ascs > > -Message d'origine- > De : Boyle

RE: [EMAIL PROTECTED] URGENT Attention Problem

2008-02-01 Thread Boyle Owen
> -Original Message- > From: kernel.2k5 [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 31, 2008 5:23 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] URGENT Attention Problem > > > Alias /useme /var/www/html/site4/index2.html > Alias /cp1 /var/www/html/site4/index

RE: [EMAIL PROTECTED] Customers getting "Page Cannot be Displayed" over SSL

2008-02-01 Thread Boyle Owen
> -Original Message- > From: Douglas Hobaugh [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 31, 2008 5:33 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Customers getting "Page Cannot be > Displayed" over SSL > > Hi all, I hope this is the correct list. First time post

RE: [EMAIL PROTECTED] URGENT Attention Problem

2008-01-31 Thread Boyle Owen
> -Original Message- > From: kernel.2k5 [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 30, 2008 7:28 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] URGENT Attention Problem > > > HI All , Now I tried with this new Code . but nothings works as , Now > Its really ne

RE: [EMAIL PROTECTED] cgi script ==> error 500

2008-01-16 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 16, 2008 12:12 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] cgi script ==> error 500 > > hi, > i use apache 2.2.2 on fedora 5 > > I have a form mail script file .cgi which

RE: [EMAIL PROTECTED] Re: Apache ACL

2008-01-15 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marc > Sent: Tuesday, January 15, 2008 1:22 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Re: Apache ACL > > Boyle Owen swx.com> writes: > > > > > The probl

RE: [EMAIL PROTECTED] how i can set my homepage?(ror problem)

2008-01-15 Thread Boyle Owen
> -Original Message- > From: mghohoo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 15, 2008 1:36 PM > To: users > Subject: [EMAIL PROTECTED] how i can set my homepage?(ror problem) > > > DocumentRoot C:/ror/ > ServerName rails > Options Indexes ExecCGI FollowSymLinks > RewriteEngine O

RE: [EMAIL PROTECTED] Apache ACL

2008-01-14 Thread Boyle Owen
The problem you describe has no obvious solution, so there must be additional config directives interfering with your setup. See notes below: > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marc > Sent: Monday, January 14, 2008 4:46 PM > To: users@httpd.apache.or

RE: [EMAIL PROTECTED] reseting the apache server

2008-01-14 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of joshua vogelstein > Sent: Tuesday, January 15, 2008 1:13 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] reseting the apache server > > sometimes i modify my httpd.conf file to try to add

RE: [EMAIL PROTECTED] How to configure httpd process time

2008-01-08 Thread Boyle Owen
> -Original Message- > From: Lahiru Gunathilake [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 08, 2008 9:01 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] How to configure httpd process time > > > > Hi Owen, > Thanks for the reply.. > The problem is exactly when i

RE: [EMAIL PROTECTED] How to configure httpd process time

2008-01-07 Thread Boyle Owen
> -Original Message- > From: Lahiru Gunathilake [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 08, 2008 7:08 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to configure httpd process time > > I'm using httpd with Apache axis2c.there's a problem with > some of httpd

RE: [EMAIL PROTECTED] Upgrading Apache 2.0.59 from open mode to SSL mode under Redhat Linux

2008-01-04 Thread Boyle Owen
> -Original Message- > From: Ambarish Mitra [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2008 6:59 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Upgrading Apache 2.0.59 from open mode > to SSL mode under Redhat Linux > > Hi all, > > I have a working version of ap

RE: [EMAIL PROTECTED] 2 apache servers: one re-directs OK the other redirects to the default directory.

2008-01-03 Thread Boyle Owen
> -Original Message- > From: david [mailto:[EMAIL PROTECTED] > Sent: Monday, December 31, 2007 7:39 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] 2 apache servers: one re-directs OK > the other redirects to the default directory. > > Hello Apache users, I am a long time Ap

RE: [EMAIL PROTECTED] How to resist user click abuse in apache?

2007-12-18 Thread Boyle Owen
> -Original Message- > From: Artem Kuchin [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 13, 2007 11:32 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to resist user click abuse in apache? > > Here is the situation. Heavy db driven site takes about 1-1.5 second > t

RE: [EMAIL PROTECTED] Why access_log so large?

2007-12-18 Thread Boyle Owen
> -Original Message- > From: goommy [mailto:[EMAIL PROTECTED] > Sent: Monday, December 17, 2007 9:41 AM > To: apache?? > Subject: [EMAIL PROTECTED] Why access_log so large? > > hi,list! > > My server use 1.3 and work well all the time. > Recently,i upate 1.3 to 2.2 with the configur

RE: [EMAIL PROTECTED] plain HTTP to an SSL-enabled server port

2007-12-10 Thread Boyle Owen
> -Original Message- > From: Thomas Antony [mailto:[EMAIL PROTECTED] > Sent: Monday, December 10, 2007 12:30 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] plain HTTP to an SSL-enabled server port > > Hi, > > This works. > Is there a technical reason why i need 2 virtua

RE: [EMAIL PROTECTED] Re: Prevent new page

2007-12-05 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of User 1001 > Sent: Wednesday, December 05, 2007 8:38 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Re: Prevent new page > > > Whilst I wait to test your suggestion (thanks), where or what would be > mor

RE: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Boyle Owen
> -Original Message- > From: Arnab Ganguly [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 04, 2007 2:35 PM > To: Rath, Krushna; users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Invalid URI in request > > Just checked the error and access log, I am getting a request > without

RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page (SOLVED)

2007-12-03 Thread Boyle Owen
> -Original Message- > From: Rocco Scappatura [mailto:[EMAIL PROTECTED] > Sent: Monday, December 03, 2007 12:38 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' > page (SOLVED) > > > > I have a Tomcat webapp which is surfed from Internet u

RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page

2007-12-03 Thread Boyle Owen
> -Original Message- > From: Rocco Scappatura [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 01, 2007 10:38 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page > > > > Hello, > > I have a Tomcat webapp which is surfed from Internet u

RE: [EMAIL PROTECTED] Prevent new page

2007-12-03 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of User 1001 > Sent: Saturday, December 01, 2007 7:06 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Prevent new page > > One web page with a form invokes a PHP script which in turn invokes a > Javascript p

  1   2   3   4   5   6   7   8   9   10   >