Reese wrote:
RewriteEngine On
This says, that I want part of the job of httpd is to do rewrites from
this instant until the server is stopped. It's as if a part of httpd is
just sitting there, able to do rewrites, but the switch for it is turned
off to save power if it's not going to be used
Reese wrote:
On 06-Jan-10 13:16, Reese wrote:
On 05-Jan-10 17:43, Igor Cicimov wrote:
You can try this
RewriteEngine On
RewriteRule (.*)([0-9]{2}).html$ /20$2/$1$2.html [R,L]
I'm also not sure what would prevent this from becoming endlessly
recursive, since the domain/2005/file013105.html f
Boyle Owen wrote:
-Original Message-
From: Patrick Horgan [mailto:phorg...@yahoo.com]
Sent: Wednesday, January 06, 2010 6:41 AM
To: users@httpd.apache.org
Subject: [us...@httpd] Multiple ssh login prompts
On a site that I set up on fedora, https://ootbcomp.com, which brings
you to a
On a site that I set up on fedora, https://ootbcomp.com, which brings
you to a mediawiki installation, there are ten ssl login prompts each
above the other, so if you log in to one of them, the next one down in
the stack appears in my firefox browser. If I log in ten times I get
the site, if I
Tony Stevenson wrote:
Firstly, who are you to say this is the wrong solution? The only person
who can truly say it is wrong is the person whom is responsible for it.
Secondly, this is for his family and I am sure they don't care that much
as long ad they actually get to read the email.
We are
Tan, Liao wrote:
Folks,
I have tried in many ways making my https certificate work out, but nothing
yet.
My apache is 2.0.46, HP-UX, and Listen 443 in http-ssl.conf. I´ve also asked the SA´s to
start apache as root, and the https url doesnt work either. Have the certificate and ssl
directive
michael watson (IAH-C) wrote:
OK, so no answers from this then... Instead, can anyone tell me how I
can monitor whether (and which) file handles are open whilst the CGI
script is running?
lsof -unameofuserrunningcgiscript
for example on my machine apache runs as www-data, so I'd type l