RE: [EMAIL PROTECTED] HTTPS: what is the relation of ssl-handshake and keepalive?

2005-11-13 Thread Axel-Stéphane SMORGRAV
I do not believe that is the case - actually from doing this myself, I am pretty sure it is not. Turning off keepalive forces the TCP connection to be shut down by the server after each request so that the client will need to re-establish a TCP connection to submit the next request. The keepali

RE: [EMAIL PROTECTED] Getting started - problem with virtual sites (not necessarily 'hosts')

2005-11-13 Thread George Pitcher
Joshua, > -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: 13 November 2005 6:15 pm > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Getting started - problem with virtual sites > (not necessarily 'hosts') > > > On 11/13/05, George Pitcher <[EMAIL PROT

Re: [EMAIL PROTECTED] basic auth config

2005-11-13 Thread Mike Dewhirst
Joshua I'm convinced Apache 2.0.53 doesn't work as advertised in the docs when you try to get Basic Auth working without a .htaccess file. I can get it to request a userid and password with AllowOverride AuthConfig and using a .htaccess file. Which brings me to a followup question ... It d

[EMAIL PROTECTED] Re: Can Anyone Recommend A Log Analyzer?

2005-11-13 Thread Joshua Kugler
I've had good look with webalizer. Works well, quite flexible, and as detailed as you want to be, basically. j- k- On Saturday 12 November 2005 07:25, David P. Donahue wrote: > I'm looking for some recommendations for freeware (open source a plus, > but not really necessary) log analyze

[EMAIL PROTECTED] URL rewriting and cookie paths (rewritable?); loss of session information

2005-11-13 Thread ogjunk-httpd1
Hello, I'm using httpd 1.3.34 with mod_rewrite and am having problems with cookies. - Before URL rewriting: My application generates a cookie with a path (e.g. /myapp). This works fine when there is no URL rewriting, and when all URLs to my application have /myapp in the path (e.g. http:///m

Re: [EMAIL PROTECTED] Re: Apache 2/Mod_JK 1.2 Slow File Download

2005-11-13 Thread Guy Knights
Hi, As I mentioned in my original message, we need to serve these PDFs via tomcat as we are using a proprietary java library which authenticates users with our central auth server. If we serve the PDFs directly via apache, they will be able to download the PDFs without being authenticated. We

Re: [EMAIL PROTECTED] Security risk when running as administrator?

2005-11-13 Thread Joshua Slive
On 11/13/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote: > > I've been reading > http://httpd.apache.org/docs/2.0/mod/mpm_common.html#user > and was looking for a windows example. How should I set up a special account > for the web server to run in? In windows, this is done through the services

Re: [EMAIL PROTECTED] virtualhost "CustomLog not allowed here", RewriteEngine

2005-11-13 Thread Joshua Slive
On 11/13/05, n mike <[EMAIL PROTECTED]> wrote: > I heard back from the hosting service that my site is running under apache > 2.0. Is there way that admin (me) can query apache to find out > configuration information? I'm talking about above-board queries, nothing > sneaky. Often, I ssh in to

[EMAIL PROTECTED] Security risk when running as administrator?

2005-11-13 Thread Siegfried Heintze
I’ve been reading http://httpd.apache.org/docs/2.0/mod/mpm_common.html#user and was looking for a windows example. How should I set up a special account for the web server to run in? Siegfried

Re: [EMAIL PROTECTED] virtualhost "CustomLog not allowed here", RewriteEngine

2005-11-13 Thread n mike
On 11/12/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/12/05, n mike <[EMAIL PROTECTED]> wrote:> PROBLEM:>  Unable to figure out how to use .htaccess to write a custom log file.>>  EXAMPLE ERROR: >  [Sat Nov 12 12:18:48 2005] [alert] [client 72.14.207.99]> /home/virtual/site84/fst/var/www/html/

Re: [EMAIL PROTECTED] Getting started - problem with virtual sites (not necessarily 'hosts')

2005-11-13 Thread Joshua Slive
On 11/13/05, George Pitcher <[EMAIL PROTECTED]> wrote: > Hi, > > After 6 years, I'm moving over from IIS to Apache 2, still on Windows. My > server is on NT4, but my development machine runs Windows XP. > > I have a series of websites that share a document root, so that when they > use the url 'www

[EMAIL PROTECTED] mod_ssl: How to change the SSLCipherSuite setup

2005-11-13 Thread Qingshan Xie
All, I am using Apache 2.0.54 with. The default SSLCipherSuite is SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL In this CipherSuite, I observed nearly all browsers(IE, Netscape, Firefox) select RC4. Tried to change it to 3DES, like SSLCipherSuite ALL:!ADH:3DES+RS

Re: [EMAIL PROTECTED] DSO: does the order of LoadModule matter?

2005-11-13 Thread Qingshan Xie
William, Thx for your reply and help. -QX --- "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > James Benson wrote: > > Yes I think I remember seeing something about that > in the apache docs, > > the order it ships with should not be changed! > > That was true of 1.3.x (the order of all th

RE: [EMAIL PROTECTED] PHP user mailing list?

2005-11-13 Thread Bastien Koert
You don't...it sends you a confirmation request...and when confirmed you'll start getting emails from the list...use that main from address as your to address bastien From: TonyY <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] P

