Re: [EMAIL PROTECTED] Installing Apache + SSL on Windows

2007-02-16 Thread Brian Gordon
just ran it through the same function I used to generate it (rsa I think) but with no additional arguments something like: openssl rsa -in enc.key -out unenc.key On 2/16/07, Richard de Vries <[EMAIL PROTECTED]> wrote: What method did you use to remove the password from the private key you gene

Re: [EMAIL PROTECTED] Installing Apache + SSL on Windows

2007-02-16 Thread Richard de Vries
What method did you use to remove the password from the private key you generated? --- Brian Gordon <[EMAIL PROTECTED]> wrote: > I've been trying for ages to get my server running > SSL successfully. I > don't need port 80 (unencrypted traffic) at all, > just 411. > > I have the module set up j

RE: [EMAIL PROTECTED] Installing Apache + SSL on Windows

2007-02-16 Thread Mark Lavi
Please do not double post to the list, I'd wait up to a week for a reply. --Mark Mark Lavi, Enterprise Web Management Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 -Original Message- From: Brian Gordon [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 10:38 PM T

RE: [EMAIL PROTECTED] SSL and Apache

2007-02-16 Thread Mark Lavi
Sorry, I've not tried to get Apache with SSL working on Windows -- but let me give you some suggestions even though I'm not a deep SSL expert. First: you didn't mention your version of Apache or OpenSSL, how you obtained them and configured them -- so it's extremely hard to troubleshoot. Second:

RE: [EMAIL PROTECTED] OCI & Apache Problem

2007-02-16 Thread Mark Lavi
We use Oracle Instant Client with PHP OCI8 in Apache 2.0.59. (On Novell SuSE Linux 9.x, on a SGI Altix 350 server (ia64 platform)) I modified $APACHESERVER_ROOT/bin/envvars to add the lines below. Note that I *do not* actually use $APACHESERVER_ROOT and $VERSION variables, I'm abstracting my work

Re: [EMAIL PROTECTED] RTAI

2007-02-16 Thread Evan Platt
At 01:52 AM 2/16/2007, imthiaz khan wrote: does RTAI supports apache web server ,give some details That's a question for RTAI. Go to their mailing list. (Boy, are they ever going to hate me...) - The official User-To-User s

RE: [EMAIL PROTECTED] apache error

2007-02-16 Thread Peter Nyamukusa
Hi, It looks like if I uninstall the additional 3 rpm modules which I had installed my local site now runs. These were pre-requisites for installing cacti rpm 1. php4-mysql 2. php4-snmp 3. apache2-mod_php I will now need to find another workaround to get the cacti working on the same server for

[EMAIL PROTECTED] RE: Trying to limit connections per virtual host with mod_cband [** FIXED with mod_vhost_limit **]

2007-02-16 Thread Chirouze Olivier
Also, you'll need to put the LoadModule mod_vhost_limit directive BEFORE YOUR VIRTUALHOSTS... Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Chirouze Olivier > Sent: 16 February 2007 16:03 > To: 'users@httpd.apache.org' > Subject: RE: Tryi

Re: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-16 Thread Krist van Besien
On 2/16/07, Bruno Teixeira <[EMAIL PROTECTED]> wrote: I've been browsing the web for a solution to my problem, but all I can find are similar problems, no solutions... I am using a rewrite rule to rewrite "http://192.168.2.251/secure"; requests to "https://192.168.2.198/";. This works fine, but

Re: [EMAIL PROTECTED] OCI & Apache Problem

2007-02-16 Thread Nick Kew
On Fri, 16 Feb 2007 16:16:05 +0100 Dominik Helle <[EMAIL PROTECTED]> wrote: > Env. Variablen are set in the Apache: > > SetEnv ORACLE_HOME /xxx Setenv applies per-request. So if it's trying to connect at server startup, it doesn't get that. -- Nick Kew Application Development with Apache - t

[EMAIL PROTECTED] OCI & Apache Problem

2007-02-16 Thread Dominik Helle
Hi, I've a problem with php-oci and I hope anybody can help me. I want to connect with ocilogon to an Oracle Database. If i call my php-Script in the browser, this error message turn up: Warning: ocilogon() [function.ocilogon]: OCIEnvNlsCreate() failed. There is something wrong with your sys

[EMAIL PROTECTED] RE: Trying to limit connections per virtual host with mod_cband [** FIXED with mod_vhost_limit **]

