hey Tom,
When you build, you'll need to specify what modules you'd like built
too, the way I usually do it is to build all of them, and then load them
via the configuration.
My usual configure line resembles this:
./configure --enable-modules=all --enable-mods-shared=all --enable-ssl
--enab
I'm having trouble with Apache2 on OS X. What I'm finding is that if I
load pages that have a lot of data (big photos, or lots of text) Firefox
throws the error "Firefox received a message with incorrect Message
Authentication Code. If the error occurs frequently, contact the
website administ
In a previous post, I asked for assistance in getting a Google Mini to work
behind an Apache server set up to reverse proxy. At first I thought the
answer would be found in using rewrite directives. However, after working
on it, I believe I found a simple solution. It may be a little off topic,
Are you in New Orleans
- Original Message -
From: "Xavier Noria" <[EMAIL PROTECTED]>
To:
Sent: Friday, December 08, 2006 4:48 PM
Subject: [EMAIL PROTECTED] LimitRequestBody and mod_proxy_balancer
I have an application served by Apache 2.2.3 + mod_proxy_balancer to
forward dynamic req
I have an application served by Apache 2.2.3 + mod_proxy_balancer to
forward dynamic requests to a few Mongrel processes, and some rewrite
rules to serve static content directly (a typical setup for Rails).
That's configured as a virtual host, in case it matters.
This web site features vide
Hello,
I am attempting to set up a vhost machine using CentOS.
The issue I am having is with the user's home directories (where the pages are
being server for
each site). Example: The user's site is www.example.com and they have a home
directory
called 'example'. Inside thier home directo
On 12/8/06, Bob Pekarske <[EMAIL PROTECTED]> wrote:
Hello,
I have a website which references image files from a directory
htdocs/images, but when I load the page, the pictures fail to load.
The error log shows "File does not exist:
/apps/ffs/htdocs-ffs/Images/p_m3610.jpg"
I assume somehow "ima
Hello,
I have a website which references image files from a directory
htdocs/images, but when I load the page, the pictures fail to load.
The error log shows "File does not exist:
/apps/ffs/htdocs-ffs/Images/p_m3610.jpg"
I assume somehow "images" has been aliased, but I cannot find any such
On 12/8/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
You're correct. I can manually type in just the language code. I'm not
sure I'll be able to require our customers to do that, but thanks for
the suggestion.
I haven't read the spec myself. According to the spec the server isn't
supposed to
At 10:04 AM 12/8/2006, you wrote:
Mod_access has been renamed to mod_authz_host. See:
http://httpd.apache.org/docs/2.2/upgrading.html
When you install a new version over an existing installation, the
existing configuration files are preserved, incompatibilities and all.
That's my mistake.. o
Hello, I'm using the Interchange::Link mod_perl module to facilitate a
handoff to interchange (icdevgroup.org) from apache2 like so:
SetHandler perl-script
PerlResponseHandler Interchange::Link
PerlOptions +GlobalRequest
PerlSetVar InterchangeServer /usr/local/interchange/socket
PerlSe
If it helps, 'ps ux' command on linux shows about 600
'/work/Apache2/sbin/httpd -k start' processes (I set ServerLimit
4, MaxClients 4, for my prefork mpm)
and the autobench output reads:
httperf: failed to connect to SSL server (err=-1, reason=5)
httperf --timeout=60 --client=0/1 --serv
Could somebody please take a look at this config - I have stripped it
down to something close to minimal.
No hits on domain1.com seem to reach the intended (first) VirtualHost
directive.
Hits on domain2.com reach the second VirtualHost only when not preceded
by www.
LogLevel debug doesn't help
I'm bench marking my ssl enabled web server and I keep getting this
error when the request rate becomes too high:
[Fri Dec 08 17:16:06 2006] [error] Re-negotiation handshake failed:
Not accepted by client!?
I am using Apache2, httperf (through the autobench tool) and
requesting a page in a direc
In order to use type-maps to server de* with .de file do I have to spell
out all the de- variations in the Content-language directive?
Or is there a way to do this more dynamically? Thanks.
,
Josh.
> -Original Message-
> From: Fenlason, Josh
> Sent: Friday, December 08, 2006 11:18 AM
>
You're correct. I can manually type in just the language code. I'm not
sure I'll be able to require our customers to do that, but thanks for
the suggestion.
I haven't read the spec myself. According to the spec the server isn't
supposed to be allowed to fall back to the language if it doesn't
On 12/8/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
Sorry I forgot to mention this is with Apache 2.2.3. Thanks for
suggesting the link, but I've already configured that. I can configure
Apache to server .de files if the user specifies German language and
fall back to .en files if nothing bet
Sorry I forgot to mention this is with Apache 2.2.3. Thanks for
suggesting the link, but I've already configured that. I can configure
Apache to server .de files if the user specifies German language and
fall back to .en files if nothing better can be determined. That works
fine. The problem is
On 12/8/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:
I'm running into a bit of a problem when the client is IE7. IE7 seems to
always be specifying the country code along with the language (e.g. always
de-DE and never just de). IE 6 and Firefox don't always have the country
code (e.g. can be
On Dec 8, 2006, at 7:24 AM, Arthur Kreitman wrote:
The standard place for programs in Windows is “\Program Files
\”, with spaces allowed. Is apache capable of dealing with
conf paths that include spaces?
Yeah, just put "quotes" around all paths. So:
ServerRoot "C:/Program Files/Apach
I'm running into a bit of a problem when the client is IE7. IE7 seems
to always be specifying the country code along with the language (e.g.
always de-DE and never just de). IE 6 and Firefox don't always have the
country code (e.g. can be set for en or en-us). If Apache is only
configured to rec
The standard place for programs in Windows is "\Program Files\",
with spaces allowed. Is apache capable of dealing with conf paths that
include spaces?
Using Microsoft's Windows PowerShell
one can see how the paths are used!
PS> get-process http*
Handles NPM(K)PM(K) WS(K)
The standard place for programs in Windows is "\Program Files\",
with spaces allowed. Is apache capable of dealing with conf paths that
include spaces?
Thanks
I've got a server set up - apache 2.0.54, set up on debian sarge PPC. I have 3
virtual servers
enabled (2 plain, 1 SSL), and am trying to enable password authentication on
one of them. Here's
what the virtualhost block for that server looks like:
ServerName xxx.com
DocumentRoot /var/xxx.com
S
On 12/7/06, Cabbar Duzayak <[EMAIL PROTECTED]> wrote:
Before I start, I am using apache 2.0.52 with PHP 4.3.9.
Rather old version. Everything filter-related is cleaner and more
flexible in 2.2.
+ AddOutputFilterByType DEFLATE text/html text/plain text/xml
You may or may not have some other
On 12/7/06, Douglas WF Acheson <[EMAIL PROTECTED]> wrote:
Hello,
I have configured a virtual server for scm.b.com to house my svn repository via
web_dav (hope the lingo is okay). I have it working and here is the config file
CustomLog logs/scmAccess.log dwfa
ErrorLog logs/scmError.l
26 matches
Mail list logo