Re: [users@httpd] .htaccess help

2005-05-26 Thread Davide Bianchi
Noel Stratton wrote: > Hello, > Is there a way to have .htaccess verify username and password from a mysql > database? Sure, use mod_auth_mysql. Davide - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [users@httpd] access to user directories

2005-05-26 Thread Davide Bianchi
John Canderan wrote: > However, I can not get it to deliver web pages for users. I am storing > the html pages at /home//public_html, and I am quite sure that the > file permissions are set correctly. I have also set “UserDir > pubic_html” in httpd.conf. Plain text post only please, You should

[users@httpd] access to user directories

2005-05-26 Thread John Canderan
Hello apache users,       I have apache2.0.52 installed and running on a Fedora server.  It works fine with the web site at /var/www/html  (the server’s web site)   However, I can not get it to deliver web pages for users.  I am storing the html pages at /home//public_html, and

[users@httpd] Insert HTTP HEADER

2005-05-26 Thread Jacob Miller
Is there a way to insert an HTTP HEADER when you ProxyPass and ProxyPassReverse? For example, I'd like to pass the original client IP address to the backend server so that I can insert that into the logs insead of inserting my server IP. Can this be done? Or would the Proxy code need to be alter

[users@httpd] Charset Settings for Apache

2005-05-26 Thread Mark Sargent
Hi All, currently, I have mbstring installed in php and set up for Japanese. I have set the following, mbstring.detect_order auto mbstring.encoding_translation On mbstring.func_overload 0 mbstring.http_input Auto mbstring.http_output SJIS mbstring.internal_encoding SJIS mbstring.language

[users@httpd] Estrange Redirection

