Re: [users@httpd] How do I choose the best settings for the Apache Server?

2023-09-13 Thread Francois Gingras
You'll want to make sure you're using the event mpm, in any case. It should run well under 500MB even with thousands of workers. If php or another dynamic language is involved, then the answer will depend on what you use. You should also consider if other services use RAM, such as a rdbms. On We

Re: [EMAIL PROTECTED] help with apache2 and php3 support // mojo

2008-07-10 Thread Francois Gingras
my config: > -opensuse 10.3 > -apache version is 2.2.9 > -php5 > -mysql5 > my webroot is located at /etc/www/htdocs. > > Regards! > > > > Envoyé avec Yahoo! Mail. > Une boite mail plus intelligente. -- Francois Gingras (i):

Re: [EMAIL PROTECTED] Logging query strings from a re-write rule

2008-07-10 Thread Francois Gingras
the property of the Capgemini Group. It is intended only for the person > to whom it is addressed. If you are not the intended recipient, you are not > authorized to read, print, retain, copy, disseminate, distribute, or use > this message or any part thereof. If you receive this message in

Re: [EMAIL PROTECTED] Logging query strings from a re-write rule

2008-07-14 Thread Francois Gingras
tring of the URL that I > am sending the browser to. > If that makes sense.. > > Steve > > -----Original Message- > From: Francois Gingras [mailto:[EMAIL PROTECTED] > Sent: 10 July 2008 14:16 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Logging quer

Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread Francois Gingras
Jay, points to the actual '/' path. It is locked down for security reasons, and you should not alter it. To allow access to your server, you should create or alter the block in your virtual host instead. Look out for the DocumentRoot directive to know what path to use. Frank. On Sun, Sep 7, 2

Re: [EMAIL PROTECTED] Apache not executing Perl script,but perl script is getting downloaded.

2008-10-01 Thread Francois Gingras
Hello, With ScriptAlias, you don't actually need Option (+)ExecCGI. You simply need to allow access to that directory. Also, make sure that the mod_cgi module is loaded, and you should be good to go. Frank On Wed, Oct 1, 2008 at 8:01 AM, Prathima Dandapani -X (pdandapa - HCL at Cisco) <[EMAIL P

Re: [EMAIL PROTECTED] Serving blank page when content size increases

2008-10-05 Thread Francois Gingras
Alec, What does the error log contain, exactly? Frank On Sat, Oct 4, 2008 at 10:01 PM, Alec Lebedev <[EMAIL PROTECTED]> wrote: > I have a text file which sits on the hard drive and is served by the Apache > HTTP server. Even though the file has a lot of data (330 KB) the page in the > browser is

Re: [EMAIL PROTECTED] Serving blank page when content size increases

2008-10-05 Thread Francois Gingras
gt; file was being accessed. > Any thoughts? > > - Original Message ---- > From: Francois Gingras <[EMAIL PROTECTED]> > To: users@httpd.apache.org > Sent: Sunday, October 5, 2008 9:44:10 AM > Subject: Re: [EMAIL PROTECTED] Serving blank page when content size increase

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-06 Thread Francois Gingras
I'm glad you understand why the www. host redirection was removing the original anchor. Now the second part of the problem is exposed, and confirmed. I'll do some digging as far apache is concerned to see if we can preserve that anchor. On Thu, Nov 6, 2008 at 3:34 AM, Matus UHLAR - fantomas <[EMA

Re: [EMAIL PROTECTED] Apache Installation - Vista

2008-11-24 Thread Francois Gingras
On Sun, Nov 23, 2008 at 3:27 AM, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > MartinC wrote: >> (OS 10013)An attempt was made to access a socket in a way forbidden by its >> acces >> s permissions. : make_sock: could not bind to address 0.0.0.0:80 >> no listening sockets available, shutting d

Re: [us...@httpd] Real time thread tracking

2009-03-07 Thread Francois Gingras
I vote on licenses to be allowed to get on the Internet. This twat certainly does not deserve one. On Sat, Mar 7, 2009 at 6:19 PM, Evan Platt wrote: > At 01:54 PM 3/7/2009, you wrote: > >> I'm sure there are lots of Windows forums where that would be on-topic >> and welcomed, but it's off-topic

Re: [us...@httpd] What is Apache not Starting

2009-05-10 Thread Francois Gingras
What does the error log say, exactly? Frank On Sun, May 10, 2009 at 9:24 AM, ganeshapache wrote: > Iam not a windows guy.. but as linux admin who managed apace for years > now... how i would have analysed this issue if it would have happed on a > linux machine is by specifying the configuration

Re: [us...@httpd] Fwd: Home Web Server

2009-05-13 Thread Francois Gingras
Justin, 1) You should not use the port in the ServerName 2) those directives will not fix the original issue, as outlined in this thread. Did you have to a chance to read www.portforward.com? Frank On Wed, May 13, 2009 at 1:36 PM, Justin Zhang wrote: > Is my cofiguration right? > > Listen 192.

