Re: [EMAIL PROTECTED] Apache 1.3x Secure Server

2005-05-09 Thread dan
Bob Cohen wrote: Is it possible to set up Apache 1.3x to boot with the secure server without having to re-enter the password? If so, how? Thanks. Bob Cohen Bob - This is covered in mod_ssl's FAQ. This would apply to you if you're using mod_ssl: http://www.modssl.org/docs/2.7/ssl_faq.html#rem

Re: [EMAIL PROTECTED] Apache 1.3x Secure Server

2005-05-09 Thread dan
Bob Cohen wrote: dan wrote: > This is covered in mod_ssl's FAQ. This would apply to you if you're using mod_ssl: http://www.modssl.org/docs/2.7/ssl_faq.html#remove-passphrase Thank you Dan. I guess it isn't such a good idea to do this, eh? It's just that I've got

Re: [users@httpd] Apache on Linux

2005-05-17 Thread dan
Broming plutonium wrote: I recommend instead though that you install something like Fedora Core What's Fedora Core? I know it's an operating system but...what does it do? Hmmm... I never tried this but can't one install Apache on non-Windows using a pre-packaged - i.e., pre-compiled and linked -

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-19 Thread dan
Fabiano Sidler wrote: Hi folks! [EMAIL PROTECTED] $ httpd -k start (20014)Error string not specified yet: Error retrieving pid file /var/run/httpd.pid [EMAIL PROTECTED] $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May 20 02:44 /var/run/httpd.pid Same problem with httpd:httpd permissions.

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-26 Thread dan
Maxim Vexler wrote: On 5/26/05, Jeff White <[EMAIL PROTECTED]> wrote: From: "Maxim Vexler" I should mention that the web server itself is w2k3 running Apache 2.0.52. Security First? When you say security you actually mean: The very "surprising" need to restart the server every 2-3 week

Re: [users@httpd] .htaccess help

2005-05-26 Thread dan
Noel Stratton wrote: Hello, Is there a way to have .htaccess verify username and password from a mysql database? If not is there a way to password protect a directory with php. The reason I ask is that I would like if a user changes their password via php that when the users accesses the directo

Re: [users@httpd] Problems on Linux

2005-06-02 Thread dan
Broming plutonium wrote: I'm using Xandros Open Circulation 3. I don't think you know what it is, so I decided to just call it "Linux". God I'm so stupid--I didn't even enable the features! And I deleted my source directory, too. Too bad I don't have time to read the documentation--I can hardly

Re: [users@httpd] irc eggdrop exploit woes

2005-06-06 Thread dan
Eben Goodman wrote: I recently had an irc exploit on my server running this eggdrop relay thing via apache. I was able to find the offending files and remove them and the eggdrop processes went away for awhile, but now they are back and try as I might I can't find any files that correspond to

Re: [users@httpd] irc eggdrop exploit woes

2005-06-06 Thread dan
on, it came in through an insecure php nuke application. I have since removed the nuke app, but the damage appears to be done, since this eggdrop crap is still running on the server. Is there a way to find, and remove the software once it has found it's way on? thanks, Eben Dan Mahoney, S

Re: [users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-08 Thread dan
Oskar Eyb wrote: hm.. are there still any ideas? Can ya provide some more details, please? Thanks -dant - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [users@httpd] Speed up pix display

2005-06-08 Thread dan
Garth Armorer wrote: Hi, What can be done to speed up display of pictures? They're all in jpeg format and it would be a giant task to convert all of them to .gif. Thanks, Garth -- "Tomorrow is assumed by all of us, But promised to none of us" Garth I had a customer who has a 6 columb by 244

Re: [EMAIL PROTECTED] Using mod_rewrite with mod_jk2

2005-08-11 Thread Dan
possible that my logic is flawed. In any case, you can try: RewriteEngine On RewriteCond %{HTTP_HOST} (.*).mysite.com$ RewriteRule /profile http://mysite.com/profile.jsp?u=%N [L] HTH Dan On 12/08/2005, at 8:28 AM, brian papa wrote: I'm trying to set it up so that users o

[EMAIL PROTECTED] mod_logio Performance hits?

2005-09-13 Thread Dan
rformance hit be enough to consider back-tracking to Apache1.3 (which correctly logs the bytes sent, rather than the 'expected' bytes to be sent) instead of Apache2? Cheers, Dan - The official User-To-User support

[us...@httpd] HTTP Connect Requests

2010-10-28 Thread Dan
our home page. Can anyone confirm for me what this is trying to accomplish? Thanks, Dan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [us...@httpd] HTTP Connect Requests

2010-10-28 Thread Dan
On Thu, Oct 28, 2010 at 3:25 PM, Eric Covener wrote: > On Thu, Oct 28, 2010 at 4:21 PM, Dan wrote: >> Hello all, >> >> I have an apache ssl proxy configured with mod_security that detected >> (I'm only running in detection mode) many HTTP connected requests >&g

[users@httpd] error initializing: HTTPS redirected to HTTP is not supported

2011-06-02 Thread Dan
Hello all. I have a pair of apache proxy/web-app servers that simultaneously reported this error this morning. At the time logrotate was stopping and starting apache. I've never seen this error before, and teh google isn't giving me anything useful. I have no proxy statements or redirects in my co

Re: [users@httpd] error initializing: HTTPS redirected to HTTP is not supported

2011-06-08 Thread Dan
s of me to assume this has something to do with apache, but it's the only daemon serving up HTTP and HTTPS on this system. Here's the exact entry from the messages log: Jun 8 16:02:16 : error initializing: HTTPS redirected to HTTP is not supported As you can see, it just happened again

[users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-02 Thread Dan
tell me if this has more to do with the way the plugins are extracted into the plugin directory (the plugin is a zip file). or whether this is a limitation apache implements for security purposes? If so, what other options do I have? Thanks in advance... Dan ---

Re: [users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-02 Thread Dan
r site _seems_ to be down. Thanks again... Dan On Fri, Nov 2, 2012 at 1:44 PM, Ben Johnson wrote: > > > On 11/2/2012 2:24 PM, Dan wrote: >> Hello all... >> >> I have a Apache 2.2.15 install serving a Wordpress 3.4.2 site. I also >> have a developer who needs to

Re: [users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-07 Thread Dan
d APC. If anyone has an input or past-difficulties with this proposed deployment, I'd appreciate hearing from you. Dan On Fri, Nov 2, 2012 at 10:56 PM, Noel Butler wrote: > ** > On Fri, 2012-11-02 at 14:31 -0500, Dan wrote: > > Ben, > > Yes you're right, we are

Re: [users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-09 Thread Dan
setting fastcgi to listen on a tcp port instead of using a socket file and performance was worse, on average 6000 ms. Can someone tell me whether this performance differential is to be expected? Thanks, Dan On Wed, Nov 7, 2012 at 9:19 AM, Dan wrote: > Thanks Noel. > > We can use V

Re: [users@httpd] Apache not honoring SUID/GUID or FACL

2012-11-09 Thread Dan
. I've done some googling already and found references to disabling SELinux, but it's already disabled on this system. Thanks for your help! Dan On Fri, Nov 9, 2012 at 9:47 AM, Ben Johnson wrote: > > > On 11/9/2012 9:21 AM, Dan wrote: >> Ok folks. I've go

[us...@httpd] Re: [graphviz-interest] Dot extremely slow when called from python cgi script

2009-05-18 Thread Dan Yamins
(e.g. after the cache is remade).So I guess the question becomes: how do I get apache and the > CGI script to see and use the .fontconfig caches? However, I never received an answer about about how to get apache to see the .fontconfig caches. Any thoughts would be really appreciated. Thanks, Dan

Re: [us...@httpd] Re: [graphviz-interest] Dot extremely slow when called from python cgi script

2009-05-20 Thread Dan Yamins
>If you just rebuild the system caches, does that help? > (as root) > # rm /var/cache/fontconfig/* > # fc-cache -f -v Well -- so I guess since my fontconfig installation is via macports, Ryan was right in suggesting that my fontconfig was in /opt/local. BUt cleaning it doesn't seemed to ha

[us...@httpd] Re: mem_cache monitoring

2009-05-29 Thread Dan Poirier
Chuck Stein writes: > Are there any tools that will allow me to monitor what is in the > mem_cache? How can I tell if it is working? Set LogLevel to debug temporarily and you'll be able to see pages being cached in the error log. (Plus lots of other things, so turn it back off when you've seen

[us...@httpd] Re: How to retrieve contents from memcache using POST request parameter

2009-06-01 Thread Dan Poirier
Suan-Aik Yeo writes: > Right now > I've installed the modmemcache module from > http://code.google.com/p/modmemcachecache/ If you're using a module you didn't get from Apache, you should probably ask somebody at the place where you got it rather than an Apach

[us...@httpd] Re: How to retrieve contents from memcache using POST request parameter

2009-06-02 Thread Dan Poirier
on't believe any of Apache's caching mechanisms try to cache POST requests. I'm not sure why you would want to. Aren't most POSTs updating resources on the server (in some sense), rather than requesting static information that would make sense to cache? -- Dan Poirier ---

[us...@httpd] Re: Information in mod_status to text file

2009-06-08 Thread Dan Poirier
ricardo figueiredo writes: > Hi again, > > Can I get processing time of a request ?? http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats -- Dan Poirier - The official User-To-User support forum of t

[us...@httpd] Re: mod_disk_cache - Temporary files when 32000 subdirs limit is reached

2009-06-10 Thread Dan Poirier
the requests go to a separated directory: I see the problem. Maybe if you change CacheDirLength to 2? There are only 64 possible characters used in these directory names, so with a dir length of 2, you can't have more than 4096 subdirectories. Once this is s

[us...@httpd] Re: Fixing HTTP Service / Server Version Detected

2009-06-10 Thread Dan Poirier
Sukhjeet, you can hide this information, but I wouldn't think it would make your server any more secure. Most attackers will probably just try a bunch of known vulnerabilities without even looking at the OS and version. -- Dan Poirier

[us...@httpd] Re: mod_rewrite

2009-06-16 Thread Dan Poirier
everse proxy would be a better fit for what you're trying to do? Your server could proxy rep*.* requests to your alternate server, while serving other requests directly. -- Dan Poirier - The official User-To-User support

[us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Dan Poirier
  > Port 9080 is usually WebSphere. It sounds like you're going straight to WebSphere and not through IHS, so IHS isn't even involved. Try going to http://localhost instead of http://localhost:9080 -- Dan Poirier ---

[us...@httpd] Re: Conditional in httpd.conf

2009-07-14 Thread Dan Poirier
ine On and path to key and cert file. > > So, had a thought of excluding port from VH container and leaving only IP, > like: > > > > SetEnvIf or any other, similar module, also wouldn't be able to "hack" it > in this way? Try putting the

[us...@httpd] Re: Separate Virtual Host Configuration File and domain name on log

2009-07-15 Thread Dan Poirier
just faking virtual hosts by dynamically mapping requests to doc roots, instead of having actual configuration, %v won't do what you want. Try logging %{Host}i instead of %v. -- Dan Poirier - The official User-To-User support

[us...@httpd] Re: Virtual Hosts and mod_cache

2009-07-22 Thread Dan Poirier
"Fábio Jr." writes: > Hello all. > > How can I set mod_cache to works in different ways in my different > Virtual Hosts? I just put the IfModule directive and the options The same as most anything in an Apache config. See http://httpd.apache.org/docs/2.2/sections

[us...@httpd] Re: httpd.config "subroutine"

2009-07-22 Thread Dan Poirier
You can Include the same file repeatedly: http://httpd.apache.org/docs/2.2/mod/core.html#include -- Dan Poirier - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [us...@httpd] Compiling ModSecurity on CentOS 5.3 x86_64

2009-07-24 Thread Dan Poirier
You'll probably get more help over at http://www.modsecurity.org/contact/. This list is for support of the Apache web server and the modules that come with it. - The official User-To-User support forum of the Apache HTTP Server P

Re: [us...@httpd] create errorlog folder

2009-07-27 Thread Dan Poirier
ring configtest. I don't think it's possible to check this perfectly without actually trying to open and write to the log file, which we wouldn't want to do during configtest, but we can at least see if the directory exists, and if it appears to be writeable. -- Dan Poirier --

Re: [us...@httpd] Re: Need some SSL help please.

2009-08-07 Thread Dan Poirier
On 08/07/2009 11:27 AM, Mike -- EMAIL IGNORED wrote: Additionally, I thought sign-in is encrypted even when SSL is not in use. Is this not true? That is not true. Sign-in is not encrypted unless you use SSL. -- Dan Poirier

[us...@httpd] Trouble compiling apache with mod_ssl, having two versions of OpenSSL on openSUSE 10.3

2009-08-07 Thread Dan Stromberg
The subject line summarizes the issue pretty well. Following are the details: The problem stems, of course, from the new packages I'm building on an old OS. I don't have much choice in the matter though - these are the constraints I must operate within. I want to have two versions of OpenSSL on

Re: [us...@httpd] Trouble compiling apache with mod_ssl, having two versions of OpenSSL on openSUSE 10.3

2009-08-10 Thread Dan Stromberg
12:33 AM, Igor Cicimov wrote: > Did you read the README and INSTALL files in the OpenSSL folder (I assume > you have openssl tarball downloaded)? They usually explain what and how to > use in the ./configure and make commands. Read the help pages for configure > and make too. > > O

Re: [us...@httpd] Requiring authentication for the whole server

2009-08-13 Thread Dan Poirier
URL while Directory refers to the file path that it ends up mapped to. Nothing to do with proxy, except that a proxied request doesn't end up mapped to a local file path so Directory wouldn't be useful for it. -- Dan Poirier -

Re: [us...@httpd] Defining mandatory parameters for Apache modules

2009-08-13 Thread Dan Poirier
hook. -- Dan Poirier A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. -- Herm Albright

Re: [us...@httpd] Apache and domain names

2009-08-19 Thread Dan Poirier
On Thu, 20 Aug 2009 04:01 -0400, "Matt K" wrote: > Can someone tell me how about hosting more then one Domain with Apache? You'll find lots of useful information at http://www.catb.org/~esr/faqs/smart-questions.html - The offici

Re: [us...@httpd] serious problem with httpd.conf file

2009-08-28 Thread Dan Poirier
Apache is running as apache/apache, the directory is owned by root/root, and the directory doesn't have execute permissions for 'other'. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

[us...@httpd] system calls that interact with OSX finder

2009-09-26 Thread Dan Yamins
yfile.txt') --- It also used to work, but it also no longer does. If anyone can give me a clue as to what might be happening that would be great. Thanks! Dan

[us...@httpd] interaction between apache and OSX 10.5.7 finder

2009-10-01 Thread Dan Yamins
tform if (platform.platform().startswith('Darwin') or platform.mac_ver()[0] != ''): os.system('edit myfile.txt') --- It also used to work, but it also no longer does. If anyone can give me a clue as to what might be happening that would be great. Thanks! Dan

[us...@httpd] Re: Issue with mod_auth_digest

2009-10-01 Thread Dan Poirier
t;) and some of them immediately follow the log message from mod_auth_digest that it's about to generate the secret. These are all socket and connect calls, which leads me to believe that the code in apr_generate_random_bytes() is compiled to use EGD, but that's not working. Ma

[us...@httpd] Re: apache2 core dump

2009-10-07 Thread Dan Poirier
That looks like Apache PR 47672, which has been fixed. Can you try Apache 2.2.14? Dan Poirier - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for m

[us...@httpd] Re: undefined symbol: cache_generate_key_default

2009-10-09 Thread Dan Poirier
Igor Cicimov writes: > Sorry to hijack the thread guys but just wondered if the same goes with > mod_mem_cache module I mean the additional .c files in the apxs command? Yes, see config.m4 in the modules/cache directory which tells the build which files are needed. -- Dan P

[us...@httpd] Re: apache env vars - best practices

2009-10-19 Thread Dan Poirier
aurfal...@gmail.com writes: > I've been setting custom env vars for Apache 1 of 2 ways; >... > What's the cleanest way to set complex env vars for Apache? Edit bin/envvars. -- Dan Poirier - The official U

[us...@httpd] Re: apache env vars - best practices

2009-10-19 Thread Dan Poirier
I see bin/envvars. > > Its this because I have a distro'd installed version of APACHE vs from > source? Could be. Look in apachectl and see if it looks for an envvars file and if so, where it looks for it. If so, you might be able to just create one there. -- Dan Poirier --

[us...@httpd] Re: modul development, insertion of postdata into request

2009-10-21 Thread Dan Poirier
Nick Kew writes: > Martin Schuhmacher wrote: > >> that book is laying on my desk, it only deescribes howto >> get the data, not howto insert it > > Um, haven't time to check just now, but I'm sure there's an > input filter example! 8.12.4 Input F

[us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Dan Poirier
7;re built against a > sufficient level of openssl. I just updated the FAQ. I'm not sure how long it'll take for the web site to update. -- Dan Poirier - The official User-To-User support forum of the Apache HT

[us...@httpd] Re: Download single source file without line numbers

2009-10-28 Thread Dan Poirier
file, or just save it to disk. This view is disabled in the default ViewVC ^^^ configuration. ^ So maybe somebody at apache.org just needs to enable this, assuming there's

[us...@httpd] Re: Memory / Process leak

2009-11-20 Thread Dan Poirier
Nick Kew writes: > On 20 Nov 2009, at 09:59, Peter N Lewis wrote: >> I already have: >> >>MaxRequestsPerChild 1000 > > That's ridiculously low! Which might be part of the problem. After only handling 1000 requests, a child process will /start/ to exit - but it can't really go away until

[us...@httpd] Re: mod_cache caching cluster

2009-12-07 Thread Dan Poirier
Matthew Tice writes: > I was digging around with mod_memcache - I really like the idea but 1) it > doesn't look like it's actively developed, and 2) I can't seem to get the > caching to do what I want. Yes, mod_mem_cache development is pretty much stopped, and it's been dropped from the next r

[us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-11 Thread Dan Schaefer
would my httpd.conf configuration look like? Please let me know if you need more information. Thank you in advance, Dan Schaefer Web Developer/Systems Analyst Performance Administration Corp. - The official User-To-User suppor

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-14 Thread Dan Schaefer
ve limited public IPS in our range, it could be a problem when if and when we add new SSL certs. We would need to re-evaluate our ISP contract before it expires. Dan Schaefer Web Developer/Systems Analyst Performance Administr

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-14 Thread Dan Schaefer
Justin Pasher wrote: Dan Schaefer wrote: So are you suggesting that I need multiple public IPs to implement this, or just multiple private IPs? Private IPs is not a problem, however, due to the fact that we have limited public IPS in our range, it could be a problem when if and when we add

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-14 Thread Dan Schaefer
In fact, as stated in my OP, although not very clear, all http and https sites will have the same DocumentRoot on this server. Will the said redirect need to be a htaccess rule? Dan Schaefer Web Developer/Systems Analyst Performance Administration Corp.

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-14 Thread Dan Schaefer
s, e-mail: users-h...@httpd.apache.org I'm sorry, but I just joined the list in Friday. Dan Schaefer Web Developer/Systems Analyst Performance Administration Corp.

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-15 Thread Dan Schaefer
the change on a Sunday when our customers are not using our system (car dealerships). Thanks all for your advice and incite. Dan Schaefer Web Developer/Systems Analyst Performance Administration Corp.

[us...@httpd] Re: Enabling SSL on VirtualHosts Revisited

2009-12-18 Thread Dan Poirier
If one or more virtual host entries match the address:port for the request, but no server names in those entries match, then the first virtual host definition in the config file, not the global configuration, will control handling for that request. -

[us...@httpd] Re: Using latest mod-cache with apache 2.2.14?

2009-12-25 Thread Dan Poirier
John den Haan writes: > I really need some of the functionality provided by the latest version > of mod_cache. Especially, the CacheQuickHandler directive (read > here:http://httpd.apache.org/docs/trunk/mod/mod_cache.html#cachequickhandler) > , which allows me to prevent the cache from shorting o

users@httpd.apache.org

2010-01-08 Thread Dan Schaefer
. Thanks in advance And how does the Subject line tie into your question? Dan Schaefer Web Developer/Systems Analyst Performance Administration Corp. - The official User-To-User support forum of the Apache HTTP Server

Re: [us...@httpd] unsubscribe

2010-01-11 Thread Dan Schaefer
read the footer of any email to this list. Dan Schaefer Web Developer/Systems Analyst Performance Administration Corp. dhottin...@harrisonburg.k12.va.us wrote: - The official User-To-User support forum of the Apache HTTP

[us...@httpd] SSL file location and permissions?

2010-01-18 Thread Dan Schaefer
so, what should the file permissions be for these files and the containing directory? Thanks, Dan Schaefer Web Developer/Systems Analyst Performance Administration Corp. - The official User-To-User support forum of the Apa

Re: [us...@httpd] SSL file location and permissions?

2010-01-20 Thread Dan Schaefer
On 1-19-2010 1:59 AM, Krist van Besien wrote: On Mon, Jan 18, 2010 at 8:52 PM, Dan Schaefer wrote: Is there a standard location where the SSL crt, csr, and key files should be located? There is no standard location. Practices vary by distribution. On Fedora its /etc/pki/tls On my

[us...@httpd] Re: How to set ENV variable to an apache log directive?

2010-01-24 Thread Dan Poirier
not clear that what you are asking is possible anyway. When your web application is invoked, the first byte of the response hasn't been served yet, so there's no way to know the value of %F. Dan - The offi

Re: [us...@httpd] Runaway Apache Process

2010-01-26 Thread Dan Bunyard
st time it happened and was getting maybe a dozen hits a month. -- Dan http://www.moonlightrpg.com http://www.linkedin.com/in/danbunyard http://www.danodemano.com http://www.dansrandomness.com http://www.danandshelley.com This is not a problem that requires infinite wisdom, Benj. This is a problem tha

Re: [us...@httpd] Runaway Apache Process

2010-01-27 Thread Dan Bunyard
5 12:50:55 2010] [error] child process 26939 still did not exit, sending a SIGKILL [Mon Jan 25 12:50:56 2010] [notice] caught SIGTERM, shutting down Is there a way to turn on more logging (debug logs) or a better way to trace what it doing at that time? Thanks, -- Dan http://www.moonlightrp

Re: [us...@httpd] Runaway Apache Process

2010-01-27 Thread Dan Bunyard
re. Nothing stood out to me, though I'm no expert. Thanks, -- Dan http://www.moonlightrpg.com http://www.linkedin.com/in/danbunyard http://www.danodemano.com http://www.dansrandomness.com http://www.danandshelley.com This is not a problem that requires infinite wisdom, Benj. This is a proble

Re: [us...@httpd] Runaway Apache Process

2010-01-27 Thread Dan Bunyard
s for you help!! -- Dan http://www.moonlightrpg.com http://www.linkedin.com/in/danbunyard http://www.danodemano.com http://www.dansrandomness.com http://www.danandshelley.com This is not a problem that requires infinite wisdom, Benj. This is a problem that requires enough neural organization to qu

[us...@httpd] Re: mod_log_config issue

2010-01-27 Thread Dan Poirier
Joe Hammerman writes: > Hello Apache users list. > > We have an issue with mod_log_config; specifically we are trying to pipe log > output through Sed before it goes to Cronolog. The result is that we get no > output whatsoever. > > Here is a sample of the directives we are using in our Virtual

[us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Dan Poirier
a sed command that performs no > actions, no logging information is generated. > > -Original Message- > From: news [mailto:n...@ger.gmane.org] On Behalf Of Dan Poirier > Sent: Wednesday, January 27, 2010 12:03 PM > To: users@httpd.apache.org > Subject: [us...@httpd] Re

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Dan Bunyard
to be the problem as the first time this happened there was only 2 web site on the box. @Eric Covener I completely agree, this does not seem to be from a lack of resources. Thanks, -- Dan http://www.moonlightrpg.com http://www.linkedin.com/in/danbunyard http://www.danodemano.com http

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Dan Bunyard
Here's another, but I think it did the same thing. I just ran "ps auxww > ps2.txt" then attached the file to this email. Did I miss something? -- Dan http://www.moonlightrpg.com http://www.linkedin.com/in/danbunyard http://www.danodemano.com http://www.dansr

[us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-15 Thread Dan Denton
Hello all. I’m trying to load test a login page served by tomcat 6, proxied through apache 2 with mod_proxy. I’m using JMeter 2.3.4 to conduct the testing. My thread group consists of 500 sessions , and the sample is a GET of a simple login page. JMeter returns errors for a varying percentage of t

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Dan Denton
On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote: > Dan, > > On Feb 15, 2010, at 10:37 AM, Dan Denton wrote: > >> Hello all. I’m trying to load test a login page served by tomcat 6, >> proxied through apache 2 with mod_proxy. I’m using JMeter 2.3.4 to >> conduc

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Dan Denton
On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: > > On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: > >> On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote: >>> >>> Dan, >>> >>> On Feb 15, 2010, at 10:37 AM, Dan Denton wrote: >>>

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-17 Thread Dan Denton
On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall wrote: > > On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: > >> On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: >>> >>> On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: >>> >>>> On

Re: [us...@httpd] Custom Log Format -> Adding milliseconds to timestamp -> %{format}t

2010-02-18 Thread Dan Poirier
Maybe use mod_headers to add the time in microseconds to a request header, then log that? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To u

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-19 Thread Dan Denton
On Wed, Feb 17, 2010 at 4:29 PM, Dan Denton wrote: > On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall wrote: >> >> On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: >> >>> On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: >>>> >>>> On Feb 17,

Re: [us...@httpd] Feature request: Set lbfactor to 0 in mod_proxy_balancer

2010-03-02 Thread Dan Poirier
Actually the bug tracker is used for feature requests as well. Just set the severity field to enhancement. Dan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

Re: [us...@httpd] issue in debian lenny.

2010-03-04 Thread Dan Poirier
Or just don't use in your own configuration. The only real reason to use it is in example configurations for other people, where you don't know if a given module has been loaded. If you're configuring your own server, presumably you intend for that module to be loaded. Better to have the server

Re: [us...@httpd] multiple instances of rotatelogs writing to the same file

2010-03-10 Thread Dan Poirier
ght try that wouldn't work, it would get awfully long. Nevertheless, if you look at <http://httpd.apache.org/docs/2.2/en/stopping.html> you'll see this: Multiple running instances of rotatelogs attempting to rotate the same logfiles at the same time may destroy each other'

Re: [us...@httpd] How to make the code of PHP[mail()] work?

2010-03-27 Thread Dan Poirier
On 2010-03-26 at 22:20, Nilesh Govindarajan wrote: > If you wish to learn PHP, read the PHP manual at www.php.net > This is not the place for discussion of PHP, except for its setup, etc. > I will give you hint that you need an SMTP server at localhost. For > more info, ask on PHP Mailing Lists.

Re: [EMAIL PROTECTED] Trouble With mod_rewrite

2008-09-16 Thread Dan Poirier
t Magician! > Visit The Alchemist's Warehouse > > http://www.alchemistswarehouse.com > > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.o

Re: [EMAIL PROTECTED] print() on closed filehandle error

2008-09-20 Thread Dan Poirier
use suexec to run your CGI as another user 3) change the permissions on some files so the apache user can modify them 4) change the user that apache runs as. -- Dan Poirier <[EMAIL PROTECTED]> - The official User-To-U

Re: [EMAIL PROTECTED] mod_auth_ldap

2008-09-26 Thread Dan Poirier
f not, how > about a good Apache compiling tutorial for a newbie. Are you aware that there is no such module in 2.2.x? Most of the auth modules were renamed. You probably want to load mod_ldap and mod_authnz_ldap. Dan - T

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Dan Poirier
ort the request is received on can really be taken into account before the handshake. Dan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

[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

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Dan Poirier
Eric Covener said the following on 10/08/2008 10:43 PM: On Wed, Oct 8, 2008 at 10:01 PM, Arvind Shenoy <[EMAIL PROTECTED]> wrote: Hello, I recently installed httpd-2.2.9 (with LDAP and SSL) on my Mac OS X 10.5.4 box. Everything went very smoothly except for one thing; Apache keeps shutting down

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Dan Poirier
On Thu, Oct 9, 2008 at 5:41 AM, Dan Poirier wrote: > The man page for initgroups on Mac OS X says only: The initgroups() > function returns -1 if it was not invoked by the superuser. But > looking at the code, there are other possible causes. > > Arvind, have you checked the consol

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-13 Thread Dan Poirier
Sorry, I'm not going to be able to help any more with this for a while, so if anyone else has any ideas, please jump in. -- Dan Poirier <[EMAIL PROTECTED]> - The official User-To-User support forum of the Apache

Re: [EMAIL PROTECTED] Deny Access to a Directory

2008-10-13 Thread Dan Poirier
Try using fully-qualified paths. -- Dan Poirier <[EMAIL PROTECTED]> - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscrib

Re: [EMAIL PROTECTED] [apache2.3.0] download

2008-10-14 Thread Dan Poirier
See http://httpd.apache.org/dev/ -- Dan Poirier <[EMAIL PROTECTED]> - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscrib

[EMAIL PROTECTED] Re: HTTPS connexion on the port 80

2008-11-10 Thread Dan Poirier
what to speak because I tell him : > httpS://site3.mondomaine:80/ Apache needs to know too. It can't see the Host passed from the client until it has already started reading the request, which it can't do until it has done an SSL handshake. How would it

[EMAIL PROTECTED] Proxy balancing weirdness with bybusyness

2008-11-13 Thread Dan Udey
Hey all, We're having a strange problem with our 64-bit Apache 2.2.9 + bybusy patch proxy-balancing to mongrel app servers. What seems to happen is that Apache will forget (or ignore) workers that it knows about indefinitely. You can see this best from ps output: deploy 27326 14

  1   2   3   4   >