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?
>
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
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
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
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
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
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
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
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
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
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,
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
>
>
> -
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
- "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
- "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
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?
>
>
>
>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
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.
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
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
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
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]
- 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
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
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
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
- 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
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
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
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,
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
--
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
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
- "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
- "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
@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
- "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
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
>> 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
- "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
- "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
- "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
- "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
- "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
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
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
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
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
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
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
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
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
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
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:
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
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
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?
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
> 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
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!
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
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
> 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
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
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.
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.
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
- "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
>
>
: 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
- "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
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
- "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
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
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
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
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
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
-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
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
- "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
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/
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
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
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
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
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
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 - 100 of 13349 matches
Mail list logo