Re: [EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-27 Thread Alpay Ozturk
Thanks Boyle, your comments were very helpful. I moved the directives inside the SSL VH but this was not enough. Changing the RewriteCond from : RewriteCond %{ENV:SSL_CLIENT_S_DN}(.*) to : RewriteCond %{SSL:SSL_CLIENT_S_DN}(.*) [NC] solved my problem. Regards, Alpay 2005/10/26, Boyle

RE: [EMAIL PROTECTED] limit max number of simultaneous connections from same ip

2005-10-27 Thread Anton Krall
I found a mod that lets you set an IP limit on a per auth user basis, which is exactly what I was looking for, it also let you set an IP limit on unauth users but that's exactly what we wanted to avoid so it works great in this form: Dir1 which has all the images and html files - dir2 which has

[EMAIL PROTECTED] Daniel L White is out of the office.

2005-10-27 Thread DanielL . White
I will be out of the office starting 10/27/2005 and will not return until 11/14/2005. I am out of the office till Monday the 14th of February for training - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] Apache 2.0 can't open file!

2005-10-27 Thread Amir Saad
i use Apache 2 and mod-perl 2, the problem is i have a perl scripts that needs to read a html file, although the path is correct , Apache report an error Can't Open File the file permission is read for all... can anyone help thanks

Re: [EMAIL PROTECTED] Prevent Site redirection

2005-10-27 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I would like to prevent some domains redirected to my HTTP server (Apache for windows). Example: http://www.redirect.tk redirects to http://www.myhttp.com/folder I would like the http://www.redirect.tk domain be blocked from accessing the

[EMAIL PROTECTED] PUT unavailable w/ apache 2.0?

2005-10-27 Thread Albrecht Dreß
Hi, I am afraid this is a dumb question, but unfortunately I wasn't able to solve it from the docs and list archives... I need a very simple PUT support in apache to test an other application which should upload files. So I added Directory /PUT-test Dav filesystem Order

[EMAIL PROTECTED] Apache2 Cannot open SSLSessionCache DBM file `/var/run/apache2/ssl_scache error

2005-10-27 Thread Sri
Hi, I am getting the following error in my apache2 log file [Thu Oct 27 12:25:11 2005] [error] (120013)APR does not understand this error code: Cannot open SSLSessionCache DBM file `/var/run/apache2/ssl_scache' for reading (fetch) [Thu Oct 27 12:25:11 2005] [error] (120013)APR does not

