Re: [users@httpd] Apache modifies URL when offloading SSL

2012-06-28 Thread Igor Cicimov
Hmmm this - apache changes the url to http://www.mydomain.com/administrator/. > .. doesn't make sense to me in your scenario. Since you are offloading the SSL on the proxy all the communication between the proxy and apache is over HTTP not SSL. So the requ

[users@httpd] Apache modifies URL when offloading SSL

2012-06-28 Thread Clinton J. Campbell
I've been searching archives and other forums, and though I've found others who have asked similar questions, I haven't found a solution yet. I currently have an Apache server that sits behind a Squid Reverse Proxy. The Apache server runs two virtual hosts, a Joomla website and a WebDav directo

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-28 Thread Brian Gaber
Partial success compiling PHP 5.3.13 with Apache 2.4.2 Compile Environment: export CC="xlc -q64 -qlangval=extc99" export LD=ld export LDFLAGS="-L/opt/freeware/lib" export OBJECT_MODE=64 configure export CC="xlc -q64 -qlangval=extc99" export LD=ld export LDFLAGS="-L/opt/freeware/lib" export OBJECT

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-28 Thread Brian Gaber
Attempted to compile PHP 5.4.3 against Apache 2.4.2. Compile Environment: export CC="xlc -q64 -qcpluscmt" export LD=ld export LDFLAGS="-L/opt/freeware/lib" export OBJECT_MODE=64 Successful configure statement: ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-mysql=/usr/local/mysql \

Re: [users@httpd] [Newbie] Can Apache only deal with http requests

2012-06-28 Thread John Iliffe
On Thursday 28 June 2012 12:13:52 saikari keitele wrote: > Hello, > Sorry for such a newbie question. I would need clarification concerning > the exact scope of what Apache is meant for. Is it correct to say that > Apache is a server only for responding to http requests (typically > generated from

[users@httpd] [Newbie] Can Apache only deal with http requests

2012-06-28 Thread saikari keitele
Hello, Sorry for such a newbie question. I would need clarification concerning the exact scope of what Apache is meant for. Is it correct to say that Apache is a server only for responding to http requests (typically generated from a client browser)? My situation is that I want to set up a mysql se

[users@httpd] How to browse Thunderbird mbox files on the fly?

2012-06-28 Thread Malte Forkel
Hello, I would like to link to and read email messages contained in a Thunderbird profile with in my browser. The profile's files are on the same machine as the web server. So I'm looking for a tool that given a URI like http://tool?path=?id=?thread= will on the fly render the referenced messag