[EMAIL PROTECTED] Apache 1.3 compile error

2006-03-01 Thread joe
ly appreciate it if someone could kindly give me an idea what's happening here or what I might be doing wrong. Thanks. Joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

[EMAIL PROTECTED] Virtual Hosts

2007-12-30 Thread Joe
nt to the correct IP address Furthermore, if I try to access say http://rubbish.joeshome.me.uk I get the default site even though this is not enabled. What am I missing and why has this become so much more complicated? -- Joe

Re: [EMAIL PROTECTED] Virtual Hosts

2007-12-30 Thread Joe
On 17:52 Sun 30 Dec , Victor Trac wrote: > On Dec 30, 2007 4:53 PM, Joe <[EMAIL PROTECTED]> wrote: > > I used to be able to do this in 1.3 but now using 2.2 I can't get it to > > work. Running on a Debian server in /etc/apache2/apache2.conf I have > > (where

Re: [EMAIL PROTECTED] Virtual Hosts

2007-12-30 Thread Joe
On 20:15 Sun 30 Dec , Victor Trac wrote: > On Dec 30, 2007 6:18 PM, Joe <[EMAIL PROTECTED]> wrote: > > On 17:52 Sun 30 Dec , Victor Trac wrote: > > > On Dec 30, 2007 4:53 PM, Joe <[EMAIL PROTECTED]> wrote: > > > > I used to be able to do this

Re: [EMAIL PROTECTED] Virtual Hosts

2007-12-30 Thread Joe
On 18:13 Sun 30 Dec , Norman Peelman wrote: > Joe wrote: >> On 17:52 Sun 30 Dec , Victor Trac wrote: >> >>> On Dec 30, 2007 4:53 PM, Joe <[EMAIL PROTECTED]> wrote: >>> >>>> I used to be able to do this in 1.3 but now using 2.2 I ca

[EMAIL PROTECTED] .htaccess file not read

2008-01-18 Thread Joe
rite works. What else could be stopping the .htaccess being read? -- Regards, Joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubsc

[us...@httpd] Re: mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes per chunk.

2009-08-20 Thread Joe Orton
side of the output filter, i.e. in ssl_io_filter_output and ssl_filter_write. Any thoughts from d...@? Regards, Joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.

[us...@httpd] Mod_ssl configuration problem with module?

2009-09-21 Thread Joe Nardone
27;s config, or is not possible? Thanks for any leads. It's been a frustrating search so far. joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Joe Orton
se. You should think of the DAV repository as "owned" by mod_dav. Regards, Joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

[us...@httpd] mod_log_config issue

2010-01-27 Thread Joe Hammerman
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 VirtualHost container: CustomLog "| /b

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

2010-01-27 Thread Joe Hammerman
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 Joe Hammerman writes: > Hello Apache users list

[us...@httpd] Some background information on our use case (Was mod_log_config issue)

2010-01-27 Thread Joe Hammerman
So perhaps someone on the users list has an alternative method for addressing the issue we are encountering. Our setup is that we have Amazon EC2 instances serving our web content. If we logged the request host IP, we would have a log filled with the IP's of the Amazon load balancers. Therefore

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

2010-01-28 Thread Joe Hammerman
anuary 28, 2010 7:10 AM To: users@httpd.apache.org Subject: [us...@httpd] Re: mod_log_config issue Joe Hammerman writes: > If we replaced Sed with Cat, I'm a little confused as to what we would > be catting; there's a stream coming in, right? > > To your second question

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

2010-01-28 Thread Joe Hammerman
: Re: [us...@httpd] Re: mod_log_config issue Joe Hammerman wrote: > Hi Dan, > > When the sed command is replaced with /bin/cat, logs are generated. Using a > sed command that does nothing results in no log output; e.g. > > CustomLog "| /bin/sed s/// |/usr/bin/cronolog...&q

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

2010-01-29 Thread Joe Hammerman
'\n'. So I bet sed is editing the stream in place, and storing all of its edits in memory. LogFormat supports the '\n' character - but I still can't get sed to actually write out to disk. -Original Message- From: Joe Hammerman [mailto:jhammer...@videoegg.com] Sen

