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

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

2022-12-15 Thread Dan Nessett
: 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. > > On Thu,

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

2022-12-15 Thread Dan Nessett
emctl 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 problems > > > sugge

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

Re: [users@httpd] mod_md questions

2022-03-03 Thread Dan Mahoney (Gushi)
l 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: linkedin.com/in/gus

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

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

2021-12-19 Thread Dan Washusen
nd 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. > > On Mon, D

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

2021-12-19 Thread Dan Washusen
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
dom 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/questions/1087747/apache-2-4-mpm-eve

[users@httpd] mod_md and "fallback" certificates

2021-05-09 Thread Dan Mahoney (Gushi)
fer 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/DanielMahoneyIV LI: linkedin.com/in/gus

[users@httpd] OWASP Apache 2.4 Security Cheatsheet Feedback

2019-09-03 Thread Dan Ehrlich
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

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

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

[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

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

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

2017-09-21 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
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 traw...@gmail.com: On 04/19/2015 11:01 AM, Dan Östberg

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

2015-04-19 Thread Dan Östberg
=~ s||\\|g; print ${var}=\${val}\\n; } 2015-04-19 18:22 GMT+02:00 Jeff Trawick traw...@gmail.com: On 04/19/2015 11:01 AM, Dan Östberg wrote: Everything works (It works!) except for running cgi/pl-files where database connection are involved. A typical Apache server error message

[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

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 SSLPassPhraseDialog

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. The issue

[users@httpd] Certificate Bug

2013-12-18 Thread Dan Mahoney, System Admin
, 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, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org

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

2012-11-09 Thread Dan
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 random.da...@gmail.com wrote: Thanks Noel. We can use VSFTPD for developer access post-install via

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

2012-11-09 Thread Dan
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 b...@indietorrent.org wrote: On 11/9/2012 9:21 AM, Dan wrote: Ok folks. I've got this working but performance with mod_fastCGI

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

2012-11-07 Thread Dan
with this proposed deployment, I'd appreciate hearing from you. Dan On Fri, Nov 2, 2012 at 10:56 PM, Noel Butler noel.but...@ausics.net wrote: ** On Fri, 2012-11-02 at 14:31 -0500, Dan wrote: Ben, Yes you're right, we are using mod_php, but only because no other alternative was required up

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

2012-11-02 Thread Dan
file). or whether this is a limitation apache implements for security purposes? If so, what other options do I have? Thanks in advance... Dan - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands

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

2012-11-02 Thread Dan
to be down. Thanks again... Dan On Fri, Nov 2, 2012 at 1:44 PM, Ben Johnson b...@indietorrent.org 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 occasionally overwrite a specific file

