Re: [users@httpd] Fw: favicon.ico

2011-10-14 Thread Dan Trainor
And the access log? On Oct 14, 2011 9:59 PM, "Steve Swift" wrote: > I don't have any particular axe to grind, but putting a favicon.ico in the > documentroot would avoid the error log starting to fill from the outset. > Also, for someone who had just installed their first ever server, it would >

Re: [us...@httpd] Unneeded Modules

2009-05-04 Thread dan trainor
On Mon, May 4, 2009 at 6:35 PM, William A. Rowe, Jr. wrote: > Jason Todd Slack-Moehrle wrote: > > > > I see that Apache is loading a ton of modules, what can I safely get rid > > of? > > Get rid of all the modules which don't affect the configuration or the > behavior of your server. The easiest

[EMAIL PROTECTED] Injection of content when using mod_proxy, forward proxy

2008-09-29 Thread Dan Trainor
Hello - I've been looking for a way to somehow inject some content - a header, if you will - in to any *initial* page that passes through Apache's mod_proxy. I say *initial* because I wish to only apply this process to the "first" page viewed, of a single page - not to subsequent pages refe

[EMAIL PROTECTED] Using env vars to compliment logging

2006-08-01 Thread Dan Trainor
Hello, all - For sake of trying to sound clever, I'll just flat-out say what I'm looking for, instead of using a real example. We use a wildcard approach in a VirtualHost container to accept requests, and it works quite well. However, I am having trouble making logs for each actual server n

Re: [EMAIL PROTECTED] Apache 1.3, 4GB file limit

