[EMAIL PROTECTED] How to check if user-module(DSO) is loaded?

2007-06-13 Thread janmejay.tripathi
Hi there, A newbie question. How can I ensure that a specific module (DSO) is loaded on a remote Apache server ? I want to send request to my module via a PHP+cURL client application, but before requesting anything I want to be safe that my module is running within Apache. How to check

RE: [EMAIL PROTECTED] multiple https hosts behind nat

2007-06-13 Thread Boyle Owen
> -Original Message- > From: Nikolai Lusan [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 14, 2007 8:01 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] multiple https hosts behind nat > > On Wed, 2007-06-13 at 09:14 -0400, Joshua Slive wrote: > > On 6/13/07, Aaron <[EMA

Re: [EMAIL PROTECTED] Mod_rewrite syntax

2007-06-13 Thread Nikolai Lusan
On Sun, 2007-06-03 at 09:59 -0400, Dustin Schuemann wrote: > I just want to redirect people that go to > http://smallgroup.lausanne.org to > https://www.surveymonkey.com/s.aspx?sm=qgyWxi2%2fyXBXcqC4Hm6PRg%3d%3d > with mod_rewrite. What is the syntax for this. Are you sure mod_rewrite is the tool y

Re: [EMAIL PROTECTED] multiple https hosts behind nat

2007-06-13 Thread Nikolai Lusan
On Wed, 2007-06-13 at 09:14 -0400, Joshua Slive wrote: > On 6/13/07, Aaron <[EMAIL PROTECTED]> wrote: > > > No multiple IPs on the outside. I would just do a 1 to 1 nat if that > > were the case. > > You're screwed then. You can't do IP-based virtual hosting with only a > single public IP. Well

Re: [EMAIL PROTECTED] Can mod_proxy_html rewrite

2007-06-13 Thread Earl Chew
Downloaded and installed 3.0 version 84. Dropped in as a replacement with no change in directives (except to Include proxy_html.conf unchanged) I get seg fault exits from apache children. What can I do to get you more detailed error reports? Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 13 Jun 200

Re: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Sander Temme
On Jun 13, 2007, at 12:25 PM, Salcedo, Simon wrote: OK...I made a small step forward. Turned LogLevel to debug and had this entry in my error_log, before it closed connection with the requesting PC: [Wed Jun 13 14:09:58 2007] [info] SSL Library Error: 336187530 error:1409D08A:SSL routines:S

Re: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Sander Temme
On Jun 13, 2007, at 10:08 AM, Salcedo, Simon wrote: The apache logs do not even show that any kind of connection between my web server and the PC running FF. I am looking at the access_log and the error_log. Please tell me how to change the log level to debug. http://httpd.apache.org/docs

Re: [EMAIL PROTECTED] Strange Operation : Redirect HTTPS to HTTP

2007-06-13 Thread Joshua Slive
On 6/13/07, Farid Izem <[EMAIL PROTECTED]> wrote: Hi, I have setup a Apache HTTP Server with Three Virtuals Hosts listening on port 80 * host1.domain.com (http + rewriterule to have https). * host2.domain.com (http) * host3.domain.com (http) And a Virtual Host for HTTPS Listening on port 443

[EMAIL PROTECTED] Strange Operation : Redirect HTTPS to HTTP

2007-06-13 Thread Farid Izem
Hi, I have setup a Apache HTTP Server with Three Virtuals Hosts listening on port 80 * host1.domain.com (http + rewriterule to have https). * host2.domain.com (http) * host3.domain.com (http) And a Virtual Host for HTTPS Listening on port 443. * host1.domain.com (https) Since, i tried to do : h

[EMAIL PROTECTED] Not starting - path not found

2007-06-13 Thread Tobias Jonch
Hello, I'm trying to get apache 2 to run on my vista 64 - I need it to run typo3, with which it came. I get the "unable to bind..." error when I just start the server, but I assume it's vista security messing it up for me, since I get another error when I run it with administrator priviledges. Th

Re: [EMAIL PROTECTED] Suspicious logging in access.log

2007-06-13 Thread William A. Rowe, Jr.
Asrai khn wrote: > Hi from last few days i am getting the below in access.log, and also > duno what had been changed this virtaul machine which is hosting our > clients domains going unresponsive after running for few hours. before > it was running cool from last 2 years. > Version : httpd-2.2.4-2.

[EMAIL PROTECTED] Trouble building mm_mod_auth_ldap for apache 2.0.49 or 2.2.4 on HPUX

2007-06-13 Thread Brian Foddy
On a HPUX B.11.11 server with gcc 3.4.3, I have been unable to correctly build mm_mod_auth_ldap for two different apache versions, 2.0.49 or 2.2.4. On 2.0.49 using mm_mod_auth_ldap 3.07, ./configure --prefix=/opt/hpws/apache/mm_mod_auth_ldap307/ --with-apache-dir=/opt/hpws/apache --with-apache

[EMAIL PROTECTED] Apache Thread Creation/Destroy Problem

2007-06-13 Thread Croteau, Beau
I'm running the following code inside of an apache module: apr_thread_t *thd_arr; apr_pool_create(&ai->mp, NULL); apr_threadattr_t *thd_attr; apr_threadattr_create(&thd_attr, (ai->mp)); apr_threadattr_detach_set(thd_attr,1); apr_thread_create(&thd_arr, thd_attr, ExecuteAction, ai, ai->mp); The mo

[EMAIL PROTECTED] Invalid URI in request

2007-06-13 Thread Rich Bowen
There is a URI on my website for which I get: Invalid URI in request GET /hr/jobs HTTP/1.1 every single time the URI is accessed. The URI works as desired, returning the document as desired, and the end-user is never aware that anything untoward happened. I'm curious why I'm getting this e

RE: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Salcedo, Simon
OK...I made a small step forward. Turned LogLevel to debug and had this entry in my error_log, before it closed connection with the requesting PC: [Wed Jun 13 14:09:58 2007] [info] SSL Library Error: 336187530 error:1409D08A:SSL routines:SSL3_SETUP_KEY_BLOCK:cipher or hash unavailable Can someb

RE: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread CHOKOLA, PETER J, ATTLABS
By the way, I found a Transfer Log in the ssl.conf file. I guess this is where the access_log is coming from. TransferLog /opt/hpws/apache/logs/access_log Peter Chokola AT&T Labs 200 S. Laurel Ave. Bldg A, Room A3-2B14 Middletown, N.J. 07748 Phone: (732)-420-2177 -Original Message- F

RE: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread CHOKOLA, PETER J, ATTLABS
Peter Chokola AT&T Labs 200 S. Laurel Ave. Bldg A, Room A3-2B14 Middletown, N.J. 07748 Phone: (732)-420-2177 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Wednesday, June 13, 2007 2:04 PM To: users@httpd.apache.org Subject: Re:

Re: [EMAIL PROTECTED] Can mod_proxy_html rewrite

2007-06-13 Thread Nick Kew
On Wed, 13 Jun 2007 10:15:49 -0700 (PDT) Earl Chew <[EMAIL PROTECTED]> wrote: > If I read this correctly, mod_proxy_html is parsing the HTML to figure > out which sections to look in for URLs to rewrite. To have > mod_proxy_html rewrite my /galleries/ URL, I'm going to have to add > "li" and "sty

[EMAIL PROTECTED] mod_auth_ldap search/bind

2007-06-13 Thread Dan Ciarniello
I need to set up Apache to use LDAP authentication but the search/bind method that mod_auth_ldap uses is problematic. Because mod_auth_ldap searches LDAP for a matching entry before attempting to bind, I am forced to either place a password in the .htaccess file or provide anonymous access to

Re: [EMAIL PROTECTED] Can mod_proxy_html rewrite

2007-06-13 Thread Joshua Slive
On 6/13/07, Earl Chew <[EMAIL PROTECTED]> wrote: I'm using mod_proxy_html and I've got a page with the following content: If I read this correctly, mod_proxy_html is parsing the HTML to figure out which sections to look in for URLs to rewrite. To have mod_proxy_html rewrite my /galleries/ U

Re: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread Joshua Slive
On 6/13/07, CHOKOLA, PETER J, ATTLABS <[EMAIL PROTECTED]> wrote: Are you absolutely sure you are editing the correct config file? I am editing httpd.conf Yes, but is it actually being used? If you put in an obvious syntax error and then restart the server, does it give you an error message?

[EMAIL PROTECTED] Re: Can I put an Apache proxy in front of an XML-RPC server?

2007-06-13 Thread Skip Montanaro
Nick Kew webthing.com> writes: > > On Wed, 13 Jun 2007 00:28:05 + (UTC) > Skip Montanaro pobox.com> wrote: > > > Here's my proxy setup (Apache 1.3.33 on a CentOS 4.5 system): > > Why? > > Apache 1.3 is a 1998 release. Do you still use Windows 98, > Slackware 4, or other such vintage sof

[EMAIL PROTECTED] Can mod_proxy_html rewrite

2007-06-13 Thread Earl Chew
I'm using mod_proxy_html and I've got a page with the following content: All my attempts to have mod_proxy_html rewrite /galleries/ to /public/galleries/ have failed. The basic pattern I'm using is: ProxyHTMLExtended On ProxyHTMLURLMap / /public/ Is there a stan

RE: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Salcedo, Simon
Sander, The apache logs do not even show that any kind of connection between my web server and the PC running FF. I am looking at the access_log and the error_log. Please tell me how to change the log level to debug. Regards, Simon -Original Message- From: Sander Temme [mailto:[EMAIL

Re: [EMAIL PROTECTED] setting MaxClients locally?

2007-06-13 Thread Sander Temme
Tony Stevenson wrote: > An alternative to changing all your links, could be for you to use > reverse proxy. > > i.e. > >ProxyPass / http://localhost:8080/ >ProxyPassReverse / http://localhost:8080/ > > > This way you could ensure that the change is transparent to the end > user, and the

RE: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread CHOKOLA, PETER J, ATTLABS
Peter Chokola AT&T Labs 200 S. Laurel Ave. Bldg A, Room A3-2B14 Middletown, N.J. 07748 Phone: (732)-420-2177 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Wednesday, June 13, 2007 11:54 AM To: users@httpd.apache.org Subject: Re:

Re: [EMAIL PROTECTED] Can I put an Apache proxy in front of an XML-RPC server?

2007-06-13 Thread Nick Kew
On Wed, 13 Jun 2007 00:28:05 + (UTC) Skip Montanaro <[EMAIL PROTECTED]> wrote: > Here's my proxy setup (Apache 1.3.33 on a CentOS 4.5 system): Why? Apache 1.3 is a 1998 release. Do you still use Windows 98, Slackware 4, or other such vintage software? > I've never used Apache's mod_proxy b

[EMAIL PROTECTED] Can I put an Apache proxy in front of an XML-RPC server?

2007-06-13 Thread Skip Montanaro
I have an XML-RPC server I would like to make available to a limited number of hosts on the Internet. It seems to me that Apache's proxy capability would be a reasonable way to achieve this. I'm having a little problem setting this up however. Here's my proxy setup (Apache 1.3.33 on a CentOS 4.5

Re: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread Joshua Slive
On 6/13/07, CHOKOLA, PETER J, ATTLABS <[EMAIL PROTECTED]> wrote: 1) I used the existing LogFormat "combined" entry that came with the Apache httpd.conf install. LogFormat "%h %l %u %t \"%r\" %>s %b combined 2) I then uncommented the corresponding CustomLog "combined" line that cam

RE: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread CHOKOLA, PETER J, ATTLABS
1) I used the existing LogFormat "combined" entry that came with the Apache httpd.conf install. LogFormat "%h %l %u %t \"%r\" %>s %b combined 2) I then uncommented the corresponding CustomLog "combined" line that came with the Apache httpd.conf install: CustomLog logs/access_log c

Re: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread Mark Watts
> I am new to Apache and I am trying to get the LogFormat and > CustomLog directives to work because I need more detailed logs, > information that even the LogLevel = debug can not show me (For example > cookies among other things). I uncommented both the LogFormat and > CustomLog lines for

Re: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread Joshua Slive
On 6/13/07, CHOKOLA, PETER J, ATTLABS <[EMAIL PROTECTED]> wrote: I am new to Apache and I am trying to get the LogFormat and CustomLog directives to work because I need more detailed logs, information that even the LogLevel = debug can not show me (For example cookies among other things)

[EMAIL PROTECTED] Custom Logs

2007-06-13 Thread CHOKOLA, PETER J, ATTLABS
I am new to Apache and I am trying to get the LogFormat and CustomLog directives to work because I need more detailed logs, information that even the LogLevel = debug can not show me (For example cookies among other things). I uncommented both the LogFormat and CustomLog lines for the "co

Re: [EMAIL PROTECTED] Suspicious logging in access.log

2007-06-13 Thread Brian A. Seklecki
This is an exploit attempt. I recommend firewalling off the entire CIDR allocation that the remote IP is contained within. Filter at your border for better performance. ~BAS On Wed, 2007-06-13 at 16:54 +0500, Asrai khn wrote: > Hi from last few days i am getting the below in access.log, and als

Re: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Sander Temme
On Jun 6, 2007, at 12:37 PM, Salcedo, Simon wrote: I recently installed SSL certificates on our Apache 2.0 server. Prior to that, I have been successful in viewing our pages via Firefox and Internet Explorer. After installing the certificates, I can still view the pages using IE, not wit

Re: [EMAIL PROTECTED] RE: Load Balancer Results in File Does Not Exist Errors

2007-06-13 Thread Sander Temme
On Jun 13, 2007, at 6:09 AM, Stuart, Ed wrote: So how do we modify the config files to correct this? Pull the language that forwards /appname requests to WebSphere into the plaintext virtual host, or into the main server config if you don't have a virtual host to handle plaintext requests

Re: [EMAIL PROTECTED] OT: where to discuss general issues concerning spiders?

2007-06-13 Thread Mark H. Wood
On Sat, Jun 09, 2007 at 12:46:23AM -0700, lists wrote: > Mark H. Wood wrote: > > Your chance to tell me where to go :-) > > > > I'm looking for a good place to discuss non-server-specific issues > > relating to spidering. Such as: "I have this great new proposal that > > would help us to segrega