[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 Virtualhost. The documentation http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#workers says that a ProxyPass statement or a Proxy

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

2012-08-03 Thread Dan Mahoney, System Admin
unhelpful. -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --- - To unsubscribe, e-mail: users-unsubscr

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

2012-06-19 Thread Dan Mahoney, System Admin
. 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: LarpGM Site: http://www.gushi.org

[users@httpd] SSL and subdomain redirects

2012-01-31 Thread Dan Schaefer
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 swi...@swiftys.org.uk 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

[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

[us...@httpd] HTTP Connect Requests

2010-10-28 Thread Dan
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 URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail

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

2010-10-28 Thread Dan
On Thu, Oct 28, 2010 at 3:25 PM, Eric Covener cove...@gmail.com wrote: On Thu, Oct 28, 2010 at 4:21 PM, Dan random.da...@gmail.com 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 against

[us...@httpd] Http trailers

2010-09-10 Thread Luca, Dan (STP)
= The x-Content-Signature trailer does 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 URL:http

[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 URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail:

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

2010-07-20 Thread Dan Poirier
On 2010-07-20 at 14:00, Tapas Mishra mightydre...@gmail.com 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

[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 URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org from the

[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 li...@itech7.com 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

[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 stephenl...@juno.com 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

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

2010-05-03 Thread Dan Poirier
On 2010-05-03 at 14:46, Charan charan...@gmail.com 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]*/$

[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 mary.y.w...@boeing.com 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

[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 x...@hot.ee 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 URL:http

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

2010-03-10 Thread Dan Poirier
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's logfiles. Dan

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

2010-03-04 Thread Dan Poirier
Or just don't use IfModule 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

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 random.da...@gmail.com wrote: On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall rfh...@berkeley.edu wrote: On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall rfh...@berkeley.edu wrote: On Feb 17, 2010, at 12:06

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 URL:http://httpd.apache.org/userslist.html for more info.

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 rfh...@berkeley.edu 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 conduct the testing. My thread

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 rfh...@berkeley.edu wrote: On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall rfh...@berkeley.edu wrote: Dan, On Feb 15, 2010, at 10:37 AM, Dan Denton wrote: Hello all. I’m trying to load test a login

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 rfh...@berkeley.edu wrote: On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall rfh...@berkeley.edu wrote: On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall rfh

[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

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

2010-01-28 Thread Dan Poirier
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: mod_log_config issue We have an issue

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

2010-01-28 Thread Dan Bunyard
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://www.dansrandomness.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.dansrandomness.com http

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

2010-01-27 Thread Dan Bunyard
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.moonlightrpg.com http

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

2010-01-27 Thread Dan Bunyard
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 problem that requires enough neural organization

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

2010-01-27 Thread Dan Bunyard
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 qualify

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

2010-01-27 Thread Dan Poirier
Joe Hammerman jhammer...@videoegg.com 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

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

2010-01-26 Thread Dan Bunyard
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 that requires

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

2010-01-24 Thread Dan Poirier
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 official User-To-User support forum of the Apache HTTP Server Project. See URL:http

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 Schaeferd...@performanceadmin.com 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

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

Re: [us...@httpd] http://www.facebook.com/n/?%2Fprofile.phpv=feedstory_fbid=240734768249id=769508249mid=1b179f0G5c32eaedG93ff6fG36

2010-01-08 Thread Dan Schaefer
that. 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 john.h...@chello.nl 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

[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
? 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 new SSL certs. We would need to re-evaluate our ISP contract before it expires. Dan Schaefer Web Developer/Systems Analyst Performance Administration

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
, 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
commands, 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.

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

2009-12-11 Thread Dan Schaefer
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 support forum

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

2009-12-07 Thread Dan Poirier
Matthew Tice mjt...@gmail.com 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

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

2009-11-20 Thread Dan Poirier
Nick Kew n...@webthing.com 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

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

2009-10-28 Thread Dan Poirier
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 no particular reason it's not enabled already. Dan

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

2009-10-27 Thread Dan Poirier
updated the FAQ. I'm not sure how long it'll take for the web site to update. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

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

2009-10-21 Thread Dan Poirier
) -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

[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 poir...@pobox.com - The official User

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

2009-10-09 Thread Dan Poirier
Igor Cicimov icici...@gmail.com 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

[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 URL:http://httpd.apache.org/userslist.html for more

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

2009-10-01 Thread Dan Yamins
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
helpful. Dan - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org from

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

2009-09-26 Thread Dan Yamins
that would be great. Thanks! Dan

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

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

2009-08-19 Thread Dan Poirier
On Thu, 20 Aug 2009 04:01 -0400, Matt K slackw...@neo.rr.com 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

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

2009-08-13 Thread Dan Poirier
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 poir...@pobox.com

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

2009-08-13 Thread Dan Poirier
hook. -- Dan Poirier poir...@pobox.com 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] Trouble compiling apache with mod_ssl, having two versions of OpenSSL on openSUSE 10.3

2009-08-10 Thread Dan Stromberg
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. On Sat, Aug 8, 2009 at 11:17 AM, Dan Stromberg dstrombergli...@gmail.com

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 poir...@pobox.com

[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

  1   2   3   4   >