Re: [users@httpd] C module

2014-10-20 Thread Issac Goldstand
On 20/10/2014 14:58, Patton, Billy N wrote: > But when the actions you want to take are in the module, how do I call it? > Since my file.c is called mod_example.c and it compiles/installs as > mod_example.so > Do I need a bogus file IE mod_example > Then set a handle for mod_example > > where mo

[users@httpd] mpm_event problem on SmartOS

2013-05-20 Thread Issac Goldstand
Hey folks, I've been working on a consulting gig for a company hosting on SmartOS (which I'm admittedly pretty unfamiliar with), and have been running into an odd issue on mpm_event. When doing a simple load test with ab, we keep running into this pattern: [Sun May 19 17:44:49.132658 2013] [mpm_

Re: [users@httpd] Exploit?

2012-11-18 Thread Issac Goldstand
not sure what it thinks its matching but both of those urls will return 200 with the homepage on a static site... Sent from my mobile. Please excuse any typos, spelling or other weirdness. Sent with AquaMail for Android http://www.aqua-mail.com On November 19, 2012 4:39:58 AM Knute Johnson

Re: [users@httpd] apache adds extra HTML to an error page

2012-07-09 Thread Issac Goldstand
On 09/07/2012 18:04, Ruud Dozijn wrote: > This used to work OK, but on the new machine, apache decides to add > extra text to the page. The receiving application sees a page that > does not conform to the specification and thinks it is not an error > page. This results in various problems. This pro

Re: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Issac Goldstand
Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207     From: Issac Goldstand [mailto:mar...@beamartyr.net]

Re: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Issac Goldstand
W       I am sad….     Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207  

Re: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Issac Goldstand
That your server(s) is/are swamped. Consider adding more worker threads/processes.   Issac On 13/06/2011 21:23, Rob Morin wrote: If I see all the slots filled with W and C only, what would that indicate

[users@httpd] 2.2.19 (and probably earlier) won't let you make non-ssl vhosts on 443?

2011-05-26 Thread Issac Goldstand
I just upgraded a machine from 2.2.8 to 2.2.19 and suddenly Apache wouldn't let me run non-SSL vhosts on port 443. A snippet like below: DocumentRoot /home/foo/httpdocs ServerName foo allow from all Options +Indexes Suddenly caused the following fatal startup error to be logged: [error] Serv

Re: [users@httpd] configure apache with --enable-modules=all --enable-mods-shared=all_but_...

2011-03-03 Thread Issac Goldstand
On 03/03/2011 12:26, Torsten Förtsch wrote: > Hi, > > is it possible to configure apache with --enable-modules=all and > --enable-mods-shared='all but a few exceptions' > > That means how do I say configure to enable almost all modules as shared but > with a few exceptions? > I didn't test this,

Re: [us...@httpd] apche http lost session

2009-10-25 Thread Issac Goldstand
Are you sure that you're using the same domain for the http and https requests? Are you sure that you're not setting the "secure" flag on the session cookie? Issac yan...@harel-ins.co.il wrote: > > Hi > > > > I have apache http 2.2 server that forward request to jboss web server > (version 4

Re: [us...@httpd] cannot load c:/php/php5apache2_2.dll into server

2009-04-27 Thread Issac Goldstand
Make sure that c:\php is on the system PATH - there are other DLLs that need to be loaded from there, but Apache won't necessarily give you details. Alternatively, download depends.exe from microsoft (google around for a link, but it's free to validated windows users), and from the command p

Re: [us...@httpd] Is UDP possible?

2009-01-27 Thread Issac Goldstand
Short answer: No. Long answer: There are patches in the works (none of them really going anywhere AFAIK, and don't expect anything until a major version bump, but they're there) but even if they ever make it in, you'd still need to explicitly listen with UDP. Issac Brian Mearns wrote: > Does

Re: Dummy vhost for intruders - comments please

2008-12-17 Thread Issac Goldstand
Chris Knight wrote: On Tue, Dec 16, 2008 at 3:13 PM, Peter Horn wrote: I don't think this is quite off-topic, just a bit left of centre. :-\ I run a small site with two subdomains of no-ip.org (like dyndns) using NameVirtualHost. Looking at the access log, a few percent of my traffic was fro

Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-10 Thread Issac Goldstand
André Warnier wrote: > Savio Dias wrote: >> Hello, >> >> Is there anyone who can help resolve this issue ? >> > Hi. > What the Debian packager (through the apt-get program) and Eric are > telling you, is that the PHP5 package removes mpm-worker and replaces it > by mpm-prefork for a good reason. >

[EMAIL PROTECTED] CFP Open For ApacheCon Europe 2009

2008-10-02 Thread Issac Goldstand
The Call for Papers for ApacheCon Europe 2009, to be held in Amsterdam, from 23rd to 27th March, is now open! Submit your proposals at http://eu.apachecon.com/c/aceu2009/cfp/ before 24th October. Remember that early bird prices for ApacheCon US 2008, to be held in New Orleans, from 3rd to 7th Nov

Re: [EMAIL PROTECTED] zpx520.com hidden iframe in stock Win32 install?

2008-06-18 Thread Issac Goldstand
Greg Mortensen wrote: Hi, list. I need a quick sanity check. I have a stock 2.2.9 httpd (Win32 Binary including OpenSSL 0.9.8h (MSI Installer)) install on my Windows XP box. I just got the binary from the veritris.com mirror. The MD5 signature checks out fine. Everything looked OK while

Re: [EMAIL PROTECTED] [OT] Windows MPM

2008-06-17 Thread Issac Goldstand
Jacqui Caren wrote: André Warnier wrote: FInally AP2 is threaded and it may be that the Windows could be incorrectly tuned, resulting is a slowdown when trying to utilise multiple cores. I have seen this with multi core systems and in-house threaded apps. Jacqui Can you elaborate a bit more

[EMAIL PROTECTED] [OT] Solaris + Apache 2.2 / PHP 5 cluster config help

2008-05-18 Thread Issac Goldstand
Hi all, I know that bits and pieces of high-load configuration questions have been posted to this list ([EMAIL PROTECTED]) and am CC-ing the mod_perl folks (since I know there are a bunch of knowledgeable people on the subject lurking there, but please post responses to [EMAIL PROTECTED]), but

Re: [EMAIL PROTECTED] Apache 2.2.3 - Delayed response

2008-03-31 Thread Issac Goldstand
Clayton Dillard wrote: All, Thank you for taking the time to review my question. After a fresh boot (or a reboot) our Apache server returns pages very quickly to the client browser. We are running SugarCRM and the response time is usually around .29 seconds. This high performance lasts

Re: [EMAIL PROTECTED] SMTP server

2008-03-09 Thread Issac Goldstand
Alain Roger wrote: Hi, i know that this is not necessary the best forum for that, but i need to get a real feedback and i guess you already faced the same issue as mine. basically, i develop php web application on windows XP platform. So i have apache 2.24 installed and PHP 5.2.4. now i wou

Re: [EMAIL PROTECTED] Does apache support binary protocols?

2007-11-26 Thread Issac Goldstand
I don't know that a specific protocol module exists got IIOP, but binary protocols are certainly possible. You can look at the sources for mod_dns, which is a binary protocol module. It's currently available at http://www.beamartyr.net/mod-dns-1.02.tar.bz2 and will shortly be available at http://

Re: [EMAIL PROTECTED] Can Apache 2 run mod_perl then php?

2007-11-15 Thread Issac Goldstand
I know it should be possible. I've never actually done it but I know the theory and can try to point you in the right direction... You'd want to compile mod_php as a filter, not a handler, and have mod_perl run as a response handler. In addition, you'd want to SetOutputFilter PHP for the reques

[EMAIL PROTECTED] Document on keeping cgi-bin out of documentroot

2007-11-06 Thread Issac Goldstand
I seem to remember there having been a document that explained the reasoning behind keeping /cgi-bin/ out of the documentroot of a website, but I can't seem to find it these days. Anyone know of a good article on it? Issac ---

Re: [EMAIL PROTECTED] software to put a counter on a page

2007-10-30 Thread Issac Goldstand
Malka, There's an oldie goldie that should do the trick at http://www.htmlgoodies.com/beyond/cgi/article.php/3470131 Issac Malka Cymbalista wrote: > Hi All, i am looking for software that can put a counter on a web page so > that you can see how many people have accessed that particular pag

Re: [EMAIL PROTECTED] Web Farm Ideas

2007-10-15 Thread Issac Goldstand
For what it's worth, I use SVN with isolated dev sandboxes working with trunk (or some branch). The production boxes have a webroot for staging (for detecting anything that might happen to manage to work differently in sandbox and production) and live sites. Each root is an svn copy, and there's

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-11 Thread Issac Goldstand
Chris 'Xenon' Hanson wrote: > Yogsothoth GV wrote: >> | > Why would you want to? >> Say, you are streaming video/audio over HTML like Flash, quicktime. >> This doesn't >> necessarily require TCP like semantics because delay due to packet >> retransmission or HOL blocking is bad (when serving real

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-11 Thread Issac Goldstand
Yogsothoth GV wrote: > > > On 9/10/07, *Joshua Slive* <[EMAIL PROTECTED] > > wrote: > > > Thanks Joshua. Seems like they don't have support for it. > > -GV > To clarify some issues here: 1) There is *unofficial*, *unmaintained* support for UDP for unix/prefork syst

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Issac Goldstand
It sets a definition that blocks in the config can pick up. Issac Eben wrote: > Hi thanks, > > Dumb question coming up: > > What exactly is the significance of the -D flag? I never was able to > find any descriptions of what this represented... > > Eben > > William A. Rowe, Jr. wrote: >>

Re: [EMAIL PROTECTED] Howto include my stand alone OC4J server?

2007-03-20 Thread Issac Goldstand
You can use mod_proxy. Look at http://httpd.apache.org/docs/2.0/mod/mod_proxy.html ETANOIL wrote: > In my httpd.conf it's stated > " > # > # DocumentRoot: The directory out of which you will serve your > # documents. By default, all requests are taken from this directory, but > # symbolic links a

Re: [EMAIL PROTECTED] File Uppload via HTTP and PHP

2007-03-20 Thread Issac Goldstand
What browser and server versions are you using? There's recently been some noise about a bug with recent builds of firefox and Apache 1.3 using apreq (which I'm not sure if PHP uses or not). You can take a look at https://bugzilla.mozilla.org/show_bug.cgi?id=356470 Issac Tomas Larsson wrote: >

