On 2 May 2011, at 19:26, Geoff Millikan wrote:
> PS. We'd consider using mod_negotiation to do this but we'd prefer not to
> make a HTML and XHTML of the same page. We're just going
> to make one XHTML document and send it to everyone. The browsers that don't
> support XHTML will just have to
>Is the best way to do this like:
> AddDefaultCharset text/html
> SetEnvIfNoCase Accept "xhtml" ua_supports_xhtml=1
> Header set Content-Type "application/xhtml+xml" env=ua_supports_xhtml
Not sure if above method is "best" but we tested and it "works" but since we're
using mod_cache it doesn't w
Dear List,
For the browsers that support XHTML we'll set the Content-Type as
"application/xhtml+xml" otherwise we'll send the same XHTML
document as Content-Type "text/html." Is the best way to do this like:
AddDefaultCharset text/html
SetEnvIfNoCase Accept "xhtml" ua_supports_xhtml=1
Header s
Hi Jeff,
On 5/2/11 12:35 PM, Jeff Trawick wrote:
On Mon, May 2, 2011 at 12:25 PM, Duke wrote:
Hi Jeff,
On 5/2/11 12:16 PM, Jeff Trawick wrote:
On Mon, May 2, 2011 at 10:56 AM, Dukewrote:
Hi all,
Please forgive me if the question was asked before. I have been using
apache
for quite a bi
On Mon, May 2, 2011 at 12:25 PM, Duke wrote:
> Hi Jeff,
>
> On 5/2/11 12:16 PM, Jeff Trawick wrote:
>>
>> On Mon, May 2, 2011 at 10:56 AM, Duke wrote:
>>>
>>> Hi all,
>>>
>>> Please forgive me if the question was asked before. I have been using
>>> apache
>>> for quite a bit of time (3-4 years) b
Hi Jeff,
On 5/2/11 12:16 PM, Jeff Trawick wrote:
On Mon, May 2, 2011 at 10:56 AM, Duke wrote:
Hi all,
Please forgive me if the question was asked before. I have been using apache
for quite a bit of time (3-4 years) but I am totally new to the group.
Recently I tried to give our Red Hat server
On Mon, May 2, 2011 at 10:56 AM, Duke wrote:
> Hi all,
>
> Please forgive me if the question was asked before. I have been using apache
> for quite a bit of time (3-4 years) but I am totally new to the group.
> Recently I tried to give our Red Hat server's apache FastCGI capability and
> hence I i
Ah, I stand corrected.
namei -m showed this:
drwxr-xr-x /
drwxr-xr-x home
drwxrwx--- user
drwxr-xr-x public_html
-rw-r--r-- index.html
I changed the permissions on my user folder to --x and was then able to
access my userdir. I checked the permissions on the other users and
they're all t
Hi all,
Please forgive me if the question was asked before. I have been using
apache for quite a bit of time (3-4 years) but I am totally new to the
group. Recently I tried to give our Red Hat server's apache FastCGI
capability and hence I installed mod_fcgid. The module loaded fine, but
issu
On Monday, May 2, 2011, Satish Patel wrote:
> You can upgrade mod_ssl without recompile apache if your apache support DSO
>
> Use apxe tool to compile mod_ssl
>
That won't help prevent the Apple software updater from overwriting the change.
---
On 02/05/2011 9:22 AM, Allen Seelye wrote:
See http://wiki.apache.org/httpd/13PermissionDenied
Frank
Thanks Franks, this is not a file permission problem though. I've set the
permissions for the index.html, and every folder up to it, wide open and I
still get a permission denied error.
I did
>
> See http://wiki.apache.org/httpd/13PermissionDenied
>
> Frank
>
Thanks Franks, this is not a file permission problem though. I've set the
permissions for the index.html, and every folder up to it, wide open and I
still get a permission denied error.
I did the namei command and this was t
Hi all,
I have opened a bug report and received confirmation that issues in HTTPD
Core are causing the following problems:
- Apache doesn't always return a 408 when a request time out is detected
(various cases)
- Apache doesn't handle a request time out properly when the URL corresponds
to a Red
On Sun, May 1, 2011 at 4:32 PM, Yehuda Katz wrote:
> On Sun, May 1, 2011 at 3:29 PM, Allen Seelye wrote:
>>
>> I upgraded from ubuntu 9.10 to 10.10. Now my userdirs are inaccessible.
>>
>> The access log reads:
>> -
>> "GET /~use
You can upgrade mod_ssl without recompile apache if your apache
support DSO
Use apxe tool to compile mod_ssl
--
Sent from my iPhone
On May 1, 2011, at 10:53 AM, René Fournier wrote:
Hi,
I need to update Apache's SSL to the latest version (1.0.0d). Is it
necessary to recompile all of Apa
15 matches
Mail list logo