2005-05-26 Thread Fernando Remus Nagel
I'm requestin my page with it's own domain! 2005/5/25, Wagner, Aaron <[EMAIL PROTECTED]>: > > > > -Original Message- > > From: Fernando Remus Nagel [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 25, 2005 3:24 PM > > To: users@httpd.apache.org > > Subject: Re: [EMAIL PROTECTED] Estrange

Re: [users@httpd] How to filter .jpg, .gif files from my logs ?

2005-05-26 Thread Maxim Vexler
On 5/27/05, Ian Huynh <[EMAIL PROTECTED]> wrote: > isn't it supposed to be > > SetEnvIfNoCase Request_URI ^/phpBB2/(.*)\.gif$ object_is_phpbb_image > > Yes it does, thank you. Any tips on a PCRE cheat sheet, that is besides http://www.perl.com/doc/manual/html/pod/perlre.html ? -- Cheers, Ma

RE: [users@httpd] Running apache on 127.0.0.x

2005-05-26 Thread Jacob Miller
Not that anyone would ever want to do this, but... I've solved my own problem. Simply configure a virtualhost on the "public" apache that looks like this: ServerName test.denjak.com ProxyPass / http://127.0.0.1/ ProxyPassReverse / http://127.0.0.1/ No need for ProxyRe

[users@httpd] Running apache on 127.0.0.x

2005-05-26 Thread Jacob Miller
I would like to run each apache as the user who owns the files of a particular virtual host. Ex. Denjak would run the denjak.com apache. To do this I've setup an apache running on 127.0.0.1:80 as the "test" user. I've tested the localhost apache using wget 127.0.0.1 and I get my test index.html

RE: [users@httpd] How to filter .jpg, .gif files from my logs ?

2005-05-26 Thread Ian Huynh
isn't it supposed to be SetEnvIfNoCase Request_URI ^/phpBB2/(.*)\.gif$ object_is_phpbb_image -Original Message- From: Maxim Vexler [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 5:12 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] How to filter .jpg, .gif files from my

[users@httpd] How to filter .jpg, .gif files from my logs ?

2005-05-26 Thread Maxim Vexler
What am I doing wrong ? This is part of my httpd.conf : SetEnvIfNoCase Request_URI "^/phpBB2/*\.gif$" object_is_phpbb_image SetEnvIfNoCase Request_URI "^/phpBB2/*\.jpg$" object_is_phpbb_image CustomLog logs/access_log common env=!object_is_phpbb_image Thank you. -- Cheers, Maxim Vexler (hq4

RE: [users@httpd] .htaccess help

2005-05-26 Thread Noel Stratton
I do not believe that will help. I will have php files that can be authenticated. However, there will be some pdf files in that directory. Basically, I am attempting to protect the directory. Does anyone know of a way to make .htaccess point to a php login page before allowing anyone into the d

Re: [users@httpd] .htaccess help

2005-05-26 Thread Aman Raheja
PHP has this capability http://us4.php.net/features.http-auth Aman Raheja http://www.techquotes.com dan wrote: Noel Stratton wrote: Hello, Is there a way to have .htaccess verify username and password from a mysql database? If not is there a way to password protect a directory with php. T

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-26 Thread Maxim Vexler
On 5/27/05, dan <[EMAIL PROTECTED]> wrote: > > [blah blah blah trash talk and "your mom" insults] > > I'm sorry, I missed the start of this conversation. Does AWStats > suffice for this project? It does run on Windows. It's a bit slow, but > it's free (No, not as in beer), and customers tend t

Re: [users@httpd] .htaccess help

2005-05-26 Thread dan
Noel Stratton wrote: Hello, Is there a way to have .htaccess verify username and password from a mysql database? If not is there a way to password protect a directory with php. The reason I ask is that I would like if a user changes their password via php that when the users accesses the directo

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-26 Thread dan
Maxim Vexler wrote: On 5/26/05, Jeff White <[EMAIL PROTECTED]> wrote: From: "Maxim Vexler" I should mention that the web server itself is w2k3 running Apache 2.0.52. Security First? When you say security you actually mean: The very "surprising" need to restart the server every 2-3 week

[users@httpd] .htaccess help

2005-05-26 Thread Noel Stratton
Hello, Is there a way to have .htaccess verify username and password from a mysql database? If not is there a way to password protect a directory with php. The reason I ask is that I would like if a user changes their password via php that when the users accesses the directory they could use the p

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-26 Thread Maxim Vexler
On 5/26/05, Jeff White <[EMAIL PROTECTED]> wrote: > > From: "Maxim Vexler" > > > I should mention that the web server > > itself is w2k3 running Apache 2.0.52. > > Security First? > When you say security you actually mean: The very "surprising" need to restart the server every 2-3 weeks for a

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-26 Thread Jeff White
From: "Maxim Vexler" I should mention that the web server itself is w2k3 running Apache 2.0.52. Security First? Does ASF's Apache use the Microsoft designed (for any OS) Safer CRT libraries? Perhaps for one's web logs, below is a link to a product that runs on Windows and deals with lo

Re: [users@httpd] (24)Too many open files:

2005-05-26 Thread Spike Burkhardt
Oliver, A total guess is that there are too many files open! lol. Sorry, had to do it. On Solaris, the number of files open at any one time is based on system and process limits. Even though it's old a good reference article is http://sunsite.uakom.sk/sunworldonline/swol-02-1998/swol-02

[users@httpd] (24)Too many open files:

2005-05-26 Thread Oliver Kirchel
Hi, I'm running Apache/1.3.26 and I get in the error_log following message: (24)Too many open files: couldn't spawn child process: /usr/local/httpd/blun/cgi-bin/dic What's wrong ? Thanks Olli - The official User-To-User supp

[users@httpd] Apache custom module & logging...

2005-05-26 Thread MONTEUX Eric
Hello.   I need to create an apache module under Linux, but I am experiencing problems to debug it, since I get get my logging informations.   Being a newby in apache module development, I have a segmentation fault message in the apache error log, each time I send a post request to my module

[users@httpd] Jignesh Badani/MMSA/MMCX is out of the office.

2005-05-26 Thread Jignesh Badani
I will be out of the office starting 05/26/2005 and will not return until 05/27/2005. If the matter is SiteMinder or MDL/MEL security related and requires immediate assistance, please contact Barbara Boscia at x13538 or Pierce Tsao at x16430. If not, I will attend to the matter once I come back

[users@httpd] PHP4 and PHP5 concurrently on Apache2 using virtualhosts(2)

2005-05-26 Thread Verna Virgin
Hi Got php4 installed and running on apache2. After installing a second apache2 server for PHP5 and trying to redirect it to the second server is still picking up th php4 settings. The ProxyPass is working and prior to installing PHP5 I can display the htdocs Apache page from the 2nd Apache instal

[users@httpd] HTTP Proxy - Configuration to avoid MIME header concatenation

2005-05-26 Thread Paul Fee
Hello all, Perhaps this is for the Dev list, but I'll ask here first. I'm using Apache 2.0.54 with mod_proxy to proxy HTTP requests. I've found no reference to the following issue in goggle or Apache bugzilla. As Apache reads the data from the Client->Proxy socket, the following call tree is

Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-26 Thread Tejas Sanghavi
Jignesh, On which OS are you compiling Apache? If on UNIX, you can specify the flag with ./configure, like: ./configure --prefix= CFLAGS="-DDEBUGGING" and then compile. If on Windows, you have to add "-DDEBUGGING" for compiler flags in all the .mak files. The other way is to use "#define DEBUG

RE: [users@httpd] Whither HTTP_USER_AGENT?

2005-05-26 Thread Boyle Owen
> -Original Message- > From: Robert Granvin [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 25. Mai 2005 23:13 > To: users@httpd.apache.org; [EMAIL PROTECTED] > Subject: Re: [EMAIL PROTECTED] Whither HTTP_USER_AGENT? > > > Then I'm completely baffled. > > When an ISP I use upgraded Apache,