[us...@httpd] (22)Invalid argument: connect to listener on 0.0.0.0:443

2009-04-10 Thread Joe Eggleston
, OpenBSD may be doing the correct thing, as the RFCs seem to be saying that 0.0.0.0 can only be used as a source. But in this case, it seems to be getting in the way. Can anyone provide more insight into this? I'm not really sure wh

[EMAIL PROTECTED] httpd-2.2.0 on FreeBSD 6 working... one small message, though

2005-12-07 Thread Joe Apache
ok I remove all traces of APR and it works! Now I have this message: [Wed Dec 07 12:37:09 2005] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter Any ideas? Thanks for all you help, J - T

Re: [EMAIL PROTECTED] httpd-2.2.0 on FreeBSD 6 working... one small message, though

2005-12-07 Thread Joe Orton
On Wed, Dec 07, 2005 at 11:40:05AM -0500, Joe Apache wrote: > ok I remove all traces of APR and it works! Now I have this message: > > [Wed Dec 07 12:37:09 2005] [warn] (2)No such file or directory: Failed > to enable the 'httpready' Accept Filter This is a harml

Re: [EMAIL PROTECTED] Another apache 2.2 configure question

2005-12-07 Thread Joe Orton
t; Is this a bug or is this configure option not supported anymore? Looks like an APR bug, can you file it in bugzilla? You shouldn't really need --disable-ipv6 on any modern system though, what platform are you using? joe - The o

[EMAIL PROTECTED] Compiling Modules on Apache-2.2.0

2005-12-08 Thread Joe Apache
Hello, I've tried to compile some modules on Apache-2.2.0 with little success. For example, here is the error message for mod_fastcgi: mod_fastcgi.c: In function `init_module': mod_fastcgi.c:271: error: `ap_null_cleanup' undeclared (first use in this function) mod_fastcgi.c:271: error: (Each und

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Joe Orton
gt; > It seems therefore that it's dropping out of the vhost iteration early for > some reason, and hence not loading all the certificates+keys. Have you got a minimal configuration which reproduces this? That would be the first step to tracking

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Joe Orton
quot;nems.test", and hence will bomb out. > > Shout if any of it doesn't make sense None of it makes sense :) How is this bundle'o'stuff included in httpd.conf? Are you using vendor packages or a build from

[EMAIL PROTECTED] trouble mod_fcgid module on Apache-2.2.0

2005-12-15 Thread Joe Apache
Nick Kew wrote: > On Thursday 08 December 2005 21:05, Joe Apache wrote: > >> Hello, >> >> I've tried to compile some modules on Apache-2.2.0 with little success. >> > > I've compiled lots of modules on it. Most of them were originally written

Re: [EMAIL PROTECTED] Apache 2.1.9 - core_output_filter: writing data to the network errors, when downloading large files

2005-12-15 Thread Joe Orton
le large file downloads properly (be that >2Gb or >4Gb), it's most likely to be a browser bug. Regards, joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/users

Re: [EMAIL PROTECTED] httpd installation on hp-ux 11.11 pa-risc2.0-64bit

2005-12-19 Thread Joe Orton
e 1 That's pretty strange, configure has already checked that O_LARGEFILE is available. Can you upload the srclib/apr/config.log file somewhere or send it to me privately? Please also describe exactly how you ran configure. joe --

Re: [EMAIL PROTECTED] httpd installation on hp-ux 11.11 pa-risc2.0-64bit

2005-12-20 Thread Joe Orton
On Mon, Dec 19, 2005 at 10:27:14AM -0500, Boys Santos wrote: > Joe, > > Thanks for taking this question. Configure was ran as follows: > > export CFLAGS="+DD64" > ./configure Can you try instead: unset CFLAGS export CC="cc +DD64" ./configure and se

Re: [EMAIL PROTECTED] Apache 2.2.0 SSL build issues: multiple definition of`SHA256_Update'

