RE: [EMAIL PROTECTED] can't get virtual host working

2007-03-16 Thread Boyle Owen
-Original Message- From: bbxrider [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 9:05 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] can't get virtual host working i am running apache 2.2.4 on winxp pro, the apache machine is on my lan behind a router and

RE: [EMAIL PROTECTED] php files displayed as 'text'

2007-03-16 Thread Dave Hartburn
You should not need the AddModule. I suspect your PHP files were appearing as text as you have not associated the .php extension with the PHP interpreter. The following should be enough to get you going (taken from CentOS): # # PHP is an HTML-embedded scripting language which attempts to make it

Re: [EMAIL PROTECTED] can't get virtual host working

2007-03-16 Thread matt farey
bbxrider wrote: i am running apache 2.2.4 on winxp pro, the apache machine is on my lan behind a router and nothing else please see my directives for my .conf file below, at least the ones that seem to pertain to virtual host. when a browser is addressed to either domain, the default page

[EMAIL PROTECTED] Handling VirtualDocumentRoot inside VirtualHosts

2007-03-16 Thread Alberto Giménez
(First of all, sorry for my english, its not my native language so you can read some basic/strange language constructions here :) Hi, I'm facing a problem with my Apache (1.3.33) setup, I expose the scenario: One single machine is serving several domains (about 300 or so). One of them has

Re: [EMAIL PROTECTED] Handling VirtualDocumentRoot inside VirtualHosts

2007-03-16 Thread matt farey
Alberto Giménez wrote: (First of all, sorry for my english, its not my native language so you can read some basic/strange language constructions here :) Hi, I'm facing a problem with my Apache (1.3.33) setup, I expose the scenario: One single machine is serving several domains (about 300

Re: [EMAIL PROTECTED] Cannot use ServerName with a reverse proxy

2007-03-16 Thread Jeremie Le Hen
Hi list, my previous email might be to big and nobody has had enough courage to read it :-). So, I will try to be more compact here: In Apache 1.3.29, how could the ServerName directive prevent a reverse-proxy from functionning and instead show the message: % Proxy Error % The proxy server

[EMAIL PROTECTED] building without epoll

2007-03-16 Thread Torsten Foertsch
Hi, what is the best way to build httpd without epoll support? Thanks, Torsten pgpjqBSmrIWcg.pgp Description: PGP signature

Re: [EMAIL PROTECTED] Handling VirtualDocumentRoot inside VirtualHosts

2007-03-16 Thread Alberto Giménez
On 3/16/07, matt farey [EMAIL PROTECTED] wrote: anything which doesnt match a hostname will use the first defined virtualhost, I do not have VirtualHost 192.168.0.150 VirtualDocumentRoot /var/www/sites/%-2.1/%-2.2/%-2.3/%-2.0.%-1/ DirectoryIndex index.php index.html CustomLog

Re: [EMAIL PROTECTED] Handling VirtualDocumentRoot inside VirtualHosts

2007-03-16 Thread matt farey
Alberto Giménez wrote: On 3/16/07, matt farey [EMAIL PROTECTED] wrote: anything which doesnt match a hostname will use the first defined virtualhost, I do not have VirtualHost 192.168.0.150 VirtualDocumentRoot /var/www/sites/%-2.1/%-2.2/%-2.3/%-2.0.%-1/ DirectoryIndex index.php

Re: [EMAIL PROTECTED] Cannot use ServerName with a reverse proxy

2007-03-16 Thread Joshua Slive
On 3/16/07, Jeremie Le Hen [EMAIL PROTECTED] wrote: Hi list, my previous email might be to big and nobody has had enough courage to read it :-). So, I will try to be more compact here: In Apache 1.3.29, how could the ServerName directive prevent a reverse-proxy from functionning and instead

[EMAIL PROTECTED] SECOND REQUEST: mod_authnz_ldap.so module

2007-03-16 Thread Zac Morris
Hi, I need some help. I've tried Goggle and some forums with no luck on this one... I've setup a win32 Apache 2.2.4 server, with the *mod_authnz_ldap* module. When I access a protected url I'm getting an Error 500 and the error.log shows: [Tue Mar 13 16:26:06 2007] [warn] [client 127.0.0.1]

[EMAIL PROTECTED] RE: can't get virtual host working

2007-03-16 Thread bbxrider
thanks for the replies, turns out it was a very sublte and sneaky problem. i had the path stmt incorrect for the error log directive should have been C:/apache2/logs/.., instead of C:/apache2/log/.. and that made the difference. it was strange because usually apache complains about a

