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

2006-07-06 Thread Boyle Owen
> -Original Message- > From: Graves, Jan [mailto:[EMAIL PROTECTED] > > You say "now matter what I cannot access the web site": what > does this mean? > > I meant no matter what. *I* meant "how are you accessing the server?" - if the only way you are aware of is via a browser, admitt

RE: [EMAIL PROTECTED] SSL issues.

2006-07-06 Thread Boyle Owen
> -Original Message- > From: Evan Platt [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 7:35 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] SSL issues. > > Running Apache 2.2.0 on a os/x box... First off, I notice 2.2.2 is > available. Will this be a seamless upgra

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] Configuring Siteminder 5.5 for apache2.0 on HP-UX 11- can't find libmod_sm20.sl

2006-07-06 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > Still isn't working. I put what you suggested in the envvars file and it > didn't help. I even tried explicitly setting PATH to include > /opt/siteminder2/webagent/bin and SHLIB_PATH to include > /opt/siteminder2/webagent/lib by using export and even with that it didn't

RE: [EMAIL PROTECTED] SSL issues.

2006-07-06 Thread Axel-Stéphane SMORGRAV
Your httpd error log clearly indicates that you are trying to send a request over SSL to a server which is not SSL enabled. Make sure that you have loaded mod_ssl. If you are using an Apache source or binary distribution retrieved from apache.org, make sure Apache is started with "startssl" as a

RE: [EMAIL PROTECTED] Configuring Siteminder 5.5 for apache2.0 on HP-UX 11- can't find libmod_sm20.sl

2006-07-06 Thread Axel-Stéphane SMORGRAV
Although this subject does not seem to be related to Apache, and I have not been near HP-UX for years... I had a look at the Siteminder WebAgent Installation guide. There is a section called "Enabling SHLIB Path for an Agent on Apache2/HP-UX 11" which states: For the Web Agent to operate to op

RE: [EMAIL PROTECTED] Apache listening for UDP requests?

2006-07-06 Thread Axel-Stéphane SMORGRAV
I ran a netstat on some of my apache server hosts looking for UDP sockets, but could not find any. The only UDP sockets I could see were on the NTP port. Then I tried lsof and could not find anything concerning httpd either. I am therefore wondering whether you could possibly have a module that

[EMAIL PROTECTED] Multiple SSL virtual servers on the same IP address and port number

2006-07-06 Thread James Jacob
Hi, I'm using Apache HTTP Server (version 2.0.55) for my project. I'm having three SSL sites which I run on the same IPaddress, but with different port numbers.   For example say for the ports 443, 444 & 445.  The sites I have can be for example, 1) one.xyz.com 2) two.xyz.com 3) three.x

[EMAIL PROTECTED] Cannot load mod_proxy. undefined symbol: proxy_lb_workers

2006-07-06 Thread Nate Hausrath
Hi,I have had Apache 2.2.2 chrooted and running fine for a few weeks now.  Today, I compiled mod_proxy and mod_proxy_http with apxs and copied them to my jail modules directory.  I then added the modules to httpd.conf (LoadModule proxy_module modules/mod_proxy.so, etc).  Upon trying to stop the cu

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-06 Thread Rob Wilkerson
I thought about that and may go that direction, but ease/simplicity of adding "exclusions" is also a factor. I may have to take a survey. :-) Thanks for all of your help. On 7/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/6/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > Okay, thanks. The

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-06 Thread Joshua Slive
On 7/6/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: Okay, thanks. There doesn't seem to be any performance impact, but this is a scaled down proof-of-concept implementation. I assume that before implementing that rule it's implementing all of the preceeding rules. Is there any reason I shouldn

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-06 Thread Rob Wilkerson
Okay, thanks. There doesn't seem to be any performance impact, but this is a scaled down proof-of-concept implementation. I assume that before implementing that rule it's implementing all of the preceeding rules. Is there any reason I shouldn't move the /landingpage.cfm rule to the top of the l

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