Re: [EMAIL PROTECTED] mod_expires.c

2007-03-19 Thread Issac Goldstand
Just download a source distribution from http://httpd.apache.org/ Issac sharath reddy wrote: > Hi All, > > I would like to have mod_headers.c, mod_expires.c source files. wher can > i get these source files to download?? > > Thanks, > Sharath -

Re: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-19 Thread Issac Goldstand
Wildcard support shouldn't have to be official, because there *is* name-based virtualhost support for SSL. It's well documented in RFC 2817 and 2818 and according to the cipher list, is supported by most recent versions of mod_ssl in Apache 2.x If you want to push "how to better allow for name-ba

Re: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Issac Goldstand
http://marc.theaimsgroup.com/?l=apache-httpd-users&m=116916986528860&w=2 Causevic, Dzenan wrote: > I am certainly sure that someone might have provided answers on this, > HOWEVER I am not here to confirm whether someone already asked the > question but to find the answer. I would appreciate if you

Re: [EMAIL PROTECTED] Timeouts with Threaded Apache 2.2.3

2007-02-13 Thread Issac Goldstand
Neil Martin wrote: > > On the same subject of 'thread safe' does anyone know if mod_perl > is being made thread safe? ( I believe there was a project for a threaded > version but it died, so just wondering is the main mod_perl branch was > being considered for making thread safe. ) > AFAIK mod_p