RE: [EMAIL PROTECTED] PHP user mailing list?

2005-11-13 Thread TonyY
Thank you very much.  I got right this time. Best, TonyBastien Koert <[EMAIL PROTECTED]> wrote: choose the php for window list and click the 'normal' radio button...add your email to the box below and hit 'subscribe'bastien>From: TonyY <[EMAIL PROTECTED]>>Reply-To: users@httpd.apache.org>To: users@

RE: [EMAIL PROTECTED] PHP user mailing list?

2005-11-13 Thread TonyY
I was looking at that page for 20 minutes and unable to tell how to get the e-mail address to send the request?   Thanks, Tony"Gary W. Smith" <[EMAIL PROTECTED]> wrote: Try http://www.php.net/mailing-lists.php     From: TonyY [mailto:[EMAIL PROTECTED] Sent: Sunday, November 13, 2005 8:14 A

RE: [EMAIL PROTECTED] PHP user mailing list?

2005-11-13 Thread Bastien Koert
choose the php for window list and click the 'normal' radio button...add your email to the box below and hit 'subscribe' bastien From: TonyY <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: [EMAIL PROTECTED] PHP user mailing list? Date: Sun, 13 Nov 2005

RE: [EMAIL PROTECTED] PHP user mailing list?

2005-11-13 Thread Gary W. Smith
Try http://www.php.net/mailing-lists.php     From: TonyY [mailto:[EMAIL PROTECTED] Sent: Sunday, November 13, 2005 8:14 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] PHP user mailing list?   Hi,   Can anyone tell me how to subscribe to Windows PHP u

[EMAIL PROTECTED] PHP user mailing list?

2005-11-13 Thread TonyY
Hi,   Can anyone tell me how to subscribe to Windows PHP users list in Using PHP on Microsoft Windows?   I have looked us3.PHP.net and unable to tell how to subscribe to this list.   Thanks, Tony Yahoo! FareChase - Search multiple travel sites in one click.

Re: [EMAIL PROTECTED] Can Anyone Recommend A Log Analyzer?

2005-11-13 Thread David Tonhofer, m-plify S.A.
AFAIK, it's an exploit attempt on an old version of awstats: But if you secure the access with passwords and per-IP rules, you will be safe... "default deny" is always a good idea. Personally, I use the analog (www.analog.cx) log analyzer (never tried aw

[EMAIL PROTECTED] Getting started - problem with virtual sites (not necessarily 'hosts')

2005-11-13 Thread George Pitcher
Hi, After 6 years, I'm moving over from IIS to Apache 2, still on Windows. My server is on NT4, but my development machine runs Windows XP. I have a series of websites that share a document root, so that when they use the url 'www.mysite.com/site_a or www.mysite.com/site_b or www.mysite.com/site_

Re: [EMAIL PROTECTED] No services Installed

2005-11-13 Thread Emmanuel E
I think you havent selected the install as service option while running the installer. You could do two things to rectify it. 1) Back up your configuration files. These will be found in the directory named "conf" wherever youve installed Apache. Uninstall apache from the control panel. Run th