> -Original Message-
> From: cgswtsu78 [mailto:cg...@proofpoint.com]
> Sent: Thursday, January 14, 2010 1:12 AM
> To: users@httpd.apache.org
> Subject: [us...@httpd] HTTPD Authentication Questions
>
>
> Hello,
>
> I'm currently trying to apply apache httpd authentication to
> a tomcat
Hello,
I'm trying to setup basic auth with tomcat using a MemoryRealm but I'm
unsure as to how to set the username and password for a given role in the
tomcat-users.xml. I don't have just one username and password for auth but
1000s. My users are logging into an apache/perl application which ha
On 1/9/2010 9:58 AM, Jorge Schrauwen wrote:
> I have not targetted IA64, but I've done a quite a lot of binaries for
> EMT64/AMD64.
Note the architectures are radically different, AIUI IA64 has a 64 bit
default int, X86_64 is a 32 bit; IA64 is a big endian platform, IIRC,
while X86_64 is small en
Hello,
I'm currently trying to apply apache httpd authentication to a tomcat web
application. The user authenticates on the apache side and then has a link
within the apache server perl application that sends them over to the tomcat
application (reportsvcs_ws) via mod_jk. If the user tries to
2010/1/13 Sam Minning :
> this leaves one problem at hand: mod_substitute just
> replaces content, it is unable to append it when there is
> no closing body-tag detected.
mod_sed or mod_ext_filter are other options.
--
Eric Covener
cove...@gmail.com
--
hello community,
hello Eric Covener,
I have just the same setup, regardless of this some sites
still do not have the replaced content. I assume this is
due to compression which is done via PHP - I have seen
this on pretty large sites (Joomla CMS and some forums),
it may be hard to determine what
William,
That fixed it! Thank you so much - a three-day headache is gone.
--Nathan
On Wed, Jan 13, 2010 at 1:14 PM, William A. Rowe Jr.
wrote:
> On 1/13/2010 10:26 AM, Nathan Long wrote:
>> Hi! First time posting - will try to step lightly.
>>
>> I've got Apache 2.2.14 installed on a Win XP lap
On 1/13/2010 10:26 AM, Nathan Long wrote:
> Hi! First time posting - will try to step lightly.
>
> I've got Apache 2.2.14 installed on a Win XP laptop. Some page loads
> work fine, but others never complete. To rule out PHP or MySQL, I made
> a 1 KB, static, HTML-only page, and I get the same hit-
2010/1/11 Sam Minning :
> I have tried several modules, e.g. mod_substitute or similar, but none was
> able to fit my needs, mostly not supported compression from mod_deflate or
> gzip caused problems, so I was unable to implement this at all.
You should be able to order the filters such that eit
Hi! First time posting - will try to step lightly.
I've got Apache 2.2.14 installed on a Win XP laptop. Some page loads
work fine, but others never complete. To rule out PHP or MySQL, I made
a 1 KB, static, HTML-only page, and I get the same hit-or-miss issue
with it. I've also tried Firefox and I
Of course, I should have guessed about the command just statically parsing
files. However, at least I'd have a live proof that it's a bug if I run the
command while the server behaves strange :-)
Sorry, what do you mean about duplicate? Would you mean:
ServerName nameB1.org
ServerAlias nameB1.
> - the actual servername that bugs is of the form
> www.aservername.co.za (something with the double country extension?? - we do
> have other servers of the form .co.uk, co.il, etc and they work as expected)
> - note that a serveralias in the same virtualhost still works: in fact, it's
> ServerNa
On Wed, Jan 13, 2010 at 10:00 AM, Chirouze Olivier
wrote:
> Hi Tom, thanks for the so prompt answer!
>
> I didn't know that option of httpd, looks interesting.
> As of today, the vhost goes to the appropriate file (according to the DUMP
> VHOST). But I would use that same command when it fails ag
Hi Tom, thanks for the so prompt answer!
I didn't know that option of httpd, looks interesting.
As of today, the vhost goes to the appropriate file (according to the DUMP
VHOST). But I would use that same command when it fails again (after next
reboot? ;-)
To answer your question, we are listen
On Wed, Jan 13, 2010 at 2:36 PM, Nilesh Govindarajan wrote:
> Hi,
>
> I'm on a VPS - Fedora 12, 500 MB RAM.
>
> It is running PHP 5.3.1 (via mod_fastcgi), Apache 2.2.14, MySQL 5.4.1
>
> I'd like to know some tweaks in the configuration of apache so that the
> performance is optimum.
>
> I'm using
On Wed, Jan 13, 2010 at 2:39 PM, Chirouze Olivier
wrote:
> Hi,
>
> After some years out of the Apache discussion, I'm back for a quite specific
> question... ;-)
>
> We have been running Apache HTTP Server 2.0 for some years now. Everything
> works fine as expected but I think we encounter somethi
Hi,
After some years out of the Apache discussion, I'm back for a quite specific
question... ;-)
We have been running Apache HTTP Server 2.0 for some years now. Everything
works fine as expected but I think we encounter something that can only be a
bug.
We are using _name based virtual hosts_
Hi,
I'm on a VPS - Fedora 12, 500 MB RAM.
It is running PHP 5.3.1 (via mod_fastcgi), Apache 2.2.14, MySQL 5.4.1
I'd like to know some tweaks in the configuration of apache so that the
performance is optimum.
I'm using worker MPM and this is the configuration of the MPM-
StartServers
Hi,
I need to authenticate the users of my network to distinguish
directories of SVN with ldap_auth. The method that I used is through the
tag. The following method that I use is the correct method to
prevent users that isn´t inside the AD group GR_INT_SVN to access the /svn
location?
##
I don't think so. I try to draw my environment as following...
WebServer --SendData--> HUB --SendData--> PPPoE Router
--SendData(ISP)--> Client
|
|
-> Capture packages by Wireshark
And the captured data is differe
Sounds interesting,
You may also want to test things like requesting protected resources (basic,
digest)...
Maybe some other things like WebDAV (of all servers support it),...
~Jorge
On Wed, Jan 13, 2010 at 8:08 AM, Jarrod Slick wrote:
>
> On Jan 13, 2010, at 12:47 AM, Scott Gifford wrote:
>
On Wed, Jan 13, 2010 at 12:45 AM, galaft wang wrote:
> Hi,
>
> I am compiling 32 bit httpd on 64 bit RHEL with following command:
>
> # ./configure CFLAGS=-m32 CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32
> --prefix=/root/j131/testhttpd/apache-32bit
Probably better luck with CC="gcc -m32"
--
Eric Cove
On 25.12.09 15:49, zmerry wrote:
> I guess you are surprised why I want to set the small chunk size.
>
> Do you ever see the following example about Chunked Encoding?
> 29The file you requested is
> 53,40023
> bytes long and was last modified:1dSat, 20 Mar 2004 21:12:00 GMT
> 13.0
>
> You must fi
On 11.01.10 16:18, ChiaTzung Liu wrote:
> But I don't enable proxy.c in httpd. In addition, these captured packages is
> captured in LAN directly, not in WAN.
> So I think not proxy issue.
do you mean, both original and downloaded are captured in LAN and they
differ?
isn't it possible that there
On 01.01.10 17:38, Evan Champion wrote:
> There are only about 200 virtual hosts and the document root is on a local
> (SAN) filesystem, so I'm not sure that patch will help (the description
> suggested a large number of virtual hosts on remote filesystems where the
> stat takes some time to comple
On 01.01.10 13:39, Bill Gradwohl wrote:
> On my Fedora 12 laptop, I'm trying to set up a WEB site development
> environment to mimic my real web server that contains several virtual
> hosts. On my laptop I want the Apache server to respond to Firefox's
> requests to http://localhost/somedomain.com
26 matches
Mail list logo