Re: [users@httpd] Error: Error while loading shared libraries: libd3.3.so cannot open shared object file: No such file or directory exists (Screenshot attached)

2013-01-13 Thread Igor Cicimov
On 14/01/2013 5:05 PM, "Natarajan, Charanya (GE Capital, Non-GE)" < charanya.natara...@ge.com> wrote: > > Hi, > > > > Currently we are getting the following error when trying to start the apache webserver from a linux system by running the command apachectl start > > "Error while loading shared lib

[users@httpd] Error: Error while loading shared libraries: libd3.3.so cannot open shared object file: No such file or directory exists (Screenshot attached)

2013-01-13 Thread Natarajan, Charanya (GE Capital, Non-GE)
Hi, Currently we are getting the following error when trying to start the apache webserver from a linux system by running the command apachectl start "Error while loading shared libraries: libd3.3.so cannot open shared object file: No such file or directory exists (Screenshot attached)" W

Re: [users@httpd] index file

2013-01-13 Thread Igor Cicimov
On Sun, Jan 13, 2013 at 2:25 PM, Christopher Lee wrote: > Hello All, > > > > I am running Apache version 2.2.15 on Linux Red Hat Enterprise Linux > Server release 6.3. I am looking for I would like to add a default > ‘maintenance’ web page that will display when I am performing website > updates

Re: [users@httpd] Passing proxy authentication user name

2013-01-13 Thread Igor Cicimov
On Mon, Jan 14, 2013 at 9:47 AM, Igor Cicimov wrote: > On Mon, Jan 14, 2013 at 8:10 AM, Igor Cicimov wrote: > >> >> On 14/01/2013 1:48 AM, "Terry Cooper" wrote: >> > >> > I am currently attempting to migrate an existing system which is built >> on the Sun web proxy server and the Sun web server

Re: [users@httpd] Passing proxy authentication user name

2013-01-13 Thread Igor Cicimov
On Mon, Jan 14, 2013 at 8:10 AM, Igor Cicimov wrote: > > On 14/01/2013 1:48 AM, "Terry Cooper" wrote: > > > > I am currently attempting to migrate an existing system which is built > on the Sun web proxy server and the Sun web server to the Apache web > server. The proxy portion will remain on S

Re: [users@httpd] Passing proxy authentication user name

2013-01-13 Thread Igor Cicimov
On 14/01/2013 1:48 AM, "Terry Cooper" wrote: > > I am currently attempting to migrate an existing system which is built on the Sun web proxy server and the Sun web server to the Apache web server. The proxy portion will remain on Sun until proxy appliances are obtained and installed, so all I’m de

Re: [users@httpd] rewrite condition question.

2013-01-13 Thread Igor Cicimov
On 14/01/2013 2:20 AM, "Robert Rottermann" wrote: > > Hi there, > > when I look at http headers in FF I get information about the server > software like: > Server: Zope/(2.13.19, python 2.7.1, linux2) ZServer/1.1 > > now I would like to react on this information, but have not yet found > out how t

Re: [users@httpd] question with apache rewriterules (working using crome, but not FF)

2013-01-13 Thread Robert Rottermann
Thanks for the input, I found out that the problem lies in the request. It does not allays provide enough information for the redirect rules. I wonder why chrome works at all. Is there a way to add info to the request, that would survive a round trip? like setting a variable on the request that I

Re: [users@httpd] writing modules - missing sources?

2013-01-13 Thread Eric Covener
> mod.c:20:7: error: dereferencing pointer to incomplete type > mod.c:20:21: error: dereferencing pointer to incomplete type > apxs:Error: Command failed with rc=65536 > static void x_register_hooks(apr_pool_t* tt) > tt->in_header=tt->in_header;//this is that line 20! > The compiler seems righ

Re: [users@httpd] writing modules - missing sources?

2013-01-13 Thread Daniel Gruno
On 01/13/2013 12:44 PM, Piotr Suwala wrote: > Hello. > > I've got question for you concerned with writing modules for apache: > How can I start doing it? Where can I find any helpful info for this, > tutorials about configuring enviroment? > We have a brief guide on writing modules for httpd 2.4

[users@httpd] rewrite condition question.

2013-01-13 Thread Robert Rottermann
Hi there, when I look at http headers in FF I get information about the server software like: Server: Zope/(2.13.19, python 2.7.1, linux2) ZServer/1.1 now I would like to react on this information, but have not yet found out how to access it. What I want to achie is, that I would like to be abbl

Re: [users@httpd] writing modules - missing sources?

2013-01-13 Thread Yehuda Katz
On Sun, Jan 13, 2013 at 6:44 AM, Piotr Suwala wrote: > I've got question for you concerned with writing modules for apache: > How can I start doing it? Where can I find any helpful info for this, > tutorials about configuring enviroment? > I do not have the answer to your specific question, but

[users@httpd] Passing proxy authentication user name

2013-01-13 Thread Terry Cooper
I am currently attempting to migrate an existing system which is built on the Sun web proxy server and the Sun web server to the Apache web server. The proxy portion will remain on Sun until proxy appliances are obtained and installed, so all I'm dealing with now is the move to Apache HTTPD. Th

[users@httpd] writing modules - missing sources?

2013-01-13 Thread Piotr Suwala
Hello. I've got question for you concerned with writing modules for apache: How can I start doing it? Where can I find any helpful info for this, tutorials about configuring enviroment? And here are my first tries: These are my first tries but when I compile them by apxs or gcc I get this erro