Re: [EMAIL PROTECTED] Need help with rewriting of rules...

2008-06-12 Thread Eric Covener
On Thu, Jun 12, 2008 at 1:37 PM, Sameer Madan <[EMAIL PROTECTED]> wrote: > Hi, > > I am a total newbie to apache. I am trying to use the rewrite engine to > rewrite rules as follows: > > I want to rewrite > > http://127.0.0.1/ > > to > > http:// > > > In other words, I want to remove the '127.0.0.1

Re: [EMAIL PROTECTED] mod_ssl: creating self signed certificate on apache for multiple domains

2008-06-12 Thread Scott Courtney
On Thu, 2008-06-12 at 15:57 +0200, André Warnier wrote: > > Agnello George wrote: > >> The openssl command will always prompt you for a password. > > Just by curiosity : you cannot just enter for the pass-phrase I > guess, or ? With the versions I've used, it won't accept an empty passphrase

[EMAIL PROTECTED] Need help with rewriting of rules...

2008-06-12 Thread Sameer Madan
Hi, I am a total newbie to apache. I am trying to use the rewrite engine to rewrite rules as follows: I want to rewrite http://127.0.0.1/ to http:// In other words, I want to remove the '127.0.0.1' from between. Any help on this would be appreciated. A straightforward rule which I can copy-

Re: [EMAIL PROTECTED] Running cgi that uses SQLDriverConnect (unixODC) makes Apache throw Error 500

2008-06-12 Thread Miguel Rentes
Hi Krist, The problem was in httpd.conf. I added the "PassEnv ORACLE_HOME" directive and my .cgi code (listed bellow) worked fine. Thanks for everything, Miguel Rentes Miguel Rentes wrote: Hi Krist, Krist van Besien wrote: On Tue, Jun 3, 2008 at 12:52 PM, Miguel Rentes <[EMAIL PROTECT

Re: [EMAIL PROTECTED] renaming a domain

2008-06-12 Thread Krist van Besien
On Wed, Jun 11, 2008 at 15:22, Paul Hunter <[EMAIL PROTECTED]> wrote: > > Hello, I'm fairly new to Apache etc, so forgive me if i'm asking a stupid > question... > > My company has a domain called ukgroup.mycomp.com. It has a document root of > the same name. There are also several redirects set up

Re: [EMAIL PROTECTED] rewrite rule to change spaces to underscores

2008-06-12 Thread Krist van Besien
On Wed, Jun 11, 2008 at 21:23, <[EMAIL PROTECTED]> wrote: > Is there a simple rewrite rule to change all space (and/or %20's) in a URL > to underscores (_) ?? RewriteRule ^(.*)\s(.*)$ $1_$2 [N] This rule will (if present) replace on space with an underscore, after which ruler processing i

Re: [EMAIL PROTECTED] mod_ssl: creating self signed certificate on apache for multiple domains

2008-06-12 Thread Krist van Besien
> Is this the way to go about creating ssl certificates fro multiple domains, > or is there any other alternate way ?? You can't have namevirtual hosts with ssl support. what you are trying won't work, unless you have the SNI patch... Krist -- [EMAIL PROTECTED] [EMAIL PROTECTED] Bremgarten b.

Re: [EMAIL PROTECTED] mod_ssl: creating self signed certificate on apache for multiple domains

2008-06-12 Thread André Warnier
Agnello George wrote: The openssl command will always prompt you for a password. Just by curiosity : you cannot just enter for the pass-phrase I guess, or ? - The official User-To-User support forum of the Apache HTTP Se

Re: [EMAIL PROTECTED] mod_ssl: creating self signed certificate on apache for multiple domains

2008-06-12 Thread Agnello George
> The openssl command will always prompt you for a password. The trick is > to *remove* the password afterward by passing the cert through openssl > again. I believe the command is like this: > > openssl rsa -in server.crt -out server-nopasswd.crt > > I'm working from memory here, so check this pag

Re: [EMAIL PROTECTED] mod_ssl: creating self signed certificate on apache for multiple domains

2008-06-12 Thread Scott Courtney
On Thu, 2008-06-12 at 18:37 +0530, Agnello George wrote: > > > Try re-creating your keys, but this time without entering a > passkey. > Otherwise you'll have to enter it each time you start Apache. > > how is that done i use the following command to create the >

Re: [EMAIL PROTECTED] mod_ssl: creating self signed certificate on apache for multiple domains

2008-06-12 Thread Agnello George
> > Try re-creating your keys, but this time without entering a passkey. > Otherwise you'll have to enter it each time you start Apache. how is that done i use the following command to create the certificate cd /usr/local/apache2/conf/ openssl req -new -x509 -days 30 -keyout server.key -out ser

Re: [EMAIL PROTECTED] Windows MPM

2008-06-12 Thread Joshua Slive
On Thu, Jun 12, 2008 at 3:59 AM, Alberto Dondana <[EMAIL PROTECTED]> wrote: > We use IP audio decoder (barix exstreamer) that get music (mp3 files) from a > webserver. > And unfortunately I have to install webserver on M$ machine. > But if we start 4 or more Barix that get music from an Apache2 we

Re: [EMAIL PROTECTED] mod_ssl: creating self signed certificate on apache for multiple domains

2008-06-12 Thread André Warnier
Hi. Try re-creating your keys, but this time without entering a passkey. Otherwise you'll have to enter it each time you start Apache. Agnello George wrote: Hi I am trying to implement ssl on my Apache server for multiple domains . I have created a self -signed certificate using the followin

[EMAIL PROTECTED] mod_ssl: creating self signed certificate on apache for multiple domains

2008-06-12 Thread Agnello George
Hi I am trying to implement ssl on my Apache server for multiple domains . I have created a self -signed certificate using the following command . ( For domain agnello.com ) openssl req -new -x509 -days 30 -keyout /usr/local/apache2/conf/domains_ssl/agnello.com/server.key -out /usr/local/apac

Re: [EMAIL PROTECTED] server listening, not serving pages, no errors logged

2008-06-12 Thread Raul Santiago
Hello Dan, thanks for taking the time to answer. As stated in my first post, the port is listening. If I close Apache, the port dissapears from netstat output. If I setup Apache to listen in another port, that port actually appears listed in netstat. The port responds to "telnet 127.0.0.1 80",

[EMAIL PROTECTED] functionality in mod_logio

2008-06-12 Thread Samuel Bancal
Hi all, Please give us an advice : We have worked until now with apache1.3. In the LogFormat instruction we used the directive '%b' to know the exact amount of bytes sent to the client. This in the aim to know whether if the user downloaded the file completely or not. We are now looking to go on

RE: [EMAIL PROTECTED] Windows MPM

2008-06-12 Thread Alberto Dondana
We use IP audio decoder (barix exstreamer) that get music (mp3 files) from a webserver. And unfortunately I have to install webserver on M$ machine. But if we start 4 or more Barix that get music from an Apache2 webserver at the same time we hear that music start sobbing... This problem disappear