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

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

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 bluethu...@gmail.com wrote: Hey all, OK so I have a website

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

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

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 ip or ServerName random hostname in the default vhost. Frank On Wed,

Re: [users@httpd] suphp

2013-09-26 Thread Francois Gingras
On Thu, Sep 26, 2013 at 8:55 AM, Pol Hallen apach...@fuckaround.org 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] 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 feldmann_mar...@gmx.de wrote: Am 01.07.2011 15:40, schrieb Igor Cicimov: How did you set the sub domain test.feldland.dyndns.org http://test.feldland.dyndns.org/ to go to your server? Looks definitely like DNS issue nothing to do with apache.

Re: [users@httpd] userdirs inaccessible after upgrade

2011-05-02 Thread Francois Gingras
On Sun, May 1, 2011 at 4:32 PM, Yehuda Katz yeh...@ymkatz.net wrote: On Sun, May 1, 2011 at 3:29 PM, Allen Seelye alleni...@gmail.com wrote: I upgraded from ubuntu 9.10 to 10.10. Now my userdirs are inaccessible. The access log reads:

Re: [users@httpd] URL Rewrite

2011-04-20 Thread Francois Gingras
On Wed, Apr 20, 2011 at 7:07 AM, Rod Behr rod.b...@impact-europe.com 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

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

2011-04-06 Thread Francois Gingras
On Wed, Apr 6, 2011 at 8:18 AM, Sebastian Biedermann biederm...@seceng.informatik.tu-darmstadt.de 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?

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 cove...@gmail.com 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.

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 shekhar.chaudh...@cairnindia.com 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]

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 shekhar.chaudh...@cairnindia.com 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.  

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

2011-03-13 Thread Francois Gingras
On Sun, Mar 13, 2011 at 4:59 PM, Hossy hossy-apa...@hossy.com 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 VirtualHost tag. -Original Message- From: Dennis Putnam

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 jamesgod...@yahoo.in 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

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 fra...@iaw.on.ca wrote: I feel so unwanted.  :-) But thanks for the direction. Cheers. Frank On 10-03-28 9:51 AM, Nilesh Govindarajan li...@itech7.com wrote: On 03/28/2010 05:58 PM, Frank DeChellis wrote: Hi there, I am posting here

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 zhnzhong...@gmail.com: I have implement something like this: virtualhost :80 mailman is here, /virtualhost virtualhost :8080 redmine is here. /virtualhost so when I using mydomain:80 and mydomain:8080, I can request both of them. But now I have new

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 dshapiro1...@yahoo.com 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

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, aurfal...@gmail.com 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,  

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 Chrispijnapa...@webrz.net wrote: [Apache 1.3.41_1] Two days ago I rebooted my system

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 Dearmanm...@quarch.com 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

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 Anchliamohitanch...@gmail.com 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

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 justinzhang1...@gmail.com wrote: Is my

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 ganeshapa...@gmail.com 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

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 e...@espphotography.com 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,

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

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
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 increases Alec, What does the error log contain, exactly

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

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

2008-09-07 Thread Francois Gingras
Jay, Directory / 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 Directory block in your virtual host instead. Look out for the DocumentRoot directive to know what path to use.

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

2008-07-14 Thread Francois Gingras
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 query strings from a re-write rule Steve, Without digging too much

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

2008-07-10 Thread Francois Gingras
! Envoyé avec Yahoo! Mail. Une boite mail plus intelligente. -- Francois Gingras (i): http://ccds.ca (p): (514) 243-8233 (f): (514) 731-5834 - The official User-To-User support forum of the Apache HTTP Server Project. See

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

2008-07-10 Thread Francois Gingras
immediately and delete all copies of this message. -- Francois Gingras (i): http://ccds.ca (p): (514) 243-8233 (f): (514) 731-5834 - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http