Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread arun kumar
Hi All, I am using the below command to monitor the physical memory. ps -e -o pcpu,vsz,rss,pid,args |grep -v grep | grep "apacheprojectname" Below is the sample output for the worker module 0.0 34608 32744 25609 /local/home/kumarar3/apache/aws/bin/httpd -f /local/home/kuma

[EMAIL PROTECTED] Forward proxy 403 status for one particular Https request

2007-02-27 Thread Sai Jai Ganesh Gurubaran
Hi All, We are having Apache 2.0.59 as a forward proxy. We notice that users are getting 403 error via the proxy but able to access the same without proxy. URL: https://vaneerde.net:8443/ No Entries in the error log for this request The Access logs say 10.192.69.10 -

[EMAIL PROTECTED] Re: Virtual SSL on one IP?

2007-02-27 Thread DevilsPGD
In message <[EMAIL PROTECTED]> Josh Trutwin <[EMAIL PROTECTED]> wrote: >On Tue, 27 Feb 2007 09:25:09 -0800 >Marc Perkel <[EMAIL PROTECTED]> wrote: > >> Is there a way to run multiple virtual sites on one IP using >> different certificates? Apache 2.2 > >A while back I asked a similar question and

Re: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Matus UHLAR - fantomas
On 27.02.07 14:31, Causevic, Dzenan wrote: > I am certainly sure that someone might have provided answers on this, > HOWEVER I am not here to confirm whether someone already asked the > question but to find the answer. I would appreciate if you have a link > to that specific question in the archive

Re: [EMAIL PROTECTED] Virtual SSL on one IP?

