Re: [us...@httpd] SQL Server authentication

2011-01-12 Thread Mark H. Wood
On Tue, Jan 11, 2011 at 10:11:25PM +0530, Nilesh Govindarajan wrote: > On 01/11/2011 09:13 PM, Hendrik Schmieder wrote: [snip] > > It depends on which oS Apache is used. > > For Windows there's an MS-SQL ODBC driver, but for Linux you must use > > FreeTDS. > > > > > It doesn't support unixODBC? >

Re: [us...@httpd] HTTP authentication using HTTP

2011-01-11 Thread Anders Melchiorsen
On Tue, 11 Jan 2011 10:20:11 + (UTC), Igor Galić wrote: > - "Devraj Mukherjee" wrote: >> Depending on what the directories contains (eg. your app) I would >> nearly be tempted to using OAuth or one of the open authentication >> protocols. > > +1 on that. I want an easy way to password

Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Nilesh Govindarajan
On 01/11/2011 09:13 PM, Hendrik Schmieder wrote: Mark H. Wood schrieb: On Tue, Jan 11, 2011 at 06:06:16PM +0530, Nilesh Govindarajan wrote: On 01/11/2011 04:18 PM, Paolo DiCanio wrote: The example on that page is for MySql. Unfortunately when using SQL Server, the configuration is more complic

Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Hendrik Schmieder
Mark H. Wood schrieb: On Tue, Jan 11, 2011 at 06:06:16PM +0530, Nilesh Govindarajan wrote: On 01/11/2011 04:18 PM, Paolo DiCanio wrote: The example on that page is for MySql. Unfortunately when using SQL Server, the configuration is more complicated, because you can't simply configure DB

Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Mark H. Wood
On Tue, Jan 11, 2011 at 06:06:16PM +0530, Nilesh Govindarajan wrote: > On 01/11/2011 04:18 PM, Paolo DiCanio wrote: > > The example on that page is for MySql. Unfortunately when using SQL Server, > > the configuration is more complicated, because you can't simply configure > > > > DBDriver mss

Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Nilesh Govindarajan
On 01/11/2011 04:18 PM, Paolo DiCanio wrote: The example on that page is for MySql. Unfortunately when using SQL Server, the configuration is more complicated, because you can't simply configure DBDriver mssql You have to use something called FreeTDS instead. If someone has actually got SQ

Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Paolo DiCanio
The example on that page is for MySql. Unfortunately when using SQL Server, the configuration is more complicated, because you can't simply configure DBDriver mssql You have to use something called FreeTDS instead. If someone has actually got SQL Server authentication up and running, I'd rea

Re: [us...@httpd] RewriteCond %{HTTPS} =on

2011-01-11 Thread Devraj Mukherjee
Condition satisfies if HTTPS protocol is in use. http://www.askapache.com/htaccess/http-https-rewriterule-redirect.html On Tue, Jan 11, 2011 at 7:01 PM, Tushar Chavan wrote: > Hi  Experts, > > I am bit confused with 'RewriteCond %{HTTPS} =on'. > > Can you please tell me, what is the function of

Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Nilesh Govindarajan
On 01/11/2011 02:28 PM, Paolo DiCanio wrote: Hi, My Apache server currently uses a passwd file for authentication. I need to change the authentication scheme so that it uses both this passwd file and a list of usernames and passwords stored in an SQL Server database table. In other words, if th

Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Devraj Mukherjee
Hi Paolo, I found this looking for a solution to my MySQL authentication post, might help. http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html Says that it supports ODBC. Good luck. On Tue, Jan 11, 2011 at 7:58 PM, Paolo DiCanio wrote: > > Hi, > > My Apache server currently uses a passwd f

[us...@httpd] SQL Server authentication

2011-01-11 Thread Paolo DiCanio
Hi, My Apache server currently uses a passwd file for authentication. I need to change the authentication scheme so that it uses both this passwd file and a list of usernames and passwords stored in an SQL Server database table. In other words, if the username and password is found in the file,

[us...@httpd] RewriteCond %{HTTPS} =on

2011-01-11 Thread Tushar Chavan
Hi Experts, I am bit confused with 'RewriteCond %{HTTPS} =on'. Can you please tell me, what is the function of RewriteCond %{HTTPS} =on? what 'RewriteCond %{HTTPS} =on' will do ? Best regards, Tushar

Re: [us...@httpd] Re: .pid goes missing

2011-01-10 Thread Dave Stevens
Quoting DW : Have you tried Write-Protecting the file so that it doesn't get destroyed by whatever malware is doing it? In windows it pretty job to protect the file. If you are using Linux or Unix then someone else can help you. well I think the process id is certain to change each t

