David BERCOT wrote:
>
> So, if I well understand (I'm not sure ;-))), there can be only one
> https vhost, no ?
You can have as many as you want, *BUT* all of them will use the
certificate of the first one. Read the documentation of Apache.
Davide
--
Military intelligence is a contradiction in
Dear All,
I request you peoples to tell me what are the was we can monitor apache (http)
process performance.
Sometime even though httpd service is running fine, I am not able to see
(access) the web site (no error message in any of the log).
I need restart the httpd servers to access the web
On Tue, Dec 23, 2008 at 11:28 AM, Karim Zaki wrote:
> Guys,
> Anyone interested in shedding some light here? J
Nothing you can do directly here, I think. Enable it the basic way,
and use SetEnvIf/Rewrite + RequestHeader to make it uncacheable?
--
Eric Covener
cove...@gmail.com
-
Hi,
I have an Apache HTTP Server that must forward requests to another server
inside my intranet, for example a request to http://172.10.19.1
/proxy/aaa/bbb/ccc.html (where 172.10.19.1 is the HTTP Server address) must be
redirect to http://172.10.19.20/aaa/bbb/ccc.html.
What are the configuration
Arkadiy,
Take a look at this
http://httpd.apache.org/docs/trunk/mod/mod_authn_core.html
You can create multiple authentication mechanisms, one for each sub-tree
perhaps, and then alias them.
Cheers,
Tony
On 23/12/2008 19:49, Arkadiy Goykhberg wrote:
Our LDAP Active Directory tree looks
Le Tue, 23 Dec 2008 16:16:51 +0100,
Davide Bianchi a écrit :
> David BERCOT wrote:
> > I have this error :
> > Restarting web server: apache2[Tue Dec 23 15:59:49 2008] [warn]
> > _default_ VirtualHost overlap on port 443, the first has
> > precedence ...
>
> The problem with HTTPS is that the ser
Our LDAP Active Directory tree looks like this:
DC=mycompany,DC=COM
-OU=Accounts
-OU=Usernames
-OU=Finance&Administration
-OU=Generic accounts
-OU=Security
-
-DC=sng,DC=mycompany,DC=com
-OU=Singapore Users
-DC=uk,DC=mycompany,DC=com
-OU=Accounts
-OU=Users
If I use
Guys,
Anyone interested in shedding some light here? :)
Thanks,
Karim
From: Karim Zaki
Sent: Monday, December 22, 2008 1:41 PM
To: users@httpd.apache.org
Subject: Using mod_cache to cache URLs matching a regular expression
Hello everyone,
I find myself in need of a way to cache URLs that match
David BERCOT wrote:
> Hi,
>
> Is it possible to have two _defaut_ sections in apache2.conf, one for
> http and another for https ?
Well, by definition, the first 'vhost' for port 80 is the default for
port 80 (http) and the first one for port 443 is the default for https.
So, yes.
>
> Ser
Hi,
Is it possible to have two _defaut_ sections in apache2.conf, one for
http and another for https ?
I've tried something like this :
ServerAdmin m...@mondomaine.org
ServerName www.mondomaine.org
Options FollowSymLinks
AllowOverride AuthConfig
ErrorLog /var/log/apache2/error.l
Thanks.
On Tue, Dec 23, 2008 at 10:52 PM, Eric Covener wrote:
> On Tue, Dec 23, 2008 at 5:32 AM, Devraj Mukherjee wrote:
>> Hi all,
>>
>> I am using the "Require group" directive to authenticate my users.
>> Based on the URL I would like the value of the require group to be
>> difference for the
On Tue, Dec 23, 2008 at 12:10 AM, ananth desh wrote:
> Thank Eric & Davide,
> I have tried to start the httpd exec with the -f option , but i get
> errors 443 is already in use,But i have not mentioned in the conf
> file that port 443 is listening. Is there Anyway i can disable this.
> Also ki
On Tue, Dec 23, 2008 at 5:32 AM, Devraj Mukherjee wrote:
> Hi all,
>
> I am using the "Require group" directive to authenticate my users.
> Based on the URL I would like the value of the require group to be
> difference for the site. Is it possible to have a script or DBM file
> return the list of
Hi all,
I am using the "Require group" directive to authenticate my users.
Based on the URL I would like the value of the require group to be
difference for the site. Is it possible to have a script or DBM file
return the list of groups that this directive considers as values?
Thanks.
--
"I nev
14 matches
Mail list logo