Re: [EMAIL PROTECTED] multiple https hosts behind nat

2007-06-13 Thread Joshua Slive
On 6/13/07, Aaron <[EMAIL PROTECTED]> wrote: No multiple IPs on the outside. I would just do a 1 to 1 nat if that were the case. You're screwed then. You can't do IP-based virtual hosting with only a single public IP. Joshua. -

[EMAIL PROTECTED] RE: Load Balancer Results in File Does Not Exist Errors

2007-06-13 Thread Stuart, Ed
We have been able to determine that we can get the same behaviour from the web server if we use the ip address rather than the server name. So the web server only passes requests off to the WebSphere plugin if the server name is used and the request is coming in over https. We did not notice befo

Re: [EMAIL PROTECTED] authentication for proxy_balancer - SOLVED

2007-06-13 Thread Matt Zagrabelny
One major problem in my understanding of the apache configs was using the wrong directive. Well, actually, someone told me to use a directive that wasn't the appropriate directive to use. That is, the AuthUserFile directive. AuthUserFile as you all know, and now I do too, is used as an authenticati

[EMAIL PROTECTED] mod_proxy_ajp use too much memory?

2007-06-13 Thread Xuekun Hu
Hi, guys My system is DP Xeon with 8G memory. And I'm using Apache2.2.4 (worker MPM) and TOMCAT5.5.17 which connected by mod_proxy_ajp. My configuration is simple: KeepAlive On MaxKeepAliveRequests 0 ThreadsPerChild 300 MaxRequestsPerChild 0 MaxMemFree 100 ProxyPass /jsp-scripts ajp://

