Re: mod_ssl: HTTP und HTTPS gleichzeitig auf Port 443?

2006-12-21 Thread Olaf Lautenschlaeger
On Tuesday, December 19, 2006 12:37 AM [GMT+1=CET], Sebastian Kayser [EMAIL PROTECTED] wrote: sondern um die Frage, ob EINUNDDERSELBE Host sowohl HTTP als auch HTTPS sprechen kann . Workaround: VHost 2x definieren, einmal mit SSL und einmal ohne SSL. Hallo Sebastian, danke, ich werde das

RE: mod_ssl: HTTP und HTTPS gleichzeitig auf Port 443?

2006-12-21 Thread Marcus Reimann
Hallo Olaf, Du schreibst: sondern um die Frage, ob EINUNDDERSELBE Host sowohl HTTP als auch HTTPS sprechen kann . Workaround: VHost 2x definieren, einmal mit SSL und einmal ohne SSL. Hallo Sebastian, danke, ich werde das mal ausprobieren. Aber: wofür ist dann SSLRequireSSL gut?! Antwort:

Re: mod_ssl: HTTP und HTTPS gleichzeitig auf Port 443?

2006-12-21 Thread Rainer Sokoll
On Thu, Dec 21, 2006 at 01:48:12PM +0100, Marcus Reimann wrote: Zu Deiner Frage, ob ein Host sowohl HTTP oder HTTPS sprechen kann: Unterschiedliche Dienste auf ein und demselben Host müssen einfach über unterschiedliche Ports angesprochen werden. Das ist das Grundprinzip von TCP/IP. Jein :-)

VirtualHosts

2006-12-21 Thread Andy Grabow
Hi! ich fühl mich hier irgendwie in ner Sackgasse ... folgendes hätte ich gerne umesetzt:: http://www.rafb.net/paste/results/ITeW0I43.html Alle möglichen subdomains sollen für Domain xy gültig sein, was ich später so umleiten will, dass alle existierenden Ordner als Subdomain gültig sind. Nun

Re: mod_autoindex

2006-12-21 Thread insaneium
Danke für die schnellen Antworten, der Fehler ist aber wie ich eben feststellen musste leider anderer Natur... Beim Mounten einer Samba Freigabe passiert nämlich der Humbug... Also hat nichts mit Apache oder mod_autoindex zu tun. Muss mich dann wohl mal mit meiner Samba Unterstützung

[EMAIL PROTECTED] How to extend the Protocol when using SSL?

2006-12-21 Thread Michael Stapelberg
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:

Re: [EMAIL PROTECTED] How to extend the Protocol when using SSL?

2006-12-21 Thread William A. Rowe, Jr.
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

Re: [EMAIL PROTECTED] httpd 2.2.3 as an SSL proxy with a client certificate fails on connect

2006-12-21 Thread Christian Gottschalch
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

Re: [EMAIL PROTECTED] How not to generate error_log

2006-12-21 Thread POLONKAI Gergely
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 *) I

Re: [EMAIL PROTECTED] How not to generate error_log

2006-12-21 Thread Stefan Schneider
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

[EMAIL PROTECTED] Aggressively timing out proxy connections?

2006-12-21 Thread Sander Temme
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

Re: [EMAIL PROTECTED] How to extend the Protocol when using SSL?

2006-12-21 Thread Michael Stapelberg
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

[EMAIL PROTECTED] WARNING: APR not found error (but I compiled with '--with-apr')

2006-12-21 Thread thomas Armstrong
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

Re: [EMAIL PROTECTED] How not to generate error_log

2006-12-21 Thread thomas Armstrong
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

Re: [EMAIL PROTECTED] Apache 2.2.3 as proxy

2006-12-21 Thread Joshua Slive
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 and

[EMAIL PROTECTED] Novell and mod_ldap - User is not unique (search found two or more matches)

2006-12-21 Thread Fábio Coelho
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:

Re: [EMAIL PROTECTED] Novell and mod_ldap - User is not unique (search found two or more matches)

2006-12-21 Thread Holger Wöhle
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=Person)

Re: [EMAIL PROTECTED] httpd 2.2.3 as an SSL proxy with a client certificate fails on connect

2006-12-21 Thread Shai Yallin
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

[EMAIL PROTECTED] How to manage single sign on with apache

2006-12-21 Thread Meir Yanovich
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

Re: [EMAIL PROTECTED] WARNING: APR not found error (but I compiled with '--with-apr')

2006-12-21 Thread Sander Temme
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

[EMAIL PROTECTED] reload or restart for php.ini changes to take effect?

2006-12-21 Thread Bing Du
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

Re: [EMAIL PROTECTED] WARNING: APR not found error (but I compiled with '--with-apr')

2006-12-21 Thread thomas Armstrong
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 compiled

Re: [EMAIL PROTECTED] Aggressively timing out proxy connections?

2006-12-21 Thread Sander Temme
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 Location

Re: [EMAIL PROTECTED] reload or restart for php.ini changes to take effect?

2006-12-21 Thread Richard Lynch
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.ini

Re: [EMAIL PROTECTED] reload or restart for php.ini changes to take effect?

2006-12-21 Thread Bing Du
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 ?php phpinfo();? to be certain your changes

[EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-21 Thread Techguy
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

[EMAIL PROTECTED] ClearDirectoryIndex

2006-12-21 Thread Richard Lynch
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

RE: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-21 Thread Mark Lavi
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=currentt=1q=apache ...and it does not appear like there is a standard package for you to install. This was

[EMAIL PROTECTED] Accessing status

2006-12-21 Thread sniedermeyer
I'm trying to monitor the status of Apache and can't seem to get this to work: Location /server-status SetHandler server-status Order Deny,Allow Deny from all Allow from 192.168.1.1 /Location I was wondering if it might have something to do with me reverse proxying the root of my website to

[EMAIL PROTECTED] mod_ssl: using connection: upgrade leaves plaintext in reply

2006-12-21 Thread Michael Stapelberg
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]

RE: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-21 Thread Techguy
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.

Re: [EMAIL PROTECTED] ClearDirectoryIndex

2006-12-21 Thread Joshua Slive
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 than

Re: [EMAIL PROTECTED] Accessing status

2006-12-21 Thread Joshua Slive
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: Location /server-status SetHandler server-status Order Deny,Allow Deny from all Allow from 192.168.1.1 /Location I was wondering if it might have something

Re: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-21 Thread Sander Temme
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

RE: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-21 Thread Mark Lavi
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

RE: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-21 Thread Techguy
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

[EMAIL PROTECTED] Thomas Lau/tgdomino is out of the office.

2006-12-21 Thread Thomas Lau
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

[EMAIL PROTECTED] Apache-mod-perl error on SOS

2006-12-21 Thread Genesis X1
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