As Allan points out you need to include "SSLVerify client" in your
configuration. Regarding passing the certificate data to the backend, if you
consider that connecting to the backend establishes a chain of trust, the only
thing you really need to pass is the subject DN, and maybe the issuer DN.
Le 30 août 05, à 18:48, Joshua Slive a écrit :
On 8/30/05, Dominique Fober <[EMAIL PROTECTED]> wrote:
Here is some additional information:
- the server and system version numbers:
Apache-AdvancedExtranetServer/2.0.50 (Mandrakelinux/7.3.101mdk)
mod_perl/1.99_16 Perl/v5.8.5 mod_ssl/2.0.50 OpenS
Hi,
I've got a question that should be simple for an advanced Apache user. I'm
trying to set up a certain directory so that cgi-bin apps can be run from
there. The Apache manual is quite clear on this but I can't make it work.
What am I doing wrong? I use the config lines at the bottom of this me
> -Original Message-
> From: F. Bos [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 31. August 2005 10:50
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] CGI executing for a certain directory
>
>
>.. when I request a cgi executable that's in
> the directory
> "C:/apache/htdocs/test
my machine is debian sarge 3.1 kernel 2.4.27-2-386
1) I edited /etc/apache2/sites-available/default as below:-
NameVirtualHost *:80
ServerName roadtoy.com
DocumentRoot /var/www/roadtoy
ServerName cartous.com
DocumentRoot /var/www/cartous
2) When I go to roadtoy.com & cartous.com, they all g
Bernard chan wrote:
> 1) I edited /etc/apache2/sites-available/default as below:-
>
>
>
You can have only ONE _default_ VHost. By definition the 'default'
site is the one used when, for some reason, the server can't figure
out which site is requested.
> 4) I saw some email reply from your site
if u compiled apache2 with virtualhost suport then it's ok to do smth like:
Options .
Bernard chan wrote:
> my machine is debian sarge 3.1 kernel 2.4.27-2-386
>
> 1) I edited /etc/apache2/sites-available/default as below:-
>
> NameVirtualHost *:80
>
> ServerName roadtoy.com
> Docum
On Tue, Aug 30, 2005 at 10:23:16AM +0200, Yefym Dmukh wrote:
> >SSLVerifyClient is documented as working in directory context, so it
> should also work in context. The manual page for mod_ssl does
> >explicitly say that a SSL renegotiation is triggered if a request for the
> location is receive
>Thanks a lot for reporting this.
You are welcome.
@See: http://issues.apache.org/bugzilla/show_bug.cgi?id=12355
Best Regards
Joe Orton <[EMAIL PROTECTED]>
31.08.2005 12:47
Please respond to
users@httpd.apache.org
To
Yefym Dmukh <[EMAIL PROTECTED]>
cc
users@httpd.apache.or
1) I edited /etc/apache2/sites-available/default
NameVirtualHost *:80
ServerName roadtoy.com
DocumentRoot /var/www/roadtoy
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow
no need to put the tag u just make a
directory in your apache2 htdocs (let say /var/www/ ) directory wich u
will name after your virtualhost let say "cartous.your-domain.com" and u
have a vhost, if u want to aply some policy on that directory u put in
your conf file:
Opt
hi
can anyone come up with a receipe for "error"-handling the case if a
user decides to cancel a client certificate dialog ?
i'm able to handle it if i use:
SSLVerifyClient optional
RewriteCond %{SSL:SSL_CLIENT_VERIFY} !=SUCCESS
RewriteRule ^/ http://localhost:8080/missing_cert.html [P,L]
Never saw any response to this question:
Is there a consensus on compiling mod_ssl as shared or static?
Thanks.
"Mon aéroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services
--
Hi ,
try
ErrorDocument errorcode error.html
Best Regards
[EMAIL PROTECTED]
31.08.2005 15:24
Please respond to
users@httpd.apache.org
To
users@httpd.apache.org
cc
Subject
[EMAIL PROTECTED] client cert cancel - error
handling
hi
can anyone come up with a receipe
On 8/31/05, FSA <[EMAIL PROTECTED]> wrote:
> no need to put the tag u just make a
> directory in your apache2 htdocs (let say /var/www/ ) directory wich u
> will name after your virtualhost let say "cartous.your-domain.com" and u
> have a vhost,
Huh???
I think you are talking about mod_vhost_al
On 8/31/05, Davide Bianchi <[EMAIL PROTECTED]> wrote:
> Bernard chan wrote:
> > 1) I edited /etc/apache2/sites-available/default as below:-
> >
> >
> >
>
> You can have only ONE _default_ VHost. By definition the 'default'
> site is the one used when, for some reason, the server can't figure
> o
> -Original Message-
> From: John P. Dodge [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 31. August 2005 15:38
> To: Apache Users Mailing List
> Subject: [EMAIL PROTECTED] Compilinf mods_ssl Shared/static
>
>
> Never saw any response to this question:
>
> Is there a consensus on compiling
For the record, I got this working using the following:
#
## Definition file for testing instance of zope (port 3456)
#
RewriteEngine On
RewriteBase /
RewriteRule ^/zope$ /zope/ [R]
#
Order Allow,Deny
Deny from 192.168.0.1
Allow from 192.168.0 127.0.0
SS
Hi,
On one of our sun boxes we have a number of instances of apache's
httpd running. I did not set these up. When they start up their priority
of the process is -20 (highest). I can edit the startup script to renice
them (hack). Is their a config setting to throttle them down to 0?
Th
On 8/31/05, Dominique Fober <[EMAIL PROTECTED]> wrote:
>
> When I remove the proxy related options (-DHAVE_PROXY_CONNECT
> -DHAVE_PROXY_FTP -DHAVE_PROXY_HTTP -DHAVE_PROXY)
> the occasional 403 error problem disappear.
> Do you think it's a bug (or an unexpected behavior)? should I send a
> report
On Wed, 31 Aug 2005, Boyle Owen wrote:
> >
> > Is there a consensus on compiling mod_ssl as shared or static?
>
> It depends on your application which is the more appropriate. The two
> possibilities are not provided just to add a bit of spice to life, they're
> there because in some situations
> -Original Message-
> From: John P. Dodge [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 31. August 2005 15:52
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Compilinf mods_ssl Shared/static
>
>
> On Wed, 31 Aug 2005, Boyle Owen wrote:
>
> > >
> > > Is there a consensus on c
On Wed, 31 Aug 2005, Boyle Owen wrote:
> > -Original Message-
> > From: John P. Dodge [mailto:[EMAIL PROTECTED]
> > Sent: Mittwoch, 31. August 2005 15:52
> > To: users@httpd.apache.org
> > Subject: RE: [EMAIL PROTECTED] Compilinf mods_ssl Shared/static
> >
> >
> > On Wed, 31 Aug 2005, Boyl
F. Bos wrote:
Hi,
I've got a question that should be simple for an advanced Apache user. I'm
trying to set up a certain directory so that cgi-bin apps can be run from
there. The Apache manual is quite clear on this but I can't make it work.
What am I doing wrong? I use the config lines at the b
You probably link to libcrypto.so and libssl.so dynamically anyways, so
there is truly no measurable difference.
And if you link static to libcrypto.a/libssl.a, you may find that you
cannot load mod_ssl or other modules (e.g. mod_auth_ldap) which bind
directly or indirectly to libcrypto.so/libssl
Bernard chan said:
> my machine is debian sarge 3.1 kernel 2.4.27-2-386
>
> 1) I edited /etc/apache2/sites-available/default as below:-
>
> NameVirtualHost *:80
>
This should be (_default_ is a syntax you should try to
avoid because it's not supported everywhere, e.g. under Solaris it
crashe(s|d
Le 31 août 05, à 15:25, Joshua Slive a écrit :
On 8/31/05, Dominique Fober <[EMAIL PROTECTED]> wrote:
When I remove the proxy related options (-DHAVE_PROXY_CONNECT
-DHAVE_PROXY_FTP -DHAVE_PROXY_HTTP -DHAVE_PROXY)
the occasional 403 error problem disappear.
Do you think it's a bug (or an unexp
last minute infromation: the problem seems to be also related to the
-DHAVE_CACHE -DHAVE_DISK_CACHE options
I'll make further investigations.
Le 31 août 05, à 15:25, Joshua Slive a écrit :
On 8/31/05, Dominique Fober <[EMAIL PROTECTED]> wrote:
When I remove the proxy related options (-DHAVE_
Hi, here's my enviroment:
OS: Linux - Redhat Fedora Core 4
Apache: Bundled RPM, version 2.0.54, with default httpd.conf
I just found that I can't use '.var' in filenames. Any html file with the name contains '.var' under document_root
will cause a 500 Internal Server Error. However, files wit
I'm trying to execute an exe file.
-Oorspronkelijk bericht-
Van: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]
Verzonden: woensdag 31 augustus 2005 16:24
Aan: users@httpd.apache.org
Onderwerp: Re: [EMAIL PROTECTED] CGI executing for a certain directory
F. Bos wrote:
> Hi,
>
> I've got
On 8/31/05, Dominique Fober <[EMAIL PROTECTED]> wrote:
> last minute infromation: the problem seems to be also related to the
> -DHAVE_CACHE -DHAVE_DISK_CACHE options
> I'll make further investigations.
Exactly. You are running mod_disk_cache and it is having some problem
accessing the cache file
On 8/31/05, Dallas Wang <[EMAIL PROTECTED]> wrote:
> Hi, here's my enviroment:
>
> OS: Linux - Redhat Fedora Core 4
> Apache: Bundled RPM, version 2.0.54, with default httpd.conf
>
> I just found that I can't use '.var' in filenames. Any html file with the
> name contains '.var' under doc
Thanks for the explanation but I still can't get it right :( (also read the
manual again).
If this is of importance: I'm using Windows XP in combination with Apache
1.3.33
I request like this:
http://localhost/test/cgi-bin/omega.exe
omega.exe is the cgi executable that I want to call and it is
Hi,
There is a client that sends data to a port on my server, and I need to get
it and store it into a database. The data is not in HTTP format, so it
doesn't use methods like GET or PUT, but only the data.
Can I use Apache to put it to listen on that port and create a program that
get the data a
- Original Message -
From: "F. Bos" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, August 31, 2005 10:48 AM
Subject: RE: [EMAIL PROTECTED] CGI executing for a certain directory
Thanks for the explanation but I still can't get it right :( (also read
the
manual again).
If this is of impor
Good to hear.
Don't forget to also load mod_proxy_http...
-ascs
-Original Message-
From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 30, 2005 9:15 PM
To: Axel-Stéphane SMORGRAV; users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Problems with Apache2 Rewrite after
Yes, it worked. Thank you very much!
On 8/31/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/31/05, Dallas Wang <[EMAIL PROTECTED]> wrote:> Hi, here's my enviroment:
>> OS: Linux - Redhat Fedora Core 4> Apache: Bundled RPM, version 2.0.54, with default httpd.conf>> I just found that I can't use '
On 8/31/05, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
> Hi,
>
> There is a client that sends data to a port on my server, and I need to get
> it and store it into a database. The data is not in HTTP format, so it
> doesn't use methods like GET or PUT, but only the data.
>
> Can I use Apache to
Hello,
Has anyone built 2.1.6 so far? I really need the larger file support
and I was wondering if there were any major bugs in the software that
would prevent me from using this code on internal production RHEL 4
servers?
Thanks,
- Charles
--
Joshua Slive wrote:
On 8/31/05, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
Hi,
There is a client that sends data to a port on my server, and I need to get
it and store it into a database. The data is not in HTTP format, so it
doesn't use methods like GET or PUT, but only the data.
Can I use
thanks a lot for your help!
Le 31 août 05, à 17:42, Joshua Slive a écrit :
On 8/31/05, Dominique Fober <[EMAIL PROTECTED]> wrote:
last minute infromation: the problem seems to be also related to the
-DHAVE_CACHE -DHAVE_DISK_CACHE options
I'll make further investigations.
Exactly. You are ru
Hello. I have what I thought would be a simple mod_rewrite need, but
a few hours later, I need some help.
I have some URLs that are ugly: http://www.example.com/modules/
content/index.php?id=14 which I would like to change to:
http://www.example.com/help.php. I tried creating a .htaccess fil
On 8/31/05, Jennifer Zelazny <[EMAIL PROTECTED]> wrote:
> Hello. I have what I thought would be a simple mod_rewrite need, but
> a few hours later, I need some help.
>
> I have some URLs that are ugly: http://www.example.com/modules/
> content/index.php?id=14 which I would like to change to:
> ht
Hi,
Thank you for that!, it Works now.
-Oorspronkelijk bericht-
Van: Jonathan Mangin [mailto:[EMAIL PROTECTED]
Verzonden: woensdag 31 augustus 2005 18:02
Aan: users@httpd.apache.org
CC: [EMAIL PROTECTED]
Onderwerp: Re: [EMAIL PROTECTED] CGI executing for a certain directory
- Orig
Hello everyone,
I would really like help in figuring out how to do this.
I would like apache to alias all my domains images folders.
I have like 25 domains and they all use the same images folders of
/var/www/html/domain/images
Is there a way I can use the httpd.conf to alias the /images fol
I think I answered my own question.
I found this to work I am just unsure if it's totally correct.
Alias /images"/var/www/images"
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
--
Hello
I remember a gui crypto tool, possibly on SourceForge,
that facilitated easy gui manipulation of crypto
objects. It began with Port, or Pro; something
phonetically similar. I have searched and nothing.
Others would be interested in it
This is to address a personal short comming, on
changi
Hello all (my first message),
I am unable to start Apache successfully - the httpd process starts, but
immediately disappears with no relevant error diagnostic. Here are some
points:
- Apache version: 2.0.54 - absolutely default build and install (build and
install completed easily with no
Kevin O'Neil wrote:
> I think I answered my own question.
>
> I found this to work I am just unsure if it's totally correct.
>
> Alias /images"/var/www/images"
>
>
>
> Options Indexes FollowSymLinks MultiViews
>
> AllowOverride None
>
> Order allow,deny
>
> Allow from all
>
>
>
Kevin -
paul buttemer wrote:
> Hello all (my first message),
>
> I am unable to start Apache successfully - the httpd process starts, but
> immediately disappears with no relevant error diagnostic. Here are some
> points:
>
> - Apache version: 2.0.54 - absolutely default build and install (build
> and i
Kevin -
How about a space b/t imagse/ and "/var/www/images" after the Alias
directive?
You don't live in Arizona by chance, do you?
Thanks
-dant
Dant,
Sorry I don't live there. I'm in NY. Thanks for the heads up on this.
Thanks,
Kevin
Kevin O'Neil wrote:
>
>
>>
>> Kevin -
>>
>> How about a space b/t imagse/ and "/var/www/images" after the Alias
>> directive?
>>
>> You don't live in Arizona by chance, do you?
>>
>> Thanks
>> -dant
>
>
> Dant,
> Sorry I don't live there. I'm in NY. Thanks for the heads up on this.
> Thanks,
>
At 02:34 PM 31/08/2005, you wrote:
paul buttemer wrote:
> Hello all (my first message),
>
> I am unable to start Apache successfully - the httpd process starts, but
> immediately disappears with no relevant error diagnostic. Here are some
> points:
>
> - Apache version: 2.0.54 - absolutely defau
Kevin -
No worries.
Did that work?
Thanks
-dant
Yes, works excellent. Thanks!
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsub
Yefym Dmukh wrote:
Hi ,
try
ErrorDocument errorcode error.html
can anyone come up with a receipe for "error"-handling the case if a
user decides to cancel a client certificate dialog ?
well, i have tried using 403 :
ErrorDocument 403 "message"
that didn't work (at least in firefo
Kevin O'Neil wrote:
>> Kevin -
>>
>> No worries.
>>
>> Did that work?
>>
>> Thanks
>> -dant
>>
>
> Yes, works excellent. Thanks!
>
>
Kevin -
Good.
Thanks
-dant
-
The official User-To-User support forum of the Apache HTTP Ser
On 8/31/05, Kevin O'Neil <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I would really like help in figuring out how to do this.
>
> I would like apache to alias all my domains images folders.
>
> I have like 25 domains and they all use the same images folders of
> /var/www/html/domain/images
On 8/31/05, paul buttemer <[EMAIL PROTECTED]> wrote:
> Hello all (my first message),
>
> I am unable to start Apache successfully - the httpd process starts, but
> immediately disappears with no relevant error diagnostic. Here are some
> points:
>
> - Apache version: 2.0.54 - absolutely default
1) It works + Thanx.
On 8/31/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 8/31/05, Davide Bianchi <[EMAIL PROTECTED]> wrote:
> > Bernard chan wrote:
> > > 1) I edited /etc/apache2/sites-available/default as below:-
> > >
> > >
> > >
> >
> > You can have only ONE _default_ VHost. By definiti
Hi,
I'm trying to install "apache_2.0.54-win32-x86-no_ssl.msi" on Windows
XP. The setup routine freezes at approximately 2 seconds into the process
(see screen shot below--my comments in parentheses).
==
Apache HTTP Server 2.0 - Installati
> - No core file
> - pid file is created (but no process with this pid exists once command
> prompt returns)
Sound to me like it crashes. (SIGSEGV/SIGBUS ...)
On Solaris you need to enable core dumps using "coreadm". I think that's the
case even in Solaris 7.
-ascs
--
61 matches
Mail list logo