2007-02-16 Thread Chirouze Olivier
Hi all. This is the full story with... FIX! :-) Let me try to make a good "googleable" summary (it took me so much time to sort this out, I'd be happy if someone finds it useful). The story begins like this: I was trying to limit the number of simultaneous connections per virtualhost on Apache 2

Re: [EMAIL PROTECTED] Help with case INsensitive Aliases

2007-02-16 Thread Joshua Slive
On 2/16/07, Jose Adriano Baltieri <[EMAIL PROTECTED]> wrote: Jesse Ross wrote: > Hi Jose, > > Are you using apache 1.3 or 2.0? I think the ?i flag is only > supported on 2.0. > > If you're using 1.3 you could always do something along the lines of: > > AliasMatch ^/[xX][yY][zZ] I'm using 2.2.4 o

RE: [EMAIL PROTECTED] Modules order

2007-02-16 Thread Chirouze Olivier
Thanks a lot Joshua, that proved useful. I had to hack the code to make it work, but... It does!!! Message with the full story following. Thanks. Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: [EMAIL PROTECTED] apache error

2007-02-16 Thread Chirouze Olivier
I used: LogLevel debug And that gave me much information in my error_log... Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Peter Nyamukusa [mailto:[EMAIL PROTECTED] > Sent: 16 February 2007 15:09 > To: users@httpd.apache.org > S

RE: [EMAIL PROTECTED] apache error

2007-02-16 Thread Peter Nyamukusa
Hi Oliver, Thanks for the quick response I have been trying to search on my server how increase my logging level on apache to no success, please enlighten me how I can change the level Regards, Peter -Original Message- From: Chirouze Olivier [mailto:[EMAIL PROTECTED] Sent: Friday, Febr

Re: [EMAIL PROTECTED] mod_jk HOW to

2007-02-16 Thread Serge Dubrouski
http://tomcat.apache.org/connectors-doc/index.html On 2/15/07, Tracy12 <[EMAIL PROTECTED]> wrote: Hi, Can somebody point out a documentation to install mod_jk on apache 2.2. What are the dependencies? and pre requists that I should have Thanks -- View this message in context: http://www.n

[EMAIL PROTECTED] SSL and Apache

2007-02-16 Thread Brian Gordon
I've been trying for ages to get my server running SSL successfully. I don't need port 80 (unencrypted traffic) at all, just 411. I have the module set up just fine, and apache runs fine unless I define a valid cert and key: SSLCertificateFile pw/my-server.cert SSLCertificateKeyFile pw/my-server

RE: [EMAIL PROTECTED] apache error

2007-02-16 Thread Chirouze Olivier
Hi, You probably have more than these messages to provide: the error log you are showing is just Firefox or IE trying to get favicon file. This is common, nothing to worry about. You should upgrade log level, and have another look at both error log and access log... Olivier Olivier CHIROUZE

[EMAIL PROTECTED] apache error

2007-02-16 Thread Peter Nyamukusa
Hi Guys, I have been running apache on redhat and fedora core for the last couple of years without any problems and I have recently inherited a box running suse linux 9.3 running apache and currently hosting 3 websites, namely MRTG, Mailman, and an inhouse site. I recently installed cacti and t

Re: [EMAIL PROTECTED] RTAI

2007-02-16 Thread herauthon
eurosong contest answer press the key: 1. [del] 2. [shu] 3. [any] - Original Message - From: "Chirouze Olivier" <[EMAIL PROTECTED]> To: Sent: Friday, February 16, 2007 1:08 PM Subject: RE: [EMAIL PROTECTED] RTAI How to remove someone from the mailing list please with apache. Give good

RE: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-16 Thread Chirouze Olivier
Hi, I already had this but can't manage to find back the solution. I have two clues, thought: - you should have ProxyRequests Off to both of your virtualhosts (or at least, the first one). - I guess you did, but just in case, did you load module "proxy_http_module"? Last thing, I've recently fo

[EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-16 Thread Bruno Teixeira
Hi there, I've been browsing the web for a solution to my problem, but all I can find are similar problems, no solutions... I am using a rewrite rule to rewrite "http://192.168.2.251/secure"; requests to "https://192.168.2.198/";. This works fine, but I don't the user to see the "198 IP", but to

RE: [EMAIL PROTECTED] RTAI

2007-02-16 Thread Chirouze Olivier
How to remove someone from the mailing list please with apache. Give good answer. The error is ['imthiaz']. Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sent: 16 February 2007 11:21 >

Re: [EMAIL PROTECTED] RTAI

2007-02-16 Thread Pid
Krist van Besien wrote: On 2/16/07, imthiaz khan <[EMAIL PROTECTED]> wrote: does RTAI supports apache web server ,give some details You have just been given the honor of becoming the first person on users@httpd.apache.org to end up in my killfilter. Goodbye Krist LOL

Re: [EMAIL PROTECTED] Help with case INsensitive Aliases

2007-02-16 Thread Jose Adriano Baltieri
Jesse Ross wrote: Hi Jose, Are you using apache 1.3 or 2.0? I think the ?i flag is only supported on 2.0. If you're using 1.3 you could always do something along the lines of: AliasMatch ^/[xX][yY][zZ] I'm using 2.2.4 on Windows. Some aliases are longer than 2 characters. So I really need

Re: [EMAIL PROTECTED] RTAI

2007-02-16 Thread Krist van Besien
On 2/16/07, imthiaz khan <[EMAIL PROTECTED]> wrote: does RTAI supports apache web server ,give some details You have just been given the honor of becoming the first person on users@httpd.apache.org to end up in my killfilter. Goodbye Krist -- [EMAIL PROTECTED] Bremgarten b. Bern, Switzerland

[EMAIL PROTECTED] RTAI

2007-02-16 Thread imthiaz khan
does RTAI supports apache web server ,give some details - Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends.

Re: [EMAIL PROTECTED] Rewrite rules under 2.2.4

2007-02-16 Thread Ryan McConigley
At 01:19 AM 16/02/2007, you wrote: >Ryan McConigley wrote: >>RewriteEngine on >>Rewriterule ^/faq/(.*) >> http://web.csse.uwa.edu.au/school_and_systems_information/faq >> [L,R=permanent] > >It seems to me that you're using the rules in per-server context (leading >slash