[users@httpd] Building 64 bit apache on Solaris 8

2005-06-22 Thread Janky Dude
what is the exact procedure for building 64-bit apache binaries on Solaris? Is it just #export CFLAGS="-D_FILE_OFFSET_BITS=64" and then configure? If it is only this much, I'm getting an error while running #make ld: fatal: file strings/apr_cpystrn.lo: unknown file type ld: fatal: File processi

[users@httpd] Apache 1.3 not honoring +ExecCGI or +FollowSymLinks in UserDir on OS X Tiger

2005-06-22 Thread Carl Youngblood
I'm having trouble trying to execute CGIs and follow symlinks under user web shares (~user style directories) on Mac OS X Tiger. I've changed httpd.conf so that the / and DocumentRoot directories both have AllowOverride Options. I've turned web sharing on. I've set the user dir (/Users/*/Sites) to

[users@httpd] Changing the default thread stack size on NON-Novel MPMsl?

2005-06-22 Thread Thom Park
Hi All,   I need to have some control over the stack size associated with \ pthread_thread_create()-ed threads. Does anyone know if there is a config parameter to govern the stack size associated with the threads created within the apache server.   As far as I can tell, the ThreadStackS

[users@httpd] htaccess on nfs mounted disks

2005-06-22 Thread Thomas Holton
Any help is much appreciated. using: Server Version: Apache/2.0.52 (Fedora) I cannot find documentation regardling mounted disk space. My httpd.conf has the proper redirects to display html from users home directories on NFS mounted disk space. .htaccess files respond normally when placed insid

RE: [users@httpd] limit CONNECT

2005-06-22 Thread Bohumil Holubec
It works fine. It's pity that cannot be as global settings. Thank you for everything. On Wed, 22 Jun 2005, Axel-Stéphane SMORGRAV wrote: I'll answer both your mails: 1. Add RewriteLogLevel 5 to your configuration in order to enable logging. 2. You can define the rewrite rules at the server l

RE: [users@httpd] Questions about reverse proxy with https

2005-06-22 Thread Axel-Stéphane SMORGRAV
Yes this is possible. From memory the only thing you need is to set "SSLProxyEngine On". Take a look at the mod_ssl documentation at httpd.apache.org. -ascs -Original Message- From: Carlo Montanari [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 12:43 PM To: users@httpd.apache

RE: [users@httpd] limit CONNECT

2005-06-22 Thread Axel-Stéphane SMORGRAV
I'll answer both your mails: 1. Add RewriteLogLevel 5 to your configuration in order to enable logging. 2. You can define the rewrite rules at the server level and then the only thing you will need to include in your virtual hosts is: RewriteEngine On RewriteOptions inherit -ascs -Origin

Re: [users@httpd] Compiling Apache2 with Cygwin

2005-06-22 Thread Tony Karakashian
> Try posting this to the Cygwin Forum also: Good idea. Done. This is just so weird. I know it can be compiled under Cygwin, I just don't see why it's not workin'. It's going to turn out to be something so very minor, too. I know it. :) -T --

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-22 Thread dtufs
> how about you define /dev/null as the page > displayed when a user hits a 403 url ? That seems to be the only thing we can do. This indeed significantly reduces the bandwidth usage on 403-responses. However, we would still like to see a zero-bandwidth solution. Thanks. ___

RE: [users@httpd] limit CONNECT

2005-06-22 Thread Bohumil Holubec
Maybe the problem is this: from apache2 doc: "Note that, by default, rewrite configurations are not inherited. This means that you need to have a RewriteEngine on directive for each virtual host in which you wish to use it." but i have hundreds of virtual hosts on my server. So how can i use mo

[users@httpd] RH Apache 2.0.52 on Red Hat Advanced Server 3.0

2005-06-22 Thread Rahul Kohli
Hi, I am using Apache 2.0.46 which comes bundled with Redhat Linux 3.0 AS. Now I have been asked to use web server version RH Apache 2.0.52. I want to know if there is some separate installable RH Apache 2.0.52 web server available for RHAS 3.0 or we have to use Apache 2.0.52 which is availab

Re: [users@httpd] Compile Apache on Windows - "No project loaded".

2005-06-22 Thread Ivan Barrera A.
Try using the GUI. Is pretty easy from there Lyndon Tiu wrote: > Hello, > > 1) I went into the VC Bin directory and I ran: > > vcvars32.bat > > > 2) I went into the http-2.0.54 source directory and I run: > > nmake /f Makefile.win _apacher > > > 3) I get this output: > > Microsoft (R) Pr

[users@httpd] Compile Apache on Windows - "No project loaded".

2005-06-22 Thread Lyndon Tiu
Hello, 1) I went into the VC Bin directory and I ran: vcvars32.bat 2) I went into the http-2.0.54 source directory and I run: nmake /f Makefile.win _apacher 3) I get this output: Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All ri

[users@httpd] Why child process number over the ServerLimit?

2005-06-22 Thread Qingshan Xie
Hi, All, We have an Apache-2.0.52 installed in our Solaris 2.8 host. It's a HTTPS server. the configuration is as below: == ServerLimit 22 StartServers 15 MaxClients 500 MinSpareThreads 25 MaxSpareThreads 20 ThreadsPerChild

RE: [users@httpd] mod_perl trouble

2005-06-22 Thread Wagner, Aaron
> -Original Message- > From: Jan Eden [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 22, 2005 7:33 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] mod_perl trouble > > Hi, > > I just installed mod_perl 2.0.1 as a DSO for Apache 2.0.53. > When trying the minimal example

Re: [users@httpd] Compiling apache 2.0.x on Windows 2003

2005-06-22 Thread Ivan Barrera A.
Lyndon Tiu wrote: > Hello, > > I am wondering if anyone else here has successfully compiled Apache 2.0.x on > Windows 2003 using VC++ 98 (VS 6.0) ? > > Any tips and suggestions greatly appreciated. I have. The only "weird" thing, is that you need to install gawk for windows. The rest, works ok.

[users@httpd] sporadic problem connecting to Tomcat

2005-06-22 Thread AAKhopkar
Hey guys, I was wondering if anybody has seen an intermittent communication error between Apache web server and Tomcat.  We were seeing something happening intermittently about every 15-30 minutes where the apache logs were showing something like this: [Tue Jun 21 14:47:25 2005] [error] [client

[users@httpd] Compiling apache 2.0.x on Windows 2003

2005-06-22 Thread Lyndon Tiu
Hello, I am wondering if anyone else here has successfully compiled Apache 2.0.x on Windows 2003 using VC++ 98 (VS 6.0) ? Any tips and suggestions greatly appreciated. Thank you. -- Lyndon Tiu This message and any attachments are confidential. Unauthorized use or disclosure of this mess

[users@httpd] file requests not answered by apache

2005-06-22 Thread Pierre
Hello, I'm using Apache/2.0.50 (Win32) DAV/2 SVN/1.1.4 PHP/4.3.11 Server at pifloxp Port 81 And sometime some images are not found by the apache server and the browser display the "File not available" error. Sometime it freezes and still search and wait for the file. Sometime the file is loaded

[users@httpd] mod_perl trouble

2005-06-22 Thread Jan Eden
Hi, I just installed mod_perl 2.0.1 as a DSO for Apache 2.0.53. When trying the minimal example from the docs: Alias /perl/ /home/httpd/httpd-2.0/perl/ SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI and running

[users@httpd] Automated requests originating from planet-lab domains

2005-06-22 Thread Boyle Owen
Greetings, There have been several posts recently on the subject of how to block out robots which make repeated, high-frequency requests even to URLs disallowed by robots.txt. Has anyone been experiencing attacks like this which have the following signature: - source IP variable (chosen expo

[users@httpd] Questions about reverse proxy with https

2005-06-22 Thread Carlo Montanari
Hi list. I'm in the process of building a reverse proxy architecture based on Apache with mod_proxy, in order to publish on the Internet an internal website now residing only on our Intranet. The site is quite critical, so it's required that it must be available externally only in https. So far

RE: [users@httpd] WAP .htaccess authentication

2005-06-22 Thread Michael Carel
--- Boyle Owen <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Michael Carel > [mailto:[EMAIL PROTECTED] > > Sent: Mittwoch, 22. Juni 2005 09:30 > > To: users@httpd.apache.org > > Subject: RE: [EMAIL PROTECTED] WAP .htaccess > authentication > > > > > > What I mean i

RE: [users@httpd] limit CONNECT

2005-06-22 Thread Bohumil Holubec
Im not sure how to use this. Now I have in apache2.conf: RewriteEngine on RewriteLog /var/log/apache2/rewrite.log RewriteCond %{REQUEST_METHOD} =CONNECT RewriteRule .* - [F] server-info writes: Module Name: mod_rewrite.c Content handlers: yes Configuration Phase Participation: C

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-22 Thread Jean-Christophe Montigny
Hello, Perhaps a rather funny solution but... I know that you can define specific pages for error codes, in apache. I won't write any directive but how about you define /dev/null as the page displayed when a user hits a 403 url ? there will still be an open door to a DOS, but there will be a

RE: [users@httpd] WAP .htaccess authentication

2005-06-22 Thread Boyle Owen
> -Original Message- > From: Michael Carel [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. Juni 2005 09:30 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] WAP .htaccess authentication > > > What I mean is, the WAP browser doesnt prompt for any > authentication, it goes dir

RE: [users@httpd] logging from cgi

2005-06-22 Thread Bohumil Holubec
You can use syslog too. Anyway if you want make cgi.1, cgi.2 ... files, you need logrotate. (at least i think :)) On Tue, 21 Jun 2005, Michael D. Berger wrote: Very interesting. Do you think that it is better than syslog for my purpose? Thanks, Mike. -- Michael D. Berger [EMAIL PROTECTED] -

RE: [users@httpd] WAP .htaccess authentication

2005-06-22 Thread Michael Carel
What I mean is, the WAP browser doesnt prompt for any authentication, it goes directly to the index pages. But using html browser htaccess prompts for authentication. error_log doesnt show any error, but access_log show the ff: 10.152.192.200 - administrator [22/Jun/2005:15:07:17 +0800] "GET /wap/

RE: [users@httpd] WAP .htaccess authentication

2005-06-22 Thread Boyle Owen
Plain text please... What does "does not work" mean? Describe *exactly* what happens in the browser (cut'n'paste messages) and what you get in the apache error_log. Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. -Original Message- From: Michael Ca

RE: [users@httpd] Windows, Apache and an ASP Module

2005-06-22 Thread Boyle Owen
> -Original Message- > From: Arthur Guy [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 21. Juni 2005 16:42 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Windows, Apache and an ASP Module > > > Thanks for the reply's, I am trying to run ASP not ASP.NET. The only > suitable pac

[users@httpd] WAP .htaccess authentication

2005-06-22 Thread Michael Carel
Hi to all;   I am trying to password protect a directory that contains a .wml page. I am running Apache 1.3.29 in a Linux Advance server and do use ".htaccess" but it does not work for .wml . htaccess authentication work with html browser but not in a WAP mobile browser.   I configure http.conf