Thank you Tamer for the patch.
Unfortunately we can not apply this on to our production server,
because of some company policies. But for sure I will check this out
on our test server.
Regards
Salih
On Wed, Apr 23, 2008 at 4:34 PM, Tamer Embaby <[EMAIL PROTECTED]> wrote:
> Salih,
>
> Here is a
Hi all,
I want to cluster nodes belonging to two different machines each of which
have different jboss servers running seperately on different ports. For
this, I have copied the Jboss home directory and named seperately as Jboss1,
Jboss2, Jboss3,.. I have also changed different port numbers where
Joshua Slive wrote:
On Wed, Apr 23, 2008 at 4:09 PM, Neil S. Briscoe
<[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
If you show us the relevant part of your configuration, along with
more details on EXACTLY what you see when you request a php script, we
might be able to help.
What about the
On Wed, Apr 23, 2008 at 4:09 PM, Neil S. Briscoe
<[EMAIL PROTECTED]> wrote:
>
> Joshua Slive wrote:
> > If you show us the relevant part of your configuration, along with
> > more details on EXACTLY what you see when you request a php script, we
> > might be able to help.
What about the second pa
Hello,
I'm still under apache 1.3.37, with php 5.
I have a Intel(R) Xeon(TM) CPU 3.20GHz with 2 Go of RAM
I would like to know how many Maxclient the server would support ?
I'm quite sure that my actual settings are not so good to make the best
performance here is my configuration :
TimeO
Joshua Slive wrote:
On Wed, Apr 23, 2008 at 9:56 AM, Neil S. Briscoe
<[EMAIL PROTECTED]> wrote:
Hi
OK, originally we intended to use the php5-cgi to run a PHP script.
Having suffered an error and reading through the error logs and the
suggested solution - we managed to get the source display
really long time.
Suddenly we have directories with as many as 15,000 files
Most of the settings look ok as per Apache web page (even turned off
FancyIndexing - to no avail)
Q: is creating a script to build the page the only way around this?
Q: Any scripts laying around? Working on one now
On Wed, Apr 23, 2008 at 12:43 AM, "Kyrre Nygård" <[EMAIL PROTECTED]> wrote:
> hello!
>
> lately, all randomly, i've been getting plain text instead of my actual
> pages. a refresh usually takes care of the problem. what's going on?
>
This is almost-certainly an error in your rails application. Y
On Wed, Apr 23, 2008 at 9:56 AM, Neil S. Briscoe
<[EMAIL PROTECTED]> wrote:
> Hi
>
> OK, originally we intended to use the php5-cgi to run a PHP script.
>
> Having suffered an error and reading through the error logs and the
> suggested solution - we managed to get the source displayed as a page,
Krist van Besien wrote:
If you're wed to AD and have a stupid password change policy
(Sarbannes-Oxley is inane in this regard -- this just encourages
lower-quality passwords, writing down passwords, etc -- and appears to have
been little more than corporate welfare for security/IT consulting com
When we enable mod_status and point our browser to
http://server-name:port/server-status?notable a tableless format of
server status details will be displayed. In that after the
scoreboard the server details are displayed in a specific format.
Is this format configurable? Can we change the w
On Wed, Apr 23, 2008 at 4:03 PM, Jess Holle <[EMAIL PROTECTED]> wrote:
>
> Both Apache 2 and 2.2 work with LDAPs that disallow anonymous access,
> including AD, though you really need 2.2 for things to fully work as AD will
> close idle LDAP connections and 2.0 can't handle its connections being
>
- Original Message -
From: "Krist van Besien" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 23, 2008 7:45 AM
Subject: Re: [EMAIL PROTECTED] ldap authentication
On Wed, Apr 23, 2008 at 7:00 AM, syed mehdi <[EMAIL PROTECTED]> wrote:
When a user authenticates using LDAP user/paswd to
Both Apache 2 and 2.2 work with LDAPs that disallow anonymous access,
including AD, though you really need 2.2 for things to fully work as AD
will close idle LDAP connections and 2.0 can't handle its connections
being closed behind its back, whereas 2.2 can.
You do have to specify full DN and
Hi
OK, originally we intended to use the php5-cgi to run a PHP script.
Having suffered an error and reading through the error logs and the
suggested solution - we managed to get the source displayed as a page,
but not to actually execute. Not quite the intended result.
I have now compiled l
Hello all,
I don't have nay idea about cluster and I need some cluster configuration
like cluster group, priority. Can any body help in configuring cluster on my
linux(debian) server having apache 2.2 and tomcat 5.5.
Any advise would be greatfull.
Thaks
Hi All,
Please help me in my doubt on mod_status module.
When we enable mod_status and point our browser to
http://server-name:port/server-status?notable a tableless format of server
status details will be displayed. In that after the scoreboard the server
details are displayed in a specific form
On Wed, Apr 23, 2008 at 3:05 PM, Harry Holt <[EMAIL PROTECTED]> wrote:
> Well... that was my assumption. But looking at the trace, it is in fact
> performing an anonymous search before attempting the bind. Maybe it's
> possible to specify a fully qualified DN and avoid the search, I don't know.
On Wed, Apr 23, 2008 at 7:55 AM, Krist van Besien <[EMAIL PROTECTED]>
wrote:
> On Tue, Apr 22, 2008 at 3:27 PM, Harry Holt <[EMAIL PROTECTED]> wrote:
>
> > Yes, it works. Try adding
> >
> > AuthBasicProvider ldap
>
> What works? Do you mean that under apache 2.2 is is finally possible
> to do lda
Harry Holt wrote:
>
> On Tue, Apr 22, 2008 at 9:18 AM, imarinkrat1 <[EMAIL PROTECTED]>
> wrote:
>
>>
>>
>> This is my current configuration which works correctly:
>>
>> DAV svn
>> SVNParentPath C:\svn-9242
>> SVNListParentPath on
>> SSLRequireSSL
>>
>> AuthType Basic
>> AuthName "Team 92
Salih,
Here is a patch that could be run against mod_headers.c that will
add a new action "fset" which will set a header only if the header is
not set before.
Apply the patch using:
$ patch mod_headers.c < mod_headers.c.fset_patch
Compile and install to your 2.2.X Apache using:
$ /path/to/apache
On Tue, Apr 22, 2008 at 3:27 PM, Harry Holt <[EMAIL PROTECTED]> wrote:
> Yes, it works. Try adding
>
> AuthBasicProvider ldap
What works? Do you mean that under apache 2.2 is is finally possible
to do ldap authentication without putting a BindDN and Password in
your httpd.conf, and without allow
On Wed, Apr 23, 2008 at 7:00 AM, syed mehdi <[EMAIL PROTECTED]> wrote:
> When a user authenticates using LDAP user/paswd to execute a script placed
> at server, then how can the script determine which user have executed it
> (after authentication). By this we can keep track of users making changes
--- Iñigo Medina García <[EMAIL PROTECTED]> wrote:
>
> > Hi folks,
>
> :-)
>
> > Ubuntu 6.05.3 drake server amd64
> > Apache2
> >
> >
> > I'm prepared testing virtual hosting but I have only one registered
> > domain and one public IP. I will register 2/3 free subdomain for
> this
> > test.
> Hi folks,
:-)
> Ubuntu 6.05.3 drake server amd64
> Apache2
>
>
> I'm prepared testing virtual hosting but I have only one registered
> domain and one public IP. I will register 2/3 free subdomain for this
> test. However I'm not going to subscribe additional public IP.
>
>
> Can I do the
Hi,
I am an Apache newbie so please bear with me if I am off track :)
We are using Apache 1.3.x on Linux and use the mod_proxy module with
plenty of NoProxy rules. Some of the rules are for host names and some
are for IP addresses. e.g.
Hi folks,
Ubuntu 6.05.3 drake server amd64
Apache2
I'm prepared testing virtual hosting but I have only one registered
domain and one public IP. I will register 2/3 free subdomain for this
test. However I'm not going to subscribe additional public IP.
Can I do the test with only one public
-- Forwarded message --
From: Rich Bowen <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Date: Tue, 22 Apr 2008 10:02:04 -0400
Subject: Re: [EMAIL PROTECTED] mod_rewrite: PATH_INFO gets injected with each
Rule
On Apr 21, 2008, at 08:54, Aleksander Budzynowski wrote:
Hi,
The beh
Guys, since I rebuilt Apache with prefork, the problem hasn't appeared,
so it seems the issue was definitely PHP + threads.
Thank you all who helped!
Laurent
--
/ Leader de Projet & Communauté| I'm working, but not speaking for
\ G11N http://fr.opensolaris.org | Bull Services http://www.bu
ok if i have to do it on application side, then how can i determine which
user have authenticated.
regards
syed
On Wed, Apr 23, 2008 at 1:24 PM, Mohammed Salih <[EMAIL PROTECTED]> wrote:
> Why don't you do this in Application side, Where you can have better
> control over what you do.
>
> Cheers
On Wed, Apr 23, 2008 at 10:58 AM, Emmanuel E <[EMAIL PROTECTED]> wrote:
> Trying to send this message across for the third time - wonder why the spam
> score keeps exceeding the treshold
>
> I didnt quite get you there - how does a web interface use sftp? Java
> applets or something?
This web int
Trying to send this message across for the third time - wonder why the
spam score keeps exceeding the treshold
I didnt quite get you there - how does a web interface use sftp? Java
applets or something?
Regarding file upload/download, I agree with you that there should be a
better way. Alter
Why don't you do this in Application side, Where you can have better
control over what you do.
Cheers
Salih
On Wed, Apr 23, 2008 at 9:00 AM, syed mehdi <[EMAIL PROTECTED]> wrote:
> When a user authenticates using LDAP user/paswd to execute a script placed
> at server, then how can the script dete
33 matches
Mail list logo