RE: [users@httpd] limit CONNECT

2005-06-20 Thread Bohumil Holubec
I allready tried it but with no effects. In apache2.conf i have: #LoadModule proxy_module modules/mod_proxy.so #LoadModule proxy_connect_module modules/mod_proxy_connect.so #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule proxy_http_module

RE: [users@httpd] limit CONNECT

2005-06-20 Thread Axel-Stéphane SMORGRAV
Would it not be simpler just not to load mod_proxy ? I am not too sure it is a good idea to run mod_proxy on an Apache that also runs PHP. -ascs -Original Message- From: Bohumil Holubec [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 2:33 AM To: users@httpd.apache.org Subject: [

[users@httpd] Apache Webserver User Survey

2005-06-20 Thread kryton holsman
Hi. I am conducting a survey about what users want out of a webserver and how the Apache webserver ranks as far as fulfilling those needs. In order to get a better understanding of it, I thought I would ask you guys what was important to you. The survey should take about 10-15 minutes to complet

RE: [users@httpd] logging from cgi

2005-06-20 Thread Bohumil Holubec
files cgi, cgi.1, cgi.2 ... can be create by logrotate daemon (man logrotate) In /etc/logrotate.conf or rather /etc/logrotate.d/mycgi you can write for example: /var/log/cgi { rotate 10 weekly compress missingok } On Mon, 20 Jun 2005, Michael D. Berger wrote:

RE: [users@httpd] logging from cgi

2005-06-20 Thread Michael D. Berger
I quote from the Apacle 2.0 ScriptLog: Note that script logging is meant to be a debugging feature when writing CGI scripts, and is not meant to be activated continuously on running servers. It is not optimized for speed or efficiency, and may have security problems if used in a man

[users@httpd] apache Logging output changed?

2005-06-20 Thread Noah
apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 so I upgraded apache 1.3.33 from /usr/ports some about a month ago and around that time I stopped seeing POST log messages for my perl scripts ending up in my server's access logs. any clues why this is no longer being logged. is there some log granu

[users@httpd] limit CONNECT

2005-06-20 Thread Bohumil Holubec
I have apache 2.0.54 with PHP4.3.11 and I would like to deny method CONNECT like this: (its on the end of apache2.conf) Order Deny,Allow Deny from all Now when i try: $ telnet www.somehost.com 80 Trying ###.###.###.###... Connected to www.somehost.com. Escape character is '^]'. C

Re: [users@httpd] Using authentication provided by a third-party mechanism

2005-06-20 Thread Joshua Slive
On 6/20/05, Dan Trainor <[EMAIL PROTECTED]> wrote: > Hello, all - > > I've seen several examples on how to implement basic authentication, > drawing usernames and passwords with anything from a simple text file, > to a large LDAP or MySQL server. I'd like to take it one step further. > > We are

[users@httpd] Using authentication provided by a third-party mechanism

2005-06-20 Thread Dan Trainor
Hello, all - I've seen several examples on how to implement basic authentication, drawing usernames and passwords with anything from a simple text file, to a large LDAP or MySQL server. I'd like to take it one step further. We are developing an application in-house that does a few things, includ

[users@httpd] apache Logging output changed?

2005-06-20 Thread Noah
apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 so I build apache 1.3.33 some about a month ago and around that time I stopped seeing POST log messages for my perl scripts ending up in my server's access logs. any clues why this is no longer being logged. is there some log granualrity configur

Re: [users@httpd] Using Apache Error Pages

2005-06-20 Thread Joost de Heer
Marc de Wet said: > Hi Ian, > Thank you so much for replying to my problem. > Ok,I did exactly what you did in httpd.conf and like I say > I still get the IE eroor pages. - Did you turn off 'friendly error pages' in IE? - How large are your error pages? IE happily ignores error pages smaller than

Re: [users@httpd] URL-rewrite

2005-06-20 Thread Joshua Slive
On 6/20/05, Charles Li <[EMAIL PROTECTED]> wrote: > I have virtual host setup with HTTP server. I would > like to user URL rewrite. I was told that I need to > add the rewrite rules in each virtual host. Is this > true, or should I be able to inherit from the parent > with the rewriteoption? Yo

[users@httpd] URL-rewrite

2005-06-20 Thread Charles Li
I have virtual host setup with HTTP server. I would like to user URL rewrite. I was told that I need to add the rewrite rules in each virtual host. Is this true, or should I be able to inherit from the parent with the rewriteoption? Thanks, Charles Li __

RE: [users@httpd] Errors in the error log

2005-06-20 Thread Boyle Owen
> -Original Message- > From: Jason Czerak [mailto:[EMAIL PROTECTED] > Sent: Montag, 20. Juni 2005 16:17 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Errors in the error log > > Use the timestamps to cross-reference the errors with requests in the access log. Once you can re

[users@httpd] Errors in the error log

2005-06-20 Thread Jason Czerak
[Fri Jun 17 03:57:00 2005] [notice] child pid 12949 exit signal File size limit exceeded (25) [Fri Jun 17 03:58:22 2005] [notice] child pid 13095 exit signal File size limit exceeded (25) [Fri Jun 17 04:05:26 2005] [notice] child pid 13221 exit signal File size limit exceeded (25) [Fri Jun 17 09:1

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

2005-06-20 Thread Boyle Owen
> -Original Message- > From: Rich [mailto:[EMAIL PROTECTED] > Sent: Montag, 20. Juni 2005 14:52 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] How to close connection instead of sending > 403? > > > Mr Boyle, > > I don't think your replies are very helpful. Depends what y

[users@httpd] ApacheMonitor command line arguments

2005-06-20 Thread Mark
Where can I find a listing of the parameters that I can pass to the ApacheMonitor.exe program? ...Thanks - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> fo

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

2005-06-20 Thread Marian Marinov
This standards are well written to help us work... I you don't want to pay for quality service, this is your own problem... Don't blame the standards... We all have to deal with all that you have mentioned, but most of us have made a well designed network to do the job we need. If you don't like

Re: [users@httpd] apchae not starting with jew1.4

2005-06-20 Thread Joshua Slive
On 6/19/05, guy311 <[EMAIL PROTECTED]> wrote: > I hav a wierd problem recently we moved from jre1.3 to jre 1.4 > we configed all the JAVA_HOME and PATH parameters correctly. This looks like a tomcat-related requestion. You'll probably want to head over here: http://jakarta.apache.org/tomcat/ to f

Re: [users@httpd] weird httpd processes

2005-06-20 Thread Joshua Slive
On 6/19/05, kalin mintchev <[EMAIL PROTECTED]> wrote: > hi all... > > i started this a few weeks ago.. the situation hasn't been improving... > i'm getting really frustrated. i've looked for scripts but i can not find > anything wrong. besides there are about 150 domains on that machine and i > ca

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

2005-06-20 Thread Rich
Mr Boyle, I don't think your replies are very helpful. If you care to step outside your ivory tower for a moment and take a stroll around the real world you'll find that there's rules and idealism and then there's practicality and pragmatism. Rich. --- Boyle Owen <[EMAIL PROTECTED]> wrote

Re: [users@httpd] very bizarre "(13)Permission denied" problem

2005-06-20 Thread Joe Orton
On Fri, Jun 17, 2005 at 10:29:31AM -0500, Martin, Jeremy wrote: > Hi, > > We are having an odd problem with certain files showing up as "access > denied" "403 forbidden" in Apache2, CentOS 4 (based on RHES4), PHP5, but > this is not a PHP related problem specifically.. For example, the file > "bad

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

2005-06-20 Thread dtufs
--- Boyle Owen <[EMAIL PROTECTED]> wrote: > The RFC specifically > requires the server to respond to valid requests > with a response message (which may be 403 > Forbidden). Unfortunately, there's nothing in the > RFC that allows for "closing a connection". Well, these "standards" were obviousl

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

2005-06-20 Thread Boyle Owen
> -Original Message- > From: dtufs [mailto:[EMAIL PROTECTED] > Sent: Montag, 20. Juni 2005 11:48 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] How to close connection instead of sending > 403? > > > > > --- Boyle Owen <[EMAIL PROTECTED]> wrote: > > > Apache is an applic

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

2005-06-20 Thread dtufs
--- Boyle Owen <[EMAIL PROTECTED]> wrote: > Apache is an application > and can only block at the HTTP layer - it can't > interfere with TCP/IP. That is certainly true, but Apache must be capable of closing a connection -- that seems to be an elementary operation for a web server (and possibly

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

2005-06-20 Thread Arthur Guy
I hadn't seen that one, thanks. I tried to set up that module but I couldn't get it to work, I added the following to the httpd.conf file #LoadModule aspdotnet_module modules/mod_aspdotnet.so # #AddHandler asp.net asp asax ascx ashx asmx aspx axd config cs csproj \ # licx rem resources r

Re: [users@httpd] want index.cgi as directory default

2005-06-20 Thread Eimantas Vaičiūnas
I see no DirectoryIndex directive. DirectoryIndex index.cgi -- Su pagarba, Eimantas Vaičiūnas VU Skaičiavimo centras Tel.: +370 5 2366209 Mob.: +370 680 91505 Fax.: +370 5 2366204 http://www.tinklas.vu.lt - The official User

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

2005-06-20 Thread Marian Marinov
Ok, as I have said before what you want to do can be easily done using Patch-o-matic. When you have patched your kernel with this patch you can use firewall rule which will open and examine the packets before it transmit it to the applications. This way I have setup a hosting machine and have dr

RE: [users@httpd] logging from cgi

2005-06-20 Thread Boyle Owen
> -Original Message- > From: Michael D. Berger [mailto:[EMAIL PROTECTED] > Sent: Samstag, 18. Juni 2005 21:25 > To: Apache-Users > Subject: [EMAIL PROTECTED] logging from cgi > > > In order to get logging from my cgi I proceeded as shown > below. Is this correct? It did not seem to be w

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

2005-06-20 Thread Boyle Owen
> -Original Message- > From: dtufs [mailto:[EMAIL PROTECTED] > Sent: Sonntag, 19. Juni 2005 11:21 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to close connection instead of sending 403? > > > We have been trying to cut down our bandwidth usage by > disallowing access for