Hi,
Can you please advise why I have this error upon compilation time (make)?
/bin/bash /apache/httpd-2.2.6/srclib/apr/libtool --silent --mode=link gcc -g
-O2 -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-D_LARGEFILE64_SOURCE -I./include
-I/HTTP/httpd-2.2.6/srclib
Bhuvaneswaran A wrote:
>
> Short question: How do I use a environment variable in
> condition in httpd.conf file? I like to use "SVN-ACTION" variable in
> condition in order to define specific configuration for SVN
> requests.
You don't; IfDefine's are evaluated at server startup, not per-requ
Hello,
Short question: How do I use a environment variable in
condition in httpd.conf file? I like to use "SVN-ACTION" variable in
condition in order to define specific configuration for SVN
requests. AFAIK, can take parameters passed using -D
option. Can I leverage this directive to check for
Yes, even I want to make use of Session module of Apache HTTP server. But I
am not able to locate it. I know how to add/load a module in Apache but I
could not locate the session module. Following are the modules in my apache
server but I think session module is not there (looking for mod_session.c
Jaikishan Jalan wrote:
Hello,
I was wondering if somone could point me as to how to maintain sessions
with CGI scripts in C++.
Same as with CGI in any other language (google is your friend).
But why not use an existing framework to maintain sessions,
and just use a session token from that in
Hello,
I was wondering if somone could point me as to how to maintain sessions with
CGI scripts in C++.
--
Thanks,
Jaikishan
Hi,
we are using Apache 2.2 as a Proxy and mod-proxy_balancer for load
balancing.
We want share the load between two tomcats. One Tomcat for users 'a-l'
and another tomcat for users 'm-z' (That's for optimize caching). If one
tomcat is not available, the other should take the load. So our
htt
Thanks William... yes we are using SSL... just wanted to make sure it
was secure as well!
Thanks
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more i
You need this line first
ProxyRequests Off
Igor
On Thu, Aug 27, 2009 at 8:12 PM, UseTheFork wrote:
>
> Hi,
>
> I am a newbie to reverse proxy (and system administration in general) and I
> am looking for pointers. I have an operational Apache 2.2 server accepting
> requests on port 80. I also
On Thu, 2009-08-27 at 12:13 +0200, André Warnier wrote:
> Chuck Crisler wrote:
> > On Fri, 2009-08-21 at 09:37 +0100, Tom Evans wrote:
> >
> >
> > My cgi-bin directory (/var/www/cgi-bin) is owned by root with these
> > permissions drwxr-xr-x. This is from my httpd.conf
> >
> Hi.
> On my Linux (D
Chuck Crisler wrote:
On Fri, 2009-08-21 at 09:37 +0100, Tom Evans wrote:
My cgi-bin directory (/var/www/cgi-bin) is owned by root with these
permissions drwxr-xr-x. This is from my httpd.conf
Hi.
On my Linux (Debian) systems, the cgi-bin directories - and the scripts
in it - have a owner "ro
Hi,
I am a newbie to reverse proxy (and system administration in general) and I
am looking for pointers. I have an operational Apache 2.2 server accepting
requests on port 80. I also have an operational service listening to 8080 on
the server, but this port is blocked by a router. I have been adv
Hi there,
mod_autoindex confuses me theses days. I'm running 2.2.11 (MacOS X via
MacPorts) and 2.2.8 (Ubuntu). I'm scratching the head over issues
listed below.
1. By reading the documentation [1], I'm getting the impression that,
for example, FancyIndexing, is off by default ("..If the FancyInd
13 matches
Mail list logo