/mod_ruby?
>
> So it turn out that Threaded MPM is only suitable for serving static pages?
Bizarre conclusion. Other interpreters are likely more
thread-aware/thread-exploitative when not embedded in Apache, so
they'd be less likely to casually link with non-threadsafe libra
"test.php" should be an absolute path, like "/test.php".
Try to include verbatim error log messages in any followups.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache
On Thu, Feb 12, 2009 at 10:02 AM, howard chen wrote:
> On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote:
>
>> Bizarre conclusion. Other interpreters are likely more
>> thread-aware/thread-exploitative when not embedded in Apache, so
>> they'd be less lik
r config file
to understand how the filesystem relates to URLs.
If the jar is served successfully with a 200, you really have a java
applet question.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of
If necessary, repeat
>> for embedded images (spacers) and the like.
Content-Type header on css should be checked.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Pr
at the browser requests and what is
requested by your connector module, and include the information.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd
tomcat nodes (bad)
>
> I want this last one to be ok!
>
> any ideas?
I still don't see any logs, example URLs, or a clear indication of
what happens when you receive a utf-8 encoded query string.
--
Eric Covener
cove...@gmail.com
; No hints anyone? :(
This a fringe option. You might have better luck trying to coerce
browsers into sending utf-8 or avoiding non-ascii usernames
altogether.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User sup
On Mon, Feb 16, 2009 at 10:47 AM, rui fernandes wrote:
> Ok Eric,
>
> I have no logs to give you ( I really don't know what you want to be logged).
>
> I will give you an example (value Mérida):
>
> http://apacheserver/myapp?param=M%C3%A9rida
>
> (UTF-8 url encode
>
> ServerName www.example.com
> DocumentRoot /var/secwww
>
in addition to Karel' response, you do need mod_ssl directives to
actually service SSL on this port.
--
Eric Covener
cove...@gmail.com
-
The offi
r example, in case of Tomcat Server, we will have to put the jar file in
> the CATALINA_HOME/webapp/ROOT folder. Is there anything similar in case of
> Apache HTTP.
Not similar in the sense that the HTTP Server will do anything with
the jar beyond making it available for d
directory listing in
> a subdirectory "Location /releases", but I can't get it working. I was able
> to configure it so that files are accessible under this directory with the
> following configuration:
>
>
>SetHandler file
>
SetHandler Non
ubject CN in certificate not server name or identical to CA!?
I'm not terribly familiar with mod_ssl, but tou might look at a
wireshark trace and see if this Alert is actually being transmitted
over the wire by the client.
It looks like it happens early enough that it would be unencrypted.
--
width like in the
operative direction?
How quickly can you upload a file via FTP using the same connection?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http:/
NOTE*] Server: Apache/2.2.9 (Unix) mod_jk/1.2.26 mod_ssl/2.2.9
> OpenSSL/0.9.8d
> [*NOTE*] The above configuration represents the last statements in
> httpd.conf - the mod_jk module is loaded before
Rewrite rules aren't inherited by virtual hosts.
You should use allow/den
using the worker mpm.
each process builds up its own in-memory cache.
You might increase ThreadsPerChild if you really want memcache.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HT
ualhost with * or *:443.
apachectl/apache2ctl/httpd -S would probably show you where.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
On Sun, Feb 22, 2009 at 7:18 AM, François Beausoleil
wrote:
> Thanks for replying Eric. I knew I forgot something. apache2ctl -S doesn't
> even see anything on 443.
>
> $ /usr/sbin/apache2ctl -S
> VirtualHost configuration:
> wildcard NameVirtualHosts and _d
ect on your website immediately.
This is a good idea, alternatively RewriteMap program would be lower
performance but could look at the live data
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of th
entication arguments here
>
>
>
> RewriteRule /isp/stats /%{ENV:AUTHENTICATE_URL}
The authentication happens between the two phases where Rewrite can be
run (translate name for per-vhost, fixups during per-dir/htaccess)
You might be able to run Rewrite early but use the lookahead featur
P server directly.
Patches welcome (but it's unfortunately complicated by the
mod_ldap/mod_authnz_ldap separation)
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Se
a fixed username/password.
>
> Making a "query" without a "bind" in one sentence makes no sense to
> me. Be it an anonymous bind or a bind with a dn supplies, you bind,
> then you search.
In LDAPv3, the bind is optional.
--
Eric Covener
cove...@gmail.com
---
u help me to find his|her contacts?
Open a bug report, but include info for the LDAP client library you've
linked to.
If you know how to get debugging info out of the LDAP library, attach
it to the bug report.
--
Eric
On Thu, Feb 26, 2009 at 9:13 AM, Anton Yakimov
wrote:
> AuthLDAPUrl "ldap://server.three.two.one:389/dc=three,
> dc=two,
> dc=one?sAMAccountName?sub?(objectClass=*) NONE"
Why is "NONE" inside the quotes?
--
E
f it made it out onto the wire, wireshark breaks down the protocol pretty well.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.ht
On Fri, Feb 27, 2009 at 9:30 AM, Mark H. Wood wrote:
> On Thu, Feb 26, 2009 at 01:59:13PM -0500, Eric Covener wrote:
>> In LDAPv3, the bind is optional.
>
> However, without a non-anonymous bind, ADS will cheerfully accept your
> connection and as cheerfully return no informati
On Fri, Feb 27, 2009 at 12:19 PM, Ed Avis wrote:
> Eric Covener gmail.com> writes:
>
>>>[Fri Feb 27 13:16:30 2009] [warn] [client 192.168.186.32] [2890] auth_ldap
>>>authenticate: user eda authentication failed; URI
>>>/cgi-bin/test_auth/index.html
>
hen you use the latter.
With the default conf, directory trees are explicitly allowed to be
served via "order" and "allow", so whatever you rewrite to will to
have a Directory stanza that allows access.
--
Eric Covener
cove...@gmail.com
--
mydomain.com value?
I am not aware of any way to transform the username before LDAP sees it.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache
On Mon, Mar 2, 2009 at 12:26 PM, Nuno Fernandes wrote:
> SetEnvIf Request_URI "\.aspx$" no-cache
This is in the manual but not yet in a 2.2.x release
--
Eric Covener
cove...@gmail.com
-
The official User-To
On Mon, Mar 2, 2009 at 12:40 PM, Eric Covener wrote:
> On Mon, Mar 2, 2009 at 12:26 PM, Nuno Fernandes
> wrote:
>
>> SetEnvIf Request_URI "\.aspx$" no-cache
>
> This is in the manual but not yet in a 2.2.x release
Updated the manual to reflect "version aft
ive. Maybe you're not using mod_php?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To
7;d have to provide yourself and may take a little effort
to build against IHS.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.h
;
> This doesnt work at all. What am I doing wrong?
>
That looks exactly right.
Can you elaborate on "doesn't work" and include the output of
apachectl/apache2ctl/httpd -S and maybe your SSL config?
--
Eric Covener
cove...@gmail.com
-
ing a to a HTTP port with HTTPS. It's probably just your
config -- maybe you have and need *:80 and *:443?
A quick check is to connect to port 443 with HTTP and see if you get a response.
--
Eric Covener
cove...@gmail.com
-
Th
Connection: close means the server will close the connection when the
content is transferred, so you're not waiting for the client to do so.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support
ted
and responded in-line.
http://en.wikipedia.org/wiki/Posting_style#Top-posting
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.
ny other way?
Sorry, I thought you were implementing your own HTTP Server and
concerned with generating all of this yourself.
These objects and methods don't mean anything to me. You can use
chunked encoding to signal the end of content whose length you don't
know. It's d
; HTTP/1.1" 200 9161 "-" "panscient.com"
> 38.100.x.x - - [06/Mar/2009:01:52:10 -0800] "GET
> /media/vid-sml.php?video=JYA3_TypesOfClients HTTP/1.1" 200 1395 "-"
> "panscient.com"
mod_php setting "TZ" environment variable?
On Fri, Mar 6, 2009 at 1:03 PM, Frank Gingras
wrote:
> Hello,
>
> Give us the output from ls -al
> /phr-mu_1/cqdev/cognos/cer5/cgi-bin/loginmod22.sl
And maybe the ldd (or equivalent) output, too
--
Eric Covener
cove.
There's only an advantage when you don't know the length ahead of
time, or your processing it in such a way that the length will change.
When it's needed, it will just happen.
--
Eric Covener
cove...@gmail.com
--
On Sat, Mar 7, 2009 at 3:06 PM, Flowering Weeds
wrote:
>
> here one is using notepad
Close call, you narrowly avoided an on-topic post by not even
monitorin Apache.
Can PowerShell give us backtraces of a running httpd?
--
Eric Covener
cove...@gma
at would be on-topic
and welcomed, but it's off-topic and boreing us all to sleep here.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
ed before anything can
see a hostname (Host: header is available after, and nobodies reading
the TLS extension containing the servername)
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Ser
e game
(like Alias or RewriteRule).
Maybe mod_macro + the SNI patch comes close to what you're looking for?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http:
yet and getting this
> error. 2_0_28]
>
> [cc] Error E2141
> C:\development\opensource\Apache\httpd-2_0_28\srclib\apr\include\apr_errno.h
> 89: Declaration syntax error
How are you trying to do it?
--
Eric Covener
cove...@gmail.com
--
and F5 do a health check. Other way is using http,
> which has more overhead.
graceful stop?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://h
On Mon, Mar 9, 2009 at 4:45 PM, Jigar Sutaria wrote:
> Hi All,
>
> I want to compile single apache module on windows and not the complete httpd
> project how can I do that
The mod_perl project has an APXS for windows.
--
Eric Covener
cove.
On Mon, Mar 9, 2009 at 9:24 PM, Charles Sprickman wrote:
> Hello all,
>
> I've got "port-based" virtual hosting working, but am having some
Does tinkering with UseCanonicalPhysicalPort help?
--
Eric C
r on the Apache site.
Sometimes Windows will start resolving localhost to an ipv6 address,
which has bitten me a few times.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Pro
On Thu, Mar 12, 2009 at 11:16 AM, Krumbein, Cedric wrote:
> I haven't had any response to this. Hasn't anyone encountered this problem
> before?
No, what 30 second limit did you find? What piece of Apache is reading
the POST data?
--
Eric Covener
c
wOverrride None" in if you only want to turn on
htaccess for your DocumentRoot
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslis
efault vhost in a set of NameVirtualHosts should suit you nicely.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To
ble AllowOverride, the DocRoot and Aliases should then be
> next to a device root (aka /web) if I want to prevent too many kernel
> open().
No. Disable htaccess on /, and enable it on precisely where you want them read.
--
Er
a/b/c/ -> index.php?1=a&2=b&3=c
There is no real "cleaner" way than the example here:
http://wiki.apache.org/httpd/RewritePathInfo
--
Eric Covener
cove...@gmail.com
-
The official User-To-User suppo
com 0.002577
Same issue as https://issues.apache.org/bugzilla/show_bug.cgi?id=46835 ?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/usersl
ou're really linked with your own copies of openssl and openldap.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> fo
On Sat, Mar 14, 2009 at 9:54 AM, budsz wrote:
> Hi,
>
> I need to know how to configure httpd with "no support resume" when
> transfer file? As far I know httpd support resume by default.
> That's basiclly done with scripting job for example PHP?. But I'am
> really wanna figure out this case with
it seems like php-as-a-filter is somewhat out of fashion, and
might require a rebuild of your PHP mod (if even still supported).
If you don't need high performance, mod_ext_filter might be a good stop-gap.
--
Eric Covener
cove...@gmail.com
---
g is perfect, however you have other vhosts getting in the
way. apachectl/apache2ctl/httpd -S would show you where you have
"virtualhost *" w/o a port number, which overlaps with these.
--
Eric Covener
cove...@gmail.com
RewriteRule ^/parent/child(.*) /child$1 [R]
If this is in .htaccess or , the RewriteBase is stripped
from the URL before your rule compares to it -- it cannot start with a
slash.
Also see AllowOverride.
A simple Alias might suffice too.
--
Eric Covener
cove...@gmail.com
--
t have a .../admin/admin/.
RewriteLog would help.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscr
On Wed, Mar 18, 2009 at 4:38 PM, Campbell, Lance wrote:
> RewriteRule ^/abc?id=(.*) /efg/$1
You need to deal with the query string in a RewriteCond.
http://wiki.apache.org/httpd/RewriteQueryString
--
Eric Covener
cove...@gmail.
d/RewriteContext
Also at a higher level, if your users type in /abc/def then you want
to internally redirect to /abc?id=def, then you don't even want to
match against a query string. You're implementing the opposite, where
you identify /abc?id=def and react to it.
ring -- OP is a little ambiguous so this may be wrong.
--
Eric Covener
cove...@gmail.com
-
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
On Thu, Mar 19, 2009 at 11:07 AM, Phil Pinkerton wrote:
> Seems it may be a libc issue after changing libc I know get tons of
> this output ( snipped )
>
> ...apachectl -k start -SSL
Did you mean -DSSL?
--
Eric Covener
cove.
k.lo
> ajp_header.lo
> apxs:Error: Sorry, cannot determine bootstrap symbol name.
> apxs:Error: Please specify one with option `-n'.
You have to compile one module at a time, not all files in a
directory, and pass the "main" (with AP_MODULE_XXX) source code file
as the fir
rver configuration
Find the module that implements that directive, and make sure it's
loaded in your configuration.
http://httpd.apache.org/docs/2.2/mod/directives.html#L
--
Eric Covener
cove...@gmail.com
-
The official User-To
7;s still going to ultimately be downloadable.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To
ared="ssl ldap proxy
> speling rewrite info mime-magic proxy-ajp proxy-balancer proxy-connect"
> --enable-suexec --with-suexec-caller
> --with-suexec-logfile=/usr/local/apache2/logs/suexec --with-suexec-uidmin
> CC='gcc'
>
Missing the arg to --with-suexec-uid
k an image, I get a broken link icon.
EnableSendFile off?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
;[alert] (12)Cannot allocate
> memory: apr_thread_create: unable to create worker thread".
Set ThreadStackSize or ulimit -s to something small (128k, 256k, etc).
--
Eric Covener
cove...@gmail.com
-
The official User-To-User sup
ex.html file. Any https request is entering to the second 443 vhost,
> ignoring the ServerName directive.
That vhost is a better IP-based match, no name-based vhost matching is
done for the SSL handshake.
--
Eric Covener
co
On Thu, Mar 26, 2009 at 5:33 AM, Christian Buczek wrote:
>> NameVirtualHost 127.0.0.1:*
>
Careful, you need to have a literal match for these pair of arguments
to get things to work properly.
--
Eric Covener
cove...@
s to be served from someplace other
than your DocumentRoot, like an Alias, so the variable doesn't change:
https://issues.apache.org/bugzilla/show_bug.cgi?id=26052
--
Eric Covener
cove...@gmail.com
-
The official User-To-User sup
ke initgroups() or get*ent
--
Eric Covener
cove...@gmail.com
-
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
correct, the handshakehappens first but the rewrite still happens.
> Is there anyway to still use Rewrite with SSL?
It works the same as non-ssl. Where are your rules defined?
--
Eric Covener
cove...@gmail.com
-
The official User-
ally we see lots of
> segfaults in our /var/log/messages.
I think it's an issue even with the "threadsafe" build. Use a
single-threaded webserver with mod_php, or use fastcgi.
--
Eric Covener
cove...@gmail.com
---
27;t even use libc in the
kernel, much less any of the libraries APR links to or APR itself.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
credentials to
what it thinks is a different host. I don't think you'll get it to
behave any different, unless you force a canonical hostname before
authenticating.
--
Eric Covener
cove...@gmail.com
-
The official Use
On Wed, Apr 1, 2009 at 5:50 PM, ricardo13 wrote:
>
> Hi all,
>
> Can I post doubts about Jmeter here ???
No, this is a list for Apache HTTP Server only.
--
Eric Covener
cove...@gmail.com
-
The official User-To-
On Thu, Apr 2, 2009 at 8:49 AM, ricardo13 wrote:
>
> Sorry,
>
> But don't understood !!
You'll have to do some research about including C libraries in kernel modules.
--
Eric Covener
cove...@gmail.com
It's still off-topic for
this list.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubs
On Thu, Apr 2, 2009 at 4:32 PM, Lincoln Zuljewic Silva - Claro SP -
wrote:
> Could mod_proxy cause it?
If you've configured that URL to be proxied somewhere that didn't have
server-status enabled, yes.
--
Eric Covener
cove
r "exe" in httpd.conf and
> /etc/httpd/conf.d/* to no avai
In this case It's not the apache configuration, but the system itself.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of t
sses? What's unhealthy about it? You
can shrink the harmless vsz with ulimit -s 512.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/u
MaxMemFree or MaxRequestsPerchild?
--
Eric Covener
cove...@gmail.com
-
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
On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh
wrote:
> Am trying MaxMemFree 3 (30mb? - pure guess number).
Far too large, it's per-thread. Try 1MB.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User
On Sat, Apr 4, 2009 at 12:51 PM, ricardo13 wrote:
>
> Hi Eric,
>
> Where can I post doubts about Jmeter ??
http://lmgtfy.com/?q=apache+jmeter+mailing+list
--
Eric Covener
cove...@gmail.com
-
The official User-To-
/apachectl/apache2ctl -S would probably show you that either NVH
and VH don't match exactly, or you have duplicate NVH'es.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Serve
xcept when its arguments exactly match (not
logically via wildcards or missing ports) a set of VirtualHost
containers.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Pro
s there a way of over ridding it and
> putting the correct address in?
The -S output contains a filename and line number. What's there? Is
it an unexpected DNS result?
--
Eric Covener
cove...@gmail.com
-
The offi
On Mon, Apr 6, 2009 at 7:54 PM, Sean Conner wrote:
> It was thus said that the Great Eric Covener once stated:
>> On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh
>> wrote:
>> > Am trying MaxMemFree 3 (30mb? - pure guess number).
>>
>> Far too large,
On Tue, Apr 7, 2009 at 7:31 AM, André Warnier wrote:
>>
>> The wasted stack space doesn't shows up as a high VSZ, but not RSS.
>>
> Eric, as written that note above is rather cryptic..
> Maybe removing double/triple negatives would help ?
> ;-)
Lost all meaning
==
>
Your error log will tell you whether the failure is related to the
Apache configuration or the OS (filesystem permissions, SELinux, etc)
--
Eric Covener
cove...@gmail.com
-
The official User-To-User sup
On Wed, Apr 8, 2009 at 3:59 AM, Nick Cooper
wrote:
> Yes it is possible to do with a VirtualDocumentRoot but the thing to
> remember is the value of DocumentRoot does not equal VirtualDocumentRoot.
I think it's worth emphasizing that this is a general FAQ, and not
unique to SSL.
ypt/re-encrypt if you put it between
a client and an SSL origin server.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html>
On Wed, Apr 8, 2009 at 6:09 PM, André Warnier wrote:
> John Oliver wrote:
>>
>> On Wed, Apr 08, 2009 at 04:16:32PM -0400, Eric Covener wrote:
>>>
>>> On Wed, Apr 8, 2009 at 1:37 PM, John Oliver
>>> wrote:
>>>>
>>>> Is it
On Wed, Apr 8, 2009 at 6:19 PM, Eric Covener wrote:
> Seems like a simple proxy reverse proxy might be sufficient
One too many proxies!
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apa
; matching VirtualHost
containers. Extras can trigger that error, I believe.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.h
801 - 900 of 3338 matches
Mail list logo