Re: [us...@httpd] Apache install problem

2009-06-27 Thread Francois Gingras
This mailing list is not how-to-manage-packa...@distro.org Frank On Sat, Jun 27, 2009 at 12:44 PM, Mohit Anchlia wrote: > Another question when I upgrade does it remove existing apache 2.2.6 > installation? > > On Sat, Jun 27, 2009 at 9:43 AM, Mohit Anchlia wrote: >> So can't I install on top of

Re: [us...@httpd] Apache serves css and images as empty files

2009-07-10 Thread Francois Gingras
Mike, Try "EnableSendfile off" or uninstall Avira server avguard. Frank On Fri, Jul 10, 2009 at 7:09 AM, Michael Dearman wrote: > Hi, > > > > I’m running an intranet server with apache 2.2.10 on OpenSuse 11.1, > everything was running fine until I installed Avira server avguard (at least > i thi

Re: [us...@httpd] Sudden death

2009-07-11 Thread Francois Gingras
Jos, Pasting the whole config file is not particularly useful. Try tell us what the error log contains, or starting httpd with httpd -X, or running it with gdb. Frank On Sat, Jul 11, 2009 at 5:48 PM, Jos Chrispijn wrote: > [Apache 1.3.41_1] > > Two days ago I rebooted my system and for some rea

Re: [us...@httpd] Crazy with VirtualHost and warnings!!!

2009-09-07 Thread Francois Gingras
Give us the output from apache2ctl -S instead. Frank On Mon, Sep 7, 2009 at 12:32 PM, RicardoCh wrote: > I have a web-file-router-proxycache-firewall server (ALL ON THE SAME > MACHINE) Debian Lenny Squid 2.7-Apache 2-Samba 3-iptables. > > > I'm going more crazy that ever!!! > > The problem is Vir

Re: [us...@httpd] please need help starting apache2 ASAP

2009-10-21 Thread Francois Gingras
See my previous response: http://wiki.apache.org/httpd/CouldNotBindToAddress Frank. On Wed, Oct 21, 2009 at 9:56 PM, wrote: > Well, if you have a better idea, please advice our friend. > > > On Oct 21, 2009, at 6:51 PM, Eric Covener wrote: > >> On Wed, Oct 21, 2009 at 9:47 PM,   wrote: >>> >>>

Re: [us...@httpd] installing apache on amazon ec2 instance

2009-11-22 Thread Francois Gingras
You can't load 1.3 modules with 2.2. Frank. On Fri, Nov 20, 2009 at 7:04 PM, Daniel Shapiro wrote: > Running on Debian linux: > > I have been having trouble installing/running apache on an instance of an > amazon cloud ec2 machine. > Wondering if installation is badly done, or configs not set u

Re: [us...@httpd] How to set multisites: same domain, different path, one ip address

2010-01-16 Thread Francois Gingras
2010/1/16 Jiongliang Zhang : > I have implement something like this: > > > mailman is here, > > > > redmine is here. > > > so when I using mydomain:80 and mydomain:8080, I can request both of them. > But now I have new reqirements, I hope using mydomain/mailman and > mydomain/redmine >

Re: [users@httpd] suphp

2013-09-26 Thread Francois Gingras
On Thu, Sep 26, 2013 at 8:55 AM, Pol Hallen wrote: > Howdy :-) > > Does suphp supports cgi scripts? If yes, how? > > I've done a long searching but I didn't found any howto or tips to do this. > > Any idea? > > Thanks! > > Pol > > >

Re: [users@httpd] Order of applicatoin of sites-enabled configs

2014-08-06 Thread Francois Gingras
Bad idea. Use the default vhost behaviour to define what vhost will be used for unknown hostnames not matching any ServerName / ServerAlias directive. The default *:80 vhost must be defined first. You can even use ServerName or ServerName in the default vhost. Frank On Wed, Aug 6, 2014 at 11:

