Re: [users@httpd] server-status 404

2011-08-17 Thread Craig Huffstetler
Loaded Modules: In your loaded modules list I do not see mod_status. Did you compile this on your server and restart or reload Apache (/etc/init.d/apache2 force-reload)? Also, confirm the module is the correct path. Currently, you have: LoadModule status_module modules/mod_status.so

Re: [users@httpd] number of connection on Windows Apache

2011-08-17 Thread Craig Huffstetler
On Wed, Aug 17, 2011 at 16:51, go1...@mailnew.com wrote: Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the limit of number of simultaneous connection, I used the directive ThreadsPerChild set the number to 1. So I am only supposed to be able to have one connection at a

Re: [users@httpd] KeepAlive setting under heavy load

2011-08-17 Thread Craig Huffstetler
On Wed, Aug 17, 2011 at 10:09, Pratte, Gil gil.pra...@pearson.com wrote: ** I have read conflicting reports regarding the KeepAlive setting. Under load the website has hundreds to thousands of users logged in at any given time. I am in the process of tuning it for performance under load.

Re: [us...@httpd] apache server not starting - Please help decipher an additional clue!

2010-10-05 Thread Craig Huffstetler
Hi David, Can anyone please tell me how I can find out why apache is not starting. Here is the entry from httpd-error.log: Did you rebuild mod_ssl and upgrade OpenSSL on this server/instance? Craig - The official

Re: [us...@httpd] Rewrite main.css to main-min.css

2010-10-05 Thread Craig Huffstetler
Is it possible to use mod_rewrite to alter a request for main.css to main-min.css? Yes, but for some reason I think this is more complex. However, I will answer given the scope given: If mod_rewrite is active then add this to .htaccess: RewriteEngine on RewriteRule main.css main-min.css

Re: [us...@httpd] Apache 2.2.x with Virtual IPs

2010-10-05 Thread Craig Huffstetler
Do anybody has any clue on this ? Can you show us an error log and/or the exceptions given? Also, what are the different setups? I would start to guess at problems given your configuration, but would love to see what errors are actually being produced. Thanks, Craig

Re: [us...@httpd] Options for multiple SSL domains on 1 server

2010-10-05 Thread Craig Huffstetler
Grant, You should use separate IPs as a best practice. As for your last threaded discussion concerning how you serve the correct SSL cert for each domain please see this article about mod_gnutls: http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/

Re: [us...@httpd] A critical .htaccess problem

2009-01-19 Thread Craig Huffstetler
(to also just make life easier...). This is also where a valid user is needed: sudo htpasswd -c /etc/apache2/dav_svn.passwd username1 *To add additional users:* sudo htpasswd -m /etc/apache2/dav_svn.passwd user2 *etc.* I hope this helps. Cheers, Craig Huffstetler | craig.huffstet...@gmail.com

Re: [EMAIL PROTECTED] what modules have been loaded ?

2008-05-21 Thread Craig Huffstetler
, Craig Huffstetler On Wed, May 21, 2008 at 3:13 PM, dave selby [EMAIL PROTECTED] wrote: Hi all, Is there a way to get apache2 to tell you what modules have been successfully loaded ? Cheers Dave -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy

Re: [EMAIL PROTECTED] Configure/Compile Apache with SVN module

2008-05-14 Thread Craig Huffstetler
and the best place to start unless you are wanting to start with something distro specific. It's really up to you and your installation and overall configuration. I'm letting you be the judge. Good luck and *Standing by.* Sincerely, Craig Huffstetler xq on FreeNode #apache On Wed, May 14, 2008 at 5:24

Re: [EMAIL PROTECTED] Virtual Host

2008-03-22 Thread Craig Huffstetler
, it is still pretty standard, you just replace the file structure addresses with the proper locations of where your directories are located. Usually this is a pretty standard procedure. We, however, need more information to work on to help you... Standing by. Sincerely, Craig Huffstetler On Sat

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Craig Huffstetler
, massive site). Plus, this is a combined log file. You can comment these lines out later on. Restart the server (hard or soft) after you fix your syntax. Again, a reference page: http://johnbokma.com/windows/apache-virtual-hosts-xp.html Read and be enlightened. Sincerely, Craig Huffstetler

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Craig Huffstetler
on using Apache as your primary web server. You can not have two web servers listening on port 80 at the same time. It's just not possible. Sincerely, Craig Huffstetler On Sat, Mar 22, 2008 at 3:24 PM, Edwin [EMAIL PROTECTED] wrote: Ok out with the old and in with the new. Now That I have read

Re: [EMAIL PROTECTED] Virtual Host problems

2008-03-22 Thread Craig Huffstetler
for in the previous thread response. Because only ONE application can bind to a port (in this case 80) at a time. Find the other application and the issue should be solved if there are no more underlying issues. Sincerely, Craig Huffstetler xarquid on FreeNode IRC On Sat, Mar 22, 2008 at 3:39 PM

Re: [EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-16 Thread Craig Huffstetler
execute them properly and the directories have read/write/execute permissions if need be. Otherwise, it may be an issue with MT... Sincerely, Craig Huffstetler On Sun, Mar 16, 2008 at 9:26 PM, C. Benson Manica [EMAIL PROTECTED] wrote: Ok, thanks for clarifying that. Another question: I have

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Craig Huffstetler
Try a RedHat mailing list, a RedHat or Linux Forum or perhaps #redhat or #linux on an IRC network. Sincerely, Craig Huffstetler On Feb 13, 2008 1:18 PM, Nick Kew [EMAIL PROTECTED] wrote: On Wed, 13 Feb 2008 13:08:53 -0500 Todd, David [EMAIL PROTECTED] wrote: My question is about

Re: [EMAIL PROTECTED] domain.com/~user - user.domain.com

2007-11-12 Thread Craig Huffstetler
According to the page referenced: http://www.easymodrewrite.com/example-subdomains *This code should be placed in the htaccess file in the root of your domain, i.e.* domain.com/.htaccess . On Nov 12, 2007 1:30 PM, Antonio Piu [EMAIL PROTECTED] wrote: Want I want to do is the following:

Re: [EMAIL PROTECTED] ssl_error_log: unusably short session_id provided

2007-10-19 Thread Craig Huffstetler
It's an issue with openssl. I experienced the same problem when I upgraded on two test servers. Downgrading solved this issue as well. It seems to have been reported to openssl bug tracking already. On 10/19/07, Grant [EMAIL PROTECTED] wrote: For the last 24 hours I've been getting these

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Craig Huffstetler
Can you please provide us with your operating system information and what you have done thus far to attempt to correct this? On 8/27/07, Steve R Burrus [EMAIL PROTECTED] wrote: - Original Message - *From:* Steve R Burrus [EMAIL PROTECTED] *To:* users@httpd.apache.org *Sent:*

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Craig Huffstetler
Steve, Either way -- keep it in one thread and do not repost. Moving on to your actual discussion and the reason you are posting Are you going to provide us with the operating system and what you have done thus far? This will help us further trouble shoot the issue. On 8/27/07, Steve R

Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Craig Huffstetler
should point to different folders so that content from website to website can be varied. Thanks in advance Regards, Kranti -- Craig Huffstetler

Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Craig Huffstetler
Mobile: +91 - 9849 ... +91 - 9391 - 438 - 738 -- Craig Huffstetler