Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-03 Thread Nilesh Govindrajan
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

Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-03 Thread Paul B. Henson
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

Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-03 Thread Nilesh Govindrajan
/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

Re: [EMAIL PROTECTED] Rewrite rule with F5 redirect to https

2008-10-03 Thread Yoom Nguyen
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

Re: [EMAIL PROTECTED] Very nasty ajp error when using ssl, client certificates, mod_proxy_ajp and jetty 6

2008-10-03 Thread George Mashini
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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread William A. Rowe, Jr.
[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 ---

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread jg6789
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] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-03 Thread Paul B. Henson
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-

[EMAIL PROTECTED] Paul Hunter is out of the office.

2008-10-03 Thread Paul Hunter
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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread jg6789
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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread Drew Tomlinson
[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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread jg6789
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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread Eric Covener
> 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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread jg6789
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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread Justin Pasher
[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

Re: [EMAIL PROTECTED] mod_auth_ldap

2008-10-03 Thread Drew Tomlinson
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. :(

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread Eric Covener
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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread jg6789
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

Re: [EMAIL PROTECTED] mod_rewrite double escaping query strings

2008-10-03 Thread Justin Pasher
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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-03 Thread Justin Pasher
[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

Re: [EMAIL PROTECTED] How to configure Apache to processes .html file

2008-10-03 Thread Matus UHLAR - fantomas
> >># 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] Very nasty ajp error when using ssl, client certificates, mod_proxy_ajp and jetty 6

2008-10-03 Thread Denis McCarthy
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

Re: [EMAIL PROTECTED] Keep session variables alive

2008-10-03 Thread Justin Pasher
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

[EMAIL PROTECTED] Keep session variables alive

2008-10-03 Thread Cassiel
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

[EMAIL PROTECTED] [apache benchmarking tool] What does mean dtime ctime and ttime ?

2008-10-03 Thread Sébastien Ballesté-Antich
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