Hey James,
All your config proposals are DoS/DDoS relevant. Timeouts mean,
that a client can block a process or a thread (depening on your MPM)
for a given time. A high timeout means, it will be blocked longer.
A blocked process can not serve other clients.
If you were a bank and you would allo
I'm looking for a way to test Apache parameters to see what needs to be changed.
So looking at how to test each of these parameters, and also if anybody has any
comments or suggestions on each that would be great. I have the default listed
plus what I have it set to right now.
#Timeout 300
On 9/4/07, Dragon <[EMAIL PROTECTED]> wrote:
>
> You cannot have any indentation on line 1 of your script as that is
> the top level of coade and must have zero indentation until you enter
> a new code block with a different execution scope.
>
> Anyway, this is not an Apache issue any longer, you
Chris Howell wrote:
Yes I have set it up to listen on port 9000 and everything works
fine. I fixed the 404 error. This is the error I am getting now.
MOD_PYTHON ERROR
ProcessId: 2932
Interpreter:'192.168.0.42'
ServerName: '192.168.0.42'
DocumentRoot: 'C:/Program Files/Apache
Chris Howell wrote:
Brian Munroe wrote:
On 9/4/07, Chris Howell <[EMAIL PROTECTED]> wrote:
Brian:
I made the modifications you suggested my httpd conf file now has this
entry in it.
LoadModule python_module modules/mod_python.so
Order deny,allow
Satisfy all
AddHandler mo
Brian Munroe wrote:
On 9/4/07, Chris Howell <[EMAIL PROTECTED]> wrote:
Brian:
I made the modifications you suggested my httpd conf file now has this
entry in it.
LoadModule python_module modules/mod_python.so
Order deny,allow
Satisfy all
AddHandler mod_python .py
Pyth
FYI, I fixed the 404 error I was receiving so please disregard my post.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe,
On 9/4/07, Chris Howell <[EMAIL PROTECTED]> wrote:
>
> Brian:
> I made the modifications you suggested my httpd conf file now has this
> entry in it.
>
> LoadModule python_module modules/mod_python.so
>
> Foundation/Apache2.2/htdocs/Test">
> Order deny,allow
> Satisfy all
> AddHandl
Brian Munroe wrote:
On 8/31/07, Chris Howell <[EMAIL PROTECTED]> wrote:
AddHandler python-program .py
PythonHandler mptest
PythonDebug On
Chris:
I would suggest you use the Publisher mod_python handler, at least to
get started.
Here is a simple hello, world in mod_python. I ass
On 8/31/07, Chris Howell <[EMAIL PROTECTED]> wrote:
>
> AddHandler python-program .py
> PythonHandler mptest
> PythonDebug On
>
Chris:
I would suggest you use the Publisher mod_python handler, at least to
get started.
Here is a simple hello, world in mod_python. I assume you fixed your
othe
Hi All,
So in regards to a follow up on my last post. I found this page at.
http://www.dscpl.com.au/wiki/ModPython/Articles/GettingModPythonWorking
Which describes how to get the python mod working for apache and I
changed it around so that I was no longer trying to access it globally.
My .h
Hi All,
*
FYI, I also posted this to you the Mod_python mailing list, but I am
hoping someone here might have a solution seeing this before as well. *
So I got mod_python installed, with apache on my windows box running
WinXP SP2. When I went to test the mod_install following the directions
BULLSEYE!!!
Ping worked on all three. So I said to myself, "Self, he's got to be
spot on, but I don't have a proxy - well I do, the SonicWall TZ-170,
but it's setup to be transparent" Then I remembered that I also have
Anonymizer, a service I bought long ago to protect myself from web
attacks.
Have you tried to see if the hostnames can be resolved correctly?
From a command prompt try to ping or do a host lookup (nslookup or
host) on the 3 names specified in the hosts file
ie.
ping websites
if this works then check to see if your browser is trying to use a web
proxy somewhere
Tur
On Mon, 25 Sep 2006 11:50:15 +1200, you wrote (with possible editing):
>Just for a thought, make the hosts file look something like this:
>
>127.0.0.1 localhost websites agendatest
http://websites/ yields "Proxy Error"
http://localhost/ yields "Bad Gateway"
>note the lowercase
Yes, I did.
>an
Just for a thought, make the hosts file look something like this:
127.0.0.1 localhost websites agendatest
note the lowercase
and also for your apache config make sure you turn on Name based virtual
hosts and use lowercase hostnames.
read: http://httpd.apache.org/docs/2.0/vhosts/name-based.ht
On 9/23/2006 8:12:15 PM, Sander Temme ([EMAIL PROTECTED]) wrote:
> On Sep 23, 2006, at 5:06 PM, Larry wrote:
>
> > What am I screwing up here?
>
> What unexpected result are you seeing?
>
> S.
Well, apparently, localhost is not resolving to 127.0.0.1. I get the
error "Bad Gateway The proxy ser
On Sep 23, 2006, at 5:06 PM, Larry wrote:
What am I screwing up here?
What unexpected result are you seeing?
S.
--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
smime.p7s
Description: S/MIME cryptographic signature
Apache 2.0.47, PHP 4.3.4, MySQL 4 something. All installed on Win XP
Pro SP2, 2 gig mem.
I am trying to setup a testing server for Dreamweaver 8. Most of my
work is in subdirectories of C:\Websites, for example
C:\Websites\AgendaTest. I would like to use Apache with PHP as a
testing server.
If anyone would like to help Matt and I determine that our recent
patches address all known issues, the file
http://people.apache.org/~wrowe/mod_isapi-416293.zip
includes the binary mod_isapi.so (and debugging .pdb) to be copied into
the installed apache2.0 or the apache2.2 directory. It also
21 matches
Mail list logo