[EMAIL PROTECTED] Suspicious logging in access.log

2007-06-13 Thread Asrai khn
Hi from last few days i am getting the below in access.log, and also duno what had been changed this virtaul machine which is hosting our clients domains going unresponsive after running for few hours. before it was running cool from last 2 years. Version : httpd-2.2.4-2.fc6 FC6 /NULL.IDA?CCC

RE: [EMAIL PROTECTED] symlink or alias - what is safer ?

2007-06-13 Thread Lentes, Bernd
hello, the easist solution is always the best. I will do that. Thanks. Bernd > -Original Message- > From: Tony Stevenson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 13, 2007 1:13 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] symlink or alias - what is safer

Re: [EMAIL PROTECTED] multiple https hosts behind nat

2007-06-13 Thread Aaron
Krist van Besien wrote: On 6/13/07, Aaron <[EMAIL PROTECTED]> wrote: Hi All, I am running OpenBSD and their default install of apache (BSD patched version 1.3.29) behind a nat. I want to use ip based virtual hosts on the main web server so that I can run multiple ssl sites with a diff. certifi

RE: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Salcedo, Simon
I did re-installed FF on my PC and on my Mac. I even went back to FF1.5, but no luck. Regards, Simon -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 2:21 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Can't view SSL-enabled pag

