RE: [EMAIL PROTECTED] Remote log files?

2006-06-30 Thread Khai Doan
For me, I wrote a simple script send_apache_log.pl, which read apache log files, print it to STDOUT, remember where it left off by writing to a file in /tmp. I install this on the servers. Then on my other workstation, I have another script collect_apache_log.pl, which run periodically via cro

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-30 Thread Bill Jones
On 6/30/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 6/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Have any idea ? You've already been told several times that the problem is likely SELinux config, and you've been given direct links explaining how to understand and solve the pr

Re: [EMAIL PROTECTED] mod_autoindex and README.html gzipped

2006-06-30 Thread Joshua Slive
On 6/30/06, Miguel Pagano <[EMAIL PROTECTED]> wrote: On 6/30/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > There was an old vaudeville joke that went something like: > A man walks into the doctor's office, raises his arm and says, "Doc, > it hurts when I do this." The doctor says, "Don't do that

Re: [EMAIL PROTECTED] mod_autoindex and README.html gzipped

2006-06-30 Thread Miguel Pagano
On 6/30/06, Joshua Slive <[EMAIL PROTECTED]> wrote: There was an old vaudeville joke that went something like: A man walks into the doctor's office, raises his arm and says, "Doc, it hurts when I do this." The doctor says, "Don't do that." Yes, there is a small bug here in the sense that Apache

[EMAIL PROTECTED] pdf 2.2.2 docs

2006-06-30 Thread Joshua Slive
There were some questions about why a 2.2.2 version of the apache httpd docs was not available as a pdf file. I finally found time to generate one, which is now at http://apache.org/dist/httpd/docs/ and will be available from the mirrors shortly at: http://www.apache.org/dyn/closer.cgi/httpd/docs

Re: [EMAIL PROTECTED] Dimitar Georgievski is out of the office.

2006-06-30 Thread Stephen
[EMAIL PROTECTED] wrote: I will be out of the office starting 06/30/2006 and will not return until 07/31/2006. I will respond to your message when I return. I wonder how many mailing lists Dimitar is subscribed to? - The

[EMAIL PROTECTED] Dimitar Georgievski is out of the office.

2006-06-30 Thread DGeorgie
I will be out of the office starting 06/30/2006 and will not return until 07/31/2006. I will respond to your message when I return. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [EMAIL PROTECTED] mod_autoindex and README.html gzipped

2006-06-30 Thread Joshua Slive
On 6/30/06, Miguel Pagano <[EMAIL PROTECTED]> wrote: Hi, I discvorered a buggy behaviour in mod_autoindex: when the file README.html is gzipped or compressed the content of that file is showed after the directory listing. The problem is that the content of the README file is gzipped or compressed

[EMAIL PROTECTED] mod_autoindex and README.html gzipped

2006-06-30 Thread Miguel Pagano
Hi, I discvorered a buggy behaviour in mod_autoindex: when the file README.html is gzipped or compressed the content of that file is showed after the directory listing. The problem is that the content of the README file is gzipped or compressed and is showed verbatim. This problem is also mention

Re: [EMAIL PROTECTED] .htacsess Hotlinking rewriting a new image - Can it be delayed?

2006-06-30 Thread Bill Jones
On 6/30/06, Stephen <[EMAIL PROTECTED]> wrote: Now, I am wondering if there is any way to make the rewrite deferred for a while. So the leech can set it up, think it works, and be surprised at a later time? Using PHP, perhaps? You can play a series of http-equiv and 301/302 games but that is c

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-06-30 Thread Rob Wilkerson
Thanks, Joshua. I appreciate the assistance. On 6/28/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 6/28/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > And I guess maybe this is my question (sorry it took so long for me to > get here): does mod_rewrite do an internal redirect so that the > "pr

[EMAIL PROTECTED] .htacsess Hotlinking rewriting a new image - Can it be delayed?

2006-06-30 Thread Stephen
After noticing some leechers were hot linking to images on one of my web sites I added a rewrite rule to an image of a very small penis. I received a rather nasty email, which I enjoyed very much. Now, I am wondering if there is any way to make the rewrite deferred for a while. So the leech ca

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-30 Thread Joshua Slive
On 6/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Have any idea ? You've already been told several times that the problem is likely SELinux config, and you've been given direct links explaining how to understand and solve the problem. What more do you want? Joshua.

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-30 Thread rsomsak123
Quoting Bill Jones <[EMAIL PROTECTED]>: > On 6/28/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > Is the web server running as manuser? > >Running as "apache" user. > > > > # grep apache /etc/passwd > > apache:x:48:48:Apache:/var/www:/sbin/nologin > > > > # grep 48 /etc/group > > apac

