It was thus said that the Great Andr Warnier once stated:
>
> Another thing : it looks from your lsof list, that you are using the
> Apache "prefork" model.
> I don't remember precisely your configuration or the kind of load or
> processes you are running, but you might try the "worker" (threade
It was thus said that the Great Mick Sheppard once stated:
> Hi,
>
> Just to throw a slight spanner in the works here. My understanding of
> 'open files' is open file descriptors. As far as a file descriptor is
> concerned there is no real difference between a physical file on disk
> and a socket
It was thus said that the Great Ben Welsh once stated:
> 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.o
It was thus said that the Great Ben Welsh once stated:
> When I study my lsof logs on httpd instances, I'm seeing the use of a number
> of image libraries, or instance, that I cannot imagine any use for in my
> applications. then when I look at the yum log the DV provisioned by my host
> I see thos
It was thus said that the Great Doug Bell once stated:
> On May 28, 2009, at 2:55 PM, CrystalCracker wrote:
>
> >I have at least 20 active apache threads (ps -ef | grep httpd), average
> >is about 40 threads and goes upto 70 at the peak. Does the above setting
> >sounds resonable?
>
> MaxClients
It was thus said that the Great Vinay Nagrik once stated:
> Thank you Andrew and Tom,
>
> Thank you for your insightful replies. These have definitely helped me in
> understanding the major issues.
>
> At this moment I can not understand "How a 'Connecton' is passed from parent
> process to chil
It was thus said that the Great Eldad Chai once stated:
> Hi,
>
> I am using Apache reverse proxy.
>
> I want to perform the following and wondering if it is possible:
>
> 1) Extract a field (Subject Name) from a client certificate sent over
> SSL and compare it to a local list I have
>
>
It was thus said that the Great ricardo figueiredo once stated:
>
> That's the question. I dont have any idea.
If you have no idea how to prioritize the requests, then I doubt you'll
get much help. Prioritization of "requests" can happen in the router, a
load balancer or the actual webserver.
It was thus said that the Great Raimund Eimann once stated:
> Hi,
>
> my DocumentRoot is /srv/www/blah.com/htdocs. I prefer to have all my
> photos on my dedicated photo drive which is somehwere under
> /usr/local/video/pics/.
You can add the following to your configuration file:
Alias
It was thus said that the Great Brian Mearns once stated:
> Is there any way to get Apache to behave differently based on the
> status code, specifically apply different OutputFilters? This is
> similar in concept, I believe, to AddOutputFilterByType, which relies
> on the generated Content-Type he
It was thus said that the Great Stephen Love once stated:
> So what you are telling me is that there IS no REAL 2-way handshaking
> going on. Then we've lost ALL hope of security.
There is a 2-way handshake, but it's at the TCP layer, which is used to
establish a reliable, stream-oriented sequen
It was thus said that the Great Daniel Reinhardt once stated:
>
> ISPs will soon
> >start to provide their customers with routers that support IPv6, so
> >this is in my opinion a wise decision. It's a bit like TV
> >manucfaturers including a DVB-T tuner in their offerings, even though
> >most peop
It was thus said that the Great Jos Chrispijn once stated:
> I have given a user access to a text (sub)directory. Can someone tell me
> how I can change the default view layout of such a directory (the
> default Apache view when not using index.html?
> I would like to provide a wider tab on first
It was thus said that the Great Hugh E Cruickshank once stated:
> From: Nick Kew Sent: September 15, 2008 19:43
> >
> > On 16 Sep 2008, at 02:44, Hugh E Cruickshank wrote:
> >
> > > Right now if someone were to attempt to access these subdirectories
> > > (i.e. http://www.example.com/cgi-bin) the
It was thus said that the Great Brian Mearns once stated:
> I just want to double check some things because I implement ssl client
> auth on my server, to make sure I really understand what I'm doing:
>
> First, if I use SSLRequire to check various fields in a client's
> certificate, is it implied
It was thus said that the Great Brian Mearns once stated:
>
> Thanks for the detailed response, Sean. I'm still not entirely clear
> on one thing, though: If I created my own certificate and gave the the
> organization name "Conman Laboratories" and an Organzational unit name
> of "Clients", would
It was thus said that the Great Andr Warnier once stated:
> Hi.
>
> Some people (to which I belong), after trying to digest the various RFCs
> and other recommendations that seem to deal with the subject (e.g.
> RFC3986 and the document above), come to the conclusion that the
> character set an
It was thus said that the Great J. Bakshi once stated:
> I am running an apache server at a remote debian box which have 4 GB RAM
> and quad-core intel CPU. During the development period the site was
> first. But after finishing the site when people start to access it, the
> site some times become
It was thus said that the Great - - once stated:
>
> Hi,
>
> I am recently set-up an environment for testing client certificate based
> authentication on an apache webserver. The test environment is a recent Ubuntu
> 8.10 distro with tinyca2 0.7.5 and apache 2.2.9. I have setup a test root CA,
>
It was thus said that the Great Mohammed obaidan once stated:
> Hi,
>
> Apache is not for web server admins. what about developers? What about home
> servers? What about users that needs a certain web application on their
> intranet? do they need to be web server admins to use Apache? certainly no
It was thus said that the Great Eric Covener once stated:
> On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh
> wrote:
> > Am trying MaxMemFree 3 (30mb? - pure guess number).
>
> Far too large, it's per-thread. Try 1MB.
This triggered something I recently learned---what threading model are
It was thus said that the Great Kanstantin Reznichak once stated:
> Hello,
>
> Thank you for reply. Unfortunately, mod-limitipconn seems to act too late.
> After installing and enabling it:
>
> MaxConnPerIP 15
>
>
> Netstat shows:
> # netstat -atn
> Active Internet connections (servers and es
It was thus said that the Great Brian Mearns once stated:
> On Wed, Apr 29, 2009 at 1:58 PM, ricardo figueiredo
> wrote:
> > Sorry,
> >
> > Let me explain my situation again.
> > I'm using directive RewriteMap using external rewriting program.
> > This program is developed in language C.
> >
> Fir
It was thus said that the Great Krist van Besien once stated:
> On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote:
> > I use apache with ssl and require client cert. how to let the user know he
> > shouldrequest a cert? now when a person without a cert access the site, it
> > only appreas that "the
It was thus said that the Great Buddy wu once stated:
> when setup apache using ssl, and require a client certificate to login,
> then in apache's logfile. can log the user who access the website with
> certificate? and which certificate he use, like name, email etc.thanks alog
In my Apache conf
I'm playing around with authentication schemes under Apache. In reading
the spec [1] I notice that a server can send multiple authentication
schemes.
Now, Apache has support for both Basic and Digest authentication schemes,
and that both the scheme and userid are included with the request,
It was thus said that the Great Joshua Slive once stated:
>
> On 12/7/05, Senthil Nathan <[EMAIL PROTECTED]> wrote:
> > hi all,
> >
> > my application running on Apache 2 on mod_perl 2 uses htaccess to
> > authenticate. so i need to get the username and the password who is
> > authenticated to log
It was thus said that the Great Dave Beach once stated:
>
> I would have expected no such secondary authentication prompt, as the file
> is found in a directory subordinate to the one established for the
> authentication realm in the httpd.conf file.
>
> What am I missing? Are there relevant part
It was thus said that the Great Boyle Owen once stated:
>
> In Unix, you never need to quote the path because the path can't contain
> spaces.
Actually, they can (for as long as I've been using Unix, and that's been
since 1989). The only two characters you *can't* use at all are the '/'
(which
It was thus said that the Great Andrew Brosnan once stated:
>
> Hi,
>
> I'm hoping to exclude certain items from being logged in the error logs.
> According to one section of the docs this does not seem possible, yet
> another section suggests that it is. Can this be done?
>
> More specifically,
About eight months ago I wrote about this problem. Today I had some spare
time to test it again, this time with Apache 2.0.55 and it *still* persists.
First, the original email:
> I have a few CGI scripts, written in C (legacy stuff that I don't wish to
> rewrite if possible) that work fi
It was thus said that the Great Joshua Slive once stated:
>
> In general, there are not many people insterested in nph scripts
> anymore, so I'd guess that little testing or debugging is done on
> them. They aren't useful for very much.
Be that as it may, but is there some other way for a CGI
It was thus said that the Great Joshua Slive once stated:
>
> On 2/15/06, Sean Conner <[EMAIL PROTECTED]> wrote:
> > It was thus said that the Great Joshua Slive once stated:
> > >
> > > In general, there are not many people insterested in nph scripts
>
It was thus said that the Great Nick Kew once stated:
>
> On Wednesday 15 February 2006 22:07, Sean Conner wrote:
>
> > Oh wow ... I'll have to try that. Is it also available in Apache 1.3?
> > (just on the off chance that you might know ... )
>
> Of course.
It was thus said that the Great Joshua Slive once stated:
>
> On 2/15/06, Sean Conner <[EMAIL PROTECTED]> wrote:
> > It was thus said that the Great Joshua Slive once stated:
> > >
> > > In general, there are not many people insterested in nph scripts
>
It was thus said that the Great Tim Johnson once stated:
>
> Hello
>
> I need to programmatically connect to a cgi script at a domain
> that is password protected.
> Let's say the URL for the script is
> http://www.somedomain.com/cgi-bin/py/dothis.py
> and
> http://www.somedomain.com is restrict
It was thus said that the Great Tezyn Drasdin once stated:
>
> On 2/21/06, David Wolever <[EMAIL PROTECTED]> wrote:
> >
> > You can either use:
> > GET http://wolever.wolever.net/ HTTP/1.1
> > or specify a host:
> > GET / HTTP/1.1
> > Host: wolever.wolever.net
> >
>
> The thing about that is it s
It was thus said that the Great John Rodenbiker once stated:
>
> I'm very new to running a web server.
>
> Is there a way to have httpd drop requests to URIs that don't actually
> exist in my environment?
>
> For example, if I have a very simple web site with just the document
> "index.html" I
It was thus said that the Great Thomas Anderson once stated:
>
> Hi,
> I have Apache2 installed on a debian server. I had installed several modules
> but am not sure what all I had installed.
> Is there any way I can see what all modules are present?
> 'apache2 -l' does not show all the modules in
It was thus said that the Great Nick Kew once stated:
>
> Debian's package makes the configuration very confusing. If you have
> an up-to-date Apache then "httpd -M" will tell you straight away, but ..
>
> > Look into using mod_info. Look in the configuration file for a section
> > that looks
It was thus said that the Great Thomas Anderson once stated:
>
> I get a "Not found" when I try that
>
> Not Found
>
> The requested URL /server-info was not found on this server.
>
> Any idea why?
You need to make sure that mod_info is enabled.
-spc (Hmm ... guess going to /server-info
It was thus said that the Great Noah Silverman once stated:
>
> Thanks Keith,
>
> I DID a fresh compile of php4 and php5.
>
> Both give me the same crash. No difference.
>
> I'm starting to think that the problem might be with the Apache
> installation.
Are you compiling Apache with mpm=pr
It was thus said that the Great Markus Mayer once stated:
>
> I looked in the code and the manuals for the system calls. It seems I have no
> control over this from apache. I will have to look in the system itself, but
> I doubt I can change anything there. If I find something I will report bac
It was thus said that the Great Amalan, S once stated:
>
> Thanks much. This explains why my installation did not need root
> privileges - I was running it on port 1150 or so.
>
> This also brings up the question: is there a reason to set the port to
> be below 1024 so that only root can start i
It was thus said that the Great Daniel P. Brown once stated:
>
> One of my customers is using a load-balanced set of four servers.
> One server is fully-capable of handling the MySQL databases and PHP
> webpages with no problems at all. However, he has three additional
> servers so far, a
It was thus said that the Great Graham Frank once stated:
>
> Hey all,
>
> I have been having some strange segfaults come though which I really don't
> know how to describe or understand for that matter.
Which operating system? From the looks of it, it looks to be a 64-bit
version.
> Apr 17
It was thus said that the Great Georgy Goshin once stated:
>
> Hello,
>
> A few of virtual hosts on my server was hacked - the content was replaced
> and I can't figure how they did it. Is there any software that will scan the
> web server and checks for known security holes?
I don't know of
It was thus said that the Great Shai once stated:
>
> On 5/26/06, Christian <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I'm searching a windows version of Apache 1.3.12.
> > Where can I find it ? Is there a place with older versions of Apache to d=
> ownload ?
> > Regards.
>
> Why would you want to go
It was thus said that the Great Joshua Slive once stated:
>
> On 5/26/06, Sean Conner <[EMAIL PROTECTED]> wrote:
> > It was thus said that the Great Shai once stated:
> > >
> > > On 5/26/06, Christian <[EMAIL PROTECTED]> wrote:
> > > > Hi,
&g
It was thus said that the Great Sergey Tsalkov once stated:
>
> Hey guys.. My Apache was hit with a DoS attack, where the attacker was
> opening connections to the server and not sending any data. It quickly
> reached the MaxClients limit and prevented any further connections to
> the server.
>
>
It was thus said that the Great linux guru once stated:
> Does anybody host about 2000-2500 virtual sites in single server?
I've hosted about 1000+ sites on a single server, and have faced some of
the problems mentioned herein.
> Which version of Apache do you prefer 2.0 or 2.2 for hosting thou
It was thus said that the Great Jaqui Greenlees once stated:
>
> > You could check the php config and other details at
> > http://82.222.170.52/i.php
>
> This was not a good idea, this list has publicly
> accesable archives of all messages.
And how is this any different than when it's requeste
It was thus said that the Great Grant once stated:
> Hello, at what page size does it no longer make sense to use
> mod_deflate would you say?
If mod_deflate uses the same compression as gzip, then the test I just did
on some small files indicates maybe about 100-120 bytes is the break even
poin
I have a few CGI scripts, written in C (legacy stuff that I don't wish to
rewrite if possible) that work fine under Apache 1.3. When moved to Apache
2.0.54 (latest version) they still work, but Apache seems to include
additional output at the bottom of the page:
HTTP/1.1 200 OK Date: S
It was thus said that the Great Joshua Slive once stated:
>
> On 7/9/05, Sean Conner <[EMAIL PROTECTED]> wrote:
>
> > RewriteRule ^([0-9][0-9])(.*) nph-blog.cgi/$1$2 [L]
> > RewriteRule ^(test)(.*) nph-raw.cgi/$1$2 [L]
> > Re
It was thus said that the Great [EMAIL PROTECTED] once stated:
>
> Hi,
> On Linux, can we make Apache (2.0.50) re-read and apply new
> configuration (new virtual host, changed IP of a existing virtual host, etc)
> without disconnecting the existing clients for whom there is no
> configuration
It was thus said that the Great [EMAIL PROTECTED] once stated:
>
> It was thus said that the Great [EMAIL PROTECTED] once stated:
> >
> > Hi,
> > On Linux, can we make Apache (2.0.50) re-read and apply new
> > configuration (new virtual host, changed IP of a existing virtual host, etc)
> > w
It was thus said that the Great tiara forever once stated:
>
> Dear all,
>
> i have a trouble with apache (1.3.33) with mod_ssl (2.8.22) in RedHat 9.0
> step 1..install openSSL it's OK,
> step 2 install apache+mod_ssl Error :
[ snip ]
> please advice
A shellscript I wrote to configure Apac
It was thus said that the Great Anderson Miranda once stated:
>
> Now I want to know just 2 things:
>
> First, how can I be sure that it all happened because of the awstats
> security flaw?
> Second, how could I completely remove this Unix/Hacktop from my system
> (Linux RedHat9 k2.4) ?
Firs
It was thus said that the Great Markus Mayer once stated:
>
> Hi all,
>
> I have a problem at the moment which has certainly been solved elsewhere,
> however I don't find an answer using google.
[ ... ]
> If, for example, user143 comes in using ftp and knows that inside group86
> there is a
It was thus said that the Great Michael D. Berger once stated:
>
> DNS has cnames www.mysite.net and test.mysite.net
And I assume they point to a record with an IP address of 192.168.1.10?
> Linksys routes port 80 to 192.168.1.10
>
> On 192.168.1.10, running RH-E-WS-3:
>(I will soon insta
It was thus said that the Great dtufs once stated:
>
> The Apache server runs on Debian 3.1 (latest stable),
> 2.4.x kernel.
>
> The following modules are loaded:
>
> mod_php4.c, mod_ssl.c, mod_setenvif.c, mod_expires.c,
> mod_auth.c, mod_access.c, mod_rewrite.c, mod_alias.c,
> mod_cgi.c, mod_di
It was thus said that the Great Oliver Kirchel once stated:
>
> Hi,
> if I do this "more /proc/sys/fs/file-max" I get the value 104857. With
> the command /proc/sys/fs/file-nr I get these values: 3744 1184 104857
> I checked these values the last twelve hours. The file numbers never
> reach the ma
It was thus said that the Great dtufs once stated:
>
> > try a different webserver
>
> The last thing we were going to try was Apache 2.x.
> Could it help? I mean the support for threads which
> share common memory could reduce the overall memory
> consumption. Is my assumption correct? Are MySQ
It was thus said that the Great Oliver Kirchel once stated:
>
> Hi,
> how can I raise the files per process. If I do "umilit -n" it shows
> 1024. Maybe its to less.
You give "ulimit -n" a value, like "ulimit -n 2048". What I did was I
found the startup script (usually something like "/etc/init
It was thus said that the Great Oliver Kirchel once stated:
>
> Hi Sean,
> I put it into /etc/init.d/apache2.
> How can I control if the ulimit is now 2048.
> If I do "ulimit -n" after restarting the apache it still shows 1024.
Yes, that's expected, but I'm not sure if I can explain why in less
It was thus said that the Great Chase once stated:
>
> Assuming someone types "www.somedomainname.com/somefilename.htm" into
> the location field in their favorite browser...
>
> A browser would never request like this would it:
>
> GET /somefilename.htm
>
> ??
>
>
> Since so many webs
It was thus said that the Great Oliver Kirchel once stated:
>
> Hi Sean,
> I have good news and bad news.
> First, the good news - it works now.
> The bad news are that I get now in my error.log this message:
>
> [Wed Aug 3 02:50:03 2005] [warn] send body: filedescriptor (1031)
> larger than FD_
It was thus said that the Great Grzegorz Jankowski once stated:
>
> Hi, I think I have quite sofisticated problem with virtual servers on
> my apache ( 1.3.26 ). It's standig on Linux box ( 2.4.x ).
>
> Everything was qiute fine ( about 10 virtual servers with separate
> content, DNS defined of c
It was thus said that the Great David Blomstrom once stated:
>
> I want to create a content management system that
> produces user/search engine-friendly URL's like these:
>
> www.geozoo.org/stacks/Carnivora/
> www.geozoo.org/kids/Carnivora/
> www.geozoo.org/stacks/Canidae/
> www.geozoo.org/kids/
It was thus said that the Great David Blomstrom once stated:
>
> I don't understand this file system, but it sounds
> like you're referring to folders that list articles
> about various species.
Yes. [1]
> In fact, my pages will consist
> of a variety of articles, as well as snippets of
> inf
It was thus said that the Great David Blomstrom once stated:
>
> Oops, I think I goofed. I should have clarified that
> these are for my LOCAL sites. All my online sites are
> insisde a folder named public_html.
>
> Do your comments still stand - is it a good idea to
> put my websites inside fold
It was thus said that the Great Neelay Shah once stated:
>
> --- "Roger B.A. Klorese " <[EMAIL PROTECTED]> wrote:
>
> > Hard links don't exist in Windows, do they?
> >
> > And on Linux and other Unixen they require suitable
> > permissions on the
> > object.
>
> Well, there are some programs li
It was thus said that the Great Maxim Vexler once stated:
>
> The DoS was caused because a client tried to use one of the popular
> spiders to download the whole site.
>
> I've attached a clip from the error log & the access log (CR/LF terminated).
>
> As you can see the DoS client can be identi
It was thus said that the Great Maxim Vexler once stated:
>
> > > What can be done to stop the "attack" ?
> > >
> > It's pretty easy to stop this under Linux (this may work under other Unix
> > flavors if you adjust the command accordingly), by doing, as root:
> > #GenericRootUnixPrompt> route a
It was thus said that the Great Joshua Slive once stated:
>
> On 8/16/05, Oren Gozlan <[EMAIL PROTECTED]> wrote:
> > Thnx,
> > what i'm trying to do is to send a POST to the server, and i want that the
> > apache will delay X secs before processing the POST.
>
> But what is the point?
Well,
It was thus said that the Great greg wm once stated:
>
> > right after the title the file says > content="text/html; charset=iso-8859-1">. why isn't that good enough?
> > why does it make no difference at all what i change it to? i tried
> > utf-8, Utf-8, UTF-8, Windows-1252, none have any ef
It was thus said that the Great Stuart Gall once stated:
>
> Hello,
> As I understand it
> and
> are equivalent except Location refers from the Document root
Not quite. refers to the URL, *not* the directory.
For example:
http://bible.conman.org/
Actually, go there. You'll
It was thus said that the Great Harald Falkenberg once stated:
>
> Hallo,
>
> thank you for your help. Have you or someone else an idea what causes such
> a high use of file descriptors? How can I monitor the usage of file
> descriptors and see what kind of files are related to them?
How many
It was thus said that the Great Dave Morrow once stated:
>
> Hi all. How can I rewrite port 80 to https? I know I have seen this
> somewhere, but cannot locate it.
>
> Basically, if someone comes in to http://www.mydomain.com I want to
> redirect them to https://www.mydomain.com
Try
It was thus said that the Great steve once stated:
>
> When performing maintenance on a server, I'd like to show a message
> but not have it cached by a proxy or indexed by a search engine. The
> best way I can see is to set a status code of 503 -- but there is no
> way to do it within an apache h
> AragonX wrote:
>
> > I'm afraid someone will spoof the IP addresses of the internal network
> > to bypass this security measure.
I don't see how that's possible. Given the following:
M - malicious hacker at address M
W - webserver
I - internal netw
It was thus said that the Great Joshua Slive once stated:
>
> On 9/26/05, Frank Arensmeier <[EMAIL PROTECTED]> wrote:
> >
> > 1) in a certain path of my webserver, all 404 errors should be grabbed
> > and forwarded to a PHP script
> > 2) I don't want Apache to send any headers before the PHP scrip
It was thus said that the Great [EMAIL PROTECTED] once stated:
>
> I can put the IP of the box just under the ServerName?
> (from /etc/httpd/conf /httpd.conf)
>
> # If this is not set to valid DNS name for your host, server-generated
> # redirections will not work. See also the UseCanonicalName
It was thus said that the Great Marc Perkel once stated:
>
> I've asked about this before and never got an answer. I used to run my
> server on a dual xeon computer and it was very memory efficient. I moved
> to the 64 bit version of of Fedora Core 4 and now it's filling up memory
> really fast
It was thus said that the Great Dan Trainor once stated:
>
> The initial authentication would take place via PHP form. I understand
> how 'require valid-user' works, and how it's used.
>
> I figured out a way to do it, I'll re-post later on after I test a bit.
> I'm using PHP to use apache_set
It was thus said that the Great Dan Trainor once stated:
>
> Sean Conner wrote:
> > It was thus said that the Great Dan Trainor once stated:
> >
> >>The initial authentication would take place via PHP form. I understand
> >>how 'require valid-user'
It was thus said that the Great Joshua Kogut once stated:
>
> Also, what advantages over perl, php, heck, even asp does C have? Many of
> these server-side languages have syntax that is closely related to C.
> There's a better way to do this, and you would be saving yourself alot of
> time and eff
It was thus said that the Great Davide Bianchi once stated:
>
> Richard Victor Correia wrote:
> > The default Port is 81
>
> ?? why 81 ?
My guess, Richard's ISP is blocking incoming access to port 80. When I
had Adelphia Cable they did this, and I ended up running a webserver on port
81.
-
It was thus said that the Great vivek relan once stated:
>
>I am using CGI scriping for server programming. I am interested in raw
>socket. But, it is not working. On the other hand, stream socket is working
>properly. Anybody know about it ? or Is there is no support for raw socket?
What exact
Okay, I found what appears to be a rather odd bug, or at least a very odd
interaction between multiple paths through Apache. I'm running
Apache/2.0.52 (stock install for CentOS 4.4). Here's the configuration for
the site in question:
ServerNameboston.conman.org
ServerAdmin [EMAIL P
It was thus said that the Great Sean Conner once stated:
>
> Okay, I found what appears to be a rather odd bug, or at least a very odd
> interaction between multiple paths through Apache. I'm running
> Apache/2.0.52 (stock install for CentOS 4.4). Here's the configura
It was thus said that the Great benjamin once stated:
> Hello,
>
> I'm currently using Apache 2.2 under Debian Etch, with FastCGI/Suexec
> and Php5.2 (all of these softwares have been installed as Debian
> paquets, using aptitude).
>
> CPU load is correct, however memory consumption is really hig
It was thus said that the Great Aaron Todd once stated:
> Hello,
>
> I am looking to configure Apache in a way that I've never done
> before. I've tried describing this to google to see what it spits
> out, but I am unsure of the results. What I am looking to do is have
> a set of files in
It was thus said that the Great Vagelis Papadogiannakis once stated:
> Any Ideas, are more than welcome, actually u will save me if you can find a
> way around this. I will be your slave forever.
> As you may have noticed, I am desparate.
For next time you might want to enable mod_info:
It was thus said that the Great Vagelis Papadogiannakis once stated:
> Actually, my dear friend using the core file, vi, and perltook me no more
> than 15 minutes to restore each and every one virtualhost (count: 123, some
> of them with more than 1 subdomain)
Well, I did say for next time.
> a
It was thus said that the Great Tom Ray [Lists] once stated:
> I'm running a SuSE 9.1 server with Apache 2.0.58 and as of last Thursday
> I'm seeing a ton of files created in spots they should be. All created
> by wwwrun (the webserver). I'm finding PHP scripts that are blatantly
> commented wit
It was thus said that the Great Tim McIntyre once stated:
> Hey all,
>
> I've been tasked with upgrading our ancient (1.2.9) apache to 2.3. I
> have read and researched this a good bit but this is on our
> production server so I need to be >>really<< sure.
>
> On FreeBSD
>
> ./configure --
It was thus said that the Great Gerard Seibert once stated:
> On Saturday 09 September 2006 16:28, Tim McIntyre wrote:
> > Hey all,
> >
> > I've been tasked with upgrading our ancient (1.2.9) apache to 2.3. I
> > have read and researched this a good bit but this is on our
> > production server so
It was thus said that the Great Steve Swift once stated:
> >But apache won't (can't!) kill the process that's looping...
>
> The operating system is Linux. The separate threads are spawned as "apache"
> (in our case) but there is still the root process running httpd - that
> should have no problem
1 - 100 of 131 matches
Mail list logo