RE: Authentifizierung über mehrer Server hinweg

2005-10-07 Thread Steffen Heil
Hi Der einzige Weg ist über spezielle Module die ein vorher beim Sign On gesetztes Cookie abprüfen und dann ihr Ok geben. Zum Glück kann ich den Aufwand bei mir auf ein paar wenige PHP Script begrenzen. Da kann ich den Cookie selbst setzen und auf den anderen Servern prüfen. Geht es um

RE: Authentifizierung über mehrer Server hinweg

2005-10-07 Thread Andreas Müller
Hallo Steffen, jo das ist schon klar. Wie in meiner Eingangsmail erläutert geht es um Server die alle der gleichen Domain angehören. Daher sollte das wenig Probleme bereiten. Gruß, Andreas -- Apache HTTP

RE: [EMAIL PROTECTED] SSL and directories

2005-10-07 Thread Axel-Stéphane SMORGRAV
I guess the problem is that you made a request over a non-SSL connection, and the error you get is exactly what SSLRequireSSL is supposed to do when the resource is accessed over a non-SSL connection. Make sure that your request is submitted using the HTTPS scheme, i.e.

[EMAIL PROTECTED] Re: Controlling Apache Win32 as a Console App

2005-10-07 Thread Joost de Heer
If you want to script this, get something like ptree (from the resource kit) or pskill (from sysinternals) to kill the process. I just remembered that ptree requires a service to be installed, so drop that option. pskill is what you want. Joost

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-07 Thread Krist van Besien
On 10/7/05, kloomis [EMAIL PROTECTED] wrote: The most likely cause of this is that the cable modem is stripping (or rewriting) the Host header and not simply forwarding packets. That means that apache doesn't have the information to do name-based virtual hosting. You can confirm that by

Re: [EMAIL PROTECTED] Dumping core

2005-10-07 Thread Joe Orton
On Fri, Oct 07, 2005 at 03:51:20AM +0100, binoj johny wrote: Iam working on apache 2.0.47 with ssl and reverse proxy in AIX 5.2.Everything is working fine but apache is dumping core in a regular basis.THe dumping of sore is less during the night time but in peak hours it will be 2 times in

[EMAIL PROTECTED] PHP mystery on new server?

2005-10-07 Thread Michael Simpson
Greetings all. I'm completely baffled at the moment. Here's the scenario: I've designed, developed and administered my company's Intranet website, employing HTML PHP as the main browser technologies. We've recently moved the Intranet from a Windows NT server to a Windows 2K server, with all

RE: [EMAIL PROTECTED] mod_rewrite Special % character problems

2005-10-07 Thread Axel-Stéphane SMORGRAV
There is a Bugzilla bug report http://issues.eu.apache.org/bugzilla/show_bug.cgi?id=34602 describing related problems with mod_rewrite. Maybe you should add your $0.02 . -ascs - The official User-To-User support forum of the

Re: [EMAIL PROTECTED] SSL and directories