Re: [EMAIL PROTECTED] symlink or alias - what is safer ?

2007-06-13 Thread Tony Stevenson
... Move the DocumentRoot directory to the other filesystem and change the DocumentRoot (and applicable ) settings as appropriate. Based on that suggestion, here is a link to a wiki page that will show you how to do that. http://wiki.apache.org/httpd/Recipes/MovingDefaultDocRoot -- Tony

Re: [EMAIL PROTECTED] symlink or alias - what is safer ?

2007-06-13 Thread Mark Watts
> hello ML, > > i'm new to Apache. We have an apache 2.0.50 running on a SuSE 9.2 box. > The problem is, that the partition on which htdocs resides has very > little diskspace left. But we have to put a lot of webpages online. > There is space left (enough) on other partitions. > What is better, e

[EMAIL PROTECTED] symlink or alias - what is safer ?

2007-06-13 Thread Lentes, Bernd
hello ML, i'm new to Apache. We have an apache 2.0.50 running on a SuSE 9.2 box. The problem is, that the partition on which htdocs resides has very little diskspace left. But we have to put a lot of webpages online. There is space left (enough) on other partitions. What is better, espacially conc

RE: [EMAIL PROTECTED] Redirecting Back to HTTP from HTTPS

2007-06-13 Thread Don Don
Hi owen, thanks for shedding more light on the issue, i've come across several methods of getting arround this and i think I'll be going with your mod_rewrite pattern. I'll digest ur reponse hopefully It shld solve my worries Cheers Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message

Re: [EMAIL PROTECTED] multiple https hosts behind nat

2007-06-13 Thread Krist van Besien
On 6/13/07, Aaron <[EMAIL PROTECTED]> wrote: Hi All, I am running OpenBSD and their default install of apache (BSD patched version 1.3.29) behind a nat. I want to use ip based virtual hosts on the main web server so that I can run multiple ssl sites with a diff. certificate for each. Since i'm

RE: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Boyle Owen
> -Original Message- > From: Salcedo, Simon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 12, 2007 6:09 PM > To: j k; users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox > > Will you be willing to share with me your httpd.conf and > ssl.co

RE: [EMAIL PROTECTED] Redirecting Back to HTTP from HTTPS

2007-06-13 Thread Boyle Owen
> -Original Message- > From: Don Don [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 12, 2007 4:56 PM > To: Apache Mailing List > Subject: [EMAIL PROTECTED] Redirecting Back to HTTP from HTTPS > > Redirect back to http from https > > I've set up my apache to redirect from 2 http pages to