Apache SSI Help Needed

2009-07-21 Thread Sameer Ravindra
Hi, I am using Server Side Includes in apache it is working fine in http. But when I switch from http to https it's not coming. I am including header.jsp and footer.jsp using !--#include virtual=/myappcontextname/common/header.jsp -- Its loading fine when protocol is http. But when I

Re: Where is srclib/apr-util/xml/Makefile.in ?

2009-02-11 Thread Ravindra
Please ignore my message, this file is not really needed when --with-expat=builtin is issued. - Ravindra On Wed, Feb 11, 2009 at 11:16 AM, Ravindra kravin...@gmail.com wrote: Hi, When I untar 2.2.10 or 2.2.11, I don't see srclib/apr-util/xml/Makefile.in. Has it been removed intentionally

Where is srclib/apr-util/xml/Makefile.in ?

2009-02-10 Thread Ravindra
Hi, When I untar 2.2.10 or 2.2.11, I don't see srclib/apr-util/xml/Makefile.in. Has it been removed intentionally ? Or, is it a bug ? I'm trying to build 2.2.10 with builtin xml/expat. If there is any work around for this, please let me know. Thanks in advance ! - Ravindra

Preventing access to certain files via the server process

2002-07-10 Thread Ravindra Jaju
Hi. Consider the following scenario. In directory PRODIR ( short for protected directory ), I have certain files which contain sensitive information ( say, database passwords, embedded in some PHP scripts ). Let's consider passwords.inc The PRODIR is protected with the .htaccess file, so no

Re: Port 80 vs 8080 when not SU.

2002-07-10 Thread Ravindra Jaju
On Wed, Jul 10, 2002 at 07:49:25AM -0700, Joshua Slive wrote: On Wed, 10 Jul 2002 [EMAIL PROTECTED] wrote: In apache 1.3 we had this little trick: if [ x`$aux/getuid.sh` != x0 -a x$port = x ]; then conf_port=8080 fi to make the port 8080 when the user is not root -