2006-01-04 Thread Joe Orton
pr-1.2.2-random.patch by doing: cd srclib/apr patch -p1 < apr-1.2.2-random.patch and then rebuilding. Regards, joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/users

Re: [EMAIL PROTECTED] Having trouble installing Apache 2.2.0 on SUSE LINUX version 9

2006-01-05 Thread Joe Orton
lpthread -ldl > > /usr/lib/libexpat.so: could not read symbols: Invalid operation > collect2: ld returned 1 exit status This is a known bug; you can run "rpm --erase expat-devel.i386" as root to workaround the problem. Rgeards, joe -

Re: [EMAIL PROTECTED] Having trouble installing Apache 2.2.0 on SUSE LINUX version 9

2006-01-05 Thread Joe Orton
.apache.org/bugzilla/show_bug.cgi?id=28205 joe - 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: [EMAIL PROTECTED] &

Re: [EMAIL PROTECTED] Odd SSI SegFaults using 2.0.55

2006-01-10 Thread Joe Orton
d permission of all files. This causes a > Seg Fault in the apache logs though: > > [Mon Jan 09 22:05:49 2006] [notice] child pid 10562 exit signal > Segmentation fault (11) Can you get a backtrace and file a bug? http://httpd.apach

Re: [EMAIL PROTECTED] file size limitation?

2006-01-13 Thread Joe Orton
download. That's likely to be a client limitation - 2.2 will correctly handle large files. What client? I don't believe any of the browsers currently handle large files correctly; modern versions of wget and most ve

Re: [EMAIL PROTECTED] Solaris SIGBUS and core on changes to mmap'd files

2006-01-20 Thread Joe Orton
general if files on your site are modified in-place you will sometimes be serving corrupt content, so this situation is generally better avoided in the first place. Regards, joe - The official User-To-User support forum o

Re: [EMAIL PROTECTED] php_admin_flag question

2006-01-20 Thread Joe Orton
e has no effect at all. open_basedir itself is not a reliable security barrier in any case, see http://www.php.net/security-note.php. joe - The official User-To-User support forum of the Apache HTTP Server Project. See http:

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Joe Orton
ssues.apache.org/bugzilla/show_bug.cgi?id=12355 - which was fixed in 2.2.0; you can apply this patch to 2.0.x releases: http://issues.apache.org/bugzilla/attachment.cgi?id=16495 joe - The official User-To-User support forum

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Joe Orton
On Tue, Jan 31, 2006 at 02:42:27PM +, Stephen Collyer wrote: > Joe Orton wrote: > >On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: > > > >>I have an SSL enabled Apache 2.0.55, with a CGI enabled > >>Location accessible via SSL. > >>

Re: [EMAIL PROTECTED] Dual SAN certificate support

2006-02-03 Thread Joe Orton
gs about subject CN mismatches. What error is being printed when the server fails to start? What does the error_log say? Regards, joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [EMAIL PROTECTED] double wild card ssl certificates

2006-02-03 Thread Joe Orton
gt; Can I use *.domain.com (which is a server certificate, signed by a trusted > > root CA) to sign the *.*.domain.com ? > > Does * match *.* also? Following the RFC 2818 rules, no, it doesn't. joe - The offi

Re: [EMAIL PROTECTED] sumbol multiple-defined when compiling httpd 2.2.0 on Solaris 8

2006-02-03 Thread Joe Orton
7; is multiply-defined: To fix this issue, you can download this patch: http://people.apache.org/~jorton/apr-1.2.2-random.patch and apply it like this: cd srclib/apr patch -p1 < apr-1.2.2-random.patch this should be fixed out-of-the-box for the next httpd release. joe --

Re: [EMAIL PROTECTED] Dual SAN certificate support

2006-02-06 Thread Joe Orton
this crash? I don't know how to get a stack backtrace on Win32 but that's what I'd to see to investigate this any further. Can you give the "openssl x509 -text" output of the certificate which causes the crash at startup? joe -