2005-10-07 Thread Dimitri Yioulos
Thanks so much for the reply. I guess I didn't understand the SSLRequireSSL directive; it's an enforcement directive then. I mistook it for a redirector (don't ask how I arrived at that conclusion :-(doh) ). May I press on? As I previously mentioned, I installed a web mail program on my

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-07 Thread kloomis
At 01:09 PM 10/7/2005 +0200, you wrote: OK, now the initial page is opening at the right directory, but all the follow on links are reverting to only one directory. Could this be an Apache problem or is it my configs for the application I'm using? That will probably be the application. Often

RE: [EMAIL PROTECTED] SSL and directories

2005-10-07 Thread Axel-Stéphane SMORGRAV
Sounds like you have a redirect loop. What I would do is define one virtual host for http and one for https. The redirect rule would go inside the http virtual host, and the business logic would go inside the https VH. DocumentRoot /var/www/html ErrorLog logs/error.log CustomLog

Re: [EMAIL PROTECTED] SSL and directories

2005-10-07 Thread Dimitri Yioulos
Thanks! You made it very easy to understand. I'm most grateful. I installed mod_ssl (had to, of course), and the SSLEngine, SSLCertificateFile ..., and SSLCertificateKeyFile ... directives are in ssl.conf. If I put the same info in the httpd.conf https virtual host section, won't it bump

RE: [EMAIL PROTECTED] SSL and directories

2005-10-07 Thread Axel-Stéphane SMORGRAV
I just gave you a rough, overall template of what you need. What file the directives are in does not matter as long as they are somewhere. If in doubt, just use the VH _default_:443 present in ssl.conf. I suggest you remove all unnecessary comments from the file. Makes it more readable. The

Re: [EMAIL PROTECTED] SSL and directories

2005-10-07 Thread Dimitri Yioulos
Once again, thanks! Dimitri On Friday October 07 2005 10:11 am, Axel-Stéphane SMORGRAV wrote: I just gave you a rough, overall template of what you need. What file the directives are in does not matter as long as they are somewhere. If in doubt, just use the VH _default_:443 present in

[EMAIL PROTECTED] enable .htaccess on virtual host

2005-10-07 Thread Daniel Prieto
Hi all, I want to enable .htaccess on my virtual host but I don't seem to get it working but it is enable outside the virtual host. Here is my httpd.conf and ssl.conf. I need you help. httpd.conf: Directory / Options Indexes FollowSymLinks AllowOverride All /Directory Directory

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-07 Thread Krist van Besien
On 10/7/05, kloomis [EMAIL PROTECTED] wrote: At 01:09 PM 10/7/2005 +0200, you wrote: OK, now the initial page is opening at the right directory, but all the follow on links are reverting to only one directory. Could this be an Apache problem or is it my configs for the application I'm

RE: [EMAIL PROTECTED] Re: Error with ssl and php4

2005-10-07 Thread Com Puter
The openssl libraries are installed and can be verified with a static version of mod-ssl compiled in by checking the output of: lsof |grep libssl which returns several apache2 processes having /usr/lib/libssl.so.0.9.7 open. This has me puzzled, it should work but doesn't. It is almost like

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-07 Thread kloomis
At 05:27 PM 10/7/2005 +0200, you wrote: mod-rewrite does not touch anything going from your server to your client. If your clients get webpages with the wrong absolute url's in them, than this is because the webpages contain these absolute URLs, or the application generating the webpages

[EMAIL PROTECTED] httpd not resolving DNS queries

2005-10-07 Thread Jadel Menard
I have an email validation script written in PHP that works on most Apache machines I try it on, with the exception (of course) of my production box that it needs to go on. This production machine is a Slackware 10.2 box, running Apache 1.33 and PHP 4.4.0. The script works if I

Re: [EMAIL PROTECTED] httpd not resolving DNS queries

2005-10-07 Thread Davide Bianchi
Jadel Menard wrote: This sounds to me like httpd is missing whatever modules/plugin it uses to execute a DNS lookup requested from PHP for a given page. It sounds to me that your *machine* is missing something, Apache doesn't have anything to do with PHP or DNS. would the page work when

[EMAIL PROTECTED] issue with IHS 1.3.26.2

2005-10-07 Thread Mishra, Pawan
Title: Message Hi Guys, we are having an issue with the I.H.S. 1.3.26.2 where the number of "httpd" processes keep multiplying until the MaxClient limit is reached and I.H.S. stops responding. Following is the output of the server_status - 183054 in state: W , 170482 in state: W ,

[EMAIL PROTECTED] only 64k per file downloading from my webserver

2005-10-07 Thread Ashley Williams
Apache/2.0.52 Mac OS X Tiger) Hi, I'm trying to configure my apache instance to serve jar files so have simply added the following entry to my httpd.conf file: Alias /maven/repository /Users/ashley/Webroot/maven/repository Directory /Users/ashley/Webroot/maven/repository Options None

[EMAIL PROTECTED] how can I work offline with Apache

2005-10-07 Thread Mahmoud Badreddine
Hi I have a running web/database server which was running fine at my workplace. We recently upgragded the station and I decided to bring the old one home where I am unable to connect to the Lan at work. I changed the followig in the httpd.conf listen 127.0.0.1:80 and I changed my /etc/hosts

Re: [EMAIL PROTECTED] issue with IHS 1.3.26.2

2005-10-07 Thread Joshua Slive
On 10/7/05, Mishra, Pawan [EMAIL PROTECTED] wrote: Hi Guys, we are having an issue with the I.H.S. 1.3.26.2 where the number of httpd processes keep multiplying until the MaxClient limit is reached and I.H.S. stops responding. I think you'll want to contact IBM about that. I.H.S. is not an

Re: [EMAIL PROTECTED] enable .htaccess on virtual host

2005-10-07 Thread Joshua Slive
On 10/7/05, Daniel Prieto [EMAIL PROTECTED] wrote: Hi all, I want to enable .htaccess on my virtual host but I don't seem to get it working but it is enable outside the virtual host. Here is my httpd.conf and ssl.conf. You'll need to start by specifying exactly what you are trying to do with

Re: [EMAIL PROTECTED] only 64k per file downloading from my webserver

2005-10-07 Thread Joshua Slive
On 10/7/05, Ashley Williams [EMAIL PROTECTED] wrote: Apache/2.0.52 Mac OS X Tiger) I saw this in the error logs when I tried to do the download: [Fri Oct 07 23:57:39 2005] [error] Optional hook test said: GET / maven/repository/javax/xml/jaxb-api/1.0.5/jaxb-api-1.0.5.jar HTTP/1.1 [Fri Oct 07