Re: [EMAIL PROTECTED] Problem with revoked certificates.

2007-02-04 Thread Issac Goldstand
domi wrote: Issac wrote: domi wrote: All the steps in OpenSSL and Apache work as far as I can say. Now follow some steps to access my site. step 1: start the Apache with /etc/init.d/apache2 startssl The certificate in the Apache ssl-global.conf is NOT revoked. step 2: start Firefox

Re: [EMAIL PROTECTED] Problem with revoked certificates.

2007-02-04 Thread Issac Goldstand
domi wrote: All the steps in OpenSSL and Apache work as far as I can say. Now follow some steps to access my site. step 1: start the Apache with /etc/init.d/apache2 startssl The certificate in the Apache ssl-global.conf is NOT revoked. step 2: start Firefox 2.0.1 and call the site https://192.

Re: [EMAIL PROTECTED] Simple perl question

2007-01-12 Thread Issac Goldstand
It still needs modules, etc, at the very least while Apache starts (they are usually cached in memory once intially loaded) Issac Serge Dubrouski wrote: > modperl doesn't need to have perl installed because it has it > embedded. Have you tried to put your script into your /perl directory > and

Re: [EMAIL PROTECTED] Simple perl question

2007-01-12 Thread Issac Goldstand
is looking as though that > will be my best option > --- > Israel Brewster > Computer Support Technician > Frontier Flying Service INC. > 5245 Airport Industrial Rd > Fairbanks, AK 99709 > ----

