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
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
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-
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
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
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
> 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.
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
> 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
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
>
>
> 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
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
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
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
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",
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
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
17 matches
Mail list logo