Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Gaurav Pruthi
It's itk MPM but still under development and avilable for experimental use only. So can't use it under production. I have also changed the Server-Pool Size Regulation StartServers 20 MinSpareServers 15 MaxSpareServers 50 MaxClients 250 MaxRequestsPerC

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Gaurav Pruthi
I have also noticed kswapd daemon causing the load on server. What i believe is that there is some website whose pages uses lot of memory. Linux uses kswapd for virtual memory management such that pages that have been recently accessed are kept in memory and less active pages are paged out to disk.

Re: [EMAIL PROTECTED] Setting up a subdomain?

2008-08-29 Thread solprovider
On 8/29/08, Zach Uram <[EMAIL PROTECTED]> wrote: > I run apache2 on Debian. I want to set up subdomain so instead of > www.example.org/html/foo.html visitors can just visit http://foo.example.org > so > what specifically must I do in apache conf to do this and what type > of record should I ad

[EMAIL PROTECTED] configuration file management

2008-08-29 Thread Ben Spencer
Probing to see if people have a good way/tools which people use to manage their apache configuration file(s). we have roughly 50 virtual hosts which are divided into roughly four major applications with each application having some common configuration directives. While copy/paste works, it is easy

[EMAIL PROTECTED] Setting up a subdomain?

2008-08-29 Thread Zach Uram
Hello everyone, I run apache2 on Debian. I want to set up subdomain so instead of www.me.org/html/foo.html visitors can just visit http://foo.me.org so what *specifically* must I do in apache conf to do this and what type of record should I add in my GoDaddy DNS control panel and what will the rec

[EMAIL PROTECTED] Apache2 + Tomcat5 + SSL (13)Permission denied

2008-08-29 Thread kohanm
Hi, I have installed successfully the Apache2.2+Tomcat5.5+SSL. The http://domainname/archive/welcome.do works fine. If i changes the HTTP with HTTPS I get error on browser : You don't have permission to access /archive/ on this server.Forbiden I got this error on the Apache error_log: [notice

Re: [EMAIL PROTECTED] How to start Apache automatically with certificate?

2008-08-29 Thread Joseph S D Yao
On Fri, Aug 29, 2008 at 08:48:34AM +0200, Krist van Besien wrote: ... > You need super user powers to maintain a webserver anyway. Why? I do 'su - apache' sometimes. On other systems I have stuff group-writable. Depends on what the owner wants. > Doesn't mean you need to become root. You can

Re: [EMAIL PROTECTED] How to install SSL certificate for virtual server?

2008-08-29 Thread Joseph S D Yao
On Fri, Aug 29, 2008 at 08:11:24AM +0200, Krist van Besien wrote: > On Thu, Aug 28, 2008 at 17:46, <[EMAIL PROTECTED]> wrote: > > > How do you secure a second virtual host with an SSL certificate, so I can > > then > > access https://www.myserver2.com? > > The usual answer to this question is:

Re: [EMAIL PROTECTED] Permissions issues with external volumes

2008-08-29 Thread James Nierodzik
Hi Krist and thanks for the response. Well in that case I'm not sure what the problem may be. From the terminal here is what I see cumulus:/Volumes cumulusadmin$ pwd /Volumes cumulus:/Volumes cumulusadmin$ ls -la total 24 drwxrwxrwt5 root admin 170 Aug 29 09:35 . drwxrwxr-t 41

[EMAIL PROTECTED] config.layout not working (?) with old and latest stable but legacy apache

2008-08-29 Thread Ivan Lezhnjov Jr.
Hello there! I'm trying to build httpd from source code using custom layout.config but whenever I run ./configure script it returns the following error message: [EMAIL PROTECTED]:~/pkg-area/src/httpd-2.2.8 % ./configure --enable-layout=Slackware22 checking for chosen layout... Slackware22 check

[EMAIL PROTECTED] AuthType Basic with exceptions to files in a directory?

2008-08-29 Thread John Stoffel
Hi all, I've been looking through the archives trying to figure out how I can accomplish what I need with "AuthType Basic" on a web site running Apache 2.0.52, which I realize is not the newest. The basic limit is that I've got a Google Mini which needs to search and index some secured content.

Re: [EMAIL PROTECTED] Permissions issues with external volumes

2008-08-29 Thread Krist van Besien
On Fri, Aug 29, 2008 at 15:00, James Nierodzik <[EMAIL PROTECTED]> wrote: > From what I have read it would appear that others has to have RWX as > well (currently others just has R), but I cannot make that volume shared as > 777. There is no need to make it RWX. The user apache runs as must be ab

Re: [EMAIL PROTECTED] Load Balancer

2008-08-29 Thread Krist van Besien
On Fri, Aug 29, 2008 at 12:48, elsergio <[EMAIL PROTECTED]> wrote: > > Hi all, > > I would like to use to use Apache just as a Load Balancer. This is the idea: > > - http/https --> Apache --> Srv1: IP 192.168.1.10 > |---> Srv

RE: [EMAIL PROTECTED] access.log question