Re: [EMAIL PROTECTED] sumbol multiple-defined when compiling httpd 2.2.0 on Solaris 8

2006-02-06 Thread Joe Orton
ified context diff. > Hunk #1 failed at line 57. > Hunk #2 failed at line 5. Maybe the patch has been mangled in the download? If not perhaps try a GNU patch rather than whatever comes with Solaris. The patch applies

Re: [EMAIL PROTECTED] SSL in Apache 2.2.0

2006-02-07 Thread Joe Orton
; [Thu Feb 02 17:35:07 2006] [info] Init: Seeding PRNG with 0 bytes of entropy ... joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [EMAIL PROTECTED] Cannot startup apache in RHEL AS 4.

2006-02-07 Thread Joe Orton
rver: > /etc/httpd/modules/mod_jk.so: failed to map segment from shared object: > Permission denied This is probably due to the SELinux policy. Try running: # restorecon -v /etc/httpd/modules/mod_jk.so to label the DSO properly. joe -

Re: [EMAIL PROTECTED] SSL in Apache 2.2.0

2006-02-07 Thread Joe Orton
On Tue, Feb 07, 2006 at 03:07:07PM +0100, Kövesdán Gábor wrote: > Joe Orton wrote: > > > >You need "SSLEngine on" somewhere. What error was produced from > >apachectl? How did it fail to start? There aren't any errors in the > >error_log you posted. &

Re: [EMAIL PROTECTED] SSL in Apache 2.2.0

2006-02-07 Thread Joe Orton
On Tue, Feb 07, 2006 at 03:43:18PM +0100, Kövesdán Gábor wrote: > Joe Orton wrote: > >I can't reproduce any problems here using your config. For the > >configuration with "SSLEngine On" in global context, where the server > >silently fails to start u

Re: [EMAIL PROTECTED] Apache 2.2 seems to have problems with CIFS mounted filesystems

2006-02-15 Thread Joe Orton
ttpd.strace httpd -X ... CTRL-C. then gzip and upload /tmp/httpd.strace somewhere; please don't post it to this list. It might be useful also to know the: - Linux distribution - CPU architecture - glibc version Regards, joe ---

Re: [EMAIL PROTECTED] Apache 2.2 seems to have problems with CIFS mounted filesystems