2006-07-06 Thread Graves, Jan
Oliver, I did find that I can use the "find" command to locate files and found my httpd.conf file. The server.key file is in the directory where it should be. How can I tell if users have read access to the file? Thanks. Jan Graves Network Administrator/Engineer Lenawee Intermediate Schoo

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-06 Thread Joshua Slive
On 7/6/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: Joshua - I have one quick follow-up question, if you don't mind. I've implemented the rules as shown below and have been watching the logs and I notice that the /landingpage.cfm pattern is always being engaged for /landingpage.cfm (even though

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-06 Thread Rob Wilkerson
Joshua - I have one quick follow-up question, if you don't mind. I've implemented the rules as shown below and have been watching the logs and I notice that the /landingpage.cfm pattern is always being engaged for /landingpage.cfm (even though I'm never calling that page directly). Does the red

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

2006-07-06 Thread Graves, Jan
This last line means it started successfully and the fact that you see httpd processes in the process table confirm this. You say "now matter what I cannot access the web site": what does this mean? I meant no matter what. - how are you trying to "access" it? Via a browser? curl? command-l

Re: [EMAIL PROTECTED] RewriteRule to redirect to one of many directories

2006-07-06 Thread Joshua Slive
On 7/6/06, Michael <[EMAIL PROTECTED]> wrote: Hello, everyone. I've got a bunch of directories like http://www.example.com/mem_AAA/mem_AAA.htm, where AAA is a member's initials. I'm trying to redirect all traffic to these directories to their new location: http://www.example.com/members/mem_AA

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 Graves, Jan
Oliver, Is there any way to just search for a file on a Unix system. I know that somewhere this morning I saw a httpd.conf file, but I cannot find it again. And the only ssl file I can find is openssl.cnf Thanks. Jan Graves Network Administrator/Engineer Lenawee Intermediate School Distric

[EMAIL PROTECTED] SSL issues.

2006-07-06 Thread Evan Platt
Running Apache 2.2.0 on a os/x box... First off, I notice 2.2.2 is available. Will this be a seamless upgrade - ie will I need to make any changes to my httpd.conf? Second, ssl stopped working. Only thing I can think of I've done since it last worked was I enabled Include conf/extra/httpd-autoind

[EMAIL PROTECTED] RewriteRule to redirect to one of many directories

2006-07-06 Thread Michael
Hello, everyone. I've got a bunch of directories like http://www.example.com/mem_AAA/mem_AAA.htm, where AAA is a member's initials. I'm trying to redirect all traffic to these directories to their new location: http://www.example.com/members/mem_AAA/mem_AAA.htm So I've tried countless combinati

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] Managing large-scale apache logs and data mining...

2006-07-06 Thread Roel van Meer
Forrest Aldrich writes: Are there any resources out there that discuss how to manage these scenarios effectively. I'd be interested in hearing from anyone that presently does this. We are writing everyting in a single log file, and use a custom written perl script that splits it into a sing

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] Getting more log info

2006-07-06 Thread Nico De Ranter
On Thu, 2006-07-06 at 11:20 -0400, Joshua Slive wrote: > On 7/6/06, Nico De Ranter <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am trying to setup a 'Trac' environment on my web server. I think I > > configured apache correctly but for some reason I get a permission > > denied. The log files j

[EMAIL PROTECTED] Managing large-scale apache logs and data mining...

2006-07-06 Thread Forrest Aldrich
I've a configuration that can potentially generate thousands of *_log entries. That's a lot of disk space, for one, but also presents a challenge as to how to manage that data effectively for use in data mining (ie: tracking site usage and other statistics). It's reasonable to use envariable

RE: [EMAIL PROTECTED] Getting more log info

