RE: [EMAIL PROTECTED] Authorization - require question

2007-07-25 Thread Luis Moreira (ESI-GSQP)
to use to describe what I want to achieve) ? And maybe a stupid question but: - Is what I want to achieve possible or not ? -- Manuel On 7/25/07, Luis Moreira (ESI-GSQP) <[EMAIL PROTECTED]> wrote: > First, the directive "require user" fits not only a single user, but a list, > t

RE: [EMAIL PROTECTED] Authorization - require question

2007-07-25 Thread Luis Moreira (ESI-GSQP)
First, the directive "require user" fits not only a single user, but a list, too Doing just Require user Manuel Vacelet Admin Power Will validate 4 users, Manuel, Vacelet, Admin and Power HOWEVER, 1) Location applies to contents outside the file system 2) Otherwise you can use Directory direc

RE: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Luis Moreira (ESI-GSQP)
No my ip isnt even near those. - Original Message - From: "Luis Moreira (ESI-GSQP)" <[EMAIL PROTECTED]> To: Sent: Friday, July 20, 2007 7:51 AM Subject: RE: [EMAIL PROTECTED] puzzling error >I tried to NSLOOKUP the name "www.hordebusters.net", and got a rep

RE: [EMAIL PROTECTED] puzzling error

2007-07-20 Thread Luis Moreira (ESI-GSQP)
I tried to NSLOOKUP the name "www.hordebusters.net", and got a reply from wfb.zoneedit.com instead, but if I try http://wfb.zoneedit.com I get a blank page. Also, related to that name are two (very) different IP addresses, 216.98.141.250 and 69.72.142.98 Does your home IP address have anything to

RE: [EMAIL PROTECTED] Problem getting script to work

2007-07-19 Thread Luis Moreira (ESI-GSQP)
I believe you are confusing Apache (SW server) with the machine itself (HW server), and went looking for file permissions on the UNIX file system. That is not the issue. The access is, apparently, being denied by Apache, thus the advise and the link. Directories have permissions, within Apache, th

RE: [EMAIL PROTECTED] RE: Starting Apache http Server - Need help!

2007-07-03 Thread Luis Moreira (ESI-GSQP)
ea whats RTFM lol when i click: start->all programs->apache http sever 2.2.4->start it says: "is normally permitted. :make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs" Luis Moreira (ESI-GSQP) wrote: > > D

RE: [EMAIL PROTECTED] Starting Apache http Server - Need help!

2007-07-03 Thread Luis Moreira (ESI-GSQP)
Don't know how to start it? Well, let's begin with the beginning : 1) Have you RTFM? 2) Were on earth are you running it, Windows or Unix? 3) What version did you install? Try http://httpd.apache.org/docs/2.2/invoking.html Luis -Original Message- From: Siegard [mailto:[EMAIL PROTECTED

RE: [EMAIL PROTECTED] limiting connections per ip address in apache2whenunder attack

2007-06-21 Thread Luis Moreira (ESI-GSQP)
rg Subject: Re: [EMAIL PROTECTED] limiting connections per ip address in apache2whenunder attack On 6/21/07, Luis Moreira (ESI-GSQP) <[EMAIL PROTECTED]> wrote: > This is not an "Apache answer", but it may help you. > > Do the IPs vary too much, or can you set up a firewall rul

RE: [EMAIL PROTECTED] limiting connections per ip address in apache2 whenunder attack

2007-06-21 Thread Luis Moreira (ESI-GSQP)
This is not an "Apache answer", but it may help you. Do the IPs vary too much, or can you set up a firewall rule to block incoming requests (any requests) from those IP ? Sort of your own very personal "black list"? Of course, should that address decide to post a legitimate request, it would get b

RE: [EMAIL PROTECTED] ApacheConf 6.0

2007-06-04 Thread Luis Moreira (ESI-GSQP)
Software advertisement by a third party on a list ? Isn't this a little spamish ?? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsub

RE: [EMAIL PROTECTED] How to access virtual hosts from another pc ?

2007-06-01 Thread Luis Moreira (ESI-GSQP)
I think this is indeed a DNS problem. You must have something like this on your network : server2003 86400 IN A bugzilla IN CNAME server2003 avdpIN CNAME server2003 The first entry points to the web server and the other two are aliases Luis From: Staf Wagemakers

RE: [EMAIL PROTECTED] question

2007-05-30 Thread Luis Moreira (ESI-GSQP)
Ravi, Are you looking at the answers that are being posted ? Are they getting thrown to your "junk mail" by accident? I think this is the third time in a very short time I see this question. Luis From: Ravi Prakash [mailto:] Sent: qu

RE: [EMAIL PROTECTED] Apache as a Proxy

2007-04-24 Thread Luis Moreira (ESI-GSQP)
st de Heer [mailto:[EMAIL PROTECTED] Sent: terça-feira, 24 de Abril de 2007 9:32 To: Luis Moreira (ESI-GSQP) Cc: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache as a Proxy > If on a client I point to this machine, on port 80, and try to hit a URL, > I get this error > > P

RE: [EMAIL PROTECTED] Apache as a Proxy

2007-04-23 Thread Luis Moreira (ESI-GSQP)
Thanks !! Apache version 1.3.23 (old, I know) The proxy module is loaded, and the proxy directives too. The question is : is there something missing ? If on a client I point to this machine, on port 80, and try to hit a URL, I get this error Proxy Error The proxy server could not handle the r

[EMAIL PROTECTED] Apache as a Proxy

2007-04-23 Thread Luis Moreira (ESI-GSQP)
Hints, anyone ??? -Original Message- From: Luis Moreira (ESI-GSQP) [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 20 de Abril de 2007 13:11 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 1.3 as a Proxy Hi I have been using Apache for quite a while, but only as a mere web

[EMAIL PROTECTED] Apache 1.3 as a Proxy

2007-04-20 Thread Luis Moreira (ESI-GSQP)
Hi I have been using Apache for quite a while, but only as a mere web server. I would now like to use it as a Proxy, but don't seem to be able to do that. Current httpd.conf config : LoadModule proxy_module modules/mod_proxy.so AddModule mod_proxy.c ProxyRequests On Order all