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

2006-06-08 Thread Alexander Lazic
Hi, On Mit 07.06.2006 15:43, sarvothaman vittal wrote: I am running into this error when I am trying to install the apache plugin module mod_wl_20.so on my apache web server running on Linux machine. The Weblogic-pugin is only a proxy-module! The Weblogic-pugin talk with http(s) to the app-se

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

2006-06-08 Thread Axel-Stéphane SMORGRAV
-Original Message- From: Axel-Stéphane SMORGRAV Sent: Thursday, June 08, 2006 4:05 PM To: 'sarvothaman vittal' Subject: RE: [EMAIL PROTECTED] Regarding Apache Plugin for weblogic server Chances are that BEA does not currently support Apache 2.2. Apache 2.2 is not binary compatible wit

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

2006-06-08 Thread Axel-Stéphane SMORGRAV
-Original Message- From: Axel-Stéphane SMORGRAV Sent: Thursday, June 08, 2006 3:41 PM To: 'sarvothaman vittal' Subject: RE: [EMAIL PROTECTED] Regarding Apache Plugin for weblogic server There we go. The plugin is not compatible with 2.2.0. I do not know whether BEA does supply a plugi

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

2006-06-08 Thread Axel-Stéphane SMORGRAV
-Original Message- From: Axel-Stéphane SMORGRAV Sent: Thursday, June 08, 2006 3:24 PM To: 'sarvothaman vittal' Subject: RE: [EMAIL PROTECTED] Regarding Apache Plugin for weblogic server I suppose you _are_ using Apache 2.0.x ? What is the output of "httpd -v" ? -ascs ___

Re: [EMAIL PROTECTED] Segmentation Fault

