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
Its loading fine when protocol is http. But when I switch from http
https it's not showing header, footer and
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 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 in
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
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
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 o