Re: [EMAIL PROTECTED] mod proxy DSO errors(403 forbidden)?

2008-07-23 Thread Nino Saturnino Martinez Vazquez Wael
Okay seems it were a mismatch in setup, we got it working now.. Difference were: // not working, for sub sites ProxyPass / balancer://cluster stickysession=JSESSIONID|jsessionid nofailover=On // below are working, for sub sites ProxyPass / balancer://cluster/

Re: [EMAIL PROTECTED] different kinds of proxies

2008-07-23 Thread solprovider
On 7/22/08, Rich Schumacher [EMAIL PROTECTED] wrote: Solprovider, While I agree with your sentiment that forward proxies can be very dangerous, I think you are jumping the gun with your statement doubting they have any legitimate use today. Here is a a real-world example that I use at my

[EMAIL PROTECTED] Only the first request = 'Invalid direct reference to form login page' but not the rest.

2008-07-23 Thread Rob Stewart
Hi. I've set up a pair of Apache Tomcat servers (6.0.16) (using simpleTcpCluster for session replication) being reverse proxied by an Apache HTTPD server (2.2.8) all on the same machine. I have a java servlet that requires authentication. The servlet when accessed directly on either one of the

[EMAIL PROTECTED] Apache 2.2.8

2008-07-23 Thread Silvio Siefke
Hello, I have the Apache 2.2.8 today on my Root Server (Debian etch) compiled. No problems with the Apache by compile. code ./configure --prefix=/usr/local/apache --enable-modules=all --enable-ssl --with-ssl=/usr/local/ssl --enable-so --enable-rewrite --enable-suexec

Re: [EMAIL PROTECTED] Apache 2.2.8

2008-07-23 Thread Eric Covener
On Wed, Jul 23, 2008 at 8:15 AM, Silvio Siefke [EMAIL PROTECTED] wrote: Hello, I have the Apache 2.2.8 today on my Root Server (Debian etch) compiled. No problems with the Apache by compile. code ./configure --prefix=/usr/local/apache --enable-modules=all --enable-ssl

[EMAIL PROTECTED] force compressed chunked encoding as response from apache.

2008-07-23 Thread Michal
Hallo group members I need apache sent an HTML page to my browser in compressed form as chunked encoding. So far I managed to compress HTML page content with following line in /etc/httpd/conf/httpd.conf: AddOutputFilterByType DEFLATE text/html text/plain text/xml ...but content-length tag is

[EMAIL PROTECTED] Profiling apache 2.0.55 using Gprof

2008-07-23 Thread Paras Fadte
Hi, I have been trying to profile apache 2.0.55 using Gprof by compiling it with -g -pg option.The mpm used is worker. MaxRequestsPerChild is changed to 1 in httpd.conf and I Start apache with httpd -X option and make a single and then stop it.The gmon.out file produced does show some details but

Re: [EMAIL PROTECTED] IP based virtual hosting and security

2008-07-23 Thread Scott Gifford
César Leonardo Blum Silveira [EMAIL PROTECTED] writes: [...] So, my question is: how safe is it to let the other interface listen, even if it will not respond correctly to any request? What is the potential for security vulnerabilities in the 8080 port of the other interface? There actual

[EMAIL PROTECTED] Help on Syn flood with Apache

2008-07-23 Thread Arnab Ganguly
Hi All, I am using Apache 2.2 with mpm model as worker in RedHat 3.0. When I do a dmesg from the command prompt I get lot of the below message possible SYN flooding on port 84. Sending cookies. possible SYN flooding on port 82. Sending cookies. possible SYN flooding on port 81. Sending cookies.

Re: [EMAIL PROTECTED] Apache 2.2.8

2008-07-23 Thread Silvio Siefke
Eric Covener schrieb: Configuration, failing URL, and error log would be a better start. I'm sorry, here come the config and Logs: URI: http://www.silvio-siefke.de CGI: http://www.silvio-siefke.de/cgi-bin/mailer/mailer.cgi httpd.conf http://www.silvio-siefke.de/trading/httpd.html

[EMAIL PROTECTED] Location Problems

2008-07-23 Thread Chris Howell
I am using apache, to run Trac and things have been working well. What I am trying to do is to bring another web app online using trac. What I want my users todo is to access track by: http://MachineName:9000/WorldView/ And the other by http://MachineName:9000/ReviewBoard/ The location in

[EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Skip Evans
Hey all, I'm new to the list and am having some issues with a RewriteRule I've applied in an .htaccess file. Or perhaps not the rule, but with using .htaccess in general. What I wanted to do was allow users to enter a URL like the following: http://varsitybeat.com/wi/madison and then

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Gene LeDuc
Hi Skip, I'm not an expert, but I've been messing with mod-rewrite a bit recently. My guess is that you need a rewrite condition like this before your RewriteRule: RewriteCond %{REQUEST_METHOD} ^GET Regards, Gene At 02:48 PM 7/23/2008, Skip Evans wrote: Hey all, I'm new to the list and

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Matt
if the header file is read in by php means that it is an include, that doesnt matter it is the form of the URL that the user_agent requests that matters so say the user_agent requests index.php, then that php file includes header.html and that the resulting HTML is something like link

[EMAIL PROTECTED] Bulk SSL certificate purchases

2008-07-23 Thread Ben Spencer
We are looking to purchase a bulk number of SSL certificates for a variety of sites. As we were discussing this with our current SSL certificate provider, we ran into something which sounds a little odd, and wonder if others have run into this with their bulk SSL certificate purchases. When the

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Skip Evans
Hey Matt, (I just sent you the message off list, but now rereading this again, I'm starting to understand.) I see that I'm affecting all the URLs, including the ones the app is initiating and that's what's breaking stuff. But what if I want the rule to ONLY take affect when the URL ends