>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
> -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
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
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
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
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
[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
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
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
> -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
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
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
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
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
> -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
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.
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
> -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
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
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
>> 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
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
>[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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
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
> -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
> -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
44 matches
Mail list logo