I just had something of a "slap your forehead" moment on this one. It had be
eating me about where all those extra lsof processes came from. And then it
hit me. It's the "developer tools" kit from CentOS. Duh.
http://www.linuxtopia.org/online_books/centos_linux_guides/centos_linux_developer_tools_
On Fri, May 22, 2009 at 2:02 PM, ricardo13 wrote:
>
> Hi,
>
> I configured reverse proxy using directives ProxyPass, ProxyPassReverse,
> Now, I would like to configure Reverse Proxy using
> How I do it ??
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass
| When used inside a sectio
Tony --
Thank you for your time and advice. I've gone ahead and commented out the
modules, and haven't encountered any problems so far.
I'm also wondering how many of the authorization modules are necessary --
considering I have Django doing a lot of that through the DB. But that might
be another
You can comment them out
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original Message-
> From: palewire [mailto:ben.we...@gmail.com]
> Sent: Friday, May 22, 2009 12:52 PM
> To:
Thanks for all replies.
i will try apache mpm worker + fastcgi + php-cgi .
On Fri, May 22, 2009 at 4:30 PM, Frank Gingras
wrote:
> Darvin,
>
> Using worker over prefork will allow you to serve more clients, for one. The
> immediate gain will be a lesser memory footprint. Performance gains or
>
Darvin,
Using worker over prefork will allow you to serve more clients, for one.
The immediate gain will be a lesser memory footprint. Performance gains
or losses will largely depends on the scripts you run on your server.
As for the second question, that's more of a question for the php
mai
will i have any improvement of my performance using : mpm worker +
fastcgi + php5-cgi ?
and
how do I know if an extension is thread-safe?
Thanks.
On Fri, May 22, 2009 at 4:07 PM, Frank Gingras
wrote:
> Yes, that is a common configuration. But not mod_php.
>
> Frank
>
> Darvin Denmian wrote:
>>
Yes, that is a common configuration. But not mod_php.
Frank
Darvin Denmian wrote:
Is possible to use apache with mpm worker + fastcgi + php5-cgi ?
Thanks.
On Fri, May 22, 2009 at 4:04 PM, Frank Gingras
wrote:
Darvin,
Some of the php extensions are not thread-safe, so running in this
con
Is possible to use apache with mpm worker + fastcgi + php5-cgi ?
Thanks.
On Fri, May 22, 2009 at 4:04 PM, Frank Gingras
wrote:
> Darvin,
>
> Some of the php extensions are not thread-safe, so running in this
> configuration might leads to segfaults.
>
> In short, no, don't do it.
>
> Frank
>
> D
Darvin,
Some of the php extensions are not thread-safe, so running in this
configuration might leads to segfaults.
In short, no, don't do it.
Frank
Darvin Denmian wrote:
Hello,
i have a Web Server with the follow configuration:
4 Generic \ 512 MB \ DDR2 667 FB DIMM
4 Generic \
Hello,
i have a Web Server with the follow configuration:
4 Generic \ 512 MB \ DDR2 667 FB DIMM
4 Generic \ 1024 MB \ DDR2 667 FB DIMM
2 Maxtor \ 146GB:SAS:10K RPM \ Atlas 10K - SAS
2 Intel \ 2.0 GHz 1333FSB - Woodcrest \ Xeon 5130 (Dual Core)
1 Dell \ 9G Drive Contr
In an attempt to address the lsof problem we flagged in this thread --
http://is.gd/CqD0 -- I've been rifling through my httpd.conf looking for
unnecessary modules I can trim out of my httpd processes.
So far this has basically amounted to me eliminating things like mod_cgi,
mod_vhost_alias, mod
Hi,
I configured reverse proxy using directives ProxyPass, ProxyPassReverse,
etc...
For example in httpd.conf
ProxyPass /new1 http://192.168.1.2
ProxyPassReverse /new1 http://192.168.1.2
ProxyPass /new2 http://192.168.1.3
ProxyPassReverse /new2 http://192.168.1.3
Now, I would like to configur
All of our developers are on Windows machines that run Apache 2 (though our
production servers are all IIS) [since XP's IIS can't run multiple IIS web
sites, our developers need to use Apache]. Some of the sites we developer
require Acitve Directory authentication (internal administrative sites
Hi,
I've searched the archives and the web in general but haven't found an answer.
Problem:
I recently started setting up a new machine for use as a standard LAMP
server and as a box to investigate XEN virtualisation. When doing some
crude performance tests using ab, I found that performance of t
You mean beyond RewriteLog?
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatdynamics.com
> -Original Message-
> From: Melanie Pfefer [mailto:melanie_pfe...@yahoo.co.uk]
> Sent: Friday, May 22, 2009
There is not httpd on Debian/Ubuntu. It's called apache2 and /etc/apache2 is
the config folder. To check if apache is installed and where you run the
dpkg command, something like this:
# sudo dpkg -s apache2
and
# sudo dpkg -S apache2
Igor
On Sat, May 23, 2009 at 12:27 AM, Stephen wrote:
> Joh
John Hudak wrote:
I've seen apps installed in sbin, and /home/username when from my
perspective, they should have been in bin. While I haven't used a lot
of different distros (slackware, RH (prior to their business model
change), and commercial Unix distros by att, sun, dec, HP), I've never
run
I've seen apps installed in sbin, and /home/username when from my
perspective, they should have been in bin. While I haven't used a lot
of different distros (slackware, RH (prior to their business model
change), and commercial Unix distros by att, sun, dec, HP), I've never
run into 'sudo'...I can
On Fri, May 22, 2009 at 8:39 AM, John Hudak wrote:
> Forexample, their use of bin, and sbin, and root being acquired by
> 'sudo'..
> Just curious...
Aren't those all pretty conventional?
--
Eric Covener
cove...@gmail.com
-
Th
Hi:
I don't want to hijack this thread, but since the question has been
answered, I have a related one...WHY does the Debian distro 'relocate'
things such as apache? Since I've been getting into the guts of
Debian and Ubuntu over the last 2-3 years, I am finding a lot of 'non
standard' things that
On Fri, 2009-05-22 at 06:32 +, Melanie Pfefer wrote:
> Hi
>
> I have an apache instance where I defined several rewrite rules and
> ProxyPassReverse that redirects to other web applications.
>
> I added a virtual host in the conf file
>
> NameVirtualHost *:80
>
> ServerAdmin y...@example.
22 matches
Mail list logo