Re: [us...@httpd] Server Side Includes - include only a certain "xpath"

2009-08-28 Thread Chuck Crisler
My mistake. The file permissions are rwxr-xr-x. I hit a 'w' instead of an 'x'. Yes, when it fails I get a selinux message. *I WILL INVESTIGATE THAT!!!* I am somewhat new to Linux and don't know all of the pieces that well, especially selinux. Thank you. I didn't realize that it was separate. Chuc

Re: [us...@httpd] serious problem with httpd.conf file

2009-08-28 Thread Dan Poirier
Apache is running as apache/apache, the directory is owned by root/root, and the directory doesn't have execute permissions for 'other'. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [us...@httpd] Server Side Includes - include only a certain "xpath"

2009-08-28 Thread Nick Kew
Thorsten Scherler wrote: Hi all, I have a page that includes various parts via ssi. e.g. On our current version we "hack" the included pages to an invalid html doc. Basically we strip it down to e.g. " ...blah..." However this leaves documents that are not valid against xhtml dtd. Is there a

Re: [us...@httpd] serious problem with httpd.conf file

2009-08-28 Thread Nick Kew
Chuck Crisler wrote: I have had a running problem with permissions with Apache. With some recent testing I think that I have narrowed the problem. I have run the command 'service httpd configtest' and the result was 'Syntax OK'. That's a command from your packager, not from apache. You might

[us...@httpd] Server Side Includes - include only a certain "xpath"

2009-08-28 Thread Thorsten Scherler
Hi all, I have a page that includes various parts via ssi. e.g. On our current version we "hack" the included pages to an invalid html doc. Basically we strip it down to e.g. " ...blah..." However this leaves documents that are not valid against xhtml dtd. Is there a way to include a certain pa

[us...@httpd] serious problem with httpd.conf file

2009-08-28 Thread Chuck Crisler
I have had a running problem with permissions with Apache. With some recent testing I think that I have narrowed the problem. I have run the command 'service httpd configtest' and the result was 'Syntax OK'. Any attempt to execute a script in the cgi-bin directory fails with an error that I don't

Re: [us...@httpd] compilation error

2009-08-28 Thread Eric Covener
On Fri, Aug 28, 2009 at 2:40 AM, Melanie Pfefer wrote: > /apache/httpd-2.2.6/srclib/apr/libtool: line 5565: ar: command not found incomplete toolchain, dev tools not in PATH? -- Eric Covener cove...@gmail.com - The official Us

Re: [us...@httpd] 304 http headers in apache proxy

2009-08-28 Thread André Warnier
Samuel Esposito wrote: However, when my application generates a 304 http response (NOT MODIFIED) and litespeed send it to the apache proxy, apache seems to remove the header. How did you make sure of this ? If not already done, use some browser add-on (Fiddler2 for IE ?) or Wireshark, and re

[us...@httpd] 304 http headers in apache proxy

2009-08-28 Thread Samuel Esposito
Hi All, I'm using the apache proxy balancer for balancing all requests on my web application over a set of litespeed servers. Because this web-application is integrated into another web application using an iFrame, and because most of the users use IE 7.0, I have to set a P3P CP="CAO PSA OUR" head

[us...@httpd] Apache 2.2.11 with Reverse Proxy(HTTPS not consistent)

2009-08-28 Thread Andy Ee
Dear All, I have a web-server installed with Apache 2.2.11 (with reverse proxy enabled) and a back-end server that is running Tomcat and hosting some JSP web applications. The external users are supposed to communicate with the JSP web applications in HTTPS via the Apache reverse proxy, wh