[EMAIL PROTECTED] Loadbalancing/stickysession/Source_IP

2008-03-29 Thread Yavor Trapkov
Hello, I'm using mod_proxy balancer, and I need to redirect all requests coming from a user to the same backend server. Our application does not setup cookies and in this sense does not rely on sessions in order to work with requests sent from webclients that reject cookies. I set up my own sessio

Re: [EMAIL PROTECTED] url redirection

2008-03-29 Thread Melanie Pfefer
Hello again, I read the document and I did not get the correlation with my case. you said > the case. You can check that simply by looking at > the source code of > the content sent back to your browser and see if it > makes sense in the > context of the current URL. > All I can say is that if

Re: [EMAIL PROTECTED] url redirection

2008-03-29 Thread Melanie Pfefer
I also find out that I do not have mod_proxy_html loaded. But the situation remains the same even after loading the module... --- Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Hello again, > > I read the document and I did not get the > correlation > with my case. > > you said > > the case. You c

Re: [EMAIL PROTECTED] Where to place rewrite rules?

2008-03-29 Thread Eric Covener
On Fri, Mar 28, 2008 at 11:42 PM, Sam Carleton <[EMAIL PROTECTED]> wrote: > In analyzing my customers log file from running Filemon (Windows tool > to log file IO), it looks like Apache is trying to find the URL before > the RewriteRules are running. Is this normal? If not, do I have my > rew

Re: [EMAIL PROTECTED] Where to place rewrite rules?

2008-03-29 Thread Sam Carleton
Eric, When I do the following, the rewrite rules don't seem to work. Where should I be placing the rewrite rules and what settings should I have for AllowOverride to stop it from looking for the .htaccess? Options FollowSymLinks AllowOverride None Order deny,allow Deny from all

[EMAIL PROTECTED] Spambots

2008-03-29 Thread Grant Peel
Hi all, I am being hit with a number of spam bots (email address harvesters) and have implimeted some deny referrers ruls as a short term fix. Does anyone know of any permanent long term fixes? -Grant

Re: [EMAIL PROTECTED] url redirection

2008-03-29 Thread Joshua Slive
On Sat, Mar 29, 2008 at 6:41 AM, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Hello again, > > I read the document and I did not get the correlation > with my case. > > you said > > > the case. You can check that simply by looking at > > the source code of > > the content sent back to your brow

Re: [EMAIL PROTECTED] Where to place rewrite rules?

2008-03-29 Thread Eric Covener
On Sat, Mar 29, 2008 at 8:46 AM, Sam Carleton <[EMAIL PROTECTED]> wrote: > Eric, > > When I do the following, the rewrite rules don't seem to work. Where > should I be placing the rewrite rules and what settings should I have > for AllowOverride to stop it from looking for the .htaccess? Rewri

[EMAIL PROTECTED] error making apache2 "cannot open file `/home/gatekeeper/minfrin/rpms/httpd-2.0.50/include/ap_compat.h'"

2008-03-29 Thread Siju George
Hi, I was trying to install apache2 on CentOS5 and got the following error. = gawk -f /var/software/httpd-2.0.50/build/make_var_export.awk `cat export_files` > export_vars.h gawk: /var/software/httpd-2.0.50/build/make_var_export.awk:75: fata

Re: [EMAIL PROTECTED] error making apache2 "cannot open file `/home/gatekeeper/minfrin/rpms/httpd-2.0.50/include/ap_compat.h'"

2008-03-29 Thread Joshua Slive
On Sat, Mar 29, 2008 at 11:25 AM, Siju George <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to install apache2 on CentOS5 and got the following error. I don't know, but why are you building 2.0.50? If that is a CentOS restriction, you should content CentOS to figure out what is going wrong. J

Re: [EMAIL PROTECTED] Spambots

2008-03-29 Thread Joshua Slive
On Sat, Mar 29, 2008 at 9:52 AM, Grant Peel <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I am being hit with a number of spam bots (email address harvesters) and > have implimeted some deny referrers ruls as a short term fix. > > Does anyone know of any permanent long term fixes? I'm not sure what

Re: [EMAIL PROTECTED] error making apache2 "cannot open file `/home/gatekeeper/minfrin/rpms/httpd-2.0.50/include/ap_compat.h'"

2008-03-29 Thread Nick Kew
On Sat, 29 Mar 2008 20:55:05 +0530 "Siju George" <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to install apache2 on CentOS5 and got the following > error. > > = > gawk -f /var/software/httpd-2.0.50/build/make_var_export.awk `cat > export_

Re: [EMAIL PROTECTED] Where to place rewrite rules?

2008-03-29 Thread Sam Carleton
Sorry about the last email a few minutes ago, that was meant for my customer, trying to figure out why Apache is running so slow for him... On Sat, Mar 29, 2008 at 11:04 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sat, Mar 29, 2008 at 8:46 AM, Sam Carleton > <[EMAIL PROTECTED]> wrote: > > E

Re: [EMAIL PROTECTED] Spambots

2008-03-29 Thread Mark Space
Grant Peel wrote: Does anyone know of any permanent long term fixes? Lift off and nuke 'em from orbit. It's the only way to be sure. - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

[EMAIL PROTECTED] Help apache 101

2008-03-29 Thread Minh Cao
Hi, I am new to the web server please help me with this 2 questions. 1/ Setup the basic web server myhost.mydomain.com 2/ Setup the virtual host www.mydomain.com My linux system hostname is: myhost.mydomain.com IP: 1.2.3.4 DNS: www.mydomain.com CNAME myhost.mydomain.com Pl

Re: [EMAIL PROTECTED] Help apache 101

2008-03-29 Thread Joshua Slive
On Sat, Mar 29, 2008 at 12:39 PM, Minh Cao <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am new to the web server please help me with > this 2 questions. > > > 1/ Setup the basic web server myhost.mydomain.com > 2/ Setup the virtual host www.mydomain.com > > > My linux system hostname is:

Re: [EMAIL PROTECTED] Spambots

2008-03-29 Thread Grant Peel
Mark, I take it from your reply that the only reliable way right now is to keep using the referrers deny method then? -Grant - Original Message - From: "Mark Space" <[EMAIL PROTECTED]> To: Sent: Saturday, March 29, 2008 12:38 PM Subject: Re: [EMAIL PROTECTED] Spambots Grant Peel

Re: [EMAIL PROTECTED] Spambots

2008-03-29 Thread Grant Peel
I have visited a few lists that help make up my current spam bot deny list. Can anyone reccomend a list thats reliably well written and up -to-date/updated frequently? -Grant - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: ; "Grant Peel" <[EMAIL PROTECTED]> Sent: S