Re: [EMAIL PROTECTED] CGI works, but client denied error messages in error.log

2007-08-07 Thread Vincent Bray
On 08/08/2007, Georg Sauthoff <[EMAIL PROTECTED]> wrote: > I have a working Apache 2 setup and Apache calls successfully the > cgi-scripts. The problem is, that for every successfull CGI-call I get a > 'client denied by server configuration' error message into the error.log > file. > > This message

Re: [EMAIL PROTECTED] Riddle Me This

2007-08-07 Thread Richard Eng
Richard Eng wrote: > Could someone please explain this to me? I�ve configured Apache2 to perform > reverse proxying on my web application. I�ve added the following to > httpd.conf: Just on the off chance this is not a spam/junk mail attempt I will try and help you. > > LoadModule proxy_module

Re: [EMAIL PROTECTED] htaccess and htpasswd

2007-08-07 Thread Tony Stevenson
Mandy Singh wrote: Hello Everyone, On my website, I have content served off webroot. site1.example.com site2.example.com site3.example.com All point to the same doc root. I want to passwd protect site1.example.co

Re: [EMAIL PROTECTED] Riddle Me This

2007-08-07 Thread Tony Stevenson
Richard Eng wrote: Could someone please explain this to me? I¹ve configured Apache2 to perform reverse proxying on my web application. I¹ve added the following to httpd.conf: Just on the off chance this is not a spam/junk mail attempt I will try and help you. LoadModule proxy_module /usr

[EMAIL PROTECTED] httpd log file analysis using SnapLogic

2007-08-07 Thread Michael Pittaro
We have released a SnapLogic package which implements Apache log file aggregation using the SnapLogic integration server, which may be of interest to the Apache user community. The download is available at : http://packages.snaplogic.org/packages/ApacheLogs/, and depends on themain SnapLogic serve

Re: [EMAIL PROTECTED] im stuck, plz help...

2007-08-07 Thread Harvey Saayman
thank you so much for the help given so far... now a demon of a different kind reared its ugly head... i set up m Listen directive to "Listen 80"... i then tried http://localhost and my html displays right im my browser... i got my ppp0 internet IP which was 196.23.239.34 tonight and i tried h

[EMAIL PROTECTED] CGI works, but client denied error messages in error.log

2007-08-07 Thread Georg Sauthoff
Hi, I have a working Apache 2 setup and Apache calls successfully the cgi-scripts. The problem is, that for every successfull CGI-call I get a 'client denied by server configuration' error message into the error.log file. This message conflicts with the fact, that the CGI-call was executed succes

[EMAIL PROTECTED] htaccess and htpasswd

2007-08-07 Thread Mandy Singh
Hello Everyone, On my website, I have content served off webroot. site1.example.com site2.example.com site3.example.com All point to the same doc root. I want to passwd protect site1.example.com but not the others (but they are served off the same directory) How can I do that using apache? Th

[EMAIL PROTECTED] Riddle Me This

2007-08-07 Thread Richard Eng
Could someone please explain this to me? I¹ve configured Apache2 to perform reverse proxying on my web application. I¹ve added the following to httpd.conf: LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so Load

[EMAIL PROTECTED] IPv6 - Windows Builds

2007-08-07 Thread Stusynski, Dan
I'm wondering if anyone has any thoughts on the below. I've build Apache 2.2.4 from source on Windows XP with IPv6 support by toggling the value of APR_HAVE_IPv6 to 1 in apr.hw. Running httpd.exe -V reveals -D APR_HAVE_IPV6 (IPv4-mapped addresses disabled), which I was expecting. However, I'm won

Re: [EMAIL PROTECTED] Rewriting Subdomains to folders

2007-08-07 Thread Samuel Vogel
I can, I was just doing it in in .htaccess to ease things up for testing... This is how my rewriting looks right now: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTP_HOST} ^([^.]+)\.samy\.newkilu\.de RewriteRule ^(.*)$ %1/$1 [L] What do you propose? Another question: I have