2006-06-08 Thread Ranjith Kumar
So, what should I do now? On 6/9/06, Michael Bellears <[EMAIL PROTECTED]> wrote: There is an error on(or near) line 109 of /etc/init.d/httpd (As the error indicates) From: Ranjith Kumar [mailto:[EMAIL PROTECTED]] Sent: Friday, 9 June 2006 3:06 PM To: users@httpd.apache.orgSubject: [EMAIL PROT

[EMAIL PROTECTED] Segmentation Fault

2006-06-08 Thread Ranjith Kumar
Hi,   I am using RedHat Linux 9. When I am trying to start my httpd service its giving the following mesage.     "Starting httpd: /etc/init.d/httpd: line 109: 18469 Segmentation fault  grep -Eiq "^[[:space:]]*($GONE)" $CONFFILE   [  OK  ] 

[EMAIL PROTECTED] "leaking" Alias and ScriptAlias into VirtualHost sites

2006-06-08 Thread Terry Kennedy
Environment: Apache/2.0.58 (FreeBSD) PHP/4.4.2 mod_ssl/2.0.58 OpenSSL/0.9.7e-p1 mod_perl/2.0.2 Perl/v5.8.8 Server Problem: I have a number of Alias and ScriptAlias definitions in my httpd.conf which I intended to apply only to my main/"real" host. However, they also work in each of my virtual

Re: [EMAIL PROTECTED] Re: Serve /var/www and public_html

2006-06-08 Thread Joshua Slive
On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Joshua Slive" <[EMAIL PROTECTED]> writes: [...] >> Adding that directory specifally (..htdocs/exp) in another `Directory' >> statement does make cgi work there but that shuold just happen with >> the above Directory statement right? > > A

[EMAIL PROTECTED] Re: Serve /var/www and public_html

2006-06-08 Thread reader
"Joshua Slive" <[EMAIL PROTECTED]> writes: [...] >> Adding that directory specifally (..htdocs/exp) in another `Directory' >> statement does make cgi work there but that shuold just happen with >> the above Directory statement right? > > Assuming you had *no other options directives*, then yes.

RE: [EMAIL PROTECTED] Apache -- DBD issue

2006-06-08 Thread Akhter, Shameem F
Isn't there another message immediately before that? Unfortunately there is none. These are the only errors. These errors disappear when I degraded the version to older ones, I mean pre 5.2. Any help related to 5.2 would be appreciated. On Thursday 08 June 2006 07:55, Akhter, Shameem F wrote:

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

2006-06-08 Thread sarvothaman vittal
Thats a good suggestion, I need to try that   thank you   On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 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 Plugi

Re: [EMAIL PROTECTED] Re: Serve /var/www and public_html

2006-06-08 Thread Joshua Slive
On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: the apache error_log says: Options ExecCGI is off in this directory: /var/www/localhost/htdocs/exp/test.cgi, referer: http://reader.local.lan/exp/ But /var/www/localhost/htdocs should include any subdirectories right. In httpd.conf is sa

[EMAIL PROTECTED] Re: Serve /var/www and public_html

2006-06-08 Thread reader
"David Salisbury" <[EMAIL PROTECTED]> writes: > Well, you'd probably have to script alias every user's directory as well as > the /var/... directory. > > But, you should be able to get around that with a > > AddHandler cgi-script cgi > > in your conf file. At this point I do have that uncommente

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

RE: [EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock

2006-06-08 Thread Steely, Bruce \(Mission Systems\)
I'll try it. Bruce -Original Message- From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 10:19 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock I have had this kind of problems before,

Re: [EMAIL PROTECTED] Serve /var/www and public_html

2006-06-08 Thread David Salisbury
Well, you'd probably have to script alias every user's directory as well as the /var/... directory. But, you should be able to get around that with a AddHandler cgi-script cgi in your conf file. -ds - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, June 08, 2006 1

Re: [EMAIL PROTECTED] serving request only when http -X (debug mode 1 worker)

2006-06-08 Thread Joshua Slive
On 6/8/06, Meir Yanovich <[EMAIL PROTECTED]> wrote: Can be... I did migrate from 1.3 to 2.2 and I did some changes do I need to know about something when I building to deal with multiple processes? Sorry, but that question is way too broad. If you need help on general apache module programming

RE: [EMAIL PROTECTED] serving request only when http -X (debug mode 1 worker)

2006-06-08 Thread Meir Yanovich
Can be... I did migrate from 1.3 to 2.2 and I did some changes do I need to know about something when I building to deal with multiple processes? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Thursday, June 08, 2006 4:16 PM To: users@h

RE: [EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock

2006-06-08 Thread Axel-Stéphane SMORGRAV
I have had this kind of problems before, and I seem to remember I even posted a bug about it. For your information the error message you get does come from mod_ssl: bash-2.03$ find . -type f -name \*.c -exec grep -l 'Failed to acquire global mutex lock' {} \; ./modules/ssl/ssl_engine_mutex.c b

Re: [EMAIL PROTECTED] serving request only when http -X (debug mode 1 worker)

2006-06-08 Thread Joshua Slive
On 6/8/06, Meir Yanovich <[EMAIL PROTECTED]> wrote: Hello what does it mean is that when I run the apache with httpd -X it output the response to me ( slow but gives it back ...) but when I try to rune the apache with Workes or frefork it does not bring back the or not even get the request / resp

RE: [EMAIL PROTECTED] serving request only when http -X (debug mode 1 worker)

2006-06-08 Thread Meir Yanovich
Hello what does it mean is that when I run the apache with httpd -X it output the response to me ( slow but gives it back ...) but when I try to rune the apache with Workes or frefork it does not bring back the or not even get the request / response its just idle ( all the process) The error i

RE: [EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock

2006-06-08 Thread Steely, Bruce \(Mission Systems\)
Thanks for replying, Axel. I'm familiar with the SSLMutex issue, but I doubt that it is the problem in this case. The system failed over to another node that uses the same configuration files (on a shared drive), and it runs fine on the other node. It has to be something that is particular to

Re: [EMAIL PROTECTED] multicriteria "Deny from env" rule

2006-06-08 Thread Proniewski Patrick
On 8 juin 06, at 15:52, Joshua Slive wrote: Close. Try: SetEnvIf Request_URI .* GoAway=1 BrowserMatch .+ !GoAway SetEnvIf Referer .+ !GoAway Deny from env=GoAway Perfect, it's working great :) I use a SetEnvIf that always matches rather than the SetEnv because the latter occurs in a differ

Re: [EMAIL PROTECTED] multicriteria "Deny from env" rule

2006-06-08 Thread Joshua Slive
On 6/8/06, Proniewski Patrick <[EMAIL PROTECTED]> wrote: Hi On 8 juin 06, at 15:21, Joshua Slive wrote: >> >>Deny from env(BlockBrowser AND BlockReferer) >>Deny from env=BlockCountry >> > > BrowserMatch "^$" BlockBrowser=1 > SetEnvIf Referer "^$" Bl

Re: [EMAIL PROTECTED] multicriteria "Deny from env" rule

2006-06-08 Thread Proniewski Patrick
Hi On 8 juin 06, at 15:21, Joshua Slive wrote: Deny from env(BlockBrowser AND BlockReferer) Deny from env=BlockCountry BrowserMatch "^$" BlockBrowser=1 SetEnvIf Referer "^$" BlockReferer=1 SetEnvIf BlockBrowser ^1$ GoAway SetEnvIf BlockReferer ^1$ G

Re: [EMAIL PROTECTED] Invalid URI in error_log

2006-06-08 Thread Joshua Slive
On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello guys, It's big headache for me, because it production server. There are some errors in error_log like this: [Thu Jun 08 07:49:57 2006] [error] [client 213.238.77.xx] Invalid URI in request Accept-Language: pl [Thu Jun 08 08:55:31 200

Re: [EMAIL PROTECTED] serving request only when http -X (debug mode 1 worker)

2006-06-08 Thread Joshua Slive
On 6/8/06, Meir Yanovich <[EMAIL PROTECTED]> wrote: hello all i did not played with the configuration yet I compiled the apache 2.2 im using prefork and not multithread according the httpd -V output now when I start apache with ./apachectl -k start , apache don't serve the dynamic pages from th

Re: [EMAIL PROTECTED] multicriteria "Deny from env" rule

2006-06-08 Thread Joshua Slive
On 6/8/06, Proniewski Patrick <[EMAIL PROTECTED]> wrote: Hello, I'm trying to set up a deny rule that must be triggered only when 2 conditions are both true : BrowserMatch "^$" BlockBrowser SetEnvIf Referer "^$" BlockReferer SetEnvIf GEOIP_COUNTRY_CODE XX BlockCountry

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

2006-06-08 Thread sarvothaman vittal
When I execute file /etc/httpd/modules/mod_wl_20.so I get this: /etc/httpd/modules/mod_wl_20.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped  On 6/8/06, Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote: What do you get when you executefile /etc/httpd/modules/mod_wl_20.

Re: [EMAIL PROTECTED] Retrieve value from notes table into ENV var or similar

2006-06-08 Thread Brian Rectanus
On 6/7/06, Nick Kew <[EMAIL PROTECTED]> wrote: On Wednesday 07 June 2006 21:54, Brian Rectanus wrote: > Does anyone know of a way to retrieve a value from the notes table > into an ENV var or otherwise use it within an apache conf? Notes are per-request. They don't exist outside a request. Ye

RE: [EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock

2006-06-08 Thread Axel-Stéphane SMORGRAV
Are you using mod_ssl ? IN that case what is the value of the SSLMutex property ? -ascs -Original Message- From: Steely, Bruce (Mission Systems) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 1:07 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Invalid argument: Failed

[EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock

2006-06-08 Thread Steely, Bruce \(Mission Systems\)
I am running Apache 2.0.51. Recently, I added a Location directive, and bounced Apache, but received the following errors in the error_log: [Wed Jun 07 18:03:54 2006] [warn] pid file /global/camin-http/apache/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Wed Jun 07 18:23

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

2006-06-08 Thread Axel-Stéphane SMORGRAV
What do you get when you execute file /etc/httpd/modules/mod_wl_20.so ?? -ascs From: sarvothaman vittal [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 9:43 PM To: users@httpd.apache.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [EMAIL PROTECT

Re: [EMAIL PROTECTED] Redirecting url with except cgi-bin

2006-06-08 Thread Robert Ionescu
You can try a neg. lookahead with Apache 2.x RedirectMatch ^/(?!cgi-bin)(.*)$ http://www.somedomain.com/us/company/en/$1 -- Robert - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

[EMAIL PROTECTED] problem with LAN access to apache

2006-06-08 Thread Alexandros Gougousis
hi, i have installed and started apache without problem (i think) but i cannot access it through my local network. If a put http://10.0.0.3/ (this is the IP of the apache pc) to a browser at the same pc apache responds, but when i try to do the same from another pc in my local network apache doesn'

[EMAIL PROTECTED] windows XP, mod_scgi, apache http server pyhton

2006-06-08 Thread Antonios Katsikadamos
hi all. I am an MSc student and my dissertation involves to running python with httpd apache server   with the module mod_scgi. does anyone knows how it works? I have found some configuration for the server for the mod_scgi but do we need to put the python files to the root folder? where should we

[EMAIL PROTECTED] unexpected redirect

2006-06-08 Thread Michele Marcionelli
Hello List, I have 2 apache 2.0.54 webserver (on different machines). Both are serving different virtual hosts on port 80 (http) and 443 (https). The 1st server: for every "https" virtual host there is a different ip-addess => the server works fine (my problem is not here ;-) The 2nd server:

[EMAIL PROTECTED] mod_scgi

2006-06-08 Thread Antonios Katsikadamos
hi all. I am an MSc student and my dissertation involves to running python with httpd apache server   with the module mod_scgi. does anyone knows how it works? I have found some configuration for the server for the mod_scgi but do we need to put the python files to the root folder? where should we

[EMAIL PROTECTED] Invalid URI in error_log

2006-06-08 Thread szymon
Hello guys, It's big headache for me, because it production server. There are some errors in error_log like this: [Thu Jun 08 07:49:57 2006] [error] [client 213.238.77.xx] Invalid URI in request Accept-Language: pl [Thu Jun 08 08:55:31 2006] [error] [client 83.15.134.xx] Invalid URI in request 49

[EMAIL PROTECTED] Redirecting url with except cgi-bin

2006-06-08 Thread Ganeshh HariHaran
Hi All,   I want to redirect any page , say  http://www.somedomain.com/foo/bar/test.html to http://www.otherdomain.com/foo/bar/test.html , except on a  condition that www.somedomain.com/cgi-bin/home.cgi should fetch the page from local server's cgi-bin path...   RedirectMatch ^(.*)\.*$ http://w

[EMAIL PROTECTED] Reverse Proxy with Apache HTTP Server

2006-06-08 Thread naveen udar
Hi, We have configured reverse proxy with Apache HTTP server i.e user requests (via HTTPS) are recd. by webserver A, which are then sent (via HTTP) to webserver B, where they are forwarded to Tomcat. Now the problem, we are facing is of double authentication i.e once a user is authenticated with

RE: [EMAIL PROTECTED] Configuration Broken

2006-06-08 Thread Roger
Thanks a lot for that. I will just write this for others especially beginners to Linux/Apache. I tried to do apachectl from the the prompt and i got "command not found". Then after you sent me an email, i remembered that i need to do /usr/local/apache/bin/apachectl configtest. That told exac

RE: [EMAIL PROTECTED] Configuration Broken

2006-06-08 Thread Mattias Segerdahl
Did you actually run apachectl configtest? -Original Message- From: Roger [mailto:[EMAIL PROTECTED] Sent: den 8 juni 2006 10:01 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Configuration Broken Hie All. I have just added a virtual host and when i am trying to restart my Apache i

[EMAIL PROTECTED] Configuration Broken

2006-06-08 Thread Roger
Hie All. I have just added a virtual host and when i am trying to restart my Apache i keep getting this error. [EMAIL PROTECTED] root]# service httpd restart /etc/init.d/httpd restart: configuration broken, ignoring restart /etc/init.d/httpd restart: (run 'apachectl configtest' for details) Has

Re: [EMAIL PROTECTED] Apache -- DBD issue

2006-06-08 Thread Nick Kew
On Thursday 08 June 2006 07:55, Akhter, Shameem F wrote: > Hi, I am getting the following errors from Apache2 (httpd-2.2.2) > error-log, and need to find a way to remove the error. > > > > ... [crit] (70023)This function has not been implemented on this > platform: DBD: driver for not available >

[EMAIL PROTECTED] serving request only when http -X (debug mode 1 worker)

2006-06-08 Thread Meir Yanovich
hello all i did not played with the configuration yet I compiled the apache 2.2 im using prefork and not multithread according the httpd -V output now when I start apache with ./apachectl -k start , apache don't serve the dynamic pages from the server PUT when I start apache with httpd -X , t

[EMAIL PROTECTED] multicriteria "Deny from env" rule

2006-06-08 Thread Proniewski Patrick
Hello, I'm trying to set up a deny rule that must be triggered only when 2 conditions are both true : BrowserMatch "^$" BlockBrowser SetEnvIf Referer "^$" BlockReferer SetEnvIf GEOIP_COUNTRY_CODE XX BlockCountry Deny from env(BlockBrowser AND BlockRefe