Re: php file connection refused

2007-01-17 Thread Paul Puschmann
On Wed, Jan 17, 2007 at 10:29:30AM +0100, Holger Bast wrote: Hallo Leute! Wieso kriege ich für folgendes test.php connection refused? ?php $html = file(http://www.google.de/;); ? Auszuprobieren unter http://seach.mpi-inf.mpg.de/test.php Wenn ich die URL durch eine mit der domain

Re: php file connection refused

2007-01-17 Thread Holger Bast
.mpg.de ist dein Server? Dann darfst du nicht nach draussen. Mein Server ist search.mpi-inf.mpg.de, mit anderen .mpg.de Rechnern habe ich nichts zu tun. Was heißt das, ich darf nicht nach draußen? Welcher port muss dazu in welche Richtung frei sein? Danke, Holger

Re: php file connection refused

2007-01-17 Thread Holger Bast
Ah, shit, ich merke gerade, dass ich nicht mal wget http://www.google.de von der Maschine aus machen kann. Jetzt weiß ich, was du meinst, danke! Holger On Wed, 17 Jan 2007, Holger Bast wrote: .mpg.de ist dein Server? Dann darfst du nicht nach draussen. Mein Server ist

Re: php file connection refused

2007-01-17 Thread James Blond
Hallo Holger, ich kann mir 2 Sachen vorstellen allow_url_fopen = Off im php.ini müßte auf On oder eine Firewall vor deinem server behindert nach draußen zu connecten. Gruß Mario On 1/17/07, Holger Bast [EMAIL PROTECTED] wrote: .mpg.de ist dein Server? Dann darfst du nicht nach draussen.

Re: php file connection refused

2007-01-17 Thread Holger Bast
allow_url_fopen = Off im php.ini müßte auf On Hab ich gecheckt, ist On. oder eine Firewall vor deinem server behindert nach draußen zu connecten. Yep, das scheint's zu sein, und ich arbeite gerade dran das zu ändern. Danke! Holger

RE: [EMAIL PROTECTED] Problem with Windoes Apache .htacces include

2007-01-17 Thread Boyle Owen
-Original Message- From: Stephen [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 3:47 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Problem with Windoes Apache .htacces include I normally work on my Linux server at home, but I am on the road for a number

[EMAIL PROTECTED] Apache listed on Update-Scout.com

2007-01-17 Thread Peter Kullmann
Hi, Apache has just been added to Update-Scout.com, an interactive web service, that informs its users about software updates and releases. Users can set up personal update news feeds from the Update-Scout software catalog and even add new entries to the catalog. The address is

Re: [EMAIL PROTECTED] Apache 2.2.4 does not start - no errors

2007-01-17 Thread Krist van Besien
On 1/16/07, Jain, Abhay K, INFOT [EMAIL PROTECTED] wrote: We had tried running with trace and last statement seem to be fork(). There was a pid associated with fork(). Then next statement was exit(0). When tracing a program you have to make sure it traces child processes too, otherwise you

RE: [EMAIL PROTECTED] Changing ssl certificate

2007-01-17 Thread Boyle Owen
-Original Message- From: Bashiro [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 10:27 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Changing ssl certificate Hello folks, Thanks in advance for any help I could get. I created a self-signed

[EMAIL PROTECTED] SSL certificates for user authentication

2007-01-17 Thread programmier werkstatt
Hi Is it possible to use certificates with mod_userdir. I would like to use certificates to authenticate users, but I dot not have access to the httpd.conf. I though it may be possible to use the certificates inside .htaccess, but I not sure. Could some please help me. Cheers Robert

RE: [EMAIL PROTECTED] SSL certificates for user authentication

2007-01-17 Thread Boyle Owen
-Original Message- From: programmier werkstatt [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 11:36 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] SSL certificates for user authentication Hi Is it possible to use certificates with mod_userdir. I would like

Re: [EMAIL PROTECTED] Apache listed on Update-Scout.com

2007-01-17 Thread Joseph Chen
that's what I want, so many thanks :) On 1/17/07, Peter Kullmann [EMAIL PROTECTED] wrote: Hi, Apache has just been added to Update-Scout.com, an interactive web service, that informs its users about software updates and releases. Users can set up personal update news feeds from the

[EMAIL PROTECTED] Apache2 Authorities

2007-01-17 Thread russbucket
Just installed OpenSUSE 10.2 and Apache2.2.3-20-i586. According to How to instructions I can put local host as the url and should get two words back. Instead I get a 404 error. Object not found. Status shows httpd2 is running. Linuxruss:/home/russbucket # rcapache2 status Checking for

[EMAIL PROTECTED] Authentification problem with Apache 2.23 and OpenLDAP 2.2 on win32

2007-01-17 Thread SANCHEZ, Michel
Hi, Apache 2.2.3, OpenLDAP 2.2.29, both on win32. It seems that the LDAP authentification mechanism with mod_authnz_ldap.so doesn't work. Apache configuration httpd conf : LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so ProxyPass /

AW: [EMAIL PROTECTED] Problem with Windoes Apache .htacces include

2007-01-17 Thread Frank Bretschneider
Hi Stephen, Here you mix the php-include path for php with the document_root for apache. The include path for PHP means that you can do the following: Cpfunctions2.php: ?php Include_once('includefile.php'); ? This file has to be in the document_root of the apache as cpfunctions.php is when

Re: [EMAIL PROTECTED] SSL certificates for user authentication

2007-01-17 Thread Robert Rissé
Hi Owen, I would put something like: SSLEngine on SSLVerifyClient require SSLVerifyDepth 1 SSLCACertificateFile conf/ssl.crt/ca.crt in the .htacess but I think SSLCACertificateFile is a directive that does not work in .htaccess. Is this correct ? Cheers and thanks Robert On Jan 17, 2007,

[EMAIL PROTECTED] Question regarding Squid / Apache

2007-01-17 Thread Gregor Schneider
Hi guys, I'm wondering if setting up Squid as a reverse proxy in front of our hardware-load-balanced Apache/Tomcat-installations could boost up performance. After I did some reading about Squid, I understood: - Squid is caching requests - I can prevent Squid from caching dynamic content -

RE: [EMAIL PROTECTED] SSL certificates for user authentication

2007-01-17 Thread Boyle Owen
-Original Message- From: Robert Rissé [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 3:03 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] SSL certificates for user authentication Hi Owen, I would put something like: SSLEngine on SSLVerifyClient

Re: [EMAIL PROTECTED] Question regarding Squid / Apache

2007-01-17 Thread Octavian Rasnita
It depends on your applications. If the site doesn't offer any static files, and the dynamic content cannot be cached, the proxy server won't offer very many improvements. But even in that case, it can help, unless you are not serving only the high-speed local intranet. How it works: The

[EMAIL PROTECTED] mod_cache seemingly incorrect behaviour

2007-01-17 Thread Fredrik Widlund
Hi, I have some problems with the behavior of mod_cache. I'm running httpd-2.2.4 under FreeBSD 6.2, and I'm trying to get mod_cache (both mem_cache, and disk_cache) to work to optimize performance. Unfortunately our users often requests static files with query strings, there are explanations for

RE: [EMAIL PROTECTED] Changing ssl certificate

2007-01-17 Thread Bashiro
Thanks again Owen, This is my code snip SSLCertificateKeyFile C:/Apache/Apache2.2/conf/ssl/myserver.key SSLCertificateFile C:/Apache/Apache2.2/conf/ssl/myserver.crt Before apache does not start when I change it. Biut now it does start. But the problem is: I still see the old certificate when I

[EMAIL PROTECTED] Problem with Mod_Deflate Virtual Hosts

2007-01-17 Thread Graeme Walker
Hi, I am trying to get mod_deflate working with my virtual hosts, however it does not appear to be doing anything. I am using Apache 2.2.4. My Config is as follows: NameVirtualHost *:80 Listen 80 VirtualHost *:80 ServerName www.domain.com ServerSignature On DocumentRoot

RE: [EMAIL PROTECTED] Changing ssl certificate-mistake

2007-01-17 Thread Bashiro
sorry I found out that apache does not take the new certificate path anyway. So how do I resolve this. I get error that the function refuses to load. Thanks Bashiro --- On Wed 01/17, Bashiro [EMAIL PROTECTED] wrote: From: Bashiro [mailto: [EMAIL PROTECTED] To: users@httpd.apache.org Date:

[EMAIL PROTECTED] Auth via LDAPS fails: Can't contact LDAP server

2007-01-17 Thread Darren Spruell
When trying to authenticate clients via a remote LDAP directory (using mod_authz_ldap), we fail and the following is logged: [Wed Jan 17 14:57:14 2007] [warn] [client a.b.c.d] [32492] auth_ldap authenticate: user authentication failed; URI /ldap/ [LDAP: ldap_simple_bind_s()

[EMAIL PROTECTED] HTTPS proxy

2007-01-17 Thread Qingshan Xie
Hi! All, I'd like to configure a https proxy server to route the request from https://A.com/xyz/ to https://B.com/xyz/. Can Apache mod_proxy do it and how to configure it? Many Thanks in Advance, Q.Xie

RE: [EMAIL PROTECTED] HTTPS proxy

2007-01-17 Thread Boyle Owen
-Original Message- From: Qingshan Xie [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 2:32 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] HTTPS proxy Hi! All, I'd like to configure a https proxy server to route the request from https://A.com/xyz/ to

RE: [EMAIL PROTECTED] Changing ssl certificate

2007-01-17 Thread Boyle Owen
-Original Message- From: Bashiro [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 10:30 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Changing ssl certificate Thanks again Owen, This is my code snip SSLCertificateKeyFile

RE: [EMAIL PROTECTED] Problem with Mod_Deflate Virtual Hosts

2007-01-17 Thread Boyle Owen
-Original Message- From: Graeme Walker [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 10:55 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Problem with Mod_Deflate Virtual Hosts Hi, I am trying to get mod_deflate working with my virtual hosts, however