RE: [EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-07 Thread Graham Frank
Just because the server completed the request properly doesn't mean that the client didn't close properly. Do you use a control panel on this server? If so, check out the CP forums for how to modify the Apache install. If you do not use a control panel, however, then recompile Apache the same wa

Re: [EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-07 Thread Bennett Haselton
Are there any instructions on this that are known to have worked successfully in the past for people who are reasonably good at following directions but don't know much about UNIX? :) I lost over a month trying to get mod_perl installed because in every set of instructions that I found on the

Re: [EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-07 Thread Graham Frank
Eek! Missed the second part of the post. Webalizer is used to parse the logs. Processes that don't exit might be stuck because the client didn't exit properly. You might want to check out using the WORKER mpm. It might handle Apache in a way better to your liking. --Graham -Original Me

Re: [EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-07 Thread Graham Frank
You're completely out of RAM. Try adding another gig. --Graham -Original Message- From: Bennett Haselton <[EMAIL PROTECTED]> Subj: Re: [EMAIL PROTECTED] performance prob due to httpd's piling up Date: Sun May 7, 2006 11:55 pm Size: 3K To: users@httpd.apache.org Apache/2.0.52, Cent

Re: [EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-07 Thread Bennett Haselton
Apache/2.0.52, CentOS 4, Dell Pentium 4 3.0 GHZ, 1 GB RAM. Right now the output is: >>> [EMAIL PROTECTED] ~]# free -m total used free sharedbuffers cached Mem: 1009993 15 0 0 10 -/+ buffers/cache:982

Re: [EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-07 Thread Graham Frank
Hey, What OS? What version of Apache? Could you show us an output of "free -m"?. What are the server specs? --Graham -Original Message- From: Bennett Haselton <[EMAIL PROTECTED]> Subj: [EMAIL PROTECTED] performance prob due to httpd's piling up Date: Sun May 7, 2006 11:24 pm Size

[EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-07 Thread Bennett Haselton
I was running a stress test on a site that I run called StupidCensorship.com which frequently slows to a crawl due to high traffic. From running a stress test on it using "ab" that sent 1,000 concurrent requests to the site, I found that the number of running instances of /usr/sbin/httpd would

[EMAIL PROTECTED] Mod-Rewrite within a Mod-Rewrite

2006-05-07 Thread David Blomstrom
This is the rewrite rule for my Reference section, which works: RewriteRule ^Reference/([a-zA-Z0-9()_/-]+)/?$ Reference/index.php?ref=$1 [L] I'd like to also create a similar Glossary section, like this: RewriteRule ^Glossary/([a-zA-Z0-9()_/-]+)/?$ Glossary

Re: [EMAIL PROTECTED] Running Batchfiles

2006-05-07 Thread Nick Kew
On Sunday 07 May 2006 20:17, Broun Emmanuel wrote: > Hello freinds > > I intend to run locally installed software (.exe, dll) from a remote > machine. The interest is to carry out computing at the server, then call > for results to the client. That's what CGI is for. > Am doing this using Java G

Re: [EMAIL PROTECTED] Running Batchfiles

2006-05-07 Thread John Hicks
Broun Emmanuel wrote: Hello freinds I intend to run locally installed software (.exe, dll) from a remote machine. > The interest is to carry out computing at the server, then call for > results to the client. > Am doing this using Java but there is always an error of access. what can i do -

[EMAIL PROTECTED] Running Batchfiles

2006-05-07 Thread Broun Emmanuel
Hello freinds I intend to run locally installed software (.exe, dll) from a remote machine. The interest is to carry out computing at the server, then call for results to the client. Am doing this using Java but there is always an error of access. what can i do ---

Re: [EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-07 Thread Ron Arts
Krist van Besien wrote: On 5/7/06, Ron Arts <[EMAIL PROTECTED]> wrote: Hi, I am trying to accomplish the following: translate http:///device//pathinfo to a reverse proxy request to http:///pathinfo ProxyPass and ProxyReversePass are no good obviously, so I am experimenting with mod_r

Re: [EMAIL PROTECTED] Problem with SymLink

2006-05-07 Thread Michael Schwartzkopff
Am Sonntag, 7. Mai 2006 13:46 schrieb Riemer Palstra: > On Sun, May 07, 2006 at 01:30:49PM +0200, Michael Schwartzkopff wrote: > > [Sun May 07 12:45:44 2006] [error] [client 192.168.1.33] Symbolic link > > not allowed: /srv/www/htdocs/mydir > > > > My documentroot is /srv/www/htdocs > > [ ... ] > >

Re: [EMAIL PROTECTED] Problem with SymLink

2006-05-07 Thread Riemer Palstra
On Sun, May 07, 2006 at 01:30:49PM +0200, Michael Schwartzkopff wrote: > [Sun May 07 12:45:44 2006] [error] [client 192.168.1.33] Symbolic link not > allowed: /srv/www/htdocs/mydir > > My documentroot is /srv/www/htdocs [ ... ] > > Options All > Allow from all > > > >

[EMAIL PROTECTED] Problem with SymLink

2006-05-07 Thread Michael Schwartzkopff
Hi, I tried a lot and read all doc and faq, but I cannot find the problem. Perhaps I don't see the simple cause anymore. I want to have linked directory in my web server setup, but the error file keeps on telling me: [Sun May 07 12:45:44 2006] [error] [client 192.168.1.33] Symbolic link not a

Re: [EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-07 Thread Krist van Besien
On 5/7/06, Ron Arts <[EMAIL PROTECTED]> wrote: Hi, I am trying to accomplish the following: translate http:///device//pathinfo to a reverse proxy request to http:///pathinfo ProxyPass and ProxyReversePass are no good obviously, so I am experimenting with mod_rewrite. But this: Re