2006-02-15 Thread Joe Orton
d the issue. Upgrading the kernel might fix it properly. joe - 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: [EMA

Re: [EMAIL PROTECTED] Images / files partially loading?

2006-02-23 Thread Joe Orton
nd) which can cause responses to be truncated at 64K. joe - 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: [EMAIL PR

Re: [EMAIL PROTECTED] RADIUS and Subversion config

2006-03-08 Thread Joe Orton
ty much any use of DAV in Apache: http://mailman.lyra.org/pipermail/dav-dev/2001-January/001897.html just find the section of code in mod_auth_radius where it returns HTTP_NOT_FOUND and remove it. Regards, joe - The official U

Re: [EMAIL PROTECTED] possible memory leak in line ending conversion?

2006-03-08 Thread Joe Orton
returns. As Apache converts the line endings from UNIX to > Windows, you can watch the memory size of httpd grow. One of our That is probaly http://issues.apache.org/bugzilla/show_bug.cgi?id=23567 - no simple solution though, sorry. Regards, joe -

Re: [EMAIL PROTECTED] Segmentation fault when calling ldap_connect from PHP page

2006-04-26 Thread Joe Orton
and the > error_log contains an entry like > child pid 3552 exit signal Segmentation fault (11). The page > just looks like There are fixes in testing for LDAP in php/httpd on 64-bit platforms: # yum --enablerepo=u

Re: [EMAIL PROTECTED] Large files

2006-05-11 Thread Joe Orton
ms (there are some hacks you can use, but this is not recommended or supported). Regards, joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more in

Re: [EMAIL PROTECTED] Apache with SSL

2006-05-18 Thread Joe Orton
t directory from the original installation directory. That won't work by default. Presuming this is Linux, you can add the line LD_LIBRARY_PATH=/path/to/apache/lib to the "bin/envvars" file to make it pick up the libraries in this path. joe -

Re: [EMAIL PROTECTED] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

2006-05-22 Thread Joe Orton
te bug on this; please follow the instructions at the following URL to generate a backtrace: http://httpd.apache.org/dev/debugging.html#crashes Regards, joe - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [EMAIL PROTECTED] httpd: fatal: hardware capability unsupported

2006-05-24 Thread Joe Orton
o build OpenSSL; mail openssl-users@openssl.org for more help. joe - 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: [

[EMAIL PROTECTED] Apache error

2006-05-30 Thread Joe Zitnik
Hello all.  After applying some patches to a SuSE SLES 8 box, I get the following error when trying to start apache.   Starting httpd []   [Fri May 26 12:20:28 2006] [warn] Apache does not support line-end comments.Consider using quotes around argument: "#-1"Syntax error on line 633 of /etc/http

Re: [EMAIL PROTECTED] Apache error

2006-05-30 Thread Joe Zitnik
>>> On 5/30/2006 at 8:44 AM, [EMAIL PROTECTED] wrote: Hi,Joe Zitnik wrote:> Hello all.  After applying some patches to a SuSE SLES 8 box, I get the> following error when trying to start apache.>  > Starting httpd []>  > [Fri May 26 12:20:28 2006] [warn] Apache does not

[EMAIL PROTECTED] Apache 2.2.2 error with FreeBSD 6.1

2006-06-22 Thread Joe Apache
Good Day, I have a strange problem, I've just compiled httpd-2.2.2 on FreeBSD 6.1. When I try to start it up I get this message: Assertion failed: (lu->lu_myreq->lr_owner == lu), function _lock_acquire, file /usr/src/lib/libpthread/sys/lock.c, line 171. Abort trap (core dumped) I think the prob

Re: [EMAIL PROTECTED] Question for List Admin

2007-02-17 Thread Joe Schaefer
oservers.com, not apache. Our server is simply rejecting the message. -- Joe Schaefer - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsub

[EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread Joe Demeny
Hello, I don't seem to be able to make CGI work within . Here is my VirtualHost block: Options ExecCGI SetHandler cgi-script ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/shop1/htdocs ScriptAlias /cgi-bin/ /home/shop1/cgi-bin/ ServerName www.mydomain.com Er

Re: [EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread Joe Demeny
At 01:24 PM 5/7/2007, you wrote: On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote: Hello, I don't seem to be able to make CGI work within . Here is my VirtualHost block: Options ExecCGI SetHandler cgi-script Everything inside the section is redundant because it is

Re: [EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread Joe Demeny
At 01:39 PM 5/7/2007, you wrote: On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote: It never occurred to me that I needed to add these permissions in the section. In the main configuration part I have user directories defined as: AllowOverride None Order allo

[EMAIL PROTECTED] Authentication prompts multiple times for login

2007-08-13 Thread Joe Seeley
ot;Login in using your domain login." require valid-user If you see a mistake in my conf file, or understand why this is prompting for multiple logins I would appreciate any advice. Thanks, Joe

Re: [EMAIL PROTECTED] Authentication prompts multiple times for login

2007-08-13 Thread Joe Seeley
cate against > an AD server? Yes, I am trying to bind against an Active Directory server. Thanks, Joe

Re: [EMAIL PROTECTED] Redirect Permanent Help

2007-08-13 Thread Joe Seeley
Nathan, RedirectPermanent is only going to match for the exact URL. If you want it to match for anything that is LIKE / you will need to use RewriteCond + RewriteRule OR RedirectMatch. RedirectMatch will map redirect a regular expression match to a new URL. RedirectPermanent / http://foo.com/

Re: [EMAIL PROTECTED] Authentication prompts multiple times for login

2007-08-13 Thread Joe Seeley
Anyone have any ideas on this? On 8/13/07, Joe Seeley <[EMAIL PROTECTED]> wrote: > > > Why do you have <http://localhost:5000> ? > > The localhost proxypass is to make remote requests look like they are > local requests. The application needs to believe the reque

[EMAIL PROTECTED] Apache LDAP authentication prompts multiple times for login/password.

2007-08-16 Thread Joe Seeley
e valid-user If you see a mistake in my conf file, or understand why this is prompting for multiple logins I would appreciate any advice. Thanks, Joe

Re: [EMAIL PROTECTED] Apache LDAP authentication prompts multiple times for login/password.

2007-08-16 Thread Joe Seeley
> > > Strange, it almost seems like the creds aren't being cached, but if it > > is only 2 or 3 times, that can't be the case. Are you loading both > > mod_ldap and mod_authnz_ldap? Can you test without the proxy parts? I'm using mod_ldap and mod_auth_ldap. Due to the way the app is setup it w

Re: [EMAIL PROTECTED] Possible bug in httpd-2.1.3-beta mod_proxy_balancer (URL arguments omitted)

2005-05-09 Thread Joe Orton
art). Dave, can you file a bug on this in bugzilla - I'm not sure whether it has been fixed already? http://issues.apache.org/bugzilla/ Regards, joe - The official User-To-User support forum of the Apache HTTP Server Proj

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Joe Orton
lect syscall ( which has a fd_set of max 1024 fds) > fails .. and hence apache fails to start up. 2.0 will use poll() in preference to select() on platforms where poll() is available, which fixes this issue. Third-party modules/libraries may still

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-16 Thread Joe Orton
On Mon, May 16, 2005 at 12:45:48PM +0530, Jaspreet Singh wrote: > hey, > > On Fri, 2005-05-13 at 16:25 +0100, Joe Orton wrote: > > On Fri, May 13, 2005 at 05:06:30PM +0530, Jaspreet Singh wrote: > > > hi, > > > > > > I want to use apache

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Joe Orton
gt; for "manual": You should remove that - the /usage location is configured in the separate config file: /etc/httpd/conf.d/webalizer.conf Regards, joe - The official User-To-User support forum of the Apache HTTP Server

Re: [users@httpd] Mysterious intermittent apache2 crashes (not sure how to investigate)

2005-05-18 Thread Joe Orton
as died when our load spiked with a lot of concurrent users. Does the error_log list any segmentation faults? If you're using the stock Red Hat packages you should call Red Hat support or file the issue in https://bugzilla.redhat.com/bugzilla

Re: [users@httpd] Alias and user directories gives 403 errors

2005-05-20 Thread Joe Orton
ser-homedir.html there is RHEL-specific SELinux information in the RHEL documentation, too. Regards, joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [users@httpd] very bizarre "(13)Permission denied" problem

2005-06-20 Thread Joe Orton
pecifically.. For example, the file > "bad.html" gives these errors. This is probably because of SELinux permissions errors; check the dmesg output for "avc" denial errors. See docs: http://fedora.redhat.com/docs/selinux-apache-fc3/ htt

Re: [users@httpd] Segmentation Fault on starting httpd 2.0.48

2005-06-21 Thread Joe Orton
On Tue, Jun 21, 2005 at 10:19:35AM -0500, Jerry Rehak wrote: > Hello- > > I get a segfault when starting httpd. I'm using apache 2.0.48 built > from tar running on Fedora C3. Upgrade to 2.0.54, it's a known bug in 2.0.48. > (gdb) run > Starting program: /usr/local/apache/bin/httpd > [Thread deb

Re: [users@httpd] Large File Support in Apache 1.3.33

2005-07-07 Thread Joe Orton
long" to represent file sizes. This approach should work with recent 2.0 releases, however. But it causes incompatibilities with third-party modules and it's not really supported in 2.0 either. In the recent 2.1.6 alpha release large file support works out of the box, no speci

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

2005-07-07 Thread Joe Orton
d e.g. "CoreDumpDirectory /tmp" to your httpd.conf, then run gdb on the core dumps produced in /tmp. joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/users

Re: [EMAIL PROTECTED] Problem logging SIGTERM to ErrorLog when piping to rotatelogs

2005-07-22 Thread Joe Orton
ong with the rest of the process group, so it may exit before the children have to to log their shutdown messages (it's a race). I don't know why it would log that line, though, might be something Solaris-specific. joe -

[EMAIL PROTECTED] is the parent/child security present in win32 apache?

2005-07-24 Thread Joe A
Does the Win32 version of Apache have a parent process that is running on an administrator account and the children processes are guest accounts and are the only ones sending/receiving to and from the Internet?  Thanks, Joe

Re: [EMAIL PROTECTED] Apache 2.0.54 WIN32 compile error with OpenSSL 0.9.8

2005-07-24 Thread Joe A
165 #ifndef PEM_F_DEF_CALLBACK166 #define PEM_F_DEF_CALLBACK PEM_F_DEF_CB167 #endif http://lxr.webperf.org/source.cgi/modules/ssl/ssl_toolkit_compat.h#179On 7/24/05, hunter <[EMAIL PROTECTED]> wrote: My WIN32 build of Apache 2.0.54 fails with the following error whilecompiling with OpenSSL 0.9.

Re: [EMAIL PROTECTED] Memory consumption

2005-08-03 Thread Joe Orton
http://people.apache.org/~jorton/ap_byterange.diff Regards, joe - 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: [

Re: [EMAIL PROTECTED] Why does Apache use up all my memory?

2005-08-10 Thread Joe Orton
2000 S 0.0 5.3 0:00.51 apache2 if when this happens, you can capture the output of e.g. "strace -p 15853" as root, that might help. joe - The official User-To-User support forum of the Apache HTTP Server Project. S

Re: [EMAIL PROTECTED] Authentication on Solaris fails when password > 8 chars and using MD5 encoded passwords (or digest)

2005-08-11 Thread Joe Orton
assword that the client had send to > 8 chars before validating (but many people like longer passwords for their > better strength) > > Any thoughts for a portable fix? 2.0.x (really, APR) will use getpassphrase() if a

Re: [EMAIL PROTECTED] Apache2 on Win XP

2005-08-12 Thread Joe A
Aaron, what are the two threads? I know the linux ver just has a parent thread and then new children thread are created as needed or whatever, how is the win version different? The windows version also runs under just 2 threads.  All the responsesare under a single PID, which can be an issue a you

Re: [EMAIL PROTECTED] Why does Apache use up all my memory?

2005-08-15 Thread Joe Orton
On Mon, Aug 15, 2005 at 11:00:02AM -0400, George Adams wrote: > Thanks, Joe and Jon for your helpful thoughts regarding my Apache > memory problem. Here's some more information: > > Joe> > 1-015823W 0.001742573500 GET /out/388.mp3 > Joe> > 2-0

Re: [EMAIL PROTECTED] Why does Apache use up all my memory?

2005-08-17 Thread Joe Orton
On Wed, Aug 17, 2005 at 12:12:05PM -0400, George Adams wrote: > >> Joe> Are these all simple static files, or is /out/ handled by some CGI > >> Joe> script etc? > >> > >> Joe, you're right - they do get passed through a Perl script for > >>

Re: [EMAIL PROTECTED] Why does Apache use up all my memory?

2005-08-18 Thread Joe Orton
On Thu, Aug 18, 2005 at 02:48:26PM -0400, George Adams wrote: > Joe, I just wanted to thank you again. The byterange patch you gave me > worked just beautifully. Great, thanks for the feedback. I've proposed this for backport to the 2.0.x branch now so it should show up in a 2.

Re: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in overrides the same in ?

2005-08-30 Thread Joe Orton
ot;SSLVerifyClient require". Please can you confirm this: add %{SSL_CLIENT_S_DN}x to some CustomLog line so that you can log whether the client cert is actually being picked up or not for access to the protected location. If this isn't working pr

Re: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in overrides the same in ?

2005-08-30 Thread Joe Orton
On Tue, Aug 30, 2005 at 03:52:11PM +0100, Joe Orton wrote: > On Tue, Aug 30, 2005 at 10:23:16AM +0200, Yefym Dmukh wrote: > > >SSLVerifyClient is documented as working in directory context, so it > > should also work in context. The manual page for mod_ssl does > > &g

Re: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in overrides the same in ?

2005-08-31 Thread Joe Orton
rifyClient require" - no > triggered SSL negotiation - access without certificate granted. The patch for this which has been proposed for the next 2.0.x release is: http://people.apache.org/~jorton/CAN-2005-2700.diff Thanks a lot for reporting this. (The issue app

Re: [EMAIL PROTECTED] ErrorDocumet segfault w/ php

2005-09-09 Thread Joe Orton
s fine. If I > go directly to the php document in a browser, it works fine. > > We are using redhat enterprise linux 4. httpd-2.0.52 and PHP 5.1 RC1. It's a bug in that version of PHP, it was fixed since then (and was not present in 5

Re: [EMAIL PROTECTED] apache 2 and large file support

2005-09-16 Thread Joe Orton
t enabled. Can someone > please tell me what I need to do to get large file support active. Don't use any special CPPFLAGS settings, it works out of the box with the 2.1.7 beta. joe - The official User-To-User support forum of

[EMAIL PROTECTED] have to reload https page in win2k3 ie 6.0.3790

2005-09-16 Thread Joe A
on win2k3 server ie 6.0.3790 only, when i try to click an https link from our https page it hangs, but if i reload it it works. we are using apache 2.0 i have this in the ssl conf but its not helping SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-

Re: [EMAIL PROTECTED] Please!! OSX/Unix 1.3 -> 2.0 start from scratch ( Uninstall remove)

2005-09-19 Thread Joe Orton
On Sat, Sep 17, 2005 at 10:56:20PM +1000, Haali Goodsell wrote: > configure: creating ./config.status > config.status: creating Makefile > ./config.status: fork: Resource temporarily unavailable Something went wrong here. Try it again, and try using the latest version, 2.0

Re: [EMAIL PROTECTED] Bug: apache/mod_svn intermittently creates transaction dirs with incorrect permissions or ownership such that the transaction breaks.

2005-09-20 Thread Joe Orton
> lists and plan to file a bug. Are you running any other third-party modules in this httpd installation? If you can get the server into a state where newly created directories always have the wrong permissinos, you could strace a child pro

Re: [EMAIL PROTECTED] How to disable buffering in an Apache proxy server?

2005-09-27 Thread Joe Orton
flush buffered content to the client whenever the backend server stalls - so if you try the 2.1.7 beta it should behave as you expect; please file bugs if not. Regards, joe - The official User-To-User support forum of the

Re: [EMAIL PROTECTED] Apache2.0.48 Illegal instruction & Segmentation fault issues

2005-09-27 Thread Joe Orton
e to the latest 2.0.54 and we Follow the instructions on obtaining a backtrace at this URL, and post the backtrace here: http://httpd.apache.org/dev/debugging.html#crashes joe - The official User-To-User support forum of

Re: [EMAIL PROTECTED] Apache - High Memory Usage Problem - HELP!

2005-09-27 Thread Joe Orton
hat you have exactly the same modules being loaded; PHP for instance will show up larger VM use because it drags in so many shared libraries. joe - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] Apache 2.0: Recommended Mutex types for Solaris 8,9,10

2005-10-05 Thread Joe Orton
t conditions will lead to the fcntl EDEADLK issue on Solaris, that is really a problem which needs more investigation. (historically, 1.3 always used fnctl on Solaris IIRC, so it is definitely the most "tried and tested") joe -

Re: [EMAIL PROTECTED] Apache 2.0: Recommended Mutex types for Solaris 8,9,10

2005-10-06 Thread Joe Orton
On Wed, Oct 05, 2005 at 03:36:45PM +0200, Axel-Stéphane SMORGRAV wrote: > Joe, > > Thanks for replying to my post. > > Isn't the AcceptMutex only used inside the parent process to serialise > the access to the accept(2) system call ? It's used in *children*

  1   2   3   >