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
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: [
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
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:
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
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
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
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
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
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
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
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
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
__
> -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
[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
> -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
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
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
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
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
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
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
--- 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
> -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
--- 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
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
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
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
> -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
> -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
30 matches
Mail list logo