2006-07-18 Thread Dan Trainor
Bryan Hansen wrote: I am trying to find a solution to the 4GB file limit that exists in Apache 1.3. Most resources that discuss this issue offer solutions to patch apache which only seem to work with apache 2.0+. (ie http://people.apache.org/~jorton/ap_splitlfs.diff) For the record: We are do

Re: [EMAIL PROTECTED] Looking for the best way to update a production server

2006-07-08 Thread Dan Trainor
Boysenberry Payne wrote: I'm trying to avoid interruption of service as much as possible, but don't have an alternative box to run on while I update. Is there a "preferred" way to do this? Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com Hi - The much preferred way

Re: [EMAIL PROTECTED] chmod

2006-06-28 Thread Dan Trainor
Chris Ackford wrote: oh but that file is there thats the file i ran - Original Message - From: "Pid" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 28, 2006 8:44 AM Subject: Re: [EMAIL PROTECTED] chmod it's telling you that it can't find "c:\inetpub\wwwroot\chrisandhayz\Forum\install\i

Re: [EMAIL PROTECTED] You're flooding people's mailboxes

2006-06-13 Thread Dan Trainor
Carlos Ross wrote: Hello, For two weeks I've been getting all of your messages...why all of a sudden copy everybody? Please stop broadcasting my mailbox is getting flooded and I have to delete nearly 30 messages everyday. Thanks!! Hi - 30 messages every day? I should be so lucky. T

Re: [EMAIL PROTECTED] overloading the Apache Server

2006-05-26 Thread Dan Trainor
Tiago Semprebom wrote: Hello, CPU: Pentium IV 3.0 GHz - HT, Memory: 1 GB OS - Linux (Ubuntu) ServerLimit 256 KeepAlive on KeepAliveTimeout 1 StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 50 MaxRequestsPerChild

Re: [EMAIL PROTECTED] LocalHost

2006-05-26 Thread Dan Trainor
Calpro wrote: Hi I have recently downloaded and installed version 2.2 Apache, and after adjusting the Listen port, it seems to be running Ok. That is, it displays no error messages. But when I enter LocalHost into MSIE I get the *404, File not found*. LocalHost was entered into Netw

Re: [EMAIL PROTECTED] Keeping multiple logs in central location

2006-05-18 Thread Dan Trainor
Krist van Besien wrote: On 5/16/06, Dan Trainor <[EMAIL PROTECTED]> wrote: We've got quite a few webservers, on which we're comfortable using AWStats. The server pool is part of a load balance cluster, and it's very difficult to generate statistics on the data as a

Re: [EMAIL PROTECTED] Keeping multiple logs in central location

2006-05-17 Thread Dan Trainor
ing into http://www.backhand.org/mod_log_spread/ -Dave - Original Message ----- From: "Dan Trainor" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 16, 2006 2:47 PM Subject: [EMAIL PROTECTED] Keeping multiple logs in central location > Hello, all - > > I've browsed the ar

[EMAIL PROTECTED] Keeping multiple logs in central location

2006-05-16 Thread Dan Trainor
Hello, all - I've browsed the archives a bit, but have not been able to come up with a good solution, so I'll go ahead and ask. We've got quite a few webservers, on which we're comfortable using AWStats. The server pool is part of a load balance cluster, and it's very difficult to generate

Re: [EMAIL PROTECTED] Hosting off of Shared Storage

2006-05-16 Thread Dan Trainor
Victor Trac wrote: I run NFS server with 4 connected apache servers without any problems. Just make sure to run all logging locally. -Victor On 5/15/06, *Dan Trainor* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hello, all - I was wanting to see if I co

Re: [EMAIL PROTECTED] Hosting off of Shared Storage

2006-05-15 Thread Dan Trainor
William A. Rowe, Jr. wrote: Dan Trainor wrote: I was wanting to see if I could get some feedback in regards to hosting with Apache off of shared storage. Turn off sendfile, mmap, and keep your locks/mutexes on local storage. Hi William - Thanks for the response. So this is successful if

[EMAIL PROTECTED] Hosting off of Shared Storage

2006-05-15 Thread Dan Trainor
Hello, all - I was wanting to see if I could get some feedback in regards to hosting with Apache off of shared storage. I have a lot of experience using Apache and LVS, and that works well. However, I've got a new project, and I'd like to do the same kind of setup, but also use shared storag

Re: [EMAIL PROTECTED] Two htpasswd-style files

2006-01-31 Thread Dan Trainor
Hi - Yea, I tested this. If two AuthUserFile directives are specified, the last entry takes precidence. If two arguements are given to AuthUserFile, an internal service error prints. Thanks for the help, though -dant Joshua Slive wrote: On 1/31/06, Dan Trainor <[EMAIL PROTECTED]>

[EMAIL PROTECTED] Two htpasswd-style files

2006-01-31 Thread Dan Trainor
Hello - Is it possible for AuthUserFile to accept two arguments, i.e. two seperate htpasswd-style files? Would I throw two arguments at it, or have two seperate AuthUserFile directives, pointing to their own htpasswd-style files? Thanks -dant ---

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-23 Thread Dan Trainor
Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: The initial authentication would take place via PHP form. I understand how 'require valid-user' works, and how it's used.

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-22 Thread Dan Trainor
Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: The initial authentication would take place via PHP form. I understand how 'require valid-user' works, and how it's used. I figured out a way to do it, I'll re-post later on after I test a bit.

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with env vars

2005-10-22 Thread Dan Trainor
On 10/22/05, Dan Trainor <[EMAIL PROTECTED]> wrote: Hello, all - I'm looking for a way to disable Apache's ability to secure a directory using the .htaccess method of 'require valid-user'. Would it be possible to enable/disable this functionality based on an e

[EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with env vars

2005-10-22 Thread Dan Trainor
Hello, all - I'm looking for a way to disable Apache's ability to secure a directory using the .htaccess method of 'require valid-user'. Would it be possible to enable/disable this functionality based on an enviornment variable, for a specific user? I'm not terribly keen on Apache's conditional

[EMAIL PROTECTED] CustomLog questions

2005-09-03 Thread Dan Trainor
Hello, all - I had a question about CustomLog. Are things logged to this log during, or after the event has happened? If I download a large file, would the event be loged prior to completion of the file, or would it be logged after completion of the file? Thanks -dant -

Re: [EMAIL PROTECTED] Running as authenicated user?

2005-09-03 Thread Dan Trainor
Benjamin Donnachie wrote: I hope I'm asking this in the right area... I've searched the apache docs with no luck so far... My server runs procmail as the mail delivery agent and ideally I would like to use procbuilder (http: //www.uvm.edu/opensource/?Page=procbuilder.html) as a frontend to allo

[EMAIL PROTECTED] Using ForceType on wildcards, directories

2005-09-03 Thread Dan Trainor
Hello, all - I've been doing some investigation on using ForceType in conjunction with some wildcard characters. Something such as "inside all directories prefixed by mystring-*, I want to ForceType this/type". Aside from needing to learn a bit more about regex's, I think I have it pretty m

Re: [EMAIL PROTECTED] Answer

2005-08-31 Thread Dan Trainor
Kevin O'Neil wrote: >> Kevin - >> >> No worries. >> >> Did that work? >> >> Thanks >> -dant >> > > Yes, works excellent. Thanks! > > Kevin - Good. Thanks -dant - The official User-To-User support forum of the Apache HTTP Ser

Re: [EMAIL PROTECTED] Answer

2005-08-31 Thread Dan Trainor
Kevin O'Neil wrote: > > >> >> Kevin - >> >> How about a space b/t imagse/ and "/var/www/images" after the Alias >> directive? >> >> You don't live in Arizona by chance, do you? >> >> Thanks >> -dant > > > Dant, > Sorry I don't live there. I'm in NY. Thanks for the heads up on this. > Thanks, >

Re: [EMAIL PROTECTED] Apache non-start on Solaris

2005-08-31 Thread Dan Trainor
paul buttemer wrote: > Hello all (my first message), > > I am unable to start Apache successfully - the httpd process starts, but > immediately disappears with no relevant error diagnostic. Here are some > points: > > - Apache version: 2.0.54 - absolutely default build and install (build > and i

Re: [EMAIL PROTECTED] Answer

2005-08-31 Thread Dan Trainor
Kevin O'Neil wrote: > I think I answered my own question. > > I found this to work I am just unsure if it's totally correct. > > Alias /images"/var/www/images" > > > > Options Indexes FollowSymLinks MultiViews > > AllowOverride None > > Order allow,deny > > Allow from all > > > Kevin -

Re: [EMAIL PROTECTED] disk quota?

2005-08-21 Thread Dan Trainor
Miguel Fonseca wrote: Is it possible to implement in apache a disk quota? thank you I don't believe Apache has a mechanism for implementing a quota. However, you can implement your own disk quota by first reading 'man quota', and it will explain how to accomplish this. Thanks -dant

Re: [EMAIL PROTECTED] Installing a "slim" 1.3?

2005-07-20 Thread Dan Trainor
Nick Pappas wrote: > Hello all. > > Can anyone direct me to a good resource to trimming down Apache 1.3 to > be as small as possible for my needs? I'd like to disable as much of > the server as possible both to reduce the footprint of the server and > to avoid potential linking errors in compilin

Re: [users@httpd] Server seems busy, StartServers, Min/MaxSpareServers

2005-07-13 Thread Dan Trainor
Dan Trainor wrote: > Hello, all - > > This is a subject that's been discussed on the list before, but an > answer never was quite found. > > I've got a rather busy site, and often times I get some of the following > pieces of info in my log: > > [Mon Jul

[users@httpd] Server seems busy, StartServers, Min/MaxSpareServers

2005-07-11 Thread Dan Trainor
Hello, all - This is a subject that's been discussed on the list before, but an answer never was quite found. I've got a rather busy site, and often times I get some of the following pieces of info in my log: [Mon Jul 11 12:33:17 2005] [info] server seems busy, (you may need to increase StartSer

Re: [users@httpd] file size error? But I don't have a file this big...

2005-07-06 Thread Dan Trainor
Jason Czerak wrote: > Wed Jul 06 16:25:18 2005] [notice] child pid 24242 exit signal File size > limit exceeded (25) > [Wed Jul 06 16:27:00 2005] [notice] child pid 24368 exit signal File > size limit exceeded (25) > [Wed Jul 06 16:27:02 2005] [notice] child pid 24523 exit signal File > size limit

Re: [users@httpd] Apache Configuration for PHP

2005-07-01 Thread Dan Trainor
nephish wrote: > Bagus Nugroho wrote: > >> Hi All, >> >> Currently, I'm used Apache 1.3 and willing to upgrade to Apache 2.0/php5 >> But I'm failed, and just show php code on web-browser. >> Is there any special command on httpd.conf or php.ini which totally >> different with apache 1.3/php 4.3. >

Re: [users@httpd] Networking problem?

2005-06-28 Thread Dan Trainor
Joseph Lee wrote: > Hi, > > I am trying to run Apache web server on my Redhat > Linux machine. I just installed and configured Apache > httpd-2.0.54, and entered "http://localhost"; on my > browser (Mozilla). I was able to see "If you can see > this, it means the installation ... was successful."

Re: [users@httpd] Compression and Security

2005-06-26 Thread Dan Trainor
Arthur Guy wrote: I am not that familiar with apache, I usually use IIS and IIS instillations need a patch and filters installed before they are used, I just wanted to make sure there wasn't something I was missing with apache. Thanks for the security links Aman I will check those out. One oth

Re: [users@httpd] Difficulties with apache logging

2005-06-21 Thread Dan Trainor
Noah wrote: > apache+mod_ssl-1.3.33+2.8.22 > FreeBSD-4.11R3 > > This is really important for us to fix so I am asking again. > > so I upgraded to apache 1.3.33 built from the FreeBSD /usr/ports directory, a > common directory to > build FreeBSD ports, about a month ago and around that time I st

[users@httpd] Using authentication provided by a third-party mechanism

2005-06-20 Thread Dan Trainor
Hello, all - I've seen several examples on how to implement basic authentication, drawing usernames and passwords with anything from a simple text file, to a large LDAP or MySQL server. I'd like to take it one step further. We are developing an application in-house that does a few things, includ

[users@httpd] Minimal Apache 2.0.x installation

2005-06-15 Thread Dan Trainor
Hello, all - I'm trying to modify Apache to the point where no un-necessary options are compiled in, or files are left around. I've done a pretty good job getting it down in both size and functionality, but I'm sure I'm missing some pieces. I guess what I'm asking here is, does anyone have any t

Re: [users@httpd] Where is Support for Hebrew lang

2005-06-12 Thread Dan Trainor
Nanu Calmanovitz wrote: Thanks, Do u know any such freeware or shareware tool? TIA Nanu [EMAIL PROTECTED] 05/18/05 03:56pm >>> On 5/18/05, Nanu Calmanovitz <[EMAIL PROTECTED]> wrote: Hi, I am looking for a forum, mailing list, or any other place \ source that can help me with the Hebr