Re: [EMAIL PROTECTED] Rewriting Subdomains to folders

2007-08-07 Thread Joshua Slive
On 8/7/07, Samuel Vogel <[EMAIL PROTECTED]> wrote: > Doing this I get maximum rewrites exceeded. > I know what the problem is, but I don't know how to fix it. > I need a RewriteCond that checks if the sub-subdomain is allready > appended to the url. > So the rewriting needs to stop if the rewritten

Re: [EMAIL PROTECTED] SSL Re-negotiation in conjunction with POST method not supported

2007-08-07 Thread Joshua Slive
On 8/7/07, Arsen Hairapetyan <[EMAIL PROTECTED]> wrote: > [error] SSL Re-negotiation in conjunction > with POST method not supported! hint: try SSLOptions +OptRenegotiate I believe this is the issue discussed in depth here: http:

Re: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Eric Covener
On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> wrote: > > Hi Eric, > > Well, > I am designing a intranet web server for my internal office uses. > The whole scheme is as below:- > > > 1. A Request Listener Module accepts requests and sends back response. > 2. This Listener Module checks the Content-Ty

RE: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Ravi Prakash
Hi Eric, Well, I am designing a intranet web server for my internal office uses. The whole scheme is as below:- 1. A Request Listener Module accepts requests and sends back response. 2. This Listener Module checks the Content-Type of each request. 3. based on that content-type , it passes the w

Re[2]: [EMAIL PROTECTED] apache freezes after an hour

2007-08-07 Thread Grzegorz J. Jankowski
Witam, Script processes the same range of data - taken from mysql e-mail boxes - very few of them, the other script is phpsysinfo - it returns information about the system ( ram, load average,. ) also has all the time the same range of data to process I increased memory_limit from 8M to 6

Re: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Eric Covener
On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> wrote: > Hi Eric , > > Can u suggest some nice technique to achieve , what I am looking for. > > It will be appreciated . You haven't specified enough. Surely there's precedent for what you're doing in some other apache module. -- Eric Covener [EMAIL P

[EMAIL PROTECTED] SSL Re-negotiation in conjunction with POST method not supported

2007-08-07 Thread Arsen Hairapetyan
Hello, I am getting the following error (copied from error_log) when I try to submit a filled-in form via web interface: [error] SSL Re-negotiation in conjunction with POST method not supported! hint: try SSLOptions +OptReneg

RE: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Ravi Prakash
Hi Eric , Can u suggest some nice technique to achieve , what I am looking for. It will be appreciated . -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 6:06 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] r->notes among

Re: [EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Eric Covener
On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> wrote: > I am using r->notes to maintain values of some variables among apache > modules. > .. > I opend the two Browsers and called Handler of Module A first and then on > 2nd Brower, I called handler of Module B. > > I got Null printed on 2nd Browser

[EMAIL PROTECTED] r->notes among apache modules

2007-08-07 Thread Ravi Prakash
Hi, I am using r->notes to maintain values of some variables among apache modules. I am setting values in r->notes table in a module as follows: /* Under Module A */ static int A_handler (request_rec *r) { apr_table_t *table=NULL; table=apr_table_make(r->pool,1); apr_table_set(r->n

Re: [EMAIL PROTECTED] Rewriting Subdomains to folders

2007-08-07 Thread Samuel Vogel
Doing this I get maximum rewrites exceeded. I know what the problem is, but I don't know how to fix it. I need a RewriteCond that checks if the sub-subdomain is allready appended to the url. So the rewriting needs to stop if the rewritten URL is "shop.samy.newkilu.de/shop". But right now /shop i

Re: [EMAIL PROTECTED] Running httpd as root on a Linux machine

2007-08-07 Thread Ron Lee
Hi all, Thanks for your suggestions! Kind regards, Ron On 8/6/07, Graham Frank <[EMAIL PROTECTED]> wrote: > Why not use sudo to execute the commands through Apache? At least then you > don't leave yourself open to an injected "dd if=/dev/random of=/dev/sda" or > the likes. > > To setup sudo pri