Re: [EMAIL PROTECTED] Apache problem with MSIE

2007-03-16 Thread prash reddy
Hi Mark, Thanks for response, but the application is working fine with iPlanet webservers (with IE and Firefox). Reccently we upgraded webservers from iPlanet to Apache 2.0.50 We are using a Oblix (WSSO) Authentication mechanisam in this scenario to access the application, and the intresting

RE: [EMAIL PROTECTED] Apache problem with MSIE

2007-03-16 Thread Mark Lavi
Any answer to your questions below is entirely out of scope of discussion on this Apache support list - because you are asking about how authentication works in your distributed security environment. You must be able to conduct a security audit of each component to answer those questions,

Re: [EMAIL PROTECTED] Apache problem with MSIE

2007-03-16 Thread matt farey
prash reddy wrote: Hi All, I am working on Apache 2.0.50 on Linux, proxying the requests to weblogic server by path using the location block. Here is the problem: In application,When i simply hit the browser back button, i can see that all the commentents being lost which were entered in

[EMAIL PROTECTED] Apache 2.2.3 prefork mpm mod_proxy_ajp

2007-03-16 Thread c .
Hello, I'm having a problem with mod_proxy_ajp, I am receiving the following error messages: [Fri Mar 16 11:37:37 2007] [error] ajp_check_msg_header() got bad signature 420 [Fri Mar 16 11:37:37 2007] [error] ajp_ilink_receive() received bad header [Fri Mar 16 11:37:37 2007] [error]

[EMAIL PROTECTED] Apache with SSL

2007-03-16 Thread Earl, Robert\(IT\)
I'm sure this has been asked before but I don't see how to get a history of postings to view. I would like to use Apache 2.x with SSL. The binary has 'no_ssl' in its name, so I assume you cannot use SSL with that precompiled version. Is there a precompiled version that can be found that has it,

Re: [EMAIL PROTECTED] Apache problem with MSIE

2007-03-16 Thread prash reddy
Hi, Thanks for responses, sorry to ask the same question again, bcoz i could not slove the problem. As i found that IE fetching the entire webpage from weblogic server intsead of from local cache when i hit the back button. So, is there any directive or apache setting that might prevent the

[EMAIL PROTECTED] Apache 2.2.3 prefork mpm mod_proxy_ajp

2007-03-16 Thread c .
This didn't seem to go through the first time I sent it. -- Forwarded message -- From: c. [EMAIL PROTECTED] Date: Mar 16, 2007 2:19 PM Subject: Apache 2.2.3 prefork mpm mod_proxy_ajp To: users@httpd.apache.org Hello, I'm having a problem with mod_proxy_ajp, I am receiving the

Re: [EMAIL PROTECTED] Apache problem with MSIE

2007-03-16 Thread matt farey
prash reddy wrote: Hi, Thanks for responses, sorry to ask the same question again, bcoz i could not slove the problem. As i found that IE fetching the entire webpage from weblogic server intsead of from local cache when i hit the back button. So, is there any directive or apache setting

[EMAIL PROTECTED] How to map a webspace regex folder to a filesystem folder?

2007-03-16 Thread JúlioMaranhão
I am trying to map the www folders of projects into a webspace folder. The folders use this form: C:/projects/name/www The mapping should be: /projects/name I am using the following code to specify the filesystem folder options: Directory C:/projects/*/www/ Options +Indexes Order

[EMAIL PROTECTED] SetEnv Path for CGI scripts Windows XP

2007-03-16 Thread Robert Nikander
Hi, I'm running Apache 2.2 on Windows, and I'm trying to run some CGI scripts. They appear to be failing because the path environment variable isn't set right. When I put SetEnv Path c:\somedir in an .htaccess file, apache appears to ignore it. The path var that gets passed to cgi scripts

Re: [EMAIL PROTECTED] SetEnv Path for CGI scripts Windows XP

2007-03-16 Thread William A. Rowe, Jr.
See running apache for windows 'as a service' and the -n config option. It retains this information (startup flags) in the registry. Robert Nikander wrote: Hi, I'm running Apache 2.2 on Windows, and I'm trying to run some CGI scripts. They appear to be failing because the path environment

Re: [EMAIL PROTECTED] SetEnv Path for CGI scripts Windows XP

2007-03-16 Thread William A. Rowe, Jr.
Sorry, I misread your question. Apache uses the path info of the user that the Apache Service will 'run as' and the systemwide path. Note that system path changes will only affect services after a system reboot. You cannot use SetEnv for the purpose you stated. William A. Rowe, Jr. wrote: