Re: [users@httpd] Apache 2.4.64 and SNI

2025-07-14 Thread Dan Mahoney (Gushi)
ng a wildcard, or would that still depend on SNI being present? (Also: https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslstrictsnivhostcheck should probably say which error code is returned in the event a client is not allowed). Should this

[users@httpd] How to disable IndexStylesheet on a subdirectory

2024-09-30 Thread Dan Mahoney (Gushi)
None, you just get a ref to a CSS file called None. If it is possible, could you clue me in (and maybe fix the docs?) -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi Site:

[users@httpd] Apache configuration for guacamole

2022-12-19 Thread Dan Nessett
I am attempting to get guacamole working with apache. I have been working with the guacamole users, but they now tell me that I have an apache2 configuration problem. So, I am trying to get some help from apache2 users. The set up I have is a small network behind a firewall/NAT router (running

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
Eliminated the Listen in sites-enabled/000-default.conf. That fixed the problem. Thanks for your help. Dan > On Dec 15, 2022, at 7:10 PM, Frank Gingras wrote: > > Dan, > > The error pertains to port 4443, not 443. You have to remove the duplicate > Listen directive for

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
e2.service: Failed with result 'exit-code'. Dec 15 18:52:14 Mount systemd[1]: Failed to start The Apache HTTP Server. dnessett@Mount:/etc/apache2$ > On Dec 15, 2022, at 6:40 PM, Frank Gingras wrote: > > So you clearly had two listen directives for the same port; remove one.

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
> > > > systemctl httpd start > > > > to give the system time to release all the resources. > > > > John > > == > > On Thu, 2022-12-15 at 17:28 -0700, Dan Nessett wrote: > > > Thanks for the info. However, I don’t believe any of the probl

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
Thanks. My understanding is "systemctl restart apache2” waits the appropriate amount of time between the stop and start. Dan > On Dec 15, 2022, at 5:44 PM, John Iliffe wrote: > > Try > > systenctl httpd stop, > > then when ps -ef | grep httpd shows that httpd is

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
Thanks for the suggestions. Here are the results: dnessett@Mount:/etc/apache2$ grep -r Listen sites-available/000-default.conf:Listen localhost:4443 ssl; ports.conf:#Listen 80 ports.conf: Listen 4443 ports.conf: Listen 443 dnessett@Mount:/etc/apache2$ The ports.conf entry with Listen 443

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
Thanks for the info. However, I don’t believe any of the problems suggested in the wiki apply.1. The output from both lsof and netstat -plant indicate no other process is using port 4443 either before or after apache2 is started2. There does not seem to be conflicting Listen commands in the apache

[users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
I am attempting to set up apache with sslh. The latter is running fine, but when I attempt to start the apache2 server, it fails with the following message: dnessett@Mount:/etc/apache2/sites-available$ sudo systemctl restart apache2 Job for apache2.service failed because the control process exite

Re: [users@httpd] mod_md questions

2022-03-03 Thread Dan Mahoney (Gushi)
to the official docs. -- "SOY BOMB!" -The Chest of the nameless streaker of the 1998 Grammy Awards' Bob Dylan Performance. Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI:

[users@httpd] mod_md questions

2022-02-27 Thread Dan Mahoney (Gushi)
Hey there, Does mod_md require periodic "apachectl graceful" to be added to cron? The github site mentions this requirement, but the apache.org docs do not. -Dan -- ----Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMa

Re: [users@httpd] MPM event unstable behind AWS ALB

2021-12-19 Thread Dan Washusen
Also worth noting that Nginx OS does not experience the issues (otherwise same setup)... Dan On Mon, Dec 20, 2021 at 10:58 AM Dan Washusen wrote: > Yeah, all those parameters are configured and everything works fine when I > switch to the MPM worker module. The 408 errors are retur

Re: [users@httpd] MPM event unstable behind AWS ALB

2021-12-19 Thread Dan Washusen
dTimeout and ProxyTimeout > and make sure they make sense for your user case. Enable debug logs too for > more details. > > It is tough to guess without knowing your relevant configuration but 408 > is usually caused by client connection being closed while keep-alive in use. > >

Re: [users@httpd] MPM event unstable behind AWS ALB

2021-12-19 Thread Dan Washusen
using issues... Dan On Mon, Dec 20, 2021 at 10:01 AM Igor Cicimov wrote: > In a proxy chains like this getting the timeouts in sync is the most > important thing. Make sure that you have done that. > > On Mon, 20 Dec 2021, 08:37 Dan Washusen, wrote: > >> Hi All, >>

[users@httpd] MPM event unstable behind AWS ALB

2021-12-19 Thread Dan Washusen
e come across several random posts mentioning that the MPM event module doesn't work behind an ALB but no-one seems to be into any detail. Anyone have some debugging/configuration suggestions? Thanks, Dan p.s. I've created a serverfault post showing graphs etc: https://serverfault.com/q

[users@httpd] mod_md and "fallback" certificates

2021-05-09 Thread Dan Mahoney (Gushi)
or a staging site) Can someone offer some enlightenment on what this feature is intended for? Is this a half-done thing? -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/D

[users@httpd] OWASP Apache 2.4 Security Cheatsheet Feedback

2019-09-03 Thread Dan Ehrlich
/ has errors currently. Cheatsheet: https://github.com/danehrlich1/CheatSheetSeries/blob/CSS-05/cheatsheets/Apache_HTTPD_Cheatsheet.md OWASP Pull Request: https://github.com/OWASP/CheatSheetSeries/pull/184 Best, Dan Ehrlich

Re: [users@httpd] Re: CVE-2019-0211/0215/0217

2019-04-07 Thread Dan Ehrlich
I’ve seen a few CVEs now that are low level but pretty much effect every version from 2.4.30ish and back. The default Apache versions in the Debian and Ubuntu repos are 2.4.25 and 2.4.29 respectively. QUESTIONS: 1. Anyway to move the versions up (assuming I didn’t miss something) ? 2. Happy to

Re: [users@httpd] How to fix HTTP 100-continue from client HTTP 417 error in Apache 2.4.10?

2019-02-05 Thread Dan Ehrlich
Looks like you just need to enable mod_headers (http://httpd.apache.org/docs/current/mod/mod_headers.html) and then add the below text that they mention in the Stack Over question? You might need to run “a2enmod headers” from terminal once to get it loaded into Apache HTTPD forever, but that’s

Re: [users@httpd] 403 Forbidden Error on Apache 2.4

2019-02-05 Thread Dan Ehrlich
I think it’s the L in your rewrite rule. It stands for Last and means it won’t process any further rules. Remove it and it should (maybe) work. Someone else feel free to correct me if I’m wrong. > On Feb 5, 2019, at 8:55 PM, Jayaram Ponnusamy > wrote: > > Dear All, > Our Site is Public Site

Re: [users@httpd] Redirection to https only for the top-level page

2019-02-01 Thread Dan Ehrlich
You’ll want to look into HSTS https://https.cio.gov/hsts/ Basically it will let the user’s browser know “in advance” to always connect via HTTPS, eliminating the vulnerability of first connecting to a site over HTTP before being redirected. > On Feb 1, 2019, at 8:09 AM, R. Diez wrote: > > H

[users@httpd] Apache Fake Story?

2019-01-22 Thread Dan Ehrlich
Is this true? https://github.com/hannob/apache-uaf/blob/master/README.md Was this security vulnerability really treated with such disregard by Apache HTTPD devs? I am aware the work that they do is free, but I contribute to plenty of open source for free and take the responsibility very serio

Re: [users@httpd] ErrorDocument with URL containing URL encoded chars

2019-01-09 Thread Dan Ehrlich
Not surprising that you got different behavior after removing a value from .htaccess and placing it elsewhere. No one knows exactly / 100% how .htaccess works. The file only exists because they wanted to maintain backwards compatibility with the web server that used to come with Mosaic at Universi

[users@httpd] Impact of CVE-2017-9789?

2017-09-20 Thread Dan Mahoney (Gushi)
Hey all, Under FreeBSD, mod_http2 is not compiled by the ports tree by default. Are we still vulnerable to this? Is there any mitigation strategy besides upgrading? (Disabling htaccess parsing, for example?) -Dan

[users@httpd] Apache 2.4, Perl 5.010, MySQL 5.6 and Windows 8.1 pro - no database connection

2015-04-20 Thread Dan Östberg
Any changes of httpd.conf that I shall do? Or in any other configuration file? Or...? DBIcreatetable doesn't run but printenv does: DBIcreatetable: " #!C:\Dwimperl\perl\bin\perl.exe use 5.010; use strict; use warnings; use DBI; print "Content-type: text/plain; charset=iso-8859-1\n\n"; say "Perl

Re: [users@httpd] Apache24, Perl 5.010, MySQL 5.6 and Windows 8.1 - no database connection

2015-04-19 Thread Dan Östberg
warnings; print "Content-type: text/plain; charset=iso-8859-1\n\n"; foreach my $var (sort(keys(%ENV))) { my $val = $ENV{$var}; $val =~ s|\n|\\n|g; $val =~ s|"|\\"|g; print "${var}=\"${val}\"\n"; } " 2015-04-19 18:22 GMT+02:00 Jeff Trawick : &

Re: [users@httpd] Apache24, Perl 5.010, MySQL 5.6 and Windows 8.1 - no database connection

2015-04-19 Thread Dan Östberg
Dear Jeff:-) As you can see from the enclosed files I've changed the scriptinpretersource. Are there any updates of httpd.conf that I shall do? DBIcreatetable.pl doesn't run but printenv.pl does 2015-04-19 18:22 GMT+02:00 Jeff Trawick : > On 04/19/2015 11:01 AM, Dan

[users@httpd] Apache24, Perl 5.010, MySQL 5.6 and Windows 8.1 - no database connection

2015-04-19 Thread Dan Östberg
Everything works (It works!) except for running cgi/pl-files where database connection are involved. A typical Apache server error message is " [Sun Apr 19 15:11:03.324060 2015] [cgi:error] [pid 3312:tid 1032] (9)Bad file descriptor: [client ::1:49681] AH01222: don't know how to spawn child process

[users@httpd] nmap shows SSLv3 still active in Apache

2015-03-02 Thread Dan Wittenstein
ache server? Is there any sort of additional configuration on the Apache side that can be done? Please let me know if additional clarification is necessary. Thank you for the time Dan

RE: [users@httpd] Problems with directive "SSLPassPhraseDialog" with a piped script

2014-02-27 Thread Dan Bryan
What if you change ":#!/bin/bas" to "#!/bin/bash" in passphrase.sh ? --Dan -Original Message- From: Tom Browder [mailto:tom.brow...@gmail.com] Sent: Wednesday, February 26, 2014 6:42 PM To: users@httpd.apache.org Subject: [users@httpd] Problems with directive "

Re: [users@httpd] Certificate Bug

2013-12-27 Thread Dan Mahoney, System Admin
On Wed, 18 Dec 2013, Dan Mahoney, System Admin wrote: All, We're in the process of spinning off our support department from one domain to another. This seemed simple enough, but the SSL is challenging. I'd like to ask about a weird certificate bug that I've encountered.

[users@httpd] Certificate Bug

2013-12-18 Thread Dan Mahoney, System Admin
Name of the cert. Unfortunately, reproducing this issue requires buying a $150 cert, and I can't upload my certs to a bug tracker, but I'd be happy to try anything anyone suggests. -Dan -- Dan Mahoney Techie, Sysadmi

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

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-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-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

[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 ---

[users@httpd] Apache 2.2 proxy worker not being created from within virtual host

2012-09-18 Thread Dan Nemec
We've tested in CentOS 5.4 (apache 2.2.3) and CentOS 6.3 (apache 2.2.15) We are not seeing proxy workers get created when a proxy statement is created inside a . The documentation http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#workers says that a ProxyPass statement or a block will create a

[users@httpd] How to disable a rewriterule in a subdirectory.

2012-08-03 Thread Dan Mahoney, System Admin
"footer.html" in parsed file /home/danm/public_html/make-dns-cert/HOWTO.html Which was spectacularly unhelpful. -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---

[users@httpd] "Pretty" welcome page for versions of apache > 1.3?

2012-06-18 Thread Dan Mahoney, System Admin
ing. Is there some kind of "nice" welcome page bundled with apache 2.2? (Even if it's buried in the source tree and not built by default?) -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: Larp

[users@httpd] SSL and subdomain redirects

2012-01-31 Thread Dan Schaefer
I would prefer to be able to accomplish this with .htaccess rules only. But if I need to accomplish this with a combination of .htaccess rules AND Apache configuration changes, I'm ok with that too. Thank you in advance!Let me know if you need more information. -- Thanks, Dan Schaefer Web Developer/Systems Analyst Performance Administration Corp. ph 800-405-3148

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: [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] 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: [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

[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.

[us...@httpd] Http trailers

2010-09-10 Thread Luca, Dan (STP)
not get transferred into the request headers. Any suggestions are appreciated. Thanks, Dan Luca. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

[us...@httpd] Re: [crit] (28)No space left on device

2010-07-21 Thread Dan Poirier
Run "df -h" to see what partition is full. Fix it. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...

[us...@httpd] Re: AccessFileName not allowed here

2010-07-20 Thread Dan Poirier
On 2010-07-20 at 14:00, Tapas Mishra wrote: > Ok is this style of documentation documented some where. Every one of those headers (like "Context:") is a link to an explanation of what it means. - The official User-To-User sup

[us...@httpd] Re: what is importance of DocumentRoot

2010-07-19 Thread Dan Poirier
Try it and see. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the di

[us...@httpd] Re: [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread

2010-06-20 Thread Dan Poirier
On 2010-06-20 at 14:08, Nilesh Govindarajan wrote: > A newly configured apache installation keeps emitting this error. > It was compiled from scratch with worker MPM. > The settings for worker MPM is below: > StartServers 5 > MaxClients 250 > MinSpareThreads 5 >

[us...@httpd] Disabling the SNI functionality?

2010-06-17 Thread Hintz, Dan
, but it had no effect. Also, making the ServerName directive in the .conf file the same as what is coming across in the packet, had no effect either. Or, is there a way within Vista to disable the sending of the server name in the packet? Thanks in advance, Dan

[us...@httpd] Re: How to prevent email sent from the server

2010-06-11 Thread Dan Poirier
On 2010-06-10 at 23:04, "Stephen Love" wrote: > What he's more LIKELY doing is bouncing HIS FAKE MAILS OFF your > server, giving it the appearance it is sent from yours! That can get > YOUR email server BLACKLISTED! (Or even your account turned off by > your provider!) Please don't SHOUT. -

[us...@httpd] Re: Virtual Hosts Problem - option '-S' to verify yourvirtual host configuration

2010-05-03 Thread Dan Poirier
On 2010-05-03 at 15:07, "Wang, Mary Y" wrote: > #/etc/init.d/httpd -S > Usage: httpd > {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest} > > It returned that usage comment. Am I missing something here? /etc/init.d/httpd is not the apache web server, it's some s

[us...@httpd] Re: redirecting to index.jsp using rewrite rules

2010-05-03 Thread Dan Poirier
On 2010-05-03 at 14:46, Charan wrote: > Hi, > > I'm using the below rule to redirect to index.jsp if user doesn't add > index.jsp to the url. Is it possible to have one rule instead of the below > repeating rule. > > RewriteEngine On > RewriteCond %{REQUEST_URI} /en/[a-z]*/$ > RewriteCond %{REQUE

[us...@httpd] Re: mod_cache mod_mem_cache configuration problem - cache not working

2010-04-23 Thread Dan Poirier
On 2010-04-23 at 05:23, xgas wrote: > Hello, > > I have problem where memory cache not working but disk cache works. > > Am I missing something from configuration? mod_mem_cache is loaded. Error log? And set "LogLevel debug" to get a better idea of what the cache is doing. ---

Re: [us...@httpd] Using ssi include directive overwrites QUERY_STRING variable

2010-04-05 Thread Dan Poirier
What version did you see this with? If not 2.2.15, it might be fixed in 2.2.15 by the subrequest headers fix. Give it a try. Dan - The official User-To-User support forum of the Apache HTTP Server Project. See http

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: [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] 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] 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] 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] 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-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] 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 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

[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] 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

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

[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

[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

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

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
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-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

[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] 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] 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] 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

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

[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

[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. -

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.

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-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
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
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

[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

[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] 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: 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: 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: 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 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: 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: 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: 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: 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] 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

  1   2   3   4   >