Hi Pradeep,
Um, what's wrong with a:
Redirect 302 /myappdir/somedir/ http://example.org/myappdir/somedir/
Rob
Please consider the environment - do you really need to print this
email?
-Original Message-
From: Pradeep Phalgunan Kalliat [mailto:pradeep_kall...@infosys.com]
Sent: Wednes
Hi All,
I have a situation where my web application is throwing errors because of some
problems with the SSL certificate. I want to redirect https requests to http
till the certificate problems are resolved.
At first, I modified my redirect to HTTPS rule
From: RewriteRule ^/(.*) https://%{HT
I have a Server running with Apache 2.2.9/Mod_Perl 2.0.4 , now I am trying
to use mod_deflate to compress response. I have lot of static files in my
server which doesn't change frequently so i want to caching for these
compressed files. Is it possible , any idea at what stage mod_cache filter
is ca
I know this sounds like a headline, but its true.
I had a disk space problem in the jail, so I reconfigured and restored the
apache on the new disk size. I then added my other modules that I required from
ports. I then checked if it all worked, and I got nada- firefox tells me the
sites valid b
Mike -- EMAIL IGNORED wrote:
On Tue, 04 Aug 2009 14:33:12 -0400, Mark H. Wood wrote:
Local DNS cache of some sort on the Fedora box? Some of my hosts run
'nscd' (which comes with glibc) and some run BIND in cache-only mode.
Indeed there are two problems, and you nailed one of them:
1. Both
On Tue, 04 Aug 2009 14:33:12 -0400, Mark H. Wood wrote:
> Local DNS cache of some sort on the Fedora box? Some of my hosts run
> 'nscd' (which comes with glibc) and some run BIND in cache-only mode.
Indeed there are two problems, and you nailed one of them:
1. Both boxes have nscd, but it was n
I have apache 2.2.12 set up as a forward proxy server. When I try and go to
the website www.csc24seven.com through apache, it takes a long time to load
the page, over 3 minutes. When I go through any other route, on that server
and other servers, the page loads in under a minute.
I noticed that t
André Warnier wrote:
Mark H. Wood wrote:
Local DNS cache of some sort on the Fedora box? Some of my hosts run
'nscd' (which comes with glibc) and some run BIND in cache-only mode.
That's also, I believe, what a local "dnsmasq" would do. But in order
for the local Apache to use it, you'd have
Hi,
I have a small problem compiling 2.2.12, I might be doing somthing
wrong but I can't find an answer that explains this.
I'm trying to compile Apache using
http://diymacserver.com/installing-apache/compiling-apache-in-64-bits-mode-on-leopard/
When I add the DIYMacServer layout to the config.
Mark H. Wood wrote:
Local DNS cache of some sort on the Fedora box? Some of my hosts run
'nscd' (which comes with glibc) and some run BIND in cache-only mode.
That's also, I believe, what a local "dnsmasq" would do. But in order
for the local Apache to use it, you'd have to set 127.0.0.1 as a
Local DNS cache of some sort on the Fedora box? Some of my hosts run
'nscd' (which comes with glibc) and some run BIND in cache-only mode.
--
Mark H. Wood, Lead System Programmer mw...@iupui.edu
Friends don't let friends publish revisable-form documents.
pgpgF667txjjX.pgp
Description: PGP si
On Tue, 04 Aug 2009 17:06:34 +, Mike -- EMAIL IGNORED wrote:
> Later examination showed that the Fedora box (the one working well)
> occasionally also does a DNS lookup, but it happens very rapidly. All
> the DNS activity is the same -- it is doing a reverse lookup on the
> client IP address.
On Tue, 04 Aug 2009 18:43:14 +0200, André Warnier wrote:
[...]
> Yet one appears to do tons of DNS lookups, and the other one not. Logic
> would have it that there /is/ something different somewhere in either
> the configuration, or some file(s) you are not thinking about right now,
> that make t
Mike -- EMAIL IGNORED wrote:
On Tue, 04 Aug 2009 16:00:54 +, Mike -- EMAIL IGNORED wrote:
On Tue, 04 Aug 2009 16:24:25 +0100, Tom Evans wrote:
HostNameLookups
HostNameLookups Off
in the only place it appears. Perhaps I should compare all files in
conf.d on my two machines.
Mike.
[...
On Tue, 04 Aug 2009 16:00:54 +, Mike -- EMAIL IGNORED wrote:
> On Tue, 04 Aug 2009 16:24:25 +0100, Tom Evans wrote:
>
>> HostNameLookups
>
> HostNameLookups Off
> in the only place it appears. Perhaps I should compare all files in
> conf.d on my two machines.
>
> Mike.
>
[...]
I did the
On Tue, 04 Aug 2009 16:24:25 +0100, Tom Evans wrote:
> HostNameLookups
HostNameLookups Off
in the only place it appears. Perhaps I should
compare all files in conf.d on my two machines.
Mike.
-
The official User-To-User suppo
On Tue, 2009-08-04 at 15:05 +, Mike -- EMAIL IGNORED wrote:
> On Tue, 04 Aug 2009 08:22:14 +0200, André Warnier wrote:
>
> [...]
> >>
> > You could first check the obvious, such as whether in your Apache/Centos
> > config, you are not *asking* the server to do these DNS lookups. Look
> > here
On Tue, 04 Aug 2009 08:22:14 +0200, André Warnier wrote:
[...]
>>
> You could first check the obvious, such as whether in your Apache/Centos
> config, you are not *asking* the server to do these DNS lookups. Look
> here for instance :
> http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#for
On 08/03/2009 06:38:12 PM, Sander Temme wrote:
> mod_rewrite shares its thoughts with you through the RewriteLog at
> RewriteLogLevel (or somesuch). At level 10, it gets quite chatty and
Thanks, much appreciated.
-
The offic
That's Fantastic, thank you for explaining how it works, I am now able to
access the file from a web browser. I have modified the default file,
simple! :)
awarnier wrote:
>
> DarkMatter2009 wrote:
>> Hello All,
>>
>> I am relatively new to using Apache,
> That's fine. We always welcome new co
DarkMatter2009 wrote:
Hello All,
I am relatively new to using Apache,
That's fine. We always welcome new converts, and we like newbies : they
are usually polite, humble, they don't think thy know everything, and
they are easy to impress.
:-)
I have recently set it up on Ubuntu.
That may b
Hello All,
I am relatively new to using Apache, I have recently set it up on Ubuntu.
What I'm trying to do is make
"/home/yves/MyFirstPHP/MyFirstPHP/HelloWorld.php" accessible through my
browser using the URL: http://localhost/MyFirstPHP/HelloWorld.php. The
tutorials I have found so far are confu
22 matches
Mail list logo