2008-08-29 Thread Howard, Chris
Ahah! I see. I do believe we are returning the homepage as a rewrite. I will investigate that. Thank you very much. I was worried. Chris -Original Message- From: Davide Bianchi [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2008 12:52 AM To: users@httpd.apache.org Subject: Re:

Re: [EMAIL PROTECTED] mod_rewrite question

2008-08-29 Thread Krist van Besien
On Fri, Aug 29, 2008 at 15:21, Jason Pruim <[EMAIL PROTECTED]> wrote: Look in to your log: It says: [127.0.0.1/sid#1802648][rid#1836238/initial] (4) RewriteCond: input='GET' pattern='^TRACE' => not-matched What exactly do you have in your config? Looks like you have a RewriteCond somewhere, tha

Re: [EMAIL PROTECTED] is there a free control panel for apache?

2008-08-29 Thread WhoAmI
I think you can use ISP-CP Omega on free bsd whit some modifies. You can also try whit SysCP or ISP-Config. WhoAmI On Fri, 29 Aug 2008 16:36:45 +0300, "Yavuz Maslak" <[EMAIL PROTECTED]> wrote: > Hello, > > I use apache20,php5.2 and mysql5.0 on Freebsd7.0. > > I have some customers. I am looki

[EMAIL PROTECTED] is there a free control panel for apache?

2008-08-29 Thread Yavuz Maslak
Hello, I use apache20,php5.2 and mysql5.0 on Freebsd7.0. I have some customers. I am looking for a php tool or a control panel for virtual hosting in case our customers can manage their sites. Is there a cp as free for Freebsd7? any advice ? ---

Re: [EMAIL PROTECTED] access.log question

2008-08-29 Thread Mark H. Wood
On Fri, Aug 29, 2008 at 08:52:11AM +0200, Davide Bianchi wrote: > Howard, Chris wrote: > > I see in my access log requests for web pages which > > I do not serve, some of which appear to have a 200 status. > > > > That doesn't seem right. > > It depends if you use any kind of rewrite or CMS. If y

Re: [EMAIL PROTECTED] How to start Apache automatically with certificate?

2008-08-29 Thread Mark H. Wood
On Fri, Aug 29, 2008 at 07:45:12AM -0400, Eric Covener wrote: > On Fri, Aug 29, 2008 at 2:05 AM, Joseph S D Yao <[EMAIL PROTECTED]> wrote: > > > Even if 'httpd' is still running as root when reading the cert, and so > > able to use it, it is still a bad idea to have it OWNED by root - you > > stil

Re: [EMAIL PROTECTED] mod_rewrite question

2008-08-29 Thread Jason Pruim
On Aug 29, 2008, at 3:08 AM, Krist van Besien wrote: On Thu, Aug 28, 2008 at 17:21, Jason Pruim <[EMAIL PROTECTED]> wrote: It is case 1 that I want. I want people to be able to type in: HTTP://www.raoset.com/jasonpruim112 and have my script at: HTTP://www.raoset.com/purl/purl.php?purl=jasonpru

Re: [EMAIL PROTECTED] access.log question

2008-08-29 Thread Davide Bianchi
Howard, Chris wrote: > Ok, here is a snippet in a text file: > > http://www.yipyap.com/access_log.txt Well, this seems like you're running an open proxy. I suggest you check it and eventually you close it down. Davide -- Another name for a Windows tutorial is "crash course".

[EMAIL PROTECTED] Permissions issues with external volumes

2008-08-29 Thread James Nierodzik
Hi folks I'm hoping this is the right place to ask this question or that someone could help point me in the right direction if it's not. Here is the scenario I am trying to accomplish. OS X 10.4.11 running Apache version 1.3. I want to share out folder that resides on a volume that is mo

RE: [EMAIL PROTECTED] access.log question

2008-08-29 Thread Howard, Chris
Ok, here is a snippet in a text file: http://www.yipyap.com/access_log.txt Chris From: Frank Gingras [mailto:[EMAIL PROTECTED] Sent: Thu 8/28/2008 5:24 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] access.log question Chris, You should u

Re: [EMAIL PROTECTED] Escaped '/' in path components of URI is parsed as a bad request

2008-08-29 Thread Tom Evans
On Fri, 2008-08-29 at 12:50 +0100, Nick Kew wrote: > On Fri, 29 Aug 2008 11:49:00 +0100 > Tom Evans <[EMAIL PROTECTED]> wrote: > > > Hi all > > > > I'm trying to understand the correct way of escaping path URI > > components containing special characters, in particular passing the > > '/' charact

Re: [EMAIL PROTECTED] How to start Apache automatically with certificate?

2008-08-29 Thread Agnello George
On 8/28/08, Tan, Liao <[EMAIL PROTECTED]> wrote: > Folks, > Pls gimme some direction on how to start apache (already with the https > certificate installed)automatically,that means, without informing manually > the passwords, phrase? > Here is a little documention i had worked out ( just check i

Re: [EMAIL PROTECTED] Escaped '/' in path components of URI is parsed as a bad request

2008-08-29 Thread Nick Kew
On Fri, 29 Aug 2008 11:49:00 +0100 Tom Evans <[EMAIL PROTECTED]> wrote: > Hi all > > I'm trying to understand the correct way of escaping path URI > components containing special characters, in particular passing the > '/' character through as part of the URI. http://httpd.apache.org/docs/2.2/mo

Re: [EMAIL PROTECTED] How to start Apache automatically with certificate?

2008-08-29 Thread Eric Covener
On Fri, Aug 29, 2008 at 2:05 AM, Joseph S D Yao <[EMAIL PROTECTED]> wrote: > Even if 'httpd' is still running as root when reading the cert, and so > able to use it, it is still a bad idea to have it OWNED by root - you > still have to have super-user powers to maintain it. Bad, bad, bad, > bad,

Re: [EMAIL PROTECTED] Load Balancer

2008-08-29 Thread WhoAmI
Hi, if you need just a simple load balancing you can use something like this: /etc/apache2/lb_map: poolwww1|www2|www3|www4 And in a .htaccess file: RewriteEngine On RewriteMap servers rnd:/etc/apache2/lb_map RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L] WhoAmI On F

[EMAIL PROTECTED] Escaped '/' in path components of URI is parsed as a bad request

2008-08-29 Thread Tom Evans
Hi all I'm trying to understand the correct way of escaping path URI components containing special characters, in particular passing the '/' character through as part of the URI. RFC 2396, section 3.3 says: path = [ abs_path | opaque_part ] path_segments = segment *( "/" segment )

[EMAIL PROTECTED] Load Balancer

2008-08-29 Thread elsergio
Hi all, I would like to use to use Apache just as a Load Balancer. This is the idea: - http/https --> Apache --> Srv1: IP 192.168.1.10 |---> Srv2: IP 192.168.1.20 I have seen in the documentation that could be something

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Alexandru David Constantinescu
Gaurav Pruthi wrote: Hi Agnello, I am using prefork MPM StartServers 20 MinSpareServers 25 MaxSpareServers 50 MaxClients 500 MaxRequestsPerChild 0 Thanks, Gaurav On Fri, Aug 29, 2008 at 1:30 PM, Agnello George <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Alexandru David Constantinescu
Agnello George wrote: On 8/29/08, *Gaurav Pruthi* <[EMAIL PROTECTED] > wrote: Dear Friends, I am facing very strange problem. I have a LAMP server. It has around 400 of websites hosted on it. Since last one month the server load increases suddenly.

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Gaurav Pruthi
Hi Agnello, I am using prefork MPM StartServers 20 MinSpareServers 25 MaxSpareServers 50 MaxClients 500 MaxRequestsPerChild 0 Thanks, Gaurav On Fri, Aug 29, 2008 at 1:30 PM, Agnello George <[EMAIL PROTECTED]>wrote: > > > On 8/29/08, Gaurav P

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Agnello George
On 8/29/08, Gaurav Pruthi <[EMAIL PROTECTED]> wrote: > > Dear Friends, > > I am facing very strange problem. I have a LAMP server. It has around 400 > of websites hosted on it. Since last one month the server load increases > suddenly. When checked using top command, i saw apache process consuming

[EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Gaurav Pruthi
Dear Friends, I am facing very strange problem. I have a LAMP server. It has around 400 of websites hosted on it. Since last one month the server load increases suddenly. When checked using top command, i saw apache process consuming 99% of CPU. After i kill httpd and starts it again (or using HUP

[EMAIL PROTECTED] Paul Hunter is out of the office.

2008-08-29 Thread Paul Hunter
I will be out of the office starting 29/08/2008 and will not return until 02/09/2008. This is an automated message. I am out of the office. I will respond to your message when i return. Please contact Keith Dumble if urgent. Paul

Re: [EMAIL PROTECTED] mod_rewrite question

2008-08-29 Thread Krist van Besien
On Thu, Aug 28, 2008 at 17:21, Jason Pruim <[EMAIL PROTECTED]> wrote: It is case 1 that I want. I want people to be able to type in: > HTTP://www.raoset.com/jasonpruim112 and have my script at: > HTTP://www.raoset.com/purl/purl.php?purl=jasonpruim112 take over control. OK, than this rule: RewriteR

Re: [EMAIL PROTECTED] how to setup ssl certificate for apache httpd 2.2 + tomcat 6

2008-08-29 Thread Krist van Besien
On Thu, Aug 28, 2008 at 17:07, Plant More Tree <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I am currently using mod_jk to redirect all the *.html request from > apache httpd 2.2 to tomcat6. But the actual in tomcat6 server is .xhtml. > just fyi, I am using appfuse 1.9.6. I need to setup SSL certi

Re: [EMAIL PROTECTED] Using Servlets in Apache HTTPD Server

2008-08-29 Thread Krist van Besien
On Fri, Aug 29, 2008 at 07:54, zooo doush <[EMAIL PROTECTED]> wrote: > Is there a way to make Servlets work in Apache without sending requests into > Tomcat? my main concern is the slowness that will happened because of the > communication between the 2 servers. The best way to make Servlets work