Hi,
Im trying to get NTLM Authentication working for Apache 2xx.
So that Windows Users can access Apache Web Server with their Windows
Domain credentials. (Single Sign On)
I have installed Perl 5 and Apache HTTPD Server 2.2.3 correctly.
I Downloaded the Apache2-AuthenNTLM-0.02.tar module and
I will be out of the office starting 12/22/2006 and will not return until
01/02/2007.
I will respond to your message when I return.
-
This e-mail (including any attachments) is confidential and may also be
privileged or otherwise protected from disclo
Gotta love it This is what I get from ./configure --help | grep status.
This is 1.3.36 remember. ./configure --help makes no mention of
--enable-status or --disable-status.
./configure --help | grep status
[speling=no status=yes unique_id=no ]
If I could just find and download th
I see, it would have been helpful for you to include your configuration
line when you built Apache so we could diagnose from there.
When you said Slackware and referenced the old 1.3x version of Apache, I
assumed you must be dependent on packages.
Back to your question... Yes, mod_status is an in
On Dec 21, 2006, at 4:06 PM, Techguy wrote:
Kind of confused here is this not supposed to come with
Apache. From
what I read this is an Apache module. I compiled and installed the
source
from the Apache site, I never use packages or RPM's. I also looked
to see if
there is a configure
On 12/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I'm trying to monitor the status of Apache and can't seem to get this to
work:
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 192.168.1.1
I was wondering if it might have something to do with me reverse proxying
t
On 12/21/06, Richard Lynch <[EMAIL PROTECTED]> wrote:
There was a proposal for:
DirectoryIndex OFF
to be interpreted as this.
And, actually, I guess it works since I shouldn't be able to screw up
badly enough to have a filename named "OFF" in there, but...
I'd rather use a documented feature t
Kind of confused here is this not supposed to come with Apache. From
what I read this is an Apache module. I compiled and installed the source
from the Apache site, I never use packages or RPM's. I also looked to see if
there is a configure option, but can't find anything regarding this.
Than
Hello,
I'm just struggling around with using Connection: Upgrade. I issue a GET /
HTTP/1.1-request (see bottom for the exact one) and the part of the reply
which is generated by php is send in cleartext (the client naturally doesn't
want to accept that and closes the connection):
[pid 16349] recv
I'm trying to monitor the status of Apache and can't seem to get this to
work:
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 192.168.1.1
I was wondering if it might have something to do with me reverse proxying
the root of my website to another server:
ProxyPass / http:/
You will have to research your Linux distribution to see if there are
additional Apache modules that can be downloaded and then "installed".
e.g.:
http://packages.slackware.it/search.php?v=current&t=1&q=apache
...and it does not appear like there is a standard package for you to
install.
This was
At a certain sub-directory, deep in the depths of shared hosting,
where I have limited control over super-configuration settings, I
would like there to be NO DirectoryIndex kicking in.
I just want that pretty page Apache kicks out. AutoIndex or whatever
it is. Fancy, plain, whatever, so long as
Hi,
I installed a program to track web traffic for Apache, and in order to get
it to work it says I need to add this to my httpd.conf.
LoadModule status_module modules/mod_status.so
When I do Apache won't start. So I look around and find this file does not
exist anywhere on my pc.
After furth
> On Thu, December 21, 2006 10:46 am, Bing Du wrote:
>> Apache/2.0.52
>> PHP Version 4.3.9
>>
>> I changed safe_mode and safe_mode_exec_dir in my php.ini. To make the
>> changes take effect, should I reload or restart httpd?
>
[snip...]
> You also want to check to be certain your changes
> have
On Thu, December 21, 2006 10:46 am, Bing Du wrote:
> Apache/2.0.52
> PHP Version 4.3.9
>
> I changed safe_mode and safe_mode_exec_dir in my php.ini. To make the
> changes take effect, should I reload or restart httpd?
Yes.
php.ini is read at startup when PHP is loaded as a Module.
For CGI, php.
On Dec 21, 2006, at 2:15 AM, Sander Temme wrote:
Or, alternatively, can I turn off connection re-use altogether? I
don't know that our traffic level needs persistent connections.
OK, I believe I got it... no 502s in the past half hour. I added a
SetEnv proxy-nokeepalive 1
to the blocks th
Yep, Sander, it works!
./configure --with-apxs=/usr/local/httpd/bin/apxs
--with-apr=/usr/local/apr-httpd/bin/apr-config
--with-apr-util=/usr/local/apr-util-httpd/bin/apu-config
On 12/21/06, Sander Temme <[EMAIL PROTECTED]> wrote:
On Dec 21, 2006, at 4:57 AM, thomas Armstrong wrote:
> I compil
Hi,
Apache/2.0.52
PHP Version 4.3.9
I changed safe_mode and safe_mode_exec_dir in my php.ini. To make the
changes take effect, should I reload or restart httpd?
Thanks in advance,
Bing
-
The official User-To-User support foru
On Dec 21, 2006, at 4:57 AM, thomas Armstrong wrote:
I compiled from sources Apache 2.0.59 with APR 0.9.13
./configure --prefix=/usr/local/httpd --enable-so --enable-modules=all
--with-apr=/usr/local/apr-httpd/bin/apr-config
--with-apr-util=/usr/local/apr-util-httpd/bin/apu-config
It works ok
Hello all
i have 2 java applications sitting on 2 separate application servers or
servlet containers lets say for simplicity 2 tomcats
now my entry gate is apache server . my question is :
is there any way to manage authentication and authorize with apache
server and with this info pass to the on
I do not use HTTPS in the backend... the SSL engine is off in the
Virutal Host config.
The certificate file is fine. When I perform a get operation from the
proxy server itself (using a browser), it asks me to present the
certificate. Upon presenting it, I can connect successfully.
I'll try to cla
On Do, 2006-12-21 at 12:33 -0300, Fábio Coelho wrote:
> Hi dears
>
> My Name is Fábio Coelho, I'am a brazilian Linux admin.
>
> I'm trying to configure Apache to authenticate anonymously against
> Novell Ldap, and I did a ldapsearch from the console, with the filter:
>
> &(cn=qlx)(objectClass=Pe
Hi dears
My Name is Fábio Coelho, I'am a brazilian Linux admin.
I'm trying to configure Apache to authenticate anonymously against
Novell Ldap, and I did a ldapsearch from the console, with the filter:
&(cn=qlx)(objectClass=Person)
that returns the following text:
administrativo:/opt/personal
On 12/21/06, Sriharsha M <[EMAIL PROTECTED]> wrote:
I have set up Apache HTTP Server 2.2.3 with mod_proxy as a forward proxy on
RHEL 4.0 and I am planning to build a filter.
In Apache 2.2.3, when I use 'mod_case_filter_in.c' from the experimental
modules, I always get r->unparsed_uri, r->uri
Hi Stefan. It works!
Thank you very much!
On 12/21/06, Stefan Schneider <[EMAIL PROTECTED]> wrote:
Hi Thomas,
> Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log
"ErrorLog /dev/null"
Does the trick here :)
Cheers,
Stefan
--
Hi.
I compiled from sources Apache 2.0.59 with APR 0.9.13
./configure --prefix=/usr/local/httpd --enable-so --enable-modules=all
--with-apr=/usr/local/apr-httpd/bin/apr-config
--with-apr-util=/usr/local/apr-util-httpd/bin/apu-config
It works ok aparently, but I'm now trying to compile subversion
Hello William,
* [21.12.06 09:57]:
> See Connection-Upgrade, but it won't solve your problem. The upgrade request
> is just that, one request; you still won't be able to add your headers.
wow, that's a pretty cool new feature. A quick implementation showed that it
works exactly as required, the
All,
I am using 2.2.3 on Windows 2003, running a reverse proxy to IIS 5.0
on Win2k. The Win2k box is hiding behind a Symantec firewall.
Several locations proxied with ProxyPass and ProxyPassReverse to http
port 80 on the IIS. None of this is my fault except for the Apache
configuration
Hi Thomas,
Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log
"ErrorLog /dev/null"
Does the trick here :)
Cheers,
Stefan
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http
And what does that error log contains?
thomas Armstrong írta:
> Hi.
>
> Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log
> file (it contains
> lots of PHP warnings).
>
> *) Within 'httpd.conf', I remove all references to ErrorLog
> *) Within 'php.ini' I set: log_errors = Off
>
Hi.
Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log
file (it contains
lots of PHP warnings).
*) Within 'httpd.conf', I remove all references to ErrorLog
*) Within 'php.ini' I set: log_errors = Off
*) I restarted 'httpd'
But my webserver is still generating a *big-size* erro
why do you use HTTPS in Backend, it looks like the backend System also
needs client certificate authentication, there may be something wrong
with your SSLProxyMachineCertificateFile ? try to send a wget request to
the remote server and use SSLProxyMachineCertificateFile, dose wget get
authorize
See Connection-Upgrade, but it won't solve your problem. The upgrade request
is just that, one request; you still won't be able to add your headers.
If you are a proxy, have the app continue to create an http: request, and
do the https: request to the apache back end from your proxy.
Michael Sta
Hello everyone,
I'd like to pass some information using my own HTTP-client to apache. I used
to just append them to the HTTP-headers using X-Foo: bar and getting them in
PHP via $_SERVER['X_FOO'].
Now I decided that SSL is necessary for my purpose and now there is a little
problem: Man-in-the-mi
34 matches
Mail list logo