2007-02-27 Thread Matus UHLAR - fantomas
On 27.02.07 09:25, Marc Perkel wrote: > Is there a way to run multiple virtual sites on one IP using different > certificates? Apache 2.2 Yes, but you have to use different port numbers - you just need to have different local endpoints. (ssl/tls key renegotiation protocol is to come, but browsers

Re: [EMAIL PROTECTED] mod_proxy_html issue

2007-02-27 Thread Nick Kew
On Tue, 27 Feb 2007 15:47:19 -0500 "Jack Saunders" <[EMAIL PROTECTED]> wrote: > This link is still a problem. > > > The OutputFilter rewrites the link to href="/testapp/images/logo.jpg"> This breaks everytime. So add a URLMap to rewrite /images to whatever you want it to become. -- Nick Kew

Re: [EMAIL PROTECTED] Beginner problems

2007-02-27 Thread Brian J Smith
That solved that problem. Now all I have to do is get Dreamweaver to work with it all! Thanks Brian On 2/27/07, Mark Lavi <[EMAIL PROTECTED]> wrote: You must browse to the existing file in the docroot, including the proper path. So http://yourserver/antiques_php/register.php should go to:

Re: [EMAIL PROTECTED] Beginner problems

2007-02-27 Thread Brian J Smith
Using same structure as before which is C:\Program Files\Apache Software Foundation\Apache 2.2\htdocs\antiques_php\ DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2" BUT there was,in \htdocs, a file '

RE: [EMAIL PROTECTED] Beginner problems

2007-02-27 Thread Mark Lavi
You must browse to the existing file in the docroot, including the proper path. So http://yourserver/antiques_php/register.php should go to: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/antiques_php/register.php http://yourserver/register.php should go to: C:/Program Files/Ap

[EMAIL PROTECTED] mod_proxy_html issue

2007-02-27 Thread Jack Saunders
I am running Apache/2.0.59 with mod_proxy and mod_proxy_html on windows 2003. The issue I am facing is certain types of embedded links are absolute and the OutputFilter proxy-html is causing more harm than good. Below is a snippet of the relevant httpd config info: ##

Re: [EMAIL PROTECTED] How to uninstall compiled apache 2.2.4

2007-02-27 Thread Joshua Slive
On 2/27/07, Brian McCann <[EMAIL PROTECTED]> wrote: yes, I want to remove the 2.2.4 install and keep the 2.2.3 rpm install during the install I set prefix =/usr/local/apache2 The reason I want to remove the compiled install vs the rpm is I can't figure out how to make

RE: [EMAIL PROTECTED] How to uninstall compiled apache 2.2.4

2007-02-27 Thread Brian McCann
yes, I want to remove the 2.2.4 install and keep the 2.2.3 rpm install during the install I set prefix =/usr/local/apache2 The reason I want to remove the compiled install vs the rpm is I can't figure out how to make the 2.2.4 server the main apache server. If you hav

RE: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Causevic, Dzenan
thanks ___ Dzenan Causevic Web Applications Developer NaviSite, Inc. 315-453-2912 x5346 (Office) 315-278-7371 (Cell) www.NaviSite.com -Original Message- From: Issac Goldstand [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 2:42 PM To: user

RE: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Causevic, Dzenan
Thanks ___ Dzenan Causevic Web Applications Developer NaviSite, Inc. 315-453-2912 x5346 (Office) 315-278-7371 (Cell) www.NaviSite.com -Original Message- From: Craig Dunigan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 2:40 PM To: users@

Re: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Issac Goldstand
http://marc.theaimsgroup.com/?l=apache-httpd-users&m=116916986528860&w=2 Causevic, Dzenan wrote: > I am certainly sure that someone might have provided answers on this, > HOWEVER I am not here to confirm whether someone already asked the > question but to find the answer. I would appreciate if you

RE: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Craig Dunigan
http://mail-archives.apache.org/mod_mbox/httpd-users/200612.mbox/[EMAIL PROTECTED] found from: http://www.google.com/search?source=ig&hl=en&q=site%3Amail-archives.apache.org%2Fmod_mbox%2Fhttpd-users%2F+daylight+savings+time&btnG=Google+Search :) On Tue, 27 Feb 2007, Causevic, Dzenan wrote:

Re: [EMAIL PROTECTED] Apache sending back incorrect Content-length and Content-type values for ErrorDocument

2007-02-27 Thread Bob Kline
On 2/25/2007 11:14 AM, Bob wrote: Take a look at PR 39710 (http://issues.apache.org/bugzilla/show_bug.cgi?id=39710), this seems to be quite similar to me. Yes, thanks, this does look the same problem. It would appear from the comments in the PR that mod_cgid didn't get hit with this bug.

RE: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Causevic, Dzenan
I am certainly sure that someone might have provided answers on this, HOWEVER I am not here to confirm whether someone already asked the question but to find the answer. I would appreciate if you have a link to that specific question in the archive. Archive is a pretty long list to read. I tried go

Re: [EMAIL PROTECTED] seg fault

2007-02-27 Thread Joshua Slive
On 2/27/07, JM <[EMAIL PROTECTED]> wrote: Hi, Using http-2.2.3 For some reason I got this error.. [Tue Feb 27 04:04:50 2007] [notice] Apache configured -- resuming normal operations [Tue Feb 27 18:59:17 2007] [notice] child pid 15271 exit signal Segmentation fault (11) See: h

Re: [EMAIL PROTECTED] How to uninstall compiled apache 2.2.4

2007-02-27 Thread Joshua Slive
On 2/27/07, Brian McCann <[EMAIL PROTECTED]> wrote: I downloaded compiled and installed apache 2.2.4 on my Fedora 6 system which was already running apache httpd-2.2.3-1.i386.rpm How do I uninstall a compiled install? You mean you want to remove the 2.2.4 that you just installed? If you used

RE: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Mark Lavi
Please read the mail list archives, this question has been answered before. --Mark Mark Lavi, Enterprise Web Management Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 From: Causevic, Dzenan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27,

[EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Causevic, Dzenan
I am running Apache HTTP 1.3 with PHP 4.2.2 and MySQL 3.23. Do I need to apply any kind of patches to my HTTP server related to Daylight Savings Time 2007 change? ___ Dzenan Causevic Web Applications Developer NaviSite, Inc. 315-453-2912 x5346 (Office

Re: [EMAIL PROTECTED] RE: Load balancing among remote proxies.

2007-02-27 Thread Serge Dubrouski
On 2/27/07, Mark Lavi <[EMAIL PROTECTED]> wrote: Apache is not a load balancer. http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html I am not aware of a third party module that adds balancing functionality (try searching the web or http://modules.apache.org/). You may wish to look a

RE: [EMAIL PROTECTED] RE: Load balancing among remote proxies.

2007-02-27 Thread Mark Lavi
Thanks, I didn't know that! :) --Mark Mark Lavi, Enterprise Web Management Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 -Original Message- From: Serge Dubrouski [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 10:15 AM To: users@httpd.apache.org Subject: Re: [E

[EMAIL PROTECTED] How to uninstall compiled apache 2.2.4

2007-02-27 Thread Brian McCann
Hi, I downloaded compiled and installed apache 2.2.4 on my Fedora 6 system which was already running apache httpd-2.2.3-1.i386.rpm How do I uninstall a compiled install? Thanks, Brian

RE: [EMAIL PROTECTED] RE: Load balancing among remote proxies.

2007-02-27 Thread Mark Lavi
Apache is not a load balancer. I am not aware of a third party module that adds balancing functionality (try searching the web or http://modules.apache.org/). You may wish to look at http://www.apsis.ch/pound/ for a http/https load balancer/proxy. There is an entire commercial industry dedicated

[EMAIL PROTECTED] RE: Load balancing among remote proxies.

2007-02-27 Thread meenakshi.sundaram
Hi, I want to load balance the www proxy requests with a cluster of proxy servers. If I do a NAT based load balancing, then there can be some failed requests when a remote proxy goes down. Instead I can use Apache load balancer in the front with clusters of proxies at the back. But currently

Re: [EMAIL PROTECTED] Virtual SSL on one IP?

2007-02-27 Thread Josh Trutwin
On Tue, 27 Feb 2007 09:25:09 -0800 Marc Perkel <[EMAIL PROTECTED]> wrote: > Is there a way to run multiple virtual sites on one IP using > different certificates? Apache 2.2 A while back I asked a similar question and was pointed at this: http://www.apsis.ch/pound/ Though I never got around to

RE: [EMAIL PROTECTED] Virtual SSL on one IP?

2007-02-27 Thread Gonzalez, Miguel
There is no way to use virtual host on the same secure port, you will need to use different ports. It is a question that the servername is also encrypted so there is no way to use virtualhosting Miguel > -Original Message- > From: Marc Perkel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Feb

[EMAIL PROTECTED] Virtual SSL on one IP?

2007-02-27 Thread Marc Perkel
Is there a way to run multiple virtual sites on one IP using different certificates? Apache 2.2 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more in

RE: [EMAIL PROTECTED] Access restriction for tomcat through apache

2007-02-27 Thread Jayaraman, Prakash
Thanks Craig. I was able to use Location directive and get it going ! -Original Message- From: Craig Dunigan [mailto:[EMAIL PROTECTED] Sent: Monday, February 26, 2007 1:40 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Access restriction for tomcat through apache On Mon, 26

[EMAIL PROTECTED] core dumped - signal 11

2007-02-27 Thread Noah
FreeBSD 4.11 apache-2.2.4 php5-5.2.1_2 php5-session-5.2.1_2 so apache with a graceful signal core dumps when I remove "extension=session.so' from /usr/local/etc/php/extensions.ini I am able to restart apache with the graceful switch I completely rebuilt apache2.2.4, php5-5.2.1_2 and php5_sessi

[EMAIL PROTECTED] Apache 2.2.4 installl\upgrade problem

2007-02-27 Thread Brian McCann
Hi, I downloaded compiled and installed apache 2.2.4 on my Fedora 6 system which was already running apache httpd-2.2.3-1.i386.rpm How do I make version 2.2.4 the default server running on my system. I compiled\installed 2.2.4 to /usr/local/apache2. when I run check the version running httpd -

[EMAIL PROTECTED] Apache 2.2.4 installl

2007-02-27 Thread Brian McCann
Hi, I downloaded compiled and installed apache 2.2.4 on my Fedora 6 system which was already running apache httpd-2.2.3-1.i386.rpm How do I make version 2.2.4 the default server running on my system. I installed to /usr/local/apache2. when I run check the version httpd -version it is still 2.2

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread Joshua Slive
On 2/27/07, arun kumar <[EMAIL PROTECTED]> wrote: We are using solaris 8 and i compiled the apache 2.2 using the below option ./configure --prefix=/local/apache/aws --enable-ssl --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-cache --enable-disk-cache --enable-mods-shared=all

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread arun kumar
We are using solaris 8 and i compiled the apache 2.2 using the below option ./configure --prefix=/local/apache/aws --enable-ssl --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-cache --enable-disk-cache --enable-mods-shared=all --with-mpm=worker . I disable the defl

Re: [EMAIL PROTECTED] Webserver responding slow

2007-02-27 Thread bhaarat Sharma
attached is my configuration file. We arent getting any errors. it is just taking a lot of time when using the webserver to get to our application server. I dont know what could be causing this On 2/26/07, Yvo van Doorn <[EMAIL PROTECTED]> wrote: On 2/26/07, bhaarat Sharma <[EMAIL PROTECTED]>

[EMAIL PROTECTED] seg fault

2007-02-27 Thread JM
Hi, Using http-2.2.3 For some reason I got this error.. [Tue Feb 27 04:04:50 2007] [notice] Apache configured -- resuming normal operations [Tue Feb 27 18:59:17 2007] [notice] child pid 15271 exit signal Segmentation fault (11) [Tue Feb 27 18:59:18 2007] [notice] child pid 153

[EMAIL PROTECTED] URL Mask - Newbie

2007-02-27 Thread John Ford
Hi All, At the moment my URL is something like this http://www.abc.co.uk?id1=123 &id2=4567. Is it at all possible to display on the domain (http://www.abc.co.uk ) to the end user? At the moment I am using a simple redirect