Re: [EMAIL PROTECTED] Apache2.2.2: mod_headers %{env-var}e

2006-06-30 Thread Philip Brusten
Hi Joshua Slive wrote: On 6/30/06, Philip Brusten <[EMAIL PROTECTED]> wrote: Hello, I have a reverse proxy (Apache2.2.2) where I want to set a request header "a" based on the value of another request variable "b". Additionally, request header "b" must have a certain value. If request header "b

Re: [EMAIL PROTECTED] Mod_proxy, and ProxyPass not binding to the virtual host ip address

2006-06-30 Thread Joshua Slive
On 6/30/06, David Gianndrea <[EMAIL PROTECTED]> wrote: In using this SSL VirtualHost config with the ProxyPass option we are seeing that the source IP address of the proxy request does not come from the VirtualHost 10.82.40.101, but from the main http server IP 10.82.40.100. Does anyone know why

Re: [EMAIL PROTECTED] Apache2.2.2: mod_headers %{env-var}e

2006-06-30 Thread Joshua Slive
On 6/30/06, Philip Brusten <[EMAIL PROTECTED]> wrote: Hello, I have a reverse proxy (Apache2.2.2) where I want to set a request header "a" based on the value of another request variable "b". Additionally, request header "b" must have a certain value. If request header "b" doesn't match that cert

[EMAIL PROTECTED] Mod_proxy, and ProxyPass not binding to the virtual host ip address

2006-06-30 Thread David Gianndrea
In using this SSL VirtualHost config with the ProxyPass option we are seeing that the source IP address of the proxy request does not come from the VirtualHost 10.82.40.101, but from the main http server IP 10.82.40.100. Does anyone know why this would be or how to correct it? Server

[EMAIL PROTECTED] Apache2.2.2: mod_headers %{env-var}e

2006-06-30 Thread Philip Brusten
Hello, I have a reverse proxy (Apache2.2.2) where I want to set a request header "a" based on the value of another request variable "b". Additionally, request header "b" must have a certain value. If request header "b" doesn't match that certain value, I don't want to set request header "a".

RE: [EMAIL PROTECTED] I'm not able to compile apache with mod_rewrite

2006-06-30 Thread Anil Dighade
Mak, I think you did not configure correctly, Follow below steps. its very important what do specify at the time of configuration see below example. "prefix" is the path where you wish to build the apache executables. You can also build the modules for dynamic linking replace static word by dynam

Re: [EMAIL PROTECTED] Linux Apache Plugin for BroadVision

2006-06-30 Thread Alexander Lazic
Hi, On Fre 30.06.2006 17:02, Nehal Sangoi wrote: I am trying to configure apache 1.3.27 on Linux AS for BroadVision as backend application layer on solaris machine. In my configuration file, i am trying to load bvsm_module extracted from broadvision install on solaris. But while starting the A

[EMAIL PROTECTED] Linux Apache Plugin for BroadVision

2006-06-30 Thread Nehal Sangoi
Hi I am trying to configure apache 1.3.27 on Linux AS for BroadVision as backend application layer on solaris machine. In my configuration file, i am trying to load bvsm_module extracted from broadvision install on solaris. But while starting the Apache (on linux) .. it gives me following error.

[EMAIL PROTECTED] Apache Tomcat/4.1.27 --- Exception during startup processing

2006-06-30 Thread Mamta Jolly, Noida
When I am trying to start my cognos service I am getting these errors.   # ./startup.sh Using CATALINA_BASE:   /home/shjain/mamta/ATG/ACI2006.3/c8/tomcat4.1.27 Using CATALINA_HOME:   /home/shjain/mamta/ATG/ACI2006.3/c8/tomcat4.1.27 Using CATALINA_TMPDIR: .../temp Using JAVA_HOME: 

[EMAIL PROTECTED] URL escape bug : % and %25 ?

2006-06-30 Thread Pieter Vanmeerbeek
Hi, I recently upgraded to apache 2.2.2 from 2.0.53. Before this upgrade I had a special trick to solve the owa url escaping problem (it does not escape an url as it should, see RFC). The trick was to unescape the url and re-escape it again using apache reverse proxy. This was achieved by the une

Re: [EMAIL PROTECTED] I'm not able to compile apache with mod_rewrite

2006-06-30 Thread Krist van Besien
On 6/30/06, Adrian Mak <[EMAIL PROTECTED]> wrote: I used apache 2.0.58 and here is my compile options CC=gcc CFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer " CXX=gcc CXXFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/u