Re: [users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-07 Thread Francois Gingras
D'arcy, Those are actually erroneous responses. You do not need mod_php to serve php content; that's the legacy approach. Also, AddType should never be used for dynamic content. The purpose of that directive is to change the content type for static files. Nowadays, you can use fcgi and even php-

Re: [users@httpd] Apache 2.4 optimisation for a virtual server with low resources.

2014-08-12 Thread Francois Gingras
Perhaps a constructive answer would help the original poster here. Since your bottleneck is the lack of actual RAM, then I would recommend using a threaded mpm like event, which will allow you to support far more clients with less resources. With 2.4, you can simply load the appropriate mpm with t

Re: [users@httpd] Apache 2.4 This webpage has a redirect loop

2015-01-03 Thread Francois Gingras
Your second rule is mostly abusing mod_rewrite - you should use FallbackResource instead, or just add a RewriteCond before the rule to prevent loops in the per directory context. Frank On Wed, Dec 31, 2014 at 1:45 PM, Tim Dunphy wrote: > Hey all, > > OK so I have a website that's entering a re

Re: [users@httpd] Re: FAQ?

2015-11-16 Thread Francois Gingras
Actually, we locked down the httpd wiki because of spam in the past. However, I can add anyone to the contributor list should they wish to add or edit content. Frank On Mon, Nov 16, 2015 at 11:01 AM, William A Rowe Jr wrote: > On Sun, Nov 15, 2015 at 11:09 AM, yousuf sharief > wrote: > >> Hi

Re: [us...@httpd] How is Zlib supposed to look?

2010-03-28 Thread Francois Gingras
On Sun, Mar 28, 2010 at 11:31 AM, Frank DeChellis wrote: > I feel so unwanted.  :-) > > But thanks for the direction. > > Cheers. > Frank > > > On 10-03-28 9:51 AM, "Nilesh Govindarajan" wrote: > >> On 03/28/2010 05:58 PM, Frank DeChellis wrote: >>> Hi there, >>> >>> I am posting here even though

Re: [users@httpd] problem in using AOLServer and Apache on same machine at different ports

2011-02-23 Thread Francois Gingras
On Wed, Feb 23, 2011 at 3:57 AM, James Godrej wrote: > I am using a Ubuntu virtual machine.Where I installed OpenACS which > depends upon AOLServer. > To do so I had first shutdown Apache on this machine. > Then following instructions given here > > http://openacs.org/xowiki/ubuntu > > Step 1) >  

Re: [users@httpd] Virtual Host Directory Permissions Problem

2011-03-13 Thread Francois Gingras
On Sun, Mar 13, 2011 at 4:59 PM, Hossy wrote: > 1. What are you typing to access it? > 2. Try removing the ":443" from your primary ServerName entry.  I believe > the port is defined inside the tag. > > -Original Message- > From: Dennis Putnam [mailto:d...@bellsouth.net] > Sent: Sunday, M

Re: [users@httpd] FW: Tomcat hangs while stopping -- bug48470

2011-03-14 Thread Francois Gingras
On Mon, Mar 14, 2011 at 5:03 AM, Shekhar Chaudhary wrote: > Hi Team, > >  I am using Tomcat version 6.0.20 on Windows Server 2008 R2. The problem is > that when I try to stop the server it gets hanged due to which I have to > restart my machine every time it happens.  I found on Apache issues si

Re: [users@httpd] Tomcat hangs while stopping - bug48470

2011-03-16 Thread Francois Gingras
On Wed, Mar 16, 2011 at 8:28 AM, Shekhar Chaudhary wrote: > I have read these mailing list here only. > > > > -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: 16 March 2011 17:43 > To: users@httpd.apache.org > Subject: Re: [users@httpd] Tomcat hangs while stopping

Re: [users@httpd] Re: Re: wildcard domains do not [MORE] work

2011-04-03 Thread Francois Gingras
On Sun, Apr 3, 2011 at 4:04 PM, Eric Covener wrote: >> The server has clearly send "Content-Type: application/x-httpd-php"  and >> I do not know WHY, because the rewritten DOCROOT are the only one, where >> it happen.  All other VHosts do it right  and  "Content-Type: text/html" >> is send. > >> O

Re: [users@httpd] Apache Hash Integrity .war

2011-04-06 Thread Francois Gingras
On Wed, Apr 6, 2011 at 8:18 AM, Sebastian Biedermann wrote: > Dear List, > > I´m searching for a integrity measurement module for apache tomcat which > makes a hash (e.g. sha1) from each *.war file before starting/employing it. > > Can anyone give me a hint? > > Thank you! > Sebastian > > > >

Re: [users@httpd] URL Rewrite

2011-04-20 Thread Francois Gingras
On Wed, Apr 20, 2011 at 7:07 AM, Rod Behr wrote: > Hi > > > > New to Apache, but learning fast. Knocks IIS into a cocked hat, but I have a > newbie question: > > > > I have looked through the documentation and examples for the mod_rewrite > module and although I think my request is simple, I canno

Re: [users@httpd] userdirs inaccessible after upgrade

2011-05-02 Thread Francois Gingras
On Sun, May 1, 2011 at 4:32 PM, Yehuda Katz wrote: > On Sun, May 1, 2011 at 3:29 PM, Allen Seelye wrote: >> >> I upgraded from ubuntu 9.10 to 10.10. Now my userdirs are inaccessible. >> >> The access log reads: >> - >> "GET /~use

Re: [users@httpd] Re: two name-based virtual hosts does not work

2011-07-01 Thread Francois Gingras
On Fri, Jul 1, 2011 at 10:36 AM, Markus Feldmann wrote: > Am 01.07.2011 15:40, schrieb Igor Cicimov: >> >> How did you set the sub domain test.feldland.dyndns.org >> to go to your server? Looks >> definitely like DNS issue nothing to do with apache. Very easy to