[us...@httpd] Re: .pid goes missing

2011-01-10 Thread DW
Have you tried Write-Protecting the file so that it doesn't get destroyed by whatever malware is doing it? In windows it pretty job to protect the file. If you are using Linux or Unix then someone else can help you. Dave Stevens wrote: Hi, I'm using apache 2.2.3 under CentOS 5.5. I us

[us...@httpd] .pid goes missing

2011-01-10 Thread Dave Stevens
Hi, I'm using apache 2.2.3 under CentOS 5.5. I use virtualmin to monitor the server and recently a discrepancy has arisen between the reported and actual state of the httpd service. I think this is because the .pid file, which from the httpd.conf file is supposed to be in /etc/httpd/run folder,

Re: [us...@httpd] invalid response from Proxy dns lookup failure

2011-01-10 Thread Tapas Mishra
On Mon, Jan 10, 2011 at 8:47 PM, Joost de Heer wrote: >> When my proxy pass entries look as follows >> >>  ProxyPass /app1 http://192.168.1.3:8080/app1 >>  ProxyPass / http://192.168.1.3 >>  ProxyPassReverse /app1 http://192.168.1.3:8080/app1 >>  ProxyPassReverse / http://192.168.1.3 >> >>  then s

Re: [us...@httpd] invalid response from Proxy dns lookup failure

2011-01-10 Thread Joost de Heer
When my proxy pass entries look as follows ProxyPass /app1 http://192.168.1.3:8080/app1 ProxyPass / http://192.168.1.3 ProxyPassReverse /app1 http://192.168.1.3:8080/app1 ProxyPassReverse / http://192.168.1.3 then some one from internet is able to access the sites.But from within LAN p

Re: [us...@httpd] invalid response from Proxy dns lookup failure

2011-01-10 Thread Tapas Mishra
On Mon, Jan 10, 2011 at 5:23 PM, Joost de Heer wrote: > On 01/10/2011 08:17 AM, Tapas Mishra wrote: >> >> Ok here is a situation  today morning I had rebooted the server and I >> observed and I see response for one of the application complaining >> http://myserver.com/app1 >> >> This is the error

Re: [us...@httpd] invalid response from Proxy dns lookup failure

2011-01-10 Thread Joost de Heer
On 01/10/2011 08:17 AM, Tapas Mishra wrote: Ok here is a situation today morning I had rebooted the server and I observed and I see response for one of the application complaining http://myserver.com/app1 This is the error I see in browser Proxy Error The proxy server received an invalid resp

[us...@httpd] mod_auth_mysql under Ubuntu 10.04 different to CentOS 5.5?

2011-01-10 Thread Devraj Mukherjee
Hi all, Is mod_auth_mysql an official Apache module? I have successfully used it under a CentOS 5.5 box for a couple of years now, installed like so http://dev.e-taxonomy.eu/trac/wiki/ApacheMySQLAuthentication We are migrating to an Ubuntu 10.04 VM, and the module distributed by the package liba

Re: [us...@httpd] New to list - Redirect, Alias or Rewrite?? Very confused...

2011-01-09 Thread Matus UHLAR - fantomas
On 04.01.11 11:59, d...@aiphone.com wrote: > I am attempting to have the Apache Server 2.0 handle the following request > for me: > > When a visitor visits http://mydomain.com/OLD_Web App/, I would like them > to be automatically redirected to http://mydomain.com/New_Web App/ > > Both OLD and NEW

[us...@httpd] invalid response from Proxy dns lookup failure

2011-01-09 Thread Tapas Mishra
Ok here is a situation today morning I had rebooted the server and I observed and I see response for one of the application complaining http://myserver.com/app1 This is the error I see in browser Proxy Error The proxy server received an invalid response from an upstream server. The proxy server

Re: [us...@httpd] SSL Termination at Apache

2011-01-09 Thread Joost de Heer
On 01/09/2011 08:58 PM, Tushar Chavan wrote: Hi , We have below scenario. Internet Users Server A<--https> Apache Server B<-http--->Server C We want https flow from internet users to Server A , from Server A to Apache server B again https .Then from Apache

Re: [us...@httpd] SSL Termination at Apache

2011-01-09 Thread Eric Covener
2011/1/9 Tushar Chavan : > Hi , > We have below scenario. > Internet Users Server A<--https> Apache Server > B<-http--->Server C > We want https flow from internet users to Server A , from  Server A to > Apache server B again https .Then from Apache to Server C

