Hi,
I'm using ab with the -g option which generates gnuplot data files.
The data series titles are ctime dtime ttime and wait.
A search in wikipedia gave me information about dtime (the amount of
time it takes a computer to solve a problem) but I'm not sure about
the ab meaning of these indicator
Hi you all,
I would like to keep session variables alive, between two PHP coded website,
currently two virtual hosts.
This is in order to let users login from the main one and then switch
between the twos without loosing $_SESSION info.
Any suggestion is appreciated.
regards
raffaele
Cassiel wrote:
Hi you all,
I would like to keep session variables alive, between two PHP coded
website, currently two virtual hosts.
This is in order to let users login from the main one and then switch
between the twos without loosing $_SESSION info.
Any suggestion is appreciated.
regards
Hi,
We have a java application that, as part of its authentication
process, needs to examine the contents of a X509 certificate from the
client. The application is also a financial based one and therefore
needs to be run entirely over SSL. Our architecture consists of an
httpd 2.2.3 front end and a
> >># these get processed by the php interpreter (space delimited)
> >>AddType application/x-httpd-php .php .htm .
> Nick Kew wrote:
> >Please don't propagate that myth. Abusing AddType for server-side
> >handlers is a grotty hack inherited from the NCSA server, and has
> >been wrong since Apache
[EMAIL PROTECTED] wrote:
There still seems to be alot of discrepancy on this issue. Whether or
not to use a .htaccess or directive command to protect a directory so
I'm looking for some answers on what works the best usually.
Protecting a folder called
Alias /xxx "D:/"
Options Fol
Tom Evans wrote:
On Thu, 2008-10-02 at 16:41 +0100, Tom Evans wrote:
Following up my own email, for the archive, the solution was to add flag
NE to the RewriteRule.
Cheers
Tom
Keeping up my monologue, adding flag NE (no-escape) is still just half a
solution. For an example I created
I have a .htaccess and .htpasswd in a direcotry folder and i keep getting
this message no matter how i configure the htaccess file and htpasswd files.
Server Error!
The server encountered an internal error and was unable to complete your
request. Either the server is overloaded or there was an
On Fri, Oct 3, 2008 at 4:10 PM, <[EMAIL PROTECTED]> wrote:
> I have a .htaccess and .htpasswd in a direcotry folder and i keep getting
> this message no matter how i configure the htaccess file and htpasswd files.
>
> Server Error!
> The server encountered an internal error and was unable to compl
Sheryl wrote:
Are you aware that there is no such module in 2.2.x? Most of the auth
modules were renamed. You probably want to load mod_ldap and
mod_authnz_ldap.
No I was not aware. Thank you. However I am still out of luck as there
is no module with "*ldap*" in the name. :(
[EMAIL PROTECTED] wrote:
I have a .htaccess and .htpasswd in a direcotry folder and i keep
getting this message no matter how i configure the htaccess file and
htpasswd files.
Server Error!
The server encountered an internal error and was unable to complete
your request. Either the server is
In the folder is an htaccess with the following:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile xampp/htdocs//.htpasswd
AuthName "My Private Area"
require valid-user
In the config is the following:
Alias / "D:/"
Options Indexes FollowSymLinks Includes ExecCGI
AllowOv
> AuthUserFile xampp/htdocs//.htpasswd
Is that really a relative path? Also, your passwords should not be
under your DocumentRoot or any Aliases.
--
Eric Covener
[EMAIL PROTECTED]
-
The official User-To-User support forum o
according to php document root it is the path. htpasswd is not under root.
it is under a folder in the alias folder. the question is when the htaccess
AuthUserFile ooks for the htpasswd file is it looking in at the "alais" or
the D:/ directory?
- Original Message -
From: "Eric Covener
[EMAIL PROTECTED] wrote:
according to php document root it is the path. htpasswd is not under
root. it is under a folder in the alias folder. the question is when
the htaccess AuthUserFile ooks for the htpasswd file is it looking in
at the "alais" or the D:/ directory?
It is looking for it he
ok fixed the path. got a 401 error. made a new htpasswd file and worked.
apparently the htpasswd tool was generating bogus encrypted passwd, server
didnt understand. tried to use the apache htpasswd tool in bin folder but
wont launch for some reason.
- Original Message -
From: "Drew T
I will be out of the office starting 03/10/2008 and will not return until
06/10/2008.
This is an automated message.
I am out of the office. I will respond to your message when i return.
Please contact Keith Dumble if urgent.
Paul
I'm running Apache 2.2.8, configured with SymlinkIfOwnerMatch and
server-side includes enabled.
It looks like the server-side include "include" directive ignores the
setting of SymlinkIfOwnerMatch?
For example, let's say I have an htpasswd configuration file outside of the
document root:
-rw-r-
we've tried using three different tools to create an encrypted passwd for
the htpasswd file and the server wont read it. could it be the directive? or
bad encrypt tools?
- Original Message -
From: "Drew Tomlinson" <[EMAIL PROTECTED]>
To:
Sent: Friday, October 03, 2008 1:59 PM
Subject
[EMAIL PROTECTED] wrote:
> we've tried using three different tools to create an encrypted passwd
> for the htpasswd file and the server wont read it. could it be the
> directive? or bad encrypt tools?
Windows doesn't speak crypt(). C.f. md5 passwords, e.g htpasswd -m
---
Dennis,
I get the same type of behavior connecting to Tomcat via AJP. This happens
to me without SSL. I posted a note about it but I have not gotten any
feedback yet. Please keep us updated on your progress, I will do the same.
George
On Fri, Oct 3, 2008 at 10:41 AM, Denis McCarthy
<[EMAIL PR
Jeff,
Thank you so much for your comments. I have resolve the issues.
I have review F5 and Apache configuration and you are right, it should
work fine with the configuration that I have. The problem I have was with
the AppAmor access for the maintenance directory. As soon as I enable the
/sr
/usr/pkg/etc/httpd/htpasswd owner is root and Apache runs as daemon /
whatever you set in User directive. So its obviously not going to work with
SymlinkIfOwnerMatch. You need FollowSymLinks in Options.
On Sat, Oct 4, 2008 at 2:52 AM, Paul B. Henson <[EMAIL PROTECTED]> wrote:
>
> I'm running Apac
On Fri, 3 Oct 2008, Nilesh Govindrajan wrote:
> /usr/pkg/etc/httpd/htpasswd owner is root and Apache runs as daemon /
> whatever you set in User directive. So its obviously not going to work
> with SymlinkIfOwnerMatch. You need FollowSymLinks in Options.
I don't think you understand my problem/qu
If you are not using RewriteRules then in .htaccess write
Options -FollowSymLinks
This will disable the working of RewriteRules also!
If you are using RewriteRules, create a symlink and using FilesMatch specify
the above option for the symlink name.
On Sat, Oct 4, 2008 at 8:10 AM, Paul B. Henso
25 matches
Mail list logo