Re: [EMAIL PROTECTED] Simple perl question

2007-01-11 Thread Issac Goldstand
mod_perl sounds a bit excessive. Just make sure Perl is installed in your chroot. Issac Serge Dubrouski wrote: > For this configuration you need to have mod_perl installed on your > server. Why don't you simply put your script into your cgi-bin > directory? > > On 1/10/07, Israel Brewster <[E

Re: [EMAIL PROTECTED] International Characters?

2007-01-09 Thread Issac Goldstand
Check that the response is being served with the correct character-set. If all of your server's pages are internationalized and in the same caracter set, you can use the AddDefaultCharset directive (see http://httpd.apache.org/docs/2.2/mod/core.html#adddefaultcharset) Issac Jay Chandler wrote:

Re: [EMAIL PROTECTED] perl and mysql issue

2006-12-13 Thread Issac Goldstand
> > My apache run with user nobody and group nobody. > > thanks again! > > */Issac Goldstand <[EMAIL PROTECTED]>/* wrote: > > It looks like your MySQL client library isn't installed properly, or > else require some special odd permissions. > >

Re: [EMAIL PROTECTED] perl and mysql issue

2006-12-13 Thread Issac Goldstand
It looks like your MySQL client library isn't installed properly, or else require some special odd permissions. Did you recently change anything in your server MySQL setup? Can you run the Perl script on the server as the same user Apache runs as? Finally, just to be absolutely sure - when you say

Re: [EMAIL PROTECTED] Re: [OT] [EMAIL PROTECTED] Video streaming server

2006-12-05 Thread Issac Goldstand
Gaël Lams wrote: There's something for Real too, but I don't recall off the top of my head. Helix, I think Helix is the commercial version of the Real server. They have a free "Basic" edition that supports up to 5 streams and an evaluation addition. http://www.realnetworks.com/products/m

[EMAIL PROTECTED] Re: [OT] [EMAIL PROTECTED] Video streaming server

2006-12-05 Thread Issac Goldstand
Boyle Owen wrote: Otherwise, AFAIK, all real video streamers are commercial (ie, cost money). Not so. A free version of Apple's streaming server is available from the Darwin project (http://developer.apple.com/opensource/server/streaming/index.html). Also, if you happen to be running Wi

Re: [EMAIL PROTECTED] Caching for concurrent requests

2006-10-09 Thread Issac Goldstand
Hi there, If you're brave, this functionality is just being added to the bleeding edge code for mod_cache. While it isn't available for any released versions of Apache, if you already use Apache 2.2, and are comfortable compiling modules (using apxs) on your own, it might be the way to go. If i

Re: [EMAIL PROTECTED] Caching https pages in Apache ?

2006-09-25 Thread Issac Goldstand
Actually, my understanding is that mod_file_cache (unlike disk and mem) caches the filehandle, not the content, and is specifically meant to give an extra boost for serving static files that you know will be very popular by not having to open() them each time they're served. So it may be what

Re: [EMAIL PROTECTED] Running DLL Object in HTML page

2006-09-19 Thread Issac Goldstand
It looks very dotnet :-) Leo, you may want to have a look at mod_aspdotnet, though I'm not sure where the most recent copy of it can be found - maybe someone else here can point the way. Issac K Anand wrote: I'm not able to see that right now..But looking at the URL, I think it may be usi

[EMAIL PROTECTED] Forcing an input filter to process the request data

2006-09-11 Thread Issac Goldstand
Hi all, I'm trying to write an extension to mod_cache that will allow methods other than GET to be cached. As such, I wrote my own key generation routine which inserts an input filter in the request chain, slurps in all of the request data, and calculates an MD5 digest, which it then Base64 encod

Re: [EMAIL PROTECTED] Comet problem

2006-06-25 Thread Issac Goldstand
Possibly PHP with auto-session starting is causing the serial responses... See http://php.net/session-write-close Issac Kevin Cadieux wrote: > Greetings everyone, > > I recently started working on a project that involves instant messaging > through a web page. I thought it would be convenient

Re: [EMAIL PROTECTED] Re: ASP on Apache

2006-05-01 Thread Issac Goldstand
There's also Apache::ASP which runs under mod_perl. It's not 100% compatible with "real" ASP, but should work for most applications... Issac Joost de Heer wrote: > a nn wrote: >> Hello >> >> How do I enable ASP on Apache server 2.0? Is it possible at all? > > Commercially, there's SUN ASP (

Re: [EMAIL PROTECTED] is there any way to disable ssl use in apache ?

2006-03-26 Thread Issac Goldstand
a [EMAIL PROTECTED] _start() sleep on 0x1fa6f0 > in __lwp_park() > > [EMAIL PROTECTED] a [EMAIL PROTECTED] _start() LWP suspended in > _poll() > > [EMAIL PROTECTED] a [EMAIL PROTECTED] _start() LWP suspended in > _poll() > > [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] is there any way to disable ssl use in apache ?

2006-03-26 Thread Issac Goldstand
I'm not sure what "inner use" you're referring to. To the best of my knowledge, only the mod_ssl shared object and the client programs (like ab) link against openssl. I'm not even sure that you can get SSL support in the 1.3 series without the mod_ssl patch... What exactly are you worried about?

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-08 Thread Issac Goldstand
Boyle Owen wrote: > > BTW, I didn't write the line below so don't attribute it to me... > > >>>mod_ssl Added a support for RFC 2817, which allows >> >>connections to upgrade from clear text to TLS encryption. No, that would be from the Apache 2.1 Changelog. I was also pessimistic when I sa

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Issac Goldstand
On the subject, does anyone know if any major browsers support this? Issac Olaf van der Spek wrote: >On 11/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > >>NB - Remember that you can't do name-based VHs with SSL. >> >> > >I think Apache 2.1 can. > > --

[EMAIL PROTECTED] mod_ssl causes child process to crash on Win32?

2005-09-06 Thread Issac Goldstand
Hi there, I run have a machine running Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.7g mod_perl/2.0.1 Perl/v5.8.7 From time to time in the error log, I get a notice" [info] (OS 10054)An existing connection was forcibly closed by the remote host. : core_output_filter: writing data to the n