2006-07-06 Thread Boyle Owen
> -Original Message- > From: Nico De Ranter [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 5:14 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Getting more log info > > > Hi, > > I am trying to setup a 'Trac' environment on my web server. I think I > configured

Re: [EMAIL PROTECTED] Getting more log info

2006-07-06 Thread Joshua Slive
On 7/6/06, Nico De Ranter <[EMAIL PROTECTED]> wrote: Hi, I am trying to setup a 'Trac' environment on my web server. I think I configured apache correctly but for some reason I get a permission denied. The log files just say: [Thu Jul 06 17:03:08 2006] [error] [client 43.221.60.239] client de

[EMAIL PROTECTED] Getting more log info

2006-07-06 Thread Nico De Ranter
Hi, I am trying to setup a 'Trac' environment on my web server. I think I configured apache correctly but for some reason I get a permission denied. The log files just say: [Thu Jul 06 17:03:08 2006] [error] [client 43.221.60.239] client denied by server configuration: /www-ssl/server/python-2.

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

2006-07-06 Thread Boyle Owen
> -Original Message- > From: Graves, Jan [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 4:46 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] How to tell if Apache is really running > > Owen, > > Here is the last portion of the file. > > > [Thu Jul 6 07:4

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

2006-07-06 Thread Graves, Jan
Owen, Here is the last portion of the file. [Thu Jul 6 07:42:12 2006] [notice] caught SIGTERM, shutting down [Thu Jul 6 08:02:47 2006] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows) [Thu Jul 6 08:02:47 2006] [error] OpenSSL: error:0D07207B:asn1 encoding routine

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

2006-07-06 Thread Cesar Jorge Martinez Mata
Hi Jan, Its easy... You can use the web browser text tool called curl: http://curl.haxx.se/download.html And a example of launch: if curl -m $TIMEOUT_PETICION_WEB "http://$HOST_INTRANET:$PUERTO_WEB_GAM_INTRANET"; 2>&1 | grep -i \<\/html\> > /dev/null then echo "Arrancado..." else # Indeterm

RE: [EMAIL PROTECTED] Configuring Siteminder 5.5 for apache2.0 on HP-UX 11- can't find libmod_sm20.sl

2006-07-06 Thread Lindsey_Lepisko
Still isn't working. I put what you suggested in the envvars file and it didn't help. I even tried explicitly setting PATH to include /opt/siteminder2/webagent/bin and SHLIB_PATH to include /opt/siteminder2/webagent/lib by using export and even with that it didn't work. It still has a proble

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

2006-07-06 Thread Tony Heal
Since apache does not have a 'status' in it's init script here is one. Simple copy this into a file and make it executable. This file does assume you have perl available. If you look closely you can edit this file to provide status of almost any running process. *** Begin cut *** #!/usr/bi

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

2006-07-06 Thread Boyle Owen
> -Original Message- > From: Graves, Jan [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 4:16 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to tell if Apache is really running > > First I have to apologize to all of you Apache experts for > what will sound li

[EMAIL PROTECTED] problem with mod_rewrite rewiterule with [P](internal proxying)

2006-07-06 Thread Ravish Agarwal
Hi All, We are using apache WebServer version 2.0.55 on HP-UX version 11iand we are trying to redirect the requests to another WebServer on the same host We have made the following entries in the httpd.conf file. ProxyRequests On ProxyPass /metso http://mgtpdma3.rau.valmet.com:7003/metso

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

2006-07-06 Thread Graves, Jan
First I have to apologize to all of you Apache experts for what will sound like a stupid question. However, I am new to Apache and will admit that I have not a clue what I am doing with it. How can I tell if Apache is really running, since now matter what I cannot access the web site this serv

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

2006-07-06 Thread Ricardo Stella
[EMAIL PROTECTED] wrote: >> 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 itsel

RE: [EMAIL PROTECTED] Apache listening for UDP requests?

2006-07-06 Thread Richard de Vries
I haven't had a whole lot of luck yet sniffing UDP packets. I was able to get the sniffer runner, but there is hardly any UDP traffic. What I think is happening, is that these UDP ports are being used to communicate over the loopback (localhost) adapter. DNS resolution is disabled on these Apache

Re: [EMAIL PROTECTED] mod_vhost_alias dynamic configuration of other variables

2006-07-06 Thread Joshua Slive
On 7/6/06, Roel van Meer <[EMAIL PROTECTED]> wrote: Hi list, I'm using mod_vhost_alias for dynamic virtual hosting. I would like to add some configuration statements whose value should be based on the virtual host that is actually being accessed. More precisely: I would like to use the value of

[EMAIL PROTECTED] mod_vhost_alias dynamic configuration of other variables

2006-07-06 Thread Roel van Meer
Hi list, I'm using mod_vhost_alias for dynamic virtual hosting. I would like to add some configuration statements whose value should be based on the virtual host that is actually being accessed. More precisely: I would like to use the value of VirtualDocumentRoot as value for another configura

Re: [EMAIL PROTECTED] Virtual Sites IP Distinguishing

2006-07-06 Thread Matus UHLAR - fantomas
On 06.07.06 14:39, Mark Sargent wrote: > when you have x amount of virtual sites on the one machine and all of > the domains point to the same IP in DNS, how does apache distinguish > which site the request is for? Is it something in the payload section > from the upper layer of the frame that c

RE: [EMAIL PROTECTED] apache+mod_perl - error on make install

2006-07-06 Thread Boyle Owen
> -Original Message- > From: Saad, Dan (N-Computer Sciences Corp) [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 12:38 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] apache+mod_perl - error on make install > > Building a static Apache 1.3.36 & mod_perl 1.29 with t

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