[users@httpd] pages truncated: solved

2015-04-07 Thread Patrick Vrijlandt
Hello list, This issue was caused by Python's universal newline support. During the output of the html to stdout, python changes (apparently) '\n' to '\r\n'. Universal newline support can be turned off by using the command line parameter '-u', which changes the standard i/o files to binary mod

[users@httpd] content truncated: Apache 2.4/Windows

2015-04-07 Thread Patrick Vrijlandt
Hello list, I am having some issues with a new wiki installation. Although I am experienced with Python, I am new to server administration and Apache. I have: Windows server 2012 R2 standard Apache/2.4.12 (win32) Python 2.7.6 (win32) MoinMoin 1.9.8 wikisoftware Apache calls moin throug

Re: [users@httpd] Searching for files that match an URL

2015-04-07 Thread Eric Covener
On Tue, Apr 7, 2015 at 12:28 PM, James Moe wrote: > So, it's a mystery? mod_negotiation / Options MultiViews -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional comm

Re: [users@httpd] Searching for files that match an URL

2015-04-07 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/05/2015 04:13 PM, James Moe wrote: > For instance, would be found > and processed as . Is this > actually possible? Is there a significant cost? Or did I mis-read > the

Re: [users@httpd] Question about server-status output

2015-04-07 Thread Rose, John B
OK thanks On 4/7/15 11:31 AM, "Eric Covener" wrote: >On Tue, Apr 7, 2015 at 11:26 AM, Rose, John B wrote: >> This particular server is using prefork. So it seems like it would just >>be >> the absolute value set in MaxClients. But I guess that isn't the case. >>So >> in a prefork config what de

Re: [users@httpd] Question about server-status output

2015-04-07 Thread Eric Covener
On Tue, Apr 7, 2015 at 11:42 AM, Rose, John B wrote: > So if Maxclients is less than 256 then ServerLimit is not set. In that > case ServerLimit defaults to 256? Therefore there should always be at > least 256 spots there, unless for some reason you set ServerLimit lower > than 256. Which you shou

Re: [users@httpd] Question about server-status output

2015-04-07 Thread Rose, John B
So if Maxclients is less than 256 then ServerLimit is not set. In that case ServerLimit defaults to 256? Therefore there should always be at least 256 spots there, unless for some reason you set ServerLimit lower than 256. Which you should not do? I am pretty sure I have seen much less than 256 spo

Re: [users@httpd] Question about server-status output

2015-04-07 Thread Rose, John B
This particular server is using prefork. So it seems like it would just be the absolute value set in MaxClients. But I guess that isn't the case. So in a prefork config what determines The number of spaces? We have a new 2.4 server we are using "event" MPM. I assume in that case what you said belo

Re: [users@httpd] Question about server-status output

2015-04-07 Thread Eric Covener
On Tue, Apr 7, 2015 at 11:26 AM, Rose, John B wrote: > This particular server is using prefork. So it seems like it would just be > the absolute value set in MaxClients. But I guess that isn't the case. So > in a prefork config what determines > The number of spaces? > > We have a new 2.4 server w

Re: [users@httpd] Question about server-status output

2015-04-07 Thread Eric Covener
On Tue, Apr 7, 2015 at 11:16 AM, Rose, John B wrote: > So what determines the number of positions in that part of the output, and > can that be interpreted to mean anything when monitoring your web server? There are spaces to grow into if ServerLimit*ThreadLimit > MaxClients. Is that what you're

[users@httpd] Question about server-status output

2015-04-07 Thread Rose, John B
I thought the number of positions in server-status Scoreboard output had the same number of positions as the number assigned to your Maxclients/MaxRequestworkers setting. But I guess it does not based on looking at it more closely/frequently. I was looking at a web server with a MaxClients of

RE: [users@httpd] XAMPP/Apache virtual host not working - Solved

2015-04-07 Thread Marshall Burns
Hi guys, This problem was solved on one of the forums. If you're interested, you can see the answer at: https://community.apachefriends.org/f/viewtopic.php?f=16&t=70548&p=241668#p2 41668 -Original Message- From: Marshall Burns [mailto:mb2...@ennex.com] Sent: Monday, April 6, 2