RE: [us...@httpd] SSL Termination at Apache

2011-01-09 Thread Tushar Chavan
rminated at Apache Server. Is there any configuration to terminate SSL at Apache? Best REgards,Tushar > Date: Fri, 7 Jan 2011 23:09:07 + > From: i.ga...@brainsware.org > To: users@httpd.apache.org > Subject: Re: [us...@httpd] SSL Termination at Apache > > > -

Re: [us...@httpd] Unresponsive apache webserver, memory issue

2011-01-08 Thread Simone Caruso
On 07/01/2011 23:27, james wrote: How does your MPM config look like? Take a look at: http://wiki.apache.org/httpd/PerformanceScalingUp Thanks for these links Igor. After reading through the ScalingUp document it brought my attention to the fact that the RAM had been increased on this system b

Re: [us...@httpd] Unresponsive apache webserver, memory issue

2011-01-07 Thread Igor Galić
- "james" wrote: > >How does your MPM config look like? > >Take a look at: > >http://wiki.apache.org/httpd/PerformanceScalingUp > > Thanks for these links Igor. After reading through the ScalingUp > document it brought my attention to the fact that the RAM had been > increased on this syste

Re: [us...@httpd] SSL Termination at Apache

2011-01-07 Thread Igor Galić
- "Tushar Chavan" wrote: > Hi Team, > > > Can we terminate SSL at Apache? If yes , can you please let me know > how to do it ? I mean is there any directive for it? http://httpd.apache.org/docs/current/ssl/ > Best Regards, > Tushar. -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga

Re: [us...@httpd] SSL Termination at Apache

2011-01-07 Thread Igor Galić
To: users@httpd.apache.org > Date: Fri, 7 Jan 2011 20:56:17 +0530 > Subject: [us...@httpd] SSL Termination at Apache > > Hi Team, > > > Can we terminate SSL at Apache? If yes , can you please let me know > how to do it ? I mean is there any directive for it? > > >

Re: [us...@httpd] Unresponsive apache webserver, memory issue

2011-01-07 Thread james
>How does your MPM config look like? >Take a look at: >http://wiki.apache.org/httpd/PerformanceScalingUp Thanks for these links Igor. After reading through the ScalingUp document it brought my attention to the fact that the RAM had been increased on this system but the swap partition had not bee

RE: [us...@httpd] SSL Termination at Apache

2011-01-07 Thread Tushar Chavan
20:56:17 +0530 Subject: [us...@httpd] SSL Termination at Apache Hi Team, Can we terminate SSL at Apache? If yes , can you please let me know how to do it ? I mean is there any directive for it? Best Regards,Tushar.

RE: [us...@httpd] Regarding the redirect rules

2011-01-07 Thread motty.cruz
h should canonicalize the URL and give it back to the client, e.g., translate ``/~'' into ``/u/'' or always append a slash to /u/user, etc. From: aparna aryan [mailto:aparnapu...@gmail.com] Sent: Friday, January 07, 2011 4:43 AM To: users@httpd.apache.org; jo...@sanguis.x

Re: [us...@httpd] Regarding the redirect rules

2011-01-07 Thread aparna aryan
Thanks a lot Joost, Can u please explain what does "[R,L]" mean too? On Fri, Jan 7, 2011 at 6:11 PM, Joost de Heer wrote: > On Fri, January 7, 2011 13:24, aparna aryan wrote: > > Hello, > > > > Can any one please explain the meaning of this rule? > > > > RewriteEngine On > > RewriteCond %{HTTP:FR

Re: [us...@httpd] Regarding the redirect rules

2011-01-07 Thread Joost de Heer
On Fri, January 7, 2011 13:24, aparna aryan wrote: > Hello, > > Can any one please explain the meaning of this rule? > > RewriteEngine On > RewriteCond %{HTTP:FRONTEND-HTTPS} !on > RewriteRule ^/(wps/myportal/protected/.*) > https://internal.ericsson.com/$1[R,L] > If the HTTP-header 'FRONTEND-HTTP

[us...@httpd] Regarding the redirect rules

2011-01-07 Thread aparna aryan
Hello, Can any one please explain the meaning of this rule? RewriteEngine On RewriteCond %{HTTP:FRONTEND-HTTPS} !on RewriteRule ^/(wps/myportal/protected/.*) https://internal.ericsson.com/$1[R,L]

Re: [us...@httpd] [SOLVED] SSL Client Authentication Problem

2011-01-06 Thread Alan Brown
- Original Message - From: "Igor Galić" To: Sent: Tuesday, January 04, 2011 1:30 PM Subject: Re: [us...@httpd] SSL Client Authentication Problem - "Alan Brown" wrote: Hi all, I am working in a test environment with Apache v2.2.14 on XP Pro SP3 an

Re: [us...@httpd] Reserve http slot for server-status?

2011-01-05 Thread Torsten Förtsch
On Wednesday, January 05, 2011 23:52:01 Eric Covener wrote: > There's also a tool somewhere that parses the ScoreBoardFile if you > use a physical file and gives you server-status like information. e.g. my perl module http://search.cpan.org/perldoc?Apache2::ScoreBoardFile Torsten Förtsch -- Nee

Re: [us...@httpd] Reserve http slot for server-status?

2011-01-05 Thread Eric Covener
On Wed, Jan 5, 2011 at 5:35 PM, Michael Gale wrote: > Hello, > > > >     We pull http://server-name/server-status for information however on > occasion we have hit max clients and no open slots are available. > > > > Now usually this is caused by the failure of a backend service or DOS > attempts

Re: [us...@httpd] Reserve http slot for server-status?

2011-01-05 Thread Jeff Trawick
On Wed, Jan 5, 2011 at 5:35 PM, Michael Gale wrote: > Hello, > > > >     We pull http://server-name/server-status for information however on > occasion we have hit max clients and no open slots are available. > > > > Now usually this is caused by the failure of a backend service or DOS > attempts

Re: [us...@httpd] Reserve http slot for server-status?

2011-01-05 Thread Justin Pasher
- Original Message - From: Michael Gale Date: Wed, 5 Jan 2011 22:35:02 + Subject: [us...@httpd] Reserve http slot for server-status? To: users@httpd.apache.org Hello, We pull http://server-name/server-status for information however on occasion we have hit max clients

Re: [us...@httpd] Setting and environment variable for one specific subdomain matching the ServerAlias

2011-01-05 Thread mattalexx
Thanks! Eric Covener wrote: > > On Wed, Jan 5, 2011 at 2:57 PM, mattalexx wrote: >> >> I have a virtual host that includes the following settings >> >>    ServerName www.host.com >>    ServerAlias *.host.com >> >> Can I set >> >>    SetEnv FOO "bar" >> >> for just a specific subdomain (like fo

Re: [us...@httpd] Setting and environment variable for one specific subdomain matching the ServerAlias

2011-01-05 Thread mattalexx
Thanks! Joost de Heer-2 wrote: > > On 01/05/2011 08:57 PM, mattalexx wrote: >> >> I have a virtual host that includes the following settings >> >> ServerName www.host.com >> ServerAlias *.host.com >> >> Can I set >> >> SetEnv FOO "bar" >> >> for just a specific subdomain (like fo

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-05 Thread [triplepack] info (i...@pack3.ch)
I don't need to worry about it? Thanks! --- On *Tue, 1/4/11, [triplepack] info (i...@pack3.ch) //* wrote: From: [triplepack] info (i...@pack3.ch) Subject: Re: [us...@httpd] How to set up a NAT Bounce Back in Apache? To: users@httpd.apache.org Date: Tuesday, January 4,

Re: [us...@httpd] Setting and environment variable for one specific subdomain matching the ServerAlias

2011-01-05 Thread Joost de Heer
On 01/05/2011 08:57 PM, mattalexx wrote: I have a virtual host that includes the following settings ServerName www.host.com ServerAlias *.host.com Can I set SetEnv FOO "bar" for just a specific subdomain (like foo.host.com)? SetEnvIf Host foo.host.com foo=true Joost --

Re: [us...@httpd] Setting and environment variable for one specific subdomain matching the ServerAlias

2011-01-05 Thread Eric Covener
On Wed, Jan 5, 2011 at 2:57 PM, mattalexx wrote: > > I have a virtual host that includes the following settings > >    ServerName www.host.com >    ServerAlias *.host.com > > Can I set > >    SetEnv FOO "bar" > > for just a specific subdomain (like foo.host.com)? Try SetEnvIf or RewriteCond/Rewri

[us...@httpd] Setting and environment variable for one specific subdomain matching the ServerAlias

2011-01-05 Thread mattalexx
I have a virtual host that includes the following settings ServerName www.host.com ServerAlias *.host.com Can I set SetEnv FOO "bar" for just a specific subdomain (like foo.host.com)? -- View this message in context: http://old.nabble.com/Setting-and-environment-variable-for-one

Re: [us...@httpd] CGI / Delete / Empty Directories

2011-01-05 Thread Igor Galić
- "Kevin T Cella" wrote: > The delete happens now as a DELETE HTTP request via DAV. Since no > cleanup is done of empty directories, the underlying file system has a > trail of them. find /path/to/dav/root -type d -empty -print0 | xargs -0 rm -rf {} + n.b.: -empty and -print0 will only wor

Re: [us...@httpd] Rewrite rules

2011-01-05 Thread Igor Galić
- "Joost de Heer" wrote: > >> As a side note, are there resources you would recommend to help me > >> with this type of task? > > > [List of resources] > > There's also Rich Bowen's mod_rewrite book > (http://www.amazon.com/exec/obidos/asin/1590595610/drbacchus/). To my shame, the only Apa

RE: [us...@httpd] CGI / Delete / Empty Directories

2011-01-05 Thread Cella, Kevin T
@httpd.apache.org Subject: Re: [us...@httpd] CGI / Delete / Empty Directories - "Kevin T Cella" wrote: > Does anyone know how to configure the Apache HTTP Server to remove any > empty directories after a delete command? From what I have seen it A delete command? Where? On the File

Re: [us...@httpd] CGI / Delete / Empty Directories

2011-01-05 Thread Igor Galić
- "Kevin T Cella" wrote: > Does anyone know how to configure the Apache HTTP Server to remove any > empty directories after a delete command? From what I have seen it A delete command? Where? On the File system? Via DAV? > appears a CGI script is required. How can I tell the CGI script to

[us...@httpd] CGI / Delete / Empty Directories

2011-01-05 Thread Cella, Kevin T
Does anyone know how to configure the Apache HTTP Server to remove any empty directories after a delete command? From what I have seen it appears a CGI script is required. How can I tell the CGI script to perform the normal delete, then run my code for cleaning empty directories? Or is there an eas

Re: [us...@httpd] Rewrite rules

2011-01-05 Thread Joost de Heer
>> As a side note, are there resources you would recommend to help me >> with this type of task? > [List of resources] There's also Rich Bowen's mod_rewrite book (http://www.amazon.com/exec/obidos/asin/1590595610/drbacchus/). Joost

Re: [us...@httpd] disable wget-like user-agents

2011-01-05 Thread Igor Galić
- "Mark Montague" wrote: > On January 4, 2011 22:32 , Carlos S wrote: > > Recently I was trying to download a package using wget, but the > > website prevented access to it. I tried --user-agent option but it > > didn't work either. So I was curious to know what strategy this web > > admin

Re: [us...@httpd] [SOLVED] Re: Permission Problem

2011-01-05 Thread Igor Galić
- "tinkee" wrote: > for the record this problem is fixed.. > thanks to the replies for a similar problem on this forum > > http://old.nabble.com/Fwd%3A-Re%3A--users%40httpd--Apache-2.2.17-on-RHEL-5.2-%2813%29-Permission-denied-td30069032.html > > i was about to get crazy really! :D > > ha

Re: [us...@httpd] New to list - Redirect, Alias or Rewrite?? Very confused...

2011-01-05 Thread Igor Galić
- "Robert Van Horn" wrote: > Change the name of New_Web to Old__Web. > Don't forget to cp Old_Web to Old_Web.old first. Bob, I'm not sure how that makes sense in the context of Doug's question.. > bob > > On 1/4/11 11:59 AM, d...@aiphone.com wrote: > > Hi all, > > I am attempting to have

Re: [us...@httpd] Rewrite rules

2011-01-05 Thread Igor Galić
- "Jeff Poling" wrote: > Jim, > > Thank you. That worked really well. > > As a side note, are there resources you would recommend to help me > with this type of task? For this particular task: http://wiki.apache.org/httpd/WhenNotToUseRewrite For rewrite, when useful: http://httpd.apache

Re: [us...@httpd] Unresponsive apache webserver, memory issue

2011-01-05 Thread Igor Galić
- "james" wrote: > I'm having an issue with an apache web server running on CentOS5. > After a few days/weeks of running the server will become unresponsive > and will require a physical reboot in order to come back online. The > system is so unresponsive when the issue occurs that login at

Re: [us...@httpd] Custom authentication?

2011-01-05 Thread Christian Hettler
On Tue, Jan 04, 2011 at 11:19:01AM +, Oliver Beattie wrote: > Hi there, > > I am sure this question has likely been asked many times before, I'm just > having a bit of a hard time finding answers. > > Basically, I need to be able to authenticate downloads based on a URL > signature if present

[us...@httpd] Re: Permission Problem

2011-01-04 Thread tinkee
for the record this problem is fixed.. thanks to the replies for a similar problem on this forum http://old.nabble.com/Fwd%3A-Re%3A--users%40httpd--Apache-2.2.17-on-RHEL-5.2-%2813%29-Permission-denied-td30069032.html i was about to get crazy really! :D have had two problems that was solved by

[us...@httpd] Re: Permission Problem

2011-01-04 Thread tinkee
just additional info, it may help: User: apache Group apache i think i changed it to root:root and also the /etc/httpd/ i changed the owner and group to root:root, and then i tried to revert back to apache:apache but its just does not work anymore.. tinkee wrote: > > hi! > > i am using ap

[us...@httpd] Permission Problem

2011-01-04 Thread tinkee
hi! i am using apache as my webserver and i have a problem accessing my php files in my browser, it used to work properly until i think I messed up things. now i don;t know what to do. T_T everytime i open my php files which are on /var/www/htm/ it gives me the permission denied error. i think

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Mark Montague
On January 4, 2011 22:32 , Carlos S wrote: Recently I was trying to download a package using wget, but the website prevented access to it. I tried --user-agent option but it didn't work either. So I was curious to know what strategy this web admin must have implemented. Without an example UR

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Carlos S
Thanks for the links Mark and Doug. The webscrapers thing looks interesting.. I had looked at mod_rewrite and User-Agent header solution. Recently I was trying to download a package using wget, but the website prevented access to it. I tried --user-agent option but it didn't work either. So I wa

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Doug McNutt
At 18:19 -0500 1/4/11, Mark Montague wrote: >Follow the example below, but use only the user agent condition, omit the IP >condition, and suitably adjust the RewriteRule regular expression to match the >URL(s) you wish to block: > >http://httpd.apache.org/docs/2.2/rewrite/rewrite_guide.html#block

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Mark Montague
On January 4, 2011 18:03 , Carlos S wrote: Is there any way to disable download/traffic from wget-like user agents? Can this be done using user-agent string? Any documentation link or example will be really helpful. Follow the example below, but use only the user agent condition, omit the IP

[us...@httpd] disable wget-like user-agents

2011-01-04 Thread Carlos S
Is there any way to disable download/traffic from wget-like user agents? Can this be done using user-agent string? Any documentation link or example will be really helpful. -- cs. - The official User-To-User support forum of the

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread Mike Alba
Hi Aaron,   Thanks for your feedback so then you are saying I don't need to worry about it? Thanks! --- On Tue, 1/4/11, [triplepack] info (i...@pack3.ch) wrote: From: [triplepack] info (i...@pack3.ch) Subject: Re: [us...@httpd] How to set up a NAT Bounce Back in Apache? To:

Re: [us...@httpd] New to list - Redirect, Alias or Rewrite?? Very confused...

2011-01-04 Thread Robert Van Horn
Change the name of New_Web to Old__Web. Don't forget to cp Old_Web to Old_Web.old first. bob On 1/4/11 11:59 AM, d...@aiphone.com wrote: Hi all, I am attempting to have the Apache Server 2.0 handle the following request for me: When a visitor visits http://mydomain.com/OLD_Web App/, I would li

[us...@httpd] New to list - Redirect, Alias or Rewrite?? Very confused...

2011-01-04 Thread doug
Hi all, I am attempting to have the Apache Server 2.0 handle the following request for me: When a visitor visits http://mydomain.com/OLD_Web App/, I would like them to be automatically redirected to http://mydomain.com/New_Web App/ Both OLD and NEW Web App folders live in the same doc root and a

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread [triplepack] info (i...@pack3.ch)
done this with F5 BigIP. So I guess I just need to create a VIP and a pool or range of addresses in the virtual host config? Thanks for your input! --- On *Tue, 1/4/11, Eric Covener //* wrote: From: Eric Covener Subject: Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread Mike Alba
ool or range of addresses in the virtual host config? Thanks for your input! --- On Tue, 1/4/11, Eric Covener wrote: From: Eric Covener Subject: Re: [us...@httpd] How to set up a NAT Bounce Back in Apache? To: users@httpd.apache.org Date: Tuesday, January 4, 2011, 11:10 AM >   I am trying to

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread Eric Covener
>   I am trying to find an example of how to setup a NAT Bounce Back in Apache. > Can anyone point in the direction of an example or some documentation? In Apache, you can just list any number of addresses in each and any number of ServerAlias'es for name-based vhosts, so no magic is required to

[us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread Mike Alba
Hi,   I am trying to find an example of how to setup a NAT Bounce Back in Apache. Can anyone point in the direction of an example or some documentation? Thanks in advance!

RE: [us...@httpd] Rewrite rules

2011-01-04 Thread Jeff Poling
www.moodyministries.net >From the Word. To Life. -Original Message- From: Jim Riggs [mailto:apache-li...@riggs.me] Sent: Tuesday, January 04, 2011 10:53 AM To: users@httpd.apache.org; Jeff Poling Subject: Re: [us...@httpd] Rewrite rules On Jan 4, 2011, at 10:22 AM, Jeff Poling wrote: > I am very

RE: [us...@httpd] Problem with setting up authentication on an Apache2 server

2011-01-04 Thread Kaplan, Andrew H.
To: users@httpd.apache.org Subject: Re: [us...@httpd] Problem with setting up authentication on an Apache2 server > When I restarted the computer, and tried to access the page in question, I > was confronted with a 500 Internal Server Error message. What does yo

Re: [us...@httpd] Problem with setting up authentication on an Apache2 server

2011-01-04 Thread Eric Covener
> When I restarted the computer, and tried to access the page in question, I > was confronted with a 500 Internal Server Error message. What does your error log say? - The official User-To-User support forum of the Apache HTTP Se

[us...@httpd] Problem with setting up authentication on an Apache2 server

2011-01-04 Thread Kaplan, Andrew H.
Hi there -- I am running the LogAnalyzer application on an Ubuntu 10.04 distribution with the Apache 2.2.14 server. My plan is to have both the application's internal authentication and the .htaccess file set up for acess control. I placed the .htaccess file in the directory that contains the webp

Re: [us...@httpd] Rewrite rules

2011-01-04 Thread Jim Riggs
On Jan 4, 2011, at 10:22 AM, Jeff Poling wrote: > I am very new to apache configuration, having inherited responsibility for it > this fall. I need some assistance with (hopefully) a simple rewrite rule. > > We are using apache in a reverse proxy configuration. For a URL like: > > http://www.

[us...@httpd] Unresponsive apache webserver, memory issue

2011-01-04 Thread james
I'm having an issue with an apache web server running on CentOS5. After a few days/weeks of running the server will become unresponsive and will require a physical reboot in order to come back online. The system is so unresponsive when the issue occurs that login at console is not even possible.

[us...@httpd] Rewrite rules

2011-01-04 Thread Jeff Poling
I am very new to apache configuration, having inherited responsibility for it this fall. I need some assistance with (hopefully) a simple rewrite rule. We are using apache in a reverse proxy configuration. For a URL like: http://www.mydomain.com/site/test I want to rewrite it as https://www.m

Re: [us...@httpd] Is Apache ports unstable or my CA Unicentre giving false alerts

2011-01-04 Thread Igor Galić
- "sunhux G" wrote: > Just this morning I got the following alert followed by a > recovery message at 07:56:57 > > 03/12/10 07:53 E5NKK1S -ABCDWEB8 ABCDWEB8 port iProject_Apache (83) is > not responding > > 03/12/10 07:56 E5NKK1S -ABCDWEB8 ABCDWEB8 port iProject_Apache (83) > port OK > >

RE: [us...@httpd] how to use ldap authentication

2011-01-04 Thread David Long
: users@httpd.apache.org Subject: Re: [us...@httpd] how to use ldap authentication - "David Long" wrote: > I am trying to use httpd 2.2.17 with ldap authentication but get "ldap > initialization failed" message > Here is my configuration > I downloaded apr

Re: [us...@httpd] webdav antivir

2011-01-04 Thread Igor Galić
- "Hajo Locke" wrote: > Hello, > > would like to activate virus scanning and block uploads for my webdav > > clients. > Is there a practicable way to do this? > is someone using mod_clamav for apache? > http://software.othello.ch/mod_clamav/ > seems to be not very up to date. last version

[us...@httpd] webdav antivir

2011-01-04 Thread Hajo Locke
Hello, would like to activate virus scanning and block uploads for my webdav clients. Is there a practicable way to do this? is someone using mod_clamav for apache? http://software.othello.ch/mod_clamav/ seems to be not very up to date. last version from 2009. are there other solutions existe

Re: [us...@httpd] SSL Client Authentication Problem

2011-01-04 Thread Igor Galić
- "Alan Brown" wrote: > Hi all, > > I am working in a test environment with Apache v2.2.14 on XP Pro SP3 > and I > have experienced difficulties setting up SSL Client Authentication. > > > > I have used the openssl command line tool to set up my private key, > server > certificate, and

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Nick Kew
On 4 Jan 2011, at 12:05, MegaBrutal wrote: > Sorry if I'm wrong. If the user is redirected from a different > location, is it possible that checking the HTTP Referrer might do the > work? No. Try it with privacy settings in your browser, or on your network. To the OP, what you're asking looks

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Thanks for the suggestion, it's very clever, but we can't run the risk of allowing unauthenticated access to files I'm afraid. So it looks like pretty much the only solution is to serve the file with a script — does anyone know if this is going to impact performance? We have a lot of downloads a da

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread MegaBrutal
Sorry if I'm wrong. If the user is redirected from a different location, is it possible that checking the HTTP Referrer might do the work? Assume, the other server has already authenticated the user, so you don't need to authenticate him again; you just grant access to the file if its referrer matc

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Actually, that won't work… we need to be able to support clients that do not support cookies (APT) —Oliver On 4 January 2011 11:30, Oliver Beattie wrote: > Thanks for your quick reply… unfortunately I can't set a cookie. Another > machine (different domain) is redirecting the user to this serv

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Thanks for your quick reply… unfortunately I can't set a cookie. Another machine (different domain) is redirecting the user to this server (auth happens on that server) and this server is in effect acting as (one of several identically-configured) mirrors. However, it may be possible to redirect th

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/2011 11:19 AM, Oliver Beattie wrote: > Hi there, > > I am sure this question has likely been asked many times before, I'm > just having a bit of a hard time finding answers. > > Basically, I need to be able to authenticate downloads based on

[us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Hi there, I am sure this question has likely been asked many times before, I'm just having a bit of a hard time finding answers. Basically, I need to be able to authenticate downloads based on a URL signature if present (passed as a query parameter), instead of via Basic authentication (I need to

Re: [us...@httpd] how to use ldap authentication

2011-01-03 Thread Igor Galić
- "David Long" wrote: > I am trying to use httpd 2.2.17 with ldap authentication but get "ldap > initialization failed" message > Here is my configuration > I downloaded apr 1.4.2 and apr-util 1.3.10 What Platform/OS/Distro/Version Which LDAP SDK? > For apr 1.4.2, I did "configure --prefix

[us...@httpd] how to use ldap authentication

2011-01-03 Thread David Long
I am trying to use httpd 2.2.17 with ldap authentication but get "ldap initialization failed" message Here is my configuration I downloaded apr 1.4.2 and apr-util 1.3.10 For apr 1.4.2, I did "configure --prefix=/www/apache2/apr-httpd/" For apr util 1.3.10, I did "configure --prefix=/www/apache2/

Re: [us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-03 Thread Krist van Besien
On Sun, Jan 2, 2011 at 8:21 PM, Mohit Anchlia wrote: > Apache 2: > > I have a need to add multiple certs and keys to a given virtual host. > I don't see a way to add multiple keys or certs to one virtual host. > For eg: key and cert for abc.com and def.com in 10.10.10.101:80> > > Is there a way t

RE: FW: [us...@httpd] help on compile 2.2.17 with ldap support

2011-01-03 Thread David Long
Thanks Rainer, I will start a new discussion about ldap authentication. David Long -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, December 30, 2010 12:09 PM To: users@httpd.apache.org Subject: Re: FW: [us...@httpd] help on compile 2.2.17 with ldap

[us...@httpd] Re: mod_rewrite and UserDir

2011-01-02 Thread Michelle Konzack
Hahaha I must reply to my self! I have forgotten, exist, which hast EXACTLY what I need. Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux

Re: [us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-02 Thread Mohit Anchlia
On Sun, Jan 2, 2011 at 12:59 PM, Eric Covener wrote: > On Sun, Jan 2, 2011 at 2:21 PM, Mohit Anchlia wrote: >> Apache 2: >> >> I have a need to add multiple certs and keys to a given virtual host. >> I don't see a way to add multiple keys or certs to one virtual host. >> For eg: key and cert for

Re: [us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-02 Thread Eric Covener
On Sun, Jan 2, 2011 at 2:21 PM, Mohit Anchlia wrote: > Apache 2: > > I have a need to add multiple certs and keys to a given virtual host. > I don't see a way to add multiple keys or certs to one virtual host. > For eg: key and cert for abc.com and def.com in 10.10.10.101:80> > > Is there a way t

[us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-02 Thread Mohit Anchlia
Apache 2: I have a need to add multiple certs and keys to a given virtual host. I don't see a way to add multiple keys or certs to one virtual host. For eg: key and cert for abc.com and def.com in Is there a way to do this? For java security for eg we use keytool. Can someone please suggest how

  1   2   3   4   5   6   7   8   9   10   >