of it, but assumed that
it was a function of HTTPD version rather than older OS version.
Thanks for your help.
David
On Wed, Aug 29, 2018 at 11:00 AM, Jonathan Sélea
wrote:
I am very sure that this has to do with the fact that older machines
simply does not have support for SNI.
On 2018-08
n2.org
[2] http://myhost.domain1.org
[3] http://myhost.domain2.org
[4] http://domain1.org
--
Jonathan Sélea
PGP Key: 0x8B35B3C894B964DD
Fingerprint: 4AF2 10DE 996B 673C 0FD8 AFA0 8B35 B3C8 94B9 64DD
https://jonathanselea.se
-
To unsu
> On Tue, 16 Jan 2018 12:37:27 -0200, Rodrigo Cunha wrote:
>> but Jail is important for many apache users,
> So is beer.
Well, beer should be important for everyone
signature.asc
Description: OpenPGP digital signature
Offtopic, but why do is your email "miguel_3_gonza...@yahoo.es.INVALID"?
Is it my postfix who has somekind of breakdown?
On 2017-12-24 19:51, Miguel González wrote:
>> Yeah, instead of using ugly directories, why not use a subdomain for
>> mirroring? The most links will work. It would look like
/Installations/usr/local/
--with-included-apr
--with-pcre=/Users/ewandelanoy/Documents/Installers/pcre2-10.10/pcre2-config
De : Aurélien Terrestris
À : users@httpd.apache.org; Doyle Jonathan
Cc : "ste...@eissing.org"
Envoyé le : Mercredi 7 octobre 2015 17h44
Objet : Re: [users@htt
By "I need my own PCRE" you mean I'm stuck with the default, globally-installed
PCRE on my Mac ? That locally installed versions of PCRE are useless ?
De : Stefan Eissing
À : users@httpd.apache.org; Doyle Jonathan
Envoyé le : Mercredi 7 octobre 2015 17h33
Objet : R
I am trying to install Apache2 locally on my Yosemite Mac.
I successfully installed the latest versions of the prerequisites(APR 1.5.2,
APR-util 1.5.4, PCRE 2.10.10).
It seems that "./configure" runs fine, but "make" yields the following error
message :
util_pcre.c:49:10: fatal error: 'pcre.h' f
Now the .configure step works, thank you. I had indeed copied the APR and
APR-util distributions into the srclib directory as explained in the INSTALL
file, but I didn't realize that --with-included-apr and --with-apr were
different options and used the latter instead of the former.
De
This is my first in trying to install Apache HTTP server locally on my Yosemite
Mac.
I successfully installed APR version 1.5.2, APR-util version 1.5.4 and PCRE 2,
but
then I am stuck in the first step of the Apache installation. When I run
./configure
in the httpd-2.4.16 directory, I get the
@All, thanks! "*Don't mix +/- and non +/-*" - when I removed +/-, things
worked.
Thanks so much,
On Tue, Apr 22, 2014 at 8:58 AM, Eric Covener wrote:
>
> On Tue, Apr 22, 2014 at 9:46 AM, Jonathan Hayward <
> jonathan.hayw...@pobox.com> wrote:
>
>>
0.0.0/255.0.0.0 ::1/128
ServerAdmin cjshayw...@pobox.com
ServerName www.jonathanscorner.com
ServerAlias jonathonscorner.com www.jonathonscorner.com
johnathanscorner.com www.johnathanscorner.com johnathonscorner.com
www.johnathonscorner.com jonathanscorner.biz www.jonathanscorner.com
jonat
I am attempting to set a VirtualHost to Alias two directories, and proxy
everything else to a Gunicorn server (adding SSL in passing). The
VirtualHost is:
ServerName ccachicago.pragmatometer.com
Alias /media/ "/home/jonathan/ccachicago/media/"
ErrorLo
am I doing wrong ?
Thanx !
Jonathan-Marc Lapointe
Technicien en informatique,
Administrateur système,
Administrateur réseau
Centre collégial de développement de matériel didactique
6220, rue Sherbrook
efork config looks like:
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 0
Thanks,
Jonathan
ce,
--
[image: Christos Jonathan Hayward] <http://jonathanscorner.com/>
Christos Jonathan Hayward, an Orthodox Christian author.
*Amazon <http://amazon.com/author/cjshayward>* • Author
Bio<http://jonathanscorner.com/author/>
• *Email * •
Facebook<http://www.facebook.com/christos
hi,
i think the best way to do that is compiling apr and apr-util before compiling
httpd and remove your rpm openssl-devel ( rpm -qa | grep -i openssl and rpm -e
openssl-devel...)
check this url
http://httpd.apache.org/docs/2.4/en/install.html
that could be helpfull
--
Regard Jo
Le 10 déc. 2
ng is that you use the local IP address(es) of the Server
>
Yes, you certainly must configure Apache with addresses that exist on
the system on which it runs.
--
Jonathan Ross Rogers
-
To unsubscribe, e-mail: users-unsubsc
RHEL or CentOS and PHP, you can easily find
hundreds of them.
--
Jonathan Ross Rogers
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
ally.
While mod_fcgid seems to ignore everything in the authorizer's response
apart from response code when that code is not 200, when it is 200,
mod_fcgid uses a "Location" header line in subsequent processing. Is
this the
Hi,
I am using httpd with mod_gnutls and I am using multiple certificates for
different domain with a single IP. Thatfor I created a configuration like
that:
NameVirtualHost ⟨IP⟩:443
ServerName ⟨domain1⟩:443
GnuTLSEnable on
GnuTLSCertificateFile /cert/⟨domain1⟩.crt
GnuTLSKeyFile /cert/⟨domain1⟩.k
Yes; I was wondering what was causing that. It turned out that ssl.conf was
giving a content-type of text.html.
On Sat, Jan 28, 2012 at 11:13 AM, Jonesy wrote:
> On Fri, 27 Jan 2012 15:58:39 -0600, Christos Jonathan Hayward wrote:
> >
> > P.S. The headers are:
&
GMT
X-UA-Compatible: IE=Edge,chrome=1
Connection: close
Content-Type: text.html
On Fri, Jan 27, 2012 at 3:31 PM, Christos Jonathan Hayward <
christos.jonathan.hayw...@gmail.com> wrote:
> I posted this originally at
> http://serverfault.com/questions/354313/how-can-i-get-apache2-to-se
I'm building a load balancer using apache. We have to support both SSl
and non-SSL sessions and the problem I'm trying to solve is how to get
both virtual hosts to share session data so that a when a connection is
sent to the non-SSL port, it is proxied to the same server as the SSL
session
and Jonathan R. Zuckerman is out of coffee.
On Fri, May 7, 2010 at 6:43 PM, wrote:
> I will be out of the office starting 05/07/2010 and will not return until
> 05/08/2010.
>
>
> I will be out of office for Success Rx in Pasadena.
>
> For Health Education, please c
On Tue, Apr 27, 2010 at 10:12 PM, rangeli nepal wrote:
> Good Evening Everybody,
>
> I am not sure if I am asking this question at right forum or not. I am
> sorry if it is not the right forum.
> I am wondering "if there is way based on http headers to determine if the
> requesting party has html
On Mon, Apr 19, 2010 at 5:59 PM, Eric Covener wrote:
> On Mon, Apr 19, 2010 at 5:44 PM, Glenn Gillis wrote:
> > Would any rewriting gurus out there care to speculate why the rewrite
> rule:
> >
> > "RewriteRule /blog http://spotlight.wordpress.com/";
> >
> > would cause the image URL:
> >
> >
On Tue, Apr 13, 2010 at 1:20 PM, Brian Mearns wrote:
> On Tue, Apr 13, 2010 at 1:13 PM, Jonathan Zuckerman
> wrote:
> >
> >
> > On Tue, Apr 13, 2010 at 12:13 PM, Brian Mearns
> wrote:
> >>
> >> On Tue, Apr 13, 2010 at 10:49 AM, Jonathan Zuckerman
&
On Tue, Apr 13, 2010 at 12:13 PM, Brian Mearns wrote:
> On Tue, Apr 13, 2010 at 10:49 AM, Jonathan Zuckerman
> wrote:
> > On Tue, Apr 13, 2010 at 10:34 AM, Brian Mearns wrote:
> >>
> >> I'd like to use stronger and correlated ETag, namely the hash of the
&
On Tue, Apr 13, 2010 at 10:34 AM, Brian Mearns wrote:
> I'd like to use stronger and correlated ETag, namely the hash of the
> content being served. Obviously it's a drag to do this in-line, so I'm
> planning an automated task to generate the ETag values and store them
> on the server. Is there a
On Fri, Mar 12, 2010 at 9:36 AM, Reese wrote:
> On 12-Mar-10 11:31, Nilesh Govindarajan wrote:
>
>> On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR
>> wrote:
>>
>
> It's causing a little throuble for me. When a PHP script generates a
>>> bigger
>>> report(taking about ten minutes or more), the
On Mon, Mar 8, 2010 at 6:10 AM, Rich Bowen wrote:
>
> On Mar 8, 2010, at 4:15 AM, J. Bakshi wrote:
>
> Hello list,
>
> the click enlarge facility of an image gallery generates the links in a
> very ugly manner, like
>
>
>
> http://192.168.1.1/reifenqualitaet/index.php?eID=tx_cms_
On Fri, Feb 26, 2010 at 6:39 AM, Alf Eaton wrote:
> This seems to be something that's been around for a while, but I
> haven't been able to find anything conclusive saying that it's
> supposed to work this way:
>
> I'm using Apache 2.2 as a forward proxy, aiming to cache all responses.
>
> I've s
On Wed, Feb 24, 2010 at 6:19 PM, Daniel Reinhardt
wrote:
>
> --
> From: "Jonathan Zuckerman"
> Sent: 25 February, 2010 1:40
>
> To:
> Subject: Re: [us...@httpd] Apache 1.3 OS X 10.4 help
>
> On Wed, Feb
On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt
wrote:
>
> --
> From: "Jonathan Zuckerman"
> Sent: 24 February, 2010 21:08
> To:
> Subject: Re: [us...@httpd] Apache 1.3 OS X 10.4 help
>
> On Wed, Feb 24, 201
On Wed, Feb 24, 2010 at 3:26 AM, Rupert Reid wrote:
>
> On 23 Feb 2010, at 21:43, Daniel Reinhardt wrote:
>
>
>> --
>> From: "Rupert Reid"
>> Sent: 23 February, 2010 18:27
>> To:
>> Subject: Re: [us...@httpd] Apache 1.3 OS X 10.4 help
>>
>> On 18
How do you know it's not running? What port is it listening on?
On Saturday, February 20, 2010, Paul McFerrin wrote:
> I'm trying to port Apache 2.0.63 to Cygwin 1.7 to no avail. Apache will
> start but immediately stops. The code compiles cleanly and error_log does
> not show anything other
MY ADVICE IS TO STOP-USING WINDOWS HWAA
In seriousness, after a brief google search it seems that QoS is something
that windows networks use to prioritize packet delivery, I can see why this
might have deleterious effects on a web-server. I found these instructions
for disabling it:
http://forum
On Wed, Feb 3, 2010 at 10:03 AM, Thomas Antony wrote:
>
>
>
>> Now I have a common drupal codebase located at /srv/htdocs/drupal
>>
>> I am using this kind of setup - http://drupal.org/node/124268
>>
>> Only difference being all user directories are at /srv/htdocs as suexec
>> docroot is /srv.
>>
urther text.html warnings.
I'd love to be able to fix the problem properly and at its source...
On Sun, Jan 24, 2010 at 7:27 PM, Jonathan Hayward
wrote:
>
> I am getting an error in my log if I visit http://jonathanscorner.com/admin/
> but not http://jonathanscorner.com/admin/in
On Mon, Jan 4, 2010 at 5:54 AM, Daniel Reinhardt
wrote:
>
> From: Jonathan Hayward
> Sent: 04 January, 2010 3:35
> To: users@httpd.apache.org
> Subject: [us...@httpd] Whole HTML pages in error log (1.3.x)
> Our system has rapidly growing error logs filling up the disk. It appea
t had success with variants on
AddType text/html
because AddType requires a second argument, an extension, and neither "" nor
* nor an omitted extension will match a directory with a trailing slash and
no extension.
Is there any way that DirectoryIndex-served files can be
On Tue, Jan 19, 2010 at 2:42 PM, Peter J Milanese wrote:
> As stated previously, RewriteRule is NOT the proper directive, and does not
> see the hostname.
>
> RewriteCond will act as a filter for the hostname.
> RewriteRule will not accomplish what you want, or whatever we 'think' you
> want. It d
On Sat, Jan 9, 2010 at 9:48 PM, pkm2112 wrote:
> Ok let me explain
> From http://clc.ncs.com/inventoryappl, I'm redirected to
> http://server1.ncs.com/inventoryappl.
>
> Instead of displaying http://server1.ncs.com/inventoryappl,
> want to display http://s1.ncs.com/inventoryappl
>
> Can it be do
On Thu, Jan 7, 2010 at 5:13 AM, Boyle Owen wrote:
> > -Original Message-
> > From: William Foster [mailto:willia...@gmail.com]
> > Sent: Thursday, January 07, 2010 5:07 AM
> > To: users@httpd.apache.org; comp...@roadrunner.com
> > Subject: Re: [us...@httpd] Trouble installing on windows 7
in typical requests?
--
→ Jonathan Hayward, christos.jonathan.hayw...@gmail.com
→ An Orthodox Christian author: theology, literature, et cetera.
→ My award-winning collection is available for free reading online:
☩ I invite you to visit my main site at http://JonathansCorner.com/
On Sun, Dec 20, 2009 at 1:42 AM, Jonathan Zuckerman
wrote:
> On Sun, Dec 20, 2009 at 12:37 AM, Krist van Besien
> wrote:
>> On Sat, Dec 19, 2009 at 1:30 AM, Guruprasad JG
>> wrote:
>>> I am referring to the Apache code written in C. I would like to see if all
>
On Sun, Dec 20, 2009 at 12:37 AM, Krist van Besien
wrote:
> On Sat, Dec 19, 2009 at 1:30 AM, Guruprasad JG
> wrote:
>> I am referring to the Apache code written in C. I would like to see if all
>> the paths are exercised for - request processing, resource management,
>> connection pooling, and c
ostname as opposed to the addr
in the NameVirtualHost was discouraged in the docs (they don't explain it
any further)?
On Fri, Dec 18, 2009 at 11:41 AM, Frank Gingras
wrote:
> Jonathan Mast wrote:
>
>> OK, so I added NameVirtualHost foo.mysite.com:80 and NameVirtualHost
>&g
OK, so I added NameVirtualHost foo.mysite.com:80 and NameVirtualHost
foo.mysite.com:443 above their respective sections and it seems to work
despite not being recommended as per the docs, but this was the only way to
do it because all my domains: mysite.com, othersite.com, etc point to a
single IP.
There's a problem with the 2 VirtualHost entries I had to add for SSL. Now
every request to httpd is being handled by these VirtualHosts, even requests
for with hostnames that don't match them.
Here's my current config:
ServerName blah.mysite.com
...
ServerName foo.mysite.com
On Thu, Dec 17, 2009 at 9:49 PM, Guruprasad JG wrote:
>
> I am working on a project which requires running httpd web server. I need to
> ensure that all the important code paths are covered while the web server is
> running. I looked around for test scripts which can help in doing that, but
> cou
I'm thinking that the host name actually is required in the VirtualHost
declaration.
But the 2 separate VirtualHost entries worked, thanks
On Tue, Dec 15, 2009 at 10:53 AM, Eric Covener wrote:
> On Tue, Dec 15, 2009 at 10:48 AM, Jonathan Mast
> wrote:
> > So my question is, h
I have a single webserver (1 IP) to which many DNS entries point to. Up
till now I've haven't needed SSL and the following config pattern has worked
fine for me:
ServerName foo.mysite.com
...
ServerName bar.mysite.com
...
However, when I added SSL to to foo.mysite.com, the config had to be
On Tue, Nov 24, 2009 at 11:51 AM, Steven Backus
wrote:
> Our crack security team scanned my web server with QualysGuard
> Enterprise. It found a "Gneric Web Server Directory Traversal
> Vulnerability." I'm at a loss to fix this, httpd -v returns:
>
> Server version: Apache/2.2.3
> Server built:
On Tue, Nov 24, 2009 at 12:38 AM, Boyle Owen wrote:
>> -Original Message-
>> From: bearsfoot [mailto:adam.p.reyno...@gmail.com]
>> Sent: Tuesday, November 24, 2009 3:24 AM
>> To: users@httpd.apache.org
>> Subject: [us...@httpd] More RewriteRule issues ..
>>
>>
>> Hi,
>>
>> I have the follo
On Wed, Nov 11, 2009 at 1:56 PM, Brian Mearns wrote:
> cookies.
> cookies.
> COOKIES. For god sake just listen to somebody. The only way to achieve
> what you want is to send data to the client and get them to send it
> back. That's a cookie. What you're looking for is exactly what Google
> Analyt
> -Original Message-
> From: Marc Fromm
> Sent: Sunday, October 25, 2009 7:48 PM
> To: users@httpd.apache.org
> Subject: [us...@httpd] httaccess stopped working
>
> I have used this htaccess file for quite some time now and it worked, only
> allowing access to specific ip addressess.
> For
=yy
>>>
>>> seem to reply with a formatted list of directory contents. Can someone
>>> point me to some documentation for that? Googling for "?C=M;O=A" gets
>>> hundreds of examples but no docs.
>>>
>>>
> At 12:45 -0700 10
On Fri, Oct 23, 2009 at 12:30 PM, Doug McNutt wrote:
> GET requests which would otherwise look for an index.html file but are set up
> with something like this:
>
> HTTP://domain.com/somedirectory/?C=xx;O=yy
>
> seem to reply with a formatted list of directory contents. Can someone point
> me t
On Mon, Oct 19, 2009 at 3:17 PM, Scott Haneda wrote:
> Is it possible to have .htacess values be conditional in any way. For
> example:
>
> if (my ip address is accessing the site)
> some apache directive here
> end if
>
> --
> Scott * If you contact me off list replace talklists@ with sco
On Fri, Oct 16, 2009 at 6:06 AM, Anoop.V wrote:
> Thanks for the reply,
> Yes.I tried.That too is not working.I find it a strange problem.
>
>
>
> --- On *Fri, 10/16/09, Igor Cicimov * wrote:
>
>
> From: Igor Cicimov
> Subject: Re: [us...@httpd] URL-Rewrite Problem
> To: users@httpd.apache.org
On Wed, Oct 14, 2009 at 11:47 AM, Chance Ervin
wrote:
> d on the Apache service.
>
>
>
> It seems that an edit to the config file with a graceful restart of Apache
> may do the trick but that introduces risk that a mistake was made in the
> file and only found after trying to restart. Any help bei
On Tue, Oct 6, 2009 at 3:25 PM, wrote:
> Maybe if Daniel would edit Apache's source... :)))
> Then once his "custom" Apache server is up and running, should notify us
> about it's IP.
> So we could have a fun with it ;)
>
>
> - Original Message -
> From: Dick Davies
> To: users@httpd.apa
On Tue, Oct 6, 2009 at 12:30 PM, Brolin Empey wrote:
> 2009/10/6 Jonathan Zuckerman :
>> Am I missing something? I only see the DocumentRoot declared once in
>> your example
>
> Yes, there is only 1 DocumentRoot directive, but the
> “/var/www/aidsorphanage.org/” pa
On Tue, Oct 6, 2009 at 11:37 AM, Brolin Empey wrote:
> Hello list,
>
> Here is one of my vhost conf files:
>
> [bro...@cowboy] [0] [1] ~/
> $ cat /etc/apache2/sites-available/aidsorphanage.org
>
> ServerAdmin bro...@techsol.ca
> ServerName aidsorphanage.org
> ServerAlias www.
On Thu, Oct 1, 2009 at 9:37 AM, Bob Ionescu wrote:
> 2009/10/1 Sharjeel Tariq :
>> RewriteCond %{HTTP_HOST} ^example.com$
>> RewriteRule ^/(.*)$ http://www.example.com/$1 [L,R]
>>
>>
>> The above rule works for all urls except when I have urls like
>>
>> http://example.com/news/headlines/more.jsp?
On Fri, Sep 25, 2009 at 10:54 AM, Phil Pinkerton wrote:
>
>
> On Fri, Sep 25, 2009 at 12:45 PM, Jonathan Zuckerman
> wrote:
>>
>> On Fri, Sep 25, 2009 at 6:15 AM, Phil Pinkerton
>> wrote:
>> > Anyone experience performance issues with regards to Apache
On Fri, Sep 25, 2009 at 6:15 AM, Phil Pinkerton wrote:
> Anyone experience performance issues with regards to Apache cache ?
>
> From time to time we are experience access issues ( users accessing
> Subversion ) that seem to be due to an over loaded Apache cache. We suspect
> the cache because wh
On Thu, Sep 17, 2009 at 11:54 AM, Ralf W. wrote:
> Hello group - I have found that somebody is pointing there webpage
> (domainname) to my own webpage. How can I prevent his?
>
> Thank you
> Ralf
>
>
>
>
>
> -
> The official Use
On Thu, Sep 10, 2009 at 8:56 AM, testwreq wreq wrote:
> Hello, My goal is to password protect a few pages in one of the userdir
> (/home/users/vinda). And, I cannot get this to work. Any suggestions will be
> welcomed! Below is the configuration in my httpd.conf file:
>
> Options -Indexes FollowS
On Mon, Aug 10, 2009 at 11:02 AM, Jonathan
Zuckerman wrote:
> On Mon, Aug 10, 2009 at 8:51 AM, Campbell, Lance wrote:
>> https://illinois.edu/blog/view?blogId=291
>>
>> To
>>
>> http://illinois.edu/db/view/291
>
> I think you want something like this:
>
&
On Mon, Aug 10, 2009 at 8:51 AM, Campbell, Lance wrote:
> https://illinois.edu/blog/view?blogId=291
>
> To
>
> http://illinois.edu/db/view/291
I think you want something like this:
RewriteRule ^blog/view\?blogId=(\d)+ http://illinois.edu/db/view/$1 [R=301]
Totally untested, it's been awhile but
On Mon, Aug 3, 2009 at 10:12 AM, Mike -- EMAIL
IGNORED wrote:
> I just deployed by web site modified so that some
> parts use SSL. On testing on my LAN, response
> is very fast. However testing with the internet,
> response is very slow, even for those parts of
> my web site that to not use SSL.
On Mon, Aug 3, 2009 at 4:31 AM, Matus UHLAR - fantomas wrote:
> On 02.08.09 17:38, MK wrote:
>> I'm trying to redirect IE6 users to a special page using mod_rewrite,
> ...
>> RewriteCond %{HTTP_USER_AGENT} .*Mozilla.*
> ...
>> I've played around lots with the regex ("^Mozilla.*",
>> "Mozilla", "^M
On Sun, Aug 2, 2009 at 6:24 AM, De Ren wrote:
> First time post. I am new to Apache, MySQL, and PHP.
>
> I've installed Apache (2.2.11), MySQL(5.1.36)and PHP(5.2.10) on my laptop
> (operating system: Windows XP Home Edition). I can see the Apache icon on
> the right lower corner, but when the mo
On Wed, Jul 29, 2009 at 11:18 AM, S.A. wrote:
>> ...
>> > We started with 30 concurrent users and there was no
>> trouble,
>> > but when the next batch of 70 users hit concurrently,
>> we could
>> > not serve all the users.
>> >
>> Just a note for now. The above is an important part,
>> and maybe
On Tue, Jul 28, 2009 at 5:33 PM, Ezra Taylor wrote:
> Gents:
>
> I'm gettng the above error. Can one of you shine some light
> on this? My setup is as follows. Thanks for your help.
>
> Redhat 4 update 8
> Apache 2.0.25
>
> --
> Ezra Taylor
>
If you are interested in an informed
On Tue, Jul 28, 2009 at 3:37 AM, S.A. wrote:
>
>> > > > Hello,
>> > > >
>> > > > We have a requirement of serving fixed set of data
>> > > elements (text, images,
>> > > > audio, video, etc) to a group of users
>> coming at about
>> > > the same time, but
>> > > > each user requesting different set
ipts.
On 26/07/09 14:49, Nick Kew wrote:
Jonathan Cutting wrote:
Hi all,
I'm running Apache 2.2.9 on a machine with 4G of RAM, and the server
experiences about 100,000 hits a day, ~1G bandwidth and about 30,000
page requests.
That's about 100 times more memory than you should need f
Hi all,
I'm running Apache 2.2.9 on a machine with 4G of RAM, and the server
experiences about 100,000 hits a day, ~1G bandwidth and about 30,000
page requests.
It's running several instances of a large PHP web app so there are
comparatively few users who between them request many pages each
On Thu, Jul 16, 2009 at 8:42 AM, Eric Covener wrote:
> On Thu, Jul 16, 2009 at 11:37 AM, howard chen wrote:
>> A simple rewrite rule:
>>
>>
>> RewriteRule ^/(.*) /index.php?q=test1 [QSA]
>> RewriteRule ^/test2 /index.php?q=test2 [QSA,L]
>>
>>
>> The above rules rewrite everything to "q=test1",
On Tue, Jul 7, 2009 at 11:50 PM, nima chavooshi wrote:
> Hi
> Recently attackers use new attack for DOS apache.for example see
> http://isc.sans.org/diary.html?storyid=6601&rss .
> Is there any solution for prevent this DOS attack?
> what solution do you suggest for limit concurrent connection?
>
>
tance of N+1 at all.
>
>
> On Mon, Jul 6, 2009 at 7:26 PM, Jonathan Zuckerman
> wrote:
>>
>> On Mon, Jul 6, 2009 at 1:49 PM, Pranjal Thakur wrote:
>> > Hello,
>> > My problem is mentioned in the previous post (see below). I want to add
>> > that
On Mon, Jul 6, 2009 at 1:49 PM, Pranjal Thakur wrote:
> Hello,
> My problem is mentioned in the previous post (see below). I want to add that
> I cannot use sticky sessions as the cloud that hosts our sessions is fully
> clustered and so has the ability to send requests to a different server
> inst
ervice)
>
> Thank you
> Ricardo
>
>
> On Thu, Jul 2, 2009 at 4:56 PM, Jonathan Zuckerman
> wrote:
>>
>> Can you provide a practical example of what you're trying to achieve?
>> This sounds like a violation of net-neutrality, but anyway most web
>>
Can you provide a practical example of what you're trying to achieve?
This sounds like a violation of net-neutrality, but anyway most web
requests shouldn't take longer than a second or two anyway so I don't
know what kind of performance boost your top-tier customers can
reasonably expect with rega
On Wed, Jul 1, 2009 at 3:26 PM, André Warnier wrote:
> Developer wrote:
>>
>> Hello,
>> mod_cache is very bad for caching.
>
> That's a bad way to start, if you really need help.
> Read this first :
> http://catb.org/esr/faqs/smart-questions.html
>
>> For some unknown reason (for me)
>
> that is pr
On Mon, Jun 29, 2009 at 7:04 PM, Peter Kay wrote:
>
> - Original Message
>
>> From: tomcatastrophe
>> To: users@httpd.apache.org
>> Sent: Monday, June 29, 2009 9:51:40 PM
>> Subject: [us...@httpd] mod_rewrite on Windows with Apache 2.2
>>
>>
>> I have Apache 2.2 working perfectly on my Li
Probably not the answer you're looking for but I don't think that HTTP
is the best protocol for what you're trying to do.. with files of that
size, why not consider FTP or rsync/SSH?
On Tue, Jun 16, 2009 at 8:56 AM, Patrick
Herber wrote:
> Hello!
>
> Thanks a lot for your answer!
>
> Unfortunately
I would imagine most commercial grade webservers are 64-bit.
RAM is so cheap it seems like a waste of a sweet machine to use only 4
gigs of it
On Tue, Jun 16, 2009 at 8:31 AM, Mohit Anchlia wrote:
> We are currently on Apache 2.2.6, Red Hat Linux 32bit. We are planning
> to move to Linux 64bit OS
On Fri, Jun 12, 2009 at 12:41 AM, Sean Conner wrote:
> 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
stuff from
repositories. Perl is also the same version.
I should probably also add that while I am using mod_cas.so for
authorisation, the same behaviour occurs if I run the server without CAS.
Any ideas?
Thanks,
Jonathan
André Warnier wrote:
Jonathan Gazeley wrote:
x.x.x.x - jg4461 [09/J
n works properly. I'm authenticated successfully,
and when access the scripts using GET, they work normally.
I've had a colleague go over the problem with me (including httpd.conf)
and he can't see a reason for it. I've read the FAQ and eventually
decided to post here. I hope some
You've probably included mod_worker
(http://httpd.apache.org/docs/2.0/mod/worker.html)
In this case, requests are assigned to a thread within a unix process.
I think that each thread can operate concurrently (that is the
definition of a thread right?), and apache child processes are likely
given C
I separate URLs and query strings in my customlog format. How do I force a
hyphen to be written when there is no query string? The apache docs refer
this feature, which is automatic for %b amongst other fields, but I cannot
find how force this behavior for the %q field.
thanks
On Tue, May 26, 2009 at 12:44 PM, Sam theman wrote:
> Hello,
>
> Can anyone supply the step-by-steps for building apache with FIPS 140-2
> openssl?
>
> Sam
>
>
> Insert movie times and more without leaving Hotmail®. See how.
hotmail ads? lol
-
On Sat, May 9, 2009 at 9:34 AM, Ross Boylan wrote:
> Suppose I have apache running in front of a web application and
> subversion.
>
> I am thinking of a scenario in which the web application provides a
> login page. However, the user may also browse to web pages served by
> subversion.
>
> Is th
On Fri, May 8, 2009 at 8:37 AM, Justin Pasher
wrote:
> Brent Clark wrote:
>>
>> Hiya
>>
>> Sorry to give and example, I have inherited this machine, and I have this
>> in the conf file
>>
>> Alias "/dms-bookings/" "/bookingsdata/bookings_data/bookings/"
>> Alias "/dms-bookings-ne
On Thu, May 7, 2009 at 2:05 PM, Kevin law wrote:
> I have 3 hard drives hooked up. they are labeled c,e, and d.
>
> i have an index.html page setup in my documentroot folder. So i can manage
> links to folders and files in an organized way.
>
> i have tried making a link to e:\files\
> but it just
On Wednesday, May 6, 2009, Raja Shekar CS wrote:
> Hi,
> @Jonathan: error output I get is the complete usage help. There is no
> specific error seen.
> I added some debug logging to the httpd startup code, and it looks like
> Microsoft Failover Cluster server is passing in
1 - 100 of 216 matches
Mail list logo