[users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Antonio Fernández Pérez
Hi everybody, I'm having problems with my Apache. Apache's log of my server is growing a lot because somebody tries to execute this file cgi-bin/cbws1084.dll that doesn't exist. Anybody can tell me if is possible disable this or how can I do to solve it? Thanks. Best regards, Toni. --

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Antonio Fernández Pérez
Hi Steve Thanks for your reply. I don't understand what I should to do. Can you explain me it again? Thanks. Best regards, Toni. El 1 de marzo de 2012 12:44, Steve Swift swi...@swiftys.org.uk escribió: You could alias /cgi-bin/cbws1084.dll to /sod_off.html 2012/3/1 Antonio Fernández Pérez

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Antonio Fernández Pérez
anything in there, such as: H1Page not found/H1BPlease/B stop using URI /cgi-bin/cbws1084.dll 2012/3/1 Antonio Fernández Pérez antoniofernan...@fabergames.com Hi Steve Thanks for your reply. I don't understand what I should to do. Can you explain me it again? Thanks. Best regards

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Antonio Fernández Pérez
16:24, Antonio Fernández Pérez antoniofernan...@fabergames.com escribió: Hi again, I have tried to configure this in my virtualhost of Apache but does not works. I have defined in virtualhost config file this: Alias /cgi-bin/cbws1084.dll /var/www/go_away.html Then, I have executed #service

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Antonio Fernández Pérez
Thanks for your help. I have gotten it doing this: AliasMatch ^/cgi-bin/(.*)\.dll$ /var/www/go_away.html Now Apache doesn't log errors about dll loads. Do you think that is it correct? Thanks. Best regards, Toni. El 1 de marzo de 2012 16:32, Antonio Fernández Pérez antoniofernan

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Antonio Fernández Pérez
. Best regards, Toni. El 1 de marzo de 2012 17:09, Antonio Fernández Pérez antoniofernan...@fabergames.com escribió: Thanks for your help. I have gotten it doing this: AliasMatch ^/cgi-bin/(.*)\.dll$ /var/www/go_away.html Now Apache doesn't log errors about dll loads. Do you think

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Antonio Fernández Pérez
for your help. Best regards, Toni. El 1 de marzo de 2012 17:54, Jim Jagielski j...@jagunet.com escribió: Which do you want: to stop the logfiles from growing or deny the requests? Or both? On Mar 1, 2012, at 11:40 AM, Antonio Fernández Pérez wrote: Hi again, My apologies

Re: [users@httpd] Problems with cgi scripts and Apache's log.

2012-03-01 Thread Antonio Fernández Pérez
extension and next directives will not logged those requests in Apache logs. Regards, Anam -- *From:* Antonio Fernández Pérez antoniofernan...@fabergames.com *To:* users@httpd.apache.org *Sent:* Thursday, 1 March 2012, 22:02 *Subject:* Re: [users@httpd] Problems

[users@httpd] Disabling virtual hosts in Apache

2012-01-31 Thread Antonio Fernández Pérez
Hi everybody, I would like to know how can I do to disable a virtual host and print an error page in virtual host not enabled. Having www.mydomain.com and www.mydomain2.com, when I execute a2dissite www.mydomain.com I get www.domain2.com (its contents) and if I execute a2dissite

[users@httpd] Doubt or problem with redirect - Help please.

2012-01-25 Thread Antonio Fernández Pérez
Hi guys, I have a doubt. I would like to know how can I do this: When people write in browser www.someaddress.com, this points to www.otheraddres.com?mode=1.How can I do it? Should I to add an alias or modifying apache configuration? Please help me. Regards, -- *Antonio Manuel Fernández