RE: [EMAIL PROTECTED] Apache2 Cannot open SSLSessionCache DBM file `/var/run/apache2/ssl_scache error

2005-10-27 Thread Axel-Stéphane SMORGRAV
Check that the server is indeed able to create the file /var/run/apache2/sslcache.(dir|pag) (or something like that). The directory must exist and the apache user must have adequate privileges. Depending on what OS you are using, you may want to replace DBM by something else... Look at

Re: [EMAIL PROTECTED] Prevent Site redirection

2005-10-27 Thread Joshua Slive
On 10/27/05, Michael Louie Loria [EMAIL PROTECTED] wrote: a user enters http://www.lorztech.com/lsb in the browser then is redirected to http://legaspisavings.com/ I would like to prevent redirections from http://www.lorztech.com/lsb to the our site http://legaspisavings.com/. I'm currently

Re: [EMAIL PROTECTED] PUT unavailable w/ apache 2.0?

2005-10-27 Thread Joshua Slive
On 10/27/05, Albrecht Dreß [EMAIL PROTECTED] wrote: Hi, I am afraid this is a dumb question, but unfortunately I wasn't able to solve it from the docs and list archives... I need a very simple PUT support in apache to test an other application which should upload files. So I added

Re: [EMAIL PROTECTED] Multiple virtual hosts

2005-10-27 Thread Sean Brown
On 10/26/05, Dean Maunder [EMAIL PROTECTED] wrote: Is it possible to have multiple virtual names for a single host? Something like: VirtualHost *:80 DocumentRoot /usr/local/apache2/htdocs/www.mydomain.com ServerName www.mydomain.com ServerName www.other-mydomain.com ServerAdmin [EMAIL

Re: [EMAIL PROTECTED] PUT unavailable w/ apache 2.0?

2005-10-27 Thread Albrecht Dreß
Joshua Slive schrieb: 1. Directory points to filesystem directories, not web-paths. So it should be something like Directory /var/web/PUT-test. See: http://httpd.apache.org/docs/2.0/sections.html#file-and-web Yes, that was the trick *blush* maybe I should read the manual better... Thanks,

Re: [EMAIL PROTECTED] Flag to enable reading plain ASCII

2005-10-27 Thread Ben Gardiner
Thanks, Nick, for the suggestion. I did that. And callers still get the terrible Forbidden - you don't have permissions to access /(file) I have doublechecked the permissions, all the way from the root to the domain, as well as all the directories. As overkill, I set directories drwxrwxrwx and

Re: [EMAIL PROTECTED] Flag to enable reading plain ASCII

2005-10-27 Thread Joshua Slive
On 10/27/05, Ben Gardiner [EMAIL PROTECTED] wrote: Thanks, Nick, for the suggestion. I did that. And callers still get the terrible Forbidden - you don't have permissions to access /(file) The important thing is the error log. If you are still getting directory index forbidden by rule, then

[EMAIL PROTECTED] CGI wierdness

2005-10-27 Thread Ian Pushee
I've got a kind of odd problem that I havn't been able to find mentioned any where... I have a cgi script which outputs motion-jpeg formated video (essential as a single long stream of data). My problem is that the indevidual jpeg images which makeup the stream are getting corrupted by apache.

Re: [EMAIL PROTECTED] CGI wierdness

2005-10-27 Thread Joshua Slive
On 10/27/05, Ian Pushee [EMAIL PROTECTED] wrote: I've got a kind of odd problem that I havn't been able to find mentioned any where... I have a cgi script which outputs motion-jpeg formated video (essential as a single long stream of data). My problem is that the indevidual jpeg images which

[EMAIL PROTECTED] The connection was refused when attempting to contact localhost

2005-10-27 Thread Uzo Madujibeya
I have recently installed 2.1.8 with SSL support. I have specifed the ssl.conf file to access the server.crt and server.key within the ssl.key folder. When I start apache with ./apachectl start I get the following message in the error logs: [Thu Oct 27 19:06:12 2005] [warn] Init: Session

[EMAIL PROTECTED] Combination of plain and html

2005-10-27 Thread Ben Gardiner
Hi Users -- I am new at Apache but a veteran from the BBS days. So I have a combination of html files and plain ascii. Does anyone else have that combination? I am trying, so far without success, to set up httpd.conf to permit callers to access the plain ascii files. I don't really know

Re: [EMAIL PROTECTED] Combination of plain and html

2005-10-27 Thread Joshua Slive
On 10/27/05, Ben Gardiner [EMAIL PROTECTED] wrote: I am trying, so far without success, to set up httpd.conf to permit callers to access the plain ascii files. I don't really know diddly squat about httpd.conf and am hoping that someone who has this combination of files can tell me how to

[EMAIL PROTECTED] Upgrade to Apache 2.0.55

2005-10-27 Thread Michael Avila
I have Windows XP Apache 2.0.52 installed and want to upgrade to 2.0.55. When I click on the msi file I am told to delete the existing version. If I uninstall, what is deleted? I would want to keep the config file and scripts and such. Why does it not overlay the current version and make any

Re: [EMAIL PROTECTED] Upgrade to Apache 2.0.55

2005-10-27 Thread Joshua Slive
On 10/27/05, Michael Avila [EMAIL PROTECTED] wrote: I have Windows XP Apache 2.0.52 installed and want to upgrade to 2.0.55. When I click on the msi file I am told to delete the existing version. If I uninstall, what is deleted? I would want to keep the config file and scripts and such.

Re: [EMAIL PROTECTED] Upgrade to Apache 2.0.55

2005-10-27 Thread William A. Rowe, Jr.
Michael Avila wrote: I have Windows XP Apache 2.0.52 installed and want to upgrade to 2.0.55. When I click on the msi file I am told to delete the existing version. If I uninstall, what is deleted? I would want to keep the config file and scripts and such. Why does it not overlay the current

Re: [EMAIL PROTECTED] Combination of plain and html

2005-10-27 Thread Ben Gardiner
Sorry, I did not mean to reject the advice already given to me by starting a new thread. It is just that I have done what was suggested and it still does not work. Acting as a caller, I can indeed reach a specific ascii file, but I cannot reach the intervening directory. My hope was to contact

Re: [EMAIL PROTECTED] Combination of plain and html

2005-10-27 Thread Joshua Slive
On 10/27/05, Ben Gardiner [EMAIL PROTECTED] wrote: Acting as a caller, I can indeed reach a specific ascii file, but I cannot reach the intervening directory. My hope was to contact someone who has the combination same as mine (some html and some ascii) in order to privately ask what should

[EMAIL PROTECTED] Re: The connection was refused when attempting to contact localhost

2005-10-27 Thread Uzo Madu
On Thursday 27 October 2005 19:27, you wrote: I have recently installed 2.1.8 with SSL support. I have specifed the ssl.conf file to access the server.crt and server.key within the ssl.keyfolder. When I start apache with ./apachectl start I get the following message in the error logs: [Thu