I have Apache configured to parse all html files for SSI directives. I
did try re-naming it to .shtml just to make sure though and it still
does not fire the SSI directives, I even removed all but the example
you have there but it still doesn't function.
Still works when hitting directly, but not
Hi,
> You may be hitting bug [1], which has been fixed in latest 2.4.16 and
2.2.31.
Not sure anymore that the bug indicated is the one affecting our Apache
installation. Seems like the SSLCipherSuite directive is also simply
ignored.
This is very peculiar, since any and all directives in a Virt
What mechanism are you using to have SSI work on .html pages?
I have no problem getting SSI to work when my page extension is .shtml:
This is my very simple test which works perfectly:
.htaccess:
> Options +Includes
> ErrorDocument 404 /error.shtml
error.shtml:
> Last modified:
Produces:
Ok, thank you.
On Thu, Jul 23, 2015 at 5:18 PM, Yehuda Katz wrote:
> The first thing to check is if it is an HTTPD error or a Tomcat error.
> You haven't explicitly said this, but I am guessing you are using HTTPD as
> a reverse proxy.
> Check the Tomcat logs first. If the 413 shows up there, it
The first thing to check is if it is an HTTPD error or a Tomcat error.
You haven't explicitly said this, but I am guessing you are using HTTPD as
a reverse proxy.
Check the Tomcat logs first. If the 413 shows up there, it is a problem
with Tomcat and not with HTTPD.
Check the HTTPD error log also
Forgot to mention. The httpd error code is 413.
Thanks,
Larry Cohen
On Thu, Jul 23, 2015 at 5:04 PM, Cohen, Laurence wrote:
> Hi everyone,
>
> We are suddenly having the following problem on several of our servers,
> and I have not been able to find a solution on the internet that has
> resol
Hi everyone,
We are suddenly having the following problem on several of our servers, and
I have not been able to find a solution on the internet that has resolved
it. Our configuration is the following.
Apache httpd 2.2.3 running on RHEL5
Tomcat 7, also running on RHEL5
When we try to upload a
On Thu, Jul 23, 2015 at 3:50 PM, Alex Soto wrote:
>
> It seems that everything is configured correctly since sometimes works. Have
> you ever found something similar or knows what it can be happening? Do you
> think that maybe the problem is on client (browser) side?
>
> We say that there is somet
On Thu, Jul 23, 2015 at 3:15 PM, MM wrote:
> You need to choose mod_php or fpm. Don't load both. I personally usually
>> use mod_php.
>>
> Is it that with mod_php, httpd runs php in process while fpm delegates to
> separate processes?
>
Correct.
- Y
On 07/23/2015 03:48 PM, Mathijs Schmittmann wrote:
K R schreef op 7/23/2015 om 9:44 PM:
Hi,
my customer want to configure virtual host for 5 website in one apache
environment . do i have to get 5 ip addresses from network team.
Can someone please point me on how can i achieve the same
No, yo
Forgot to include my question,
Is there some additional step you have to take to get SSI to function
on an ErrorDocument page?
Thanks
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: us
K R schreef op 7/23/2015 om 9:44 PM:
> Hi,
> my customer want to configure virtual host for 5 website in one apache
> environment . do i have to get 5 ip addresses from network team.
>
> Can someone please point me on how can i achieve the same
No, you should create 5 virtualhosts in your confi
Hi,
my customer want to configure virtual host for 5 website in one apache
environment . do i have to get 5 ip addresses from network team.
Can someone please point me on how can i achieve the same
Thanks in advance
Firstly SSI directives are working on my server. If i access the file
directly everything functions as expected.
Working example & file path explanation -
1. Enter in browser: http://example.com/apps/pagenotfound/index.html
2. This is a symlink to: /temp/comp/apps/applayer/index.html
The issue a
On 22 July 2015 at 20:49, Yehuda Katz wrote:
> Do you need this configuration to be portable to different systems with
> different modules available?
>
No
> If not, remove all the configuration that you really want to use.
>
All right...
> This will make sure that you understand what your ser
Thank you for the reply John. I'm using Apache 2.2 and I'm novice, would
you mind providing some detailed steps to figure out what the issue is?
If my initial explanation is vague, what other info do you need if any?
Much appreciated
On Jul 23, 2015 6:30 AM, "Rose, John B" wrote:
> In the past
On Thu, Jul 23, 2015 at 9:45 AM, Andreas Ley wrote:
> However, also requests for /server-status get redirected :( Documentation
> says "Enclose a group of directives that apply only to the named file-system
> directory, sub-directories, and their contents." Cleary /server-status is
> not within /v
Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in
fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I
configure Apache server with SSL and mod_jk. I have been asking in the
Tomcat/mod_jk mailing list and after several discussion it seems that there
is s
Hello!
I have a configuration (apache 2.2, soon 2.4) which basically is
DocumentRoot /var/www
SetHandler server-status
RewriteEngine On
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI}
(of course there is another VirtualHost on port 443)
I want to redirect all requests for _filesystem_
In the past on our 2.2 configs we used prefork with mod_php
To set our MaxClients we determine an average amount of RAM used by httpd
processes by looking at "top" output, we then divide the (total amount of
physical RAM minus enough RAM to run the OS) by the average RAM used by
httpd processes.
Hi,
There is a limit on the number of concurrent connections that Apache will serve.
See if you can find the 'LogLevel' directive in your configuration and
then set it to 'info'. Apache will then print warnings in your error
log if you're reaching those limits.
http://httpd.apache.org/docs/2.2/m
On Thu, Jul 23, 2015 at 11:03 AM, Sachin Shetty wrote:
>
> From the change list, I found
> that you added support for MergeTrailers in 2.4.11 - any idea on how I could
> make it work? I just need apache to let the trailers pass through to the
> upstream haproxy, I am not processing them in mod hea
Hi Eric,
Sorry to be bugging you on this one, I grepped through the source and I see
some solid references to trailer processing. From the change list, I found
that you added support for MergeTrailers in 2.4.11 - any idea on how I
could make it work? I just need apache to let the trailers pass thr
23 matches
Mail list logo