Hi
I have a strange session keeping problem between apache 2.2.3 and
jboss 4.2.2. The java side of the problem is documented in the seam
framework forum
(http://www.seamframework.org/Community/StatelessSessionBeanAndModproxyajp)
including a demo application to demonstrate the problem.
In general,
Hi
On Mon, 2008-03-03 at 21:10 -0900, Brian wrote:
> DocumentRoot "L:/test"
Wouldn't that be "L:\test", with a backslash?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/
I've setup a https site with Apache 2.0.52, mod_ssl 2.0.52 and OpenSSL 0.9.7a
(Red Hat Enterprise Linux ES release 4 (Nahant Update 4)). A special
directory should be optional authenticated via client certificate. This
works with Firefox, Netscape, IE6 but not with IE7 (Windows XP SP2 and
Windows
Hi all,
I am just starting to investigate why:
An html page (with an html extension), sent to Firefox (2.0.0.12), will
render a page (with a form), and will allow me to 'post' it. But when the
(Perl) cgi script returns the answer page (using a 'print qq~ ...'
statement, the resulting page sho
On Tue, Mar 4, 2008 at 7:13 AM, Graeme Fowler <[EMAIL PROTECTED]> wrote:
> Hi
>
> On Mon, 2008-03-03 at 21:10 -0900, Brian wrote:
> > DocumentRoot "L:/test"
>
> Wouldn't that be "L:\test", with a backslash?
No, all paths in httpd.conf should use forward slashes.
The problem of not being able t
Hi,
Grant Peel wrote:
Hi all,
I am just starting to investigate why:
An html page (with an html extension), sent to Firefox (2.0.0.12), will
render a page (with a form), and will allow me to 'post' it. But when
the (Perl) cgi script returns the answer page (using a 'print qq~ ...'
statement
Configuration: 2 servers which use two different cookies to help maintain
sessions. The cookies are set domain wide so each server can actually update
the others cookies.
When a request is sent to either server, I want to be able to update the
others cookies (session timeout time) with mod_rewrite
hi all,
i just installed apache on centos 5 and have it automatically start up
when boot:
chkconfig httpd on
[EMAIL PROTECTED] ~]# ps aux | grep httpd
root 2375 0.0 3.8 26412 9932 ?Ss 08:02 0:00
/usr/sbin/httpd
apache2405 0.0 1.9 26548 4972 ?S08:02
On 2008-03-04, Ben Spencer wrote:
> This is a simple task, except that the value of the cookie actually has
> a ":" in it which confuses mod_rewrite and the parameters since the
> parameter separator is a ":".
You just need to escape the colon as “%3A” (percentage-three-uppercase A).
--
Daniel’s
On Tue, 4 Mar 2008, Joshua Slive wrote:
On Tue, Mar 4, 2008 at 10:40 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
hi all,
i just installed apache on centos 5 and have it automatically start up
when boot:
why do i have so many httpd services running?
This is entirely normal. See:
http://h
On Tue, Mar 4, 2008 at 10:40 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
> hi all,
>
> i just installed apache on centos 5 and have it automatically start up
> when boot:
> why do i have so many httpd services running?
This is entirely normal. See:
http://httpd.apache.org/docs/2.2/mod/prefork.h
On Tue, Mar 4, 2008 at 10:58 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
> On Tue, 4 Mar 2008, Joshua Slive wrote:
>
> > On Tue, Mar 4, 2008 at 10:40 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
> >> hi all,
> >>
> >> i just installed apache on centos 5 and have it automatically start up
> >> w
Grant Peel wrote:
Hi all,
I am just starting to investigate why:
An html page (with an html extension), sent to Firefox (2.0.0.12),
will render a page (with a form), and will allow me to 'post' it.
But when the (Perl) cgi script returns the answer page (using a
'print qq~ ...' statement, the
On Mon, Mar 3, 2008 at 9:58 PM, <[EMAIL PROTECTED]> wrote:
> Joshua,
>
> Since i need to limit the file size being uploaded either via Apache/httpd
> or the plugin, i tried using the Apache LimitRequestBody attribute.
> I noticed that when this kicks in, though i see an error in the Apache
> e
On Tue, 4 Mar 2008, Joshua Slive wrote:
On Tue, Mar 4, 2008 at 10:58 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
On Tue, 4 Mar 2008, Joshua Slive wrote:
> On Tue, Mar 4, 2008 at 10:40 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
>> hi all,
>>
>> i just installed apache on centos 5 and have it au
On Tue, Mar 4, 2008 at 11:15 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
> i found the problem in /etc/httpd/conf/httpd.conf
>
> #ServerName www.example.com:80
>
> should be:
> ServerName 10.0.0.160:80
> ServerName dev.jss.com:80
No, that wasn't your problem. When "UseCanonicalName off" is se
> > This is a simple task, except that the value of the cookie actually has
> > a ":" in it which confuses mod_rewrite and the parameters since the
> > parameter separator is a ":".
>
> You just need to escape the colon as "%3A" (percentage-three-uppercase A).
HmmmThanks. How to do that in th
I tried posting the question below on alt.apache.configuration and
comp.infosystems.www.servers.ms-windows, but I haven't received any replies,
so I thought I would give this mailing list a shot. I'm afraid I do not know
any experts. I have read every FAQ I could find and searched using all
rel
On Tue, Mar 4, 2008 at 12:42 PM, Matthew Kitchin (Usenet/Lists)
<[EMAIL PROTECTED]> wrote:
> I tried posting the question below on alt.apache.configuration and
> comp.infosystems.www.servers.ms-windows, but I haven't received any replies,
> so I thought I would give this mailing list a shot. I'm
On Mon, Mar 3, 2008 at 5:53 PM, Daniel Aleksandersen
<[EMAIL PROTECTED]>
> …or maybe it is possible to check for a cookie, and if that fails (meaning
> no override) than the mod_negotiation process would start. I have no idea
> how this would look in a .htaccess file.
This might indeed be possi
On Tue, 4 Mar 2008, Joshua Slive wrote:
On Tue, Mar 4, 2008 at 10:58 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
On Tue, 4 Mar 2008, Joshua Slive wrote:
> On Tue, Mar 4, 2008 at 10:40 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
>> hi all,
>>
>> i just installed apache on centos 5 and have it au
On Tue, Mar 4, 2008 at 1:59 PM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
>
> On Tue, 4 Mar 2008, Joshua Slive wrote:
>
> > On Tue, Mar 4, 2008 at 10:58 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
> >> On Tue, 4 Mar 2008, Joshua Slive wrote:
> >>
> >> > On Tue, Mar 4, 2008 at 10:40 AM, Hiep Nguyen
On Tue, 4 Mar 2008, Joshua Slive wrote:
On Tue, Mar 4, 2008 at 1:59 PM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
On Tue, 4 Mar 2008, Joshua Slive wrote:
> On Tue, Mar 4, 2008 at 10:58 AM, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
>> On Tue, 4 Mar 2008, Joshua Slive wrote:
>>
>>> On Tue, Mar 4, 200
Joshua Slive wrote:
The traditional place to start debugging a problem like this is to try
various combinations of the following three directives in httpd.conf:
Win32DisableAcceptEx
EnableSendfile Off
EnableMMAP Off
If any of those works, it probably means that apache is having
difficulties wit
Hi all,
This is my first post so I would like to share what made me get here.
I´m evaluating Drupal as a CMS, and since I´m running Vista Ultimate the
natural choice was to get Drupal working over IIS7.
Drupal has a neat featured called "Clean URLs" which requires URL Rewriting,
so that a path l
Hi, folks.
I'm new to the list, but I've been working with Apache for some years and
have been through most configurations and upgrades.
I'm running into a specific problem right now and need some guidance.
As you know, trailing slashes are required for directories and when it is
omitted from a
On Tue, Mar 4, 2008 at 3:53 PM, Christopher Bianchi <[EMAIL PROTECTED]> wrote:
> The problem is that I have Apache (2.0.63) running behind a firewall on
> port 8080. Squid (2.6b18) is the proxy running on port 80.
>
> When Apache receives a directory request without a trailing slash, its
> red
Yes but all of the paths are treated as Unix style. Ie...
The original working website works with a local hard drive called 'E:'
So "E:/test/" works and displays the website.
However
"L:/test/" does not.
-Original Message-
From: Graeme Fowler [mailto:[EMAIL PROTECTED]
Sent: Tuesday,
Thanks for the response, Joshua.
Unfortunately, that didn't do the trick. When I appended the :80 to the
ServerName directive, I simply got "Cannot find server" messages when
attempting to access http://myserver/dir (no trailing slash).
I may have to move to using a separate Apache server to hand
On 4 Mar 2008, at 20:53, Christopher Bianchi wrote:
How do I prevent Apache from affixing the port into the URL
redirect? Does
Apache need to know that it's running behind a reverse proxy?
The proxy should be in charge of this. If the proxy were Apache, we
could
tell you how ( http://ww
Joshua Slive wrote:
On Tue, Mar 4, 2008 at 7:13 AM, Graeme Fowler <[EMAIL PROTECTED]> wrote:
Hi
On Mon, 2008-03-03 at 21:10 -0900, Brian wrote:
> DocumentRoot "L:/test"
Wouldn't that be "L:\test", with a backslash?
No, all paths in httpd.conf should use forward slashes.
The problem of no
William A. Rowe, Jr. wrote:
>Joshua Slive wrote:
>> On Tue, Mar 4, 2008 at 7:13 AM, Graeme Fowler <[EMAIL PROTECTED]> wrote:
>>> Hi
>>>
>>> On Mon, 2008-03-03 at 21:10 -0900, Brian wrote:
>>> > DocumentRoot "L:/test"
>>>
>>> Wouldn't that be "L:\test", with a backslash?
>>
>> No, all paths i
Hi all
I am getting following error while trying to build Apache 2.2.8 src
in windows with nmake tool in VC7 platform.
Build Log --- Build started: Project: httpd, Configuration:
Release|Win32 ---
Command Lines httpd : warning PRJ0041 : Cannot find missing
dependency 'IC
33 matches
Mail list logo