RE: [EMAIL PROTECTED] Reverse Proxy with internal redirects

2006-07-20 Thread Oliver.Schaudt
>I have a 2 node internal environment. http://internal-apps and >http://internal-sso. The reverse proxy has two virtual hosts configured >as http://external-apps and http://external-sso. All reverse proxy >configs work except when the application server needs to authenticate to >the sso serv

RE: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Oliver.Schaudt
>LoadModule was_ap20_module >/opt/CHROOT/HTTPD/WebSpherePlugin/bin/mod_was_ap20_http.so Another possibility is, that mod_was_ap20_http.so was compiled against 2.0.xx Ask IBM if they have something like "mod_was_ap22_http.so" which should be compiled against 2.2.x. bye Oliver -Ursprünglic

RE: [EMAIL PROTECTED] question about using a SetHandler directive to handle a 404 case

2006-07-10 Thread Oliver.Schaudt
ErrorDocument 404 /weblogicpath/error/404.jsp where Weblogic will handle /weblogicpath Before you have at least SetHandler weblogic-handler ... Bye Oliver -Ursprüngliche Nachricht- Von: Tom Hodder [mailto:[EMAIL PROTECTED] Gesendet: Mo 10.07.2006 16:49 An: users@httpd.

RE: [EMAIL PROTECTED] How to tell if Apache is really running

2006-07-06 Thread Oliver.Schaudt
In your first post you used "ps -ax" to check your httpd-processes. Use now "ps -aux| grep httpd" [ or "ps -ef | grep httpd"] You will get a line root 1029 ?? Ss 0:00.46 /usr/local/sbin/httpd or 1029 ?? Ss 0:00.46 /usr/local/sbin/httpd This user has to get access to the Keyfil

RE: [EMAIL PROTECTED] How to tell if Apache is really running

2006-07-06 Thread Oliver.Schaudt
find / -name '*.conf' -print This will find "ssl.conf" "httpd.conf" or "example.com.conf" etc... Greetings Oliver -Ursprüngliche Nachricht- Von: Graves, Jan [mailto:[EMAIL PROTECTED] Gesendet: Do 06.07.2006 19:40 An: users@httpd.apache.org Betreff: RE: [EMAIL PROTECTED] How to tell i

RE: [EMAIL PROTECTED] How to tell if Apache is really running

2006-07-06 Thread Oliver.Schaudt
>[Thu Jul 6 08:02:47 2006] [error] mod_ssl: Init: Private key not found >(OpenSSL > library error follows) Look inside the configuration of your "ssl.conf" or "httpd.conf" or if you have some separate conf-files for line like SSLCertificateKeyFile /path/to/.key and check if the file is at pla

RE: [EMAIL PROTECTED] apache 2.2.2 and talking to Tomcat 5.5 via ProxyPass

2006-07-06 Thread Oliver.Schaudt
>> 1. I hope you have beside your >> ProxyPass /mytomcatapp ajp://127.0.0.1:8009/mytomcatapp >> a line >> ProxyPassReserve /mytomcatapp ajp://127.0.0.1:8009/mytomcatapp >> and/or >> ProxyPreserveHost On >> >> >Did not have the ProxyPreserveHost On, but did have ProxyPassReverse. OK >> 2

RE: [EMAIL PROTECTED] apache 2.2.2 and talking to Tomcat 5.5 via ProxyPass

2006-07-06 Thread Oliver.Schaudt
>Apache 2.2 makes it SOOO easy to talk to a Tomcat app by just using: > ProxyPass /mytomcatapp ajp://127.0.0.1:8009/mytomcatapp >But the problem I'm facing is that I have an app that uses it's own >stylesheets and javascripts. Further, the app itself calls the contents >on these directories with

RE: [EMAIL PROTECTED] apache and ssl

2006-06-29 Thread Oliver.Schaudt
>Joshua, >Here is what is listed in the logs, but this is from this morning. I don't >know why this information hasn't been updated: > [Wed Jun 28 11:27:03 2006] [error] Init: Unable to read pass phrase [Hint: > key introduced or changed before restart?] If you don't want to enter the passp

RE: [EMAIL PROTECTED] Regarding Apache Plugin for weblogic server

2006-06-08 Thread Oliver.Schaudt
What Version of Apache are you using ? If it is Apache 2.0.X than it should work. Otherwise if it is Apache 2.2.x than it will not working, becuse for the Apache 2.2.x no Weblogic Plugin is yet available. You can download the newest 9.1 binary and use the weblogic plugins for Apache from that v

[EMAIL PROTECTED] RE:[EMAIL PROTECTED] how to prevent an executing from /tmp

2006-06-02 Thread Oliver.Schaudt
>Hi >Will this break file uploads using web forms? Only if you are using any other METHOD like GET HEAD POST [for uploads to a specific location you're using normally PUT] and you wnat to store this in /tmp. This is than no longer possible. [EMAIL PROTECTED] wrote: >> Hi! > >> Someone often u

[EMAIL PROTECTED] RE:[EMAIL PROTECTED] how to prevent an executing from /tmp

2006-06-02 Thread Oliver.Schaudt
>Hi! >Someone often uploads files to /tmp and then executing in on the server with >webserver user priveleges. How to prevent it? >Thanks, >G. One possibility is this: Order Deny,Allow #Deny from All Allow from All Order Deny,Allow Deny from all Allow from 12

[EMAIL PROTECTED] RE [EMAIL PROTECTED] What tomcat connector to use?

2006-05-31 Thread Oliver.Schaudt
>The application I use "Lawson" only supports on AIX system 5.2 Apache 2.0.x, >tomcat 4.1, so cant use apache 2.2.2 and tomcat 5.5. Does "Lawson" any third-party modules [which you can not compile yourself ] inside the Apache 2.0.x ? Only than you are bound to 2.0.x. The only thing what is need

RE: [EMAIL PROTECTED] What tomcat connector to use?

2006-05-31 Thread Oliver.Schaudt
>I have installed Apache 2.0.58, and Tomcat 5.0.28. Is there a recommendation to use 2.0.x with Tomcat 5.0.x. The best choice will be Apache 2.2.2 and Tomcat 5.5.17. > What Tomcat version connector do I download > and install to build the mod_Jk.so module > on unix server. With an Apache 2.2.2 yo

AW: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-30 Thread Oliver.Schaudt
Hi Sergey, mod_evasive could be a module for you in this case. "Detection is performed by creating an internal dynamic hash table of IP Addresses and URIs, and denying any single IP address from any of the following: * Requesting the same page more than a few times per second * Making m

RE: [EMAIL PROTECTED] Making Apache 2.2 work with Weblogic 8.1 (both on Solaris 9)

2006-04-25 Thread Oliver.Schaudt
Like the last what i knew from the BEA-Support [a couple of minutes ago is that there doesn't exist a plugin for Apache 2.2 at the moment. For me there are only 2 possibilities: 1. Use 2.0.55 and mod_wl_20.so 2. Use 2.2.0 and mod_proxy_balancer to Weblogic and you can fire a feature request to th

RE: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-28 Thread Oliver.Schaudt
http://forums.bea.com/bea/message.jspa?messageID=600019159&tstart=0 >From there: This happens because the plugin assumes that in the apache install/homedir there is a "logs" directory and writes it's lock file into there. Many apache installs have a "log" (not "logs") directory or even put the lo

RE: [EMAIL PROTECTED] mod_proxy_balance sticky sessions without cookies?

2006-03-21 Thread Oliver.Schaudt
>can you send your patch details so that I >can see exactly what change you made in mod_proxy_balancer.c? Here it is what i did from "mod_proxy_balancer.c": --- mod_proxy_balancer.c.ORIG 2005-11-10 16:20:05.0 +0100 +++ mod_proxy_balancer.c2006-01-31 18:03:56.0 +0100 @@ -

RE: [EMAIL PROTECTED] mod_proxy_balance sticky sessions without cookies?

2006-03-20 Thread Oliver.Schaudt
>[EMAIL PROTECTED] wrote: >> Hi Sam, >> >> i have had the same problem and i >> resolve it for me with a source >> change inside "mod_proxy_balancer.c" >> >> In the function "get_path_param" >> i made the stickyness parameter from >> the apache config [JESSIONID] lowercase, >> because here you

RE: [EMAIL PROTECTED] mod_proxy_balance sticky sessions without cookies?

2006-03-19 Thread Oliver.Schaudt
Hi Sam, i have had the same problem and i resolve it for me with a source change inside "mod_proxy_balancer.c" In the function "get_path_param" i made the stickyness parameter from the apache config [JESSIONID] lowercase, because here you will get everytime the identifier as "jsessionid". If is

RE: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-11 Thread Oliver.Schaudt
If you have the both JBOSS including Tomcat on two different machines than it should do nothing, but i don't know if it is going well on one machine. Another aspect: What is if you use ServerName stage.foobar.com ErrorLog logs/stage-error_log.log CustomLog logs/stage-access.log combined Pro

RE: [EMAIL PROTECTED] Blocking invalid URIs?

2006-03-11 Thread Oliver.Schaudt
The thing what you need is mod_security http://www.modsecurity.org/ which is acting as a module inside Apache. Here eare rules for it http://www.modsecurity.org/projects/rules/index.html They are snort-like mod_security block your invalid url's. bye Oliver -Ursprüngliche Nachricht-

Re: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-11 Thread Oliver.Schaudt
You said you are using "default config". Most of the time the Host inside the config of the TOMCAT is "localhost". There you should insert dev.foobar.com and stage.foobar.com instead. Can you check this ? bye Oliver -Ursprüngliche Nachricht- Von: Clute, Andrew [mailto:[EMAIL PROTECTED

RE: [EMAIL PROTECTED] Apache precompiled version 1.3.33 for Solaris 8

2006-03-06 Thread Oliver.Schaudt
Is there a recommendation [3rd party modul or so] that you have to use 1.3.x and not 2.0 oder 2.2 ? bye Oliver -Ursprüngliche Nachricht- Von: Kaushal Shriyan [mailto:[EMAIL PROTECTED] Gesendet: Mo 06.03.2006 15:36 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] Apache precomp

RE: [EMAIL PROTECTED] mod jk

2006-03-06 Thread Oliver.Schaudt
>[EMAIL PROTECTED]/apache/bin# ./apachectl start >Syntax error on line 212 of /home/qrq/suds_20_dir/apache/conf/httpd.conf: >Invalid command 'JkWorkersFile', perhaps mis-spelled or defined by a >module not included in the server configuration >/apachectl start: httpd could not be started >[EMAIL PR

RE: [EMAIL PROTECTED] SSLVerifyClient require in Virtual Host

2006-03-02 Thread Oliver.Schaudt
Hi Tony, if you want run SSL my understanding is that your server need a certificate and a key file too or do you have it at another place ? Like: SSLCertificateFile/path/to/conf/ssl.crt/subversion2.phoenixphire.org.crt SSLCertificateKeyFile /path/to/conf/ssl.key/subversion2.phoenixphire.org

AW: [EMAIL PROTECTED] apache ssl

2006-02-28 Thread Oliver.Schaudt
Ursprüngliche Nachricht- Von: azeem ahmad [mailto:[EMAIL PROTECTED] Gesendet: Di 28.02.2006 20:05 An: users@httpd.apache.org; [EMAIL PROTECTED] Betreff: [EMAIL PROTECTED] apache ssl >hi list, i have installed httpd with webdav, now i want it to run on https >only, its running on both ht

AW: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread Oliver.Schaudt
I think Apache takes your %TEMP%/httpd.pid as an relative path Is there a difference in the behaviour when you make it inside " PidFile "%temp%/apache.pid" bye Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Di 28.02.2006 16:42 An: users Betref

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread Oliver.Schaudt
On attempt on Windows Systems %SystemRoot%\temp Greets Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Di 28.02.2006 11:29 An: users Betreff: [EMAIL PROTECTED] OS Env variables - TMP Hello, In my attempt to ship Apache as a standlone ser

RE: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Oliver.Schaudt
What about /bin/arch which should be the same like uname -m and what do you get from httpd -V | grep "Architecture" bye Oliver -Ursprüngliche Nachricht- Von: sanjay tripathi [mailto:[EMAIL PROTECTED] Gesendet: Mo 27.02.2006 19:11 An: users@httpd.apache.org Betreff: Re: AW: [EMAIL PR

AW: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Oliver.Schaudt
uname -p | cut -d\_ -f2 for me on Linux i receive than 64 -Ursprüngliche Nachricht- Von: sanjay tripathi [mailto:[EMAIL PROTECTED] Gesendet: Mo 27.02.2006 19:00 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] How to Check In Solaris There is Command "isainfo -b" But in Linux :)

AW: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Oliver.Schaudt
cat /etc/issue an example printout: [EMAIL PROTECTED]>cat /etc/issue Welcome to SUSE LINUX Enterprise Server 9 (x86_64) - Kernel \r (\l). and if you wnat to know only the "x86_64" than [EMAIL PROTECTED]> uname -p x86_64 -Ursprüngliche Nachricht- Von: sanjay tripathi [mailto:[EM

RE: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Oliver.Schaudt
>Hey, >can you tell me any one if i want to know that > How to check to Linux Base OS that its N Bit OS? > Any command by which we can get? Do you mean something like uname -i or uname -p or the wholestring uname -a > Thanks > Sanjay Tripathi bye Oli

Re: [EMAIL PROTECTED] determining page size correctly

2006-02-24 Thread Oliver.Schaudt
>Hello again.. >The reason for web page size exploration is a rule for the application. >No page will exceed 150K, only %35 can exceed 60K etc.. >I am not good at Apache so can you explain referrers a bit more and how to use >it in page size >exploration >And when I connect with a browser I coul

[EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-24 Thread Oliver.Schaudt
Hi Jerome, Are you having any 3rd party modules which prevents you to use Apache 2.x ? There you have mod_ssl integrated inside apache An apache 1.3.x is more complicated to compile because you must have the corresponding mod_ssl and openssl version together with your apache The above lines are

Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-23 Thread Oliver.Schaudt
Make an "rpm -qa | grep openssl" then with the outcoming name (for example "openssl-0.9.8a-11.18") make rpm -q -l --provides openssl-0.9.8a-11.18 | grep libssl Than you shoudl know where it is. bye Oliver -Ursprüngliche Nachricht- Von: JM [mailto:[EMAIL PROTECTED] Gesendet: Do 23.

RE: [EMAIL PROTECTED] apachectl and multiple daemons

2006-02-22 Thread Oliver.Schaudt
Hi Richard, >-Ursprüngliche Nachricht- >Von: Richard de Vries [mailto:[EMAIL PROTECTED] >Gesendet: Mi 22.02.2006 22:23 >An: users@httpd.apache.org >Betreff: [EMAIL PROTECTED] apachectl and multiple daemons >I have the need to run multiple daemons off of the >same apache base install. Eac

RE: [EMAIL PROTECTED] how to avoid to go to parent directory

2006-02-22 Thread Oliver.Schaudt
Hi Maurizio, for Tomcat you should change the default entry for "Listing directories" inside /conf/web.xml There inside, search for "listings", than you will find ... and listings true Here you should change the value from from true tofalse Then each attempt for an acc

[EMAIL PROTECTED] RE:[EMAIL PROTECTED] huge mod_jk.log

2006-02-21 Thread Oliver.Schaudt
>Hello >I got mod_jk working, hurrah, however I am serving >large files and the mod_jk.log file is huge. When it >is over about 100MB Apache will not start up. Clear >out the file and it starts fine. >How do I configure Apache to log as tersely as >possible to mod_jk.log? You can use rotatelogs

Re: [EMAIL PROTECTED] mod_rewrite directives problem

2006-02-20 Thread Oliver.Schaudt
>Apparently the directive RewriteCond %{REQUEST_FILENAME} !-f matches >requests for existing files, which it should exactly not do. >I try to filter out all requests for non existing documents and folders >and lead them to my script, but leave the existing stuff untouched. !-f says "NOT an exist

AW: [EMAIL PROTECTED] apache 2.2 build failure

2006-02-19 Thread Oliver.Schaudt
Like what Keith and Joost said, send your configure line. There should be something mising. I can test it on a SLES on an AMD 64 Opteron. bye Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: So 19.02.2006 14:39 An: users@httpd.apache.org Betre

AW: [EMAIL PROTECTED] Problems with several ssl-certs and dyndns machine

2006-02-16 Thread Oliver.Schaudt
The description what you gave is the case if you have running several SSL-Host on the same ip-adress but with different names. Without SSL you can do this but with SSL each Host need its own ip address. If this is not the case, than you should post the host parts of your config. look more at ht

AW: [EMAIL PROTECTED] wildcard in proxypass logic

2006-02-16 Thread Oliver.Schaudt
For the wildcard use better "LocationMatch" instead of "Location". http://httpd.apache.org/docs/2.2/en/mod/core.html#locationmatch If you want to playing with a bunch of tomcats in the back you should have a look of mod_proxy_balancer/mod_proxy_ajp too http://httpd.apache.org/docs/2.2/en/mod/mod_

RE: [EMAIL PROTECTED] Client side Java problem

2006-02-16 Thread Oliver.Schaudt
http://www.faqs.org/docs/htmltut/applets/_APPLET_ARCHIVE.html when i look at this it seems that it should work without the codebase line. bye oliver -Ursprüngliche Nachricht- Von: Dan Kruse [mailto:[EMAIL PROTECTED] Gesendet: Do 16.02.2006 09:27 An: users@httpd.apache.org Betreff: [EMAIL

[EMAIL PROTECTED] RE [EMAIL PROTECTED] force 404 error

2006-02-16 Thread Oliver.Schaudt
Update RewriteCond %{REQUEST_URI} ^(.*)/\.svn(.*)$ RewriteRule ^(.*)$ /errors/404.html [R,L] I tested this and it finds /dir1/.svn /.svn but it leaves untouched /tsvn bye Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mi 15.02.2006 21:44 An:

RE: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
You can put RewriteCond/RewriteRule inside server config, virtual host, directory, .htaccess see http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritecond You don't need the DirectoryMatch because the same thing makes RewriteCond for you. REQUEST_URI is the part after host:port e.g "w

AW: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
>Right now they return 403 forbiden In your first post you talked of a HTTP_FORBIDDEN (403) not from a HTTP_OK (200) With ErrorDocument 403 404.html you send each user which gets a HTTP_FORBIDDEN (403) your HTTP_NOT_FOUND page > I am looking for a way to change a http response from 200 to 404 T

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-15 Thread Oliver.Schaudt
Should I post a bug report? Than Do it -Ursprüngliche Nachricht- Von: Kresimir Peharda [mailto:[EMAIL PROTECTED] Gesendet: Di 14.02.2006 21:04 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect?

AW: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
ErrorDocument 403 /path/to/errorfile/404.html see http://httpd.apache.org/docs/2.0/custom-error.html bye Oliver Schaudt -Ursprüngliche Nachricht- Von: Uk1ah Sm1th [mailto:[EMAIL PROTECTED] Gesendet: Mi 15.02.2006 16:29 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] force 404 err

AW: [EMAIL PROTECTED] Apache performance

2006-02-15 Thread Oliver.Schaudt
Perhaps this http://www.cohprog.com/mod_bandwidth.html bye OLiver -Ursprüngliche Nachricht- Von: Bob Bo [mailto:[EMAIL PROTECTED] Gesendet: Mi 15.02.2006 13:29 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] Apache performance Hello all, I have a small project of distributing a si

[EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-15 Thread Oliver.Schaudt
> 2. Server responds with rewrite of URL: > http://lucas.delexian.com/welcome/index.jsp The server is making a reversproxy for the locations /ocs but not for /welcome So i think you need ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /welcome/ ProxyHTMLURLMap /welcome /welcome

[EMAIL PROTECTED] RE:[EMAIL PROTECTED] UserDir enabled error ?

2006-02-14 Thread Oliver.Schaudt
If you want 'UserDir' than you need to activate the userdir_module LoadModule userdir_module libexec/mod_userdir.so bye Oliver -Ursprüngliche Nachricht- Von: Mehmet Fatih AKBULUT [mailto:[EMAIL PROTECTED] Gesendet: Di 14.02.2006 14:33 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED]

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-14 Thread Oliver.Schaudt
. in addition to the LogLevel "Debug" you can use a RewriteRule in Conjunction with ProxyPreserveHost on instead of a ProxyPass/ProxyPassReverse combination So instead of ProxyPass /b-end/ http://backend/ ProxyPassReverse /b-end/ http://backend/ use RewriteRule ^/b-end/(.*)$

[EMAIL PROTECTED] AW: RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-14 Thread Oliver.Schaudt
Can you turn on "LogLevel Debug" and post some lines out of it. If occur, Lines around "proxy: HTTPS: declining URL" or "proxy: HTTP: serving URL" bye Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mo 13.02.2006 19:41 An: users@httpd.apache.

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Oliver.Schaudt
Only to make a ProxyPassReverse is not enough to make https Do you have in your httpd.conf at least Lines like this ? SSLEngine On SSLProxyEngine On Listen fe:443 Your four lines with the Location shows a ProxyPass Directive with an absolute URL to the backend, which is normal. You cannot go to

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Oliver.Schaudt
Where in your config should come the https from ? If you want a secure communication to the backend than make a virtual host on Port 80 for the frontend, rewrite than all incoming requests from the second virtual host which is listening on Port 443 of your frontend server and put there (in the

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Oliver.Schaudt
>The second arg to rotatelogs provided with Apache is the number of seconds >after which the log gets rotated. So the above command rotates logs every >5 seconds. > >Joost The synpsis is rotatelogs [ -l ] logfile [ rotationtime [ offset ]] | [ filesizeM ] so you can only use it with seconds o

AW: [EMAIL PROTECTED] Apache drops connection but ifdown/up resolves the issue!

2006-01-25 Thread Oliver.Schaudt
Are you running out of file descriptors with your Apache Process ? [ulimit -a] Greetings Oliver -Ursprüngliche Nachricht- Von: Neil A. Hillard [mailto:[EMAIL PROTECTED] Gesendet: Mi 25.01.2006 10:53 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] Apache drops connection but ifdown/

[EMAIL PROTECTED] Re:[EMAIL PROTECTED] Apache 2 and SSL on server with multiple IPs, SSL won't load...

2006-01-23 Thread Oliver.Schaudt
In this line you sould put the certificate of your rootCA which has signed your certificate. SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/.crt "VerifyDepth 5" seems to be to high because than you need certificates in chain up to 5 like (e.g.cert1 + cert2 +cert3 +cert4 +rootCA) but you o

AW: [EMAIL PROTECTED] apache2 and suexec problem

2006-01-23 Thread Oliver.Schaudt
has your /usr/sbin/suexes the appropriate rights with the sticky bit set. Like this -r-sr-xr-x 1 root root 31703 Dec 12 11:27 suexec If not, than you will get this with these commands chmod 4555 /usr/sbin/suexec chown root:root /usr/sbin/suexec bye Oliver ___

AW: Re4: [EMAIL PROTECTED] stickysession at mod_proxy_balancer

2006-01-20 Thread Oliver.Schaudt
hi dom, seems strange. Can it be any of the following issues from the bugzilla of apache url encoding cookie http://issues.apache.org/bugzilla/show_bug.cgi?id=34844 ProxyPassReverse doesn't change cookie paths http://issues.apache.org/bugzilla/show_bug.cgi?id=10722 or this on which was cha

AW: [EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Oliver.Schaudt
use a RewriteCond before your weather.pl line and change the [R] into [R,L] see http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#RewriteCond bye Oliver Freundliche Gruesse / Best Regards / Avec mes meilleures salutations Oliver Schaudt SeniorConsultant Tel:: +49-178-8855-712 Fax: +49-17

AW: [EMAIL PROTECTED] stickysession at mod_proxy_balancer

2006-01-18 Thread Oliver.Schaudt
Hi dom, so than it seems that the definitions which you had in your apache configuration don't match your session cookie Can you use "tamper data" https://addons.mozilla.org/extensions/moreinfo.php?id=966&application=firefox

AW: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Oliver.Schaudt
Hi Lekha, turn on "LogLevel Debug" than apache should point you in the "error_log" to something more. Freundliche Gruesse / Best Regards / Avec mes meilleures salutations Oliver Schaudt SeniorConsultant Tel:: +49-178-8855-712 Fax: +49-178-998855-712 mailto:[EMAIL PROTECTED]

AW: [EMAIL PROTECTED] stickysession at mod_proxy_balancer

2006-01-18 Thread Oliver.Schaudt
Hi dom, 1. Do you see some lines like "proxy: BALANCER: Found value 12721798.A_ for stickysession sessionkey" in the "error_log" ? 2.Do you have set your session-identifier nameinside your servers behind Apache to "sessionkey" and the route alias jvmroute to your "A_" and "B_" ? If not than it

AW: [EMAIL PROTECTED] Reverse Proxy Again

2006-01-13 Thread Oliver.Schaudt
One special thing could be your "/dev" before the normal URI. 1. Apache acting as an reverse proxy switches the headers but not the content of the page itself 2. i know that the portal is using sometimes javscript to put a URI together or is using a redirect inside the URI [this shows the thing

AW: [EMAIL PROTECTED] Meaninf of [L]

2006-01-13 Thread Oliver.Schaudt
RewriteCond %{REMOTE_HOST} ^host1.* [OR] RewriteCond %{REMOTE_HOST} ^host2.* RewriteRule ^/$ /homepage.max.html [L] The [OR] is only relevant if you have more conditions than 1. In this case if yout want to say if REMOTE_HOST begins with "host1" or "host2" [L] says Last rule

AW: [EMAIL PROTECTED] Reverse Proxy Again

2006-01-13 Thread Oliver.Schaudt
Hi Franky, 1. The header line with the cookie has at least 2 parts with the SAP WAS Cookie=saplb_*=(J2EE184141100)184141150; JSESSIONID=(J2EE184141100)ID184141150DB10457613221413343070End Is it possibly that your javascript shows you only the information till the first semicolon ";" ? I have

AW: [EMAIL PROTECTED] Reverse Proxy Again

2006-01-12 Thread Oliver.Schaudt
Hi Franky, with a SAP Portal in the background you have to send back more [i used hier only "irj" because the next contexta in the uri which the portal wants are "portal" / "portalapps" /"go" and "servlet" . ProxyRequests Off ProxyPass/irj http://www.domain.com:5/irj

RE: [EMAIL PROTECTED] 2.2 Troubles

2006-01-10 Thread Oliver.Schaudt
>Is there another more prefered way of finding out what the browser is sending >to the server, for future reference? Internet Explorer: iehttpheaders http://www.blunck.info/iehttpheaders.html Firefox: Tamper Data https://addons.mozilla.org/extensions/moreinfo.php?id=966 or Livehttpheaders http

AW: [EMAIL PROTECTED] ProxyPass trouble, WAS: Can't get "stickysession" to work

2006-01-10 Thread Oliver.Schaudt
pservers, then. Can you send me the cookie line from which your Browser sends back to the Apache with a ZopeID ? oliver.schaudt at unilog.de bye Oliver * Examples of session ID's: A Tomcat alone sends JSESSIONID=5DE657D529A72D80A70C1D3A3E652910 A tomcat with a "route" sends JSESSIO

AW: [EMAIL PROTECTED] ProxyPass trouble, WAS: Can't get "stickysession" to work

2006-01-07 Thread Oliver.Schaudt
Hi , Last month i made the same thing and after some "forbidden", i put the "/" after the "mycluster" and it worked. For me it worked this: ProxyPass / balancer://wpgcluster/ lbmethod=byrequests stickysession=JSESSIONID nofailover=On BalancerMember http://10.0.0.1:11800/ smax=15 loadfactor=

AW: [EMAIL PROTECTED] rewrite gurus help? (with mod_proxy_ajp)

2006-01-05 Thread Oliver.Schaudt
Hi Axel-Stephane is a RewriteRule ^/pub(.*)$ajp://theTomcatBox:8009/pub$1 [P] not the similar like ProxyPass/pub ajp://theTomcatBox:8009/pub ProxyPassReverse /pub ajp://theTomcatBox:8009/pub I have had several Apache's from 1.3 to 2.2 which have had no

AW: [EMAIL PROTECTED] rewrite gurus help? (with mod_proxy_ajp)

2006-01-05 Thread Oliver.Schaudt
Hi Pete, Put an "L" inside the line with the "asx" -Line, so that Apache knows this will be the "last " Rule. Than with RewriteRules you don't need "ProxyPassReverse" Than check these [ist is only inserted an ",L" before the "]": RewriteEngine on RewriteRule /pub/wiv/(.*).asx$ ajp://theTo

AW: [EMAIL PROTECTED] Unable to redirect ( using mod_rewrite)

2005-12-27 Thread Oliver.Schaudt
Hi Rajendra, there is the line "RewriteCond %{REQUEST_URI} !^downtime\.html$" missing, because if you can to redirect all URL's to "downtime.html", but you have to exclude the "downtime.html" itself. If not, this will result in an infinte loop. So your new Block will be RewriteCond %{REQU

RE: [EMAIL PROTECTED] SOLVED mod_proxy_balancer question 2.1.9

2005-11-21 Thread Oliver.Schaudt
HI, it is solved. The magical thing seems to be a slash after the name of the cluster, so "/somcluster" gets an warn message in the error_log and "/somcluster/" works This is NOT Working: ProxyPass / balancer://somcluster lbmethod=byrequests stickysession=JSESSIONID nofailover=On Ba

AW: [EMAIL PROTECTED] libperl.so

2005-11-18 Thread Oliver.Schaudt
Hi, "Cannot load /usr/apache/ libexe <<

[EMAIL PROTECTED] mod_proxy_balancer question 2.1.9

2005-11-11 Thread Oliver.Schaudt
Hi, i'm using apache 2.1.9beta and mod_proxy_balancer on an AMD Opteron 64 running SLES 9. It compiled well and it runs. There is one special thing: Case 1 : If i make a balancercluster like this [for every context 1 cluster] ProxyPass /web balancer://wpgcluster lbmethod=byrequests stick