[EMAIL PROTECTED] Get original user host name through reverse proxy

2006-02-05 Thread Mr Alex Eydelberg
Hello all, I have Apache running on an externally accessible IP on port 80 along with mod_proxy installed. I have it properly forwarding to an internal machine on the LAN running IIS. The issue that I'm hoping to resolve is that when I check the user host name field in the request, it returns the

[EMAIL PROTECTED] Directory listing's mistake?

2006-02-05 Thread Lukáš Fryč
Hi, I talled problem with functionality of "Parent directory" in directory listings: Link "Parent directory" contents absolute path to "domain/path" instead of "domain/~user/path" on . So exists some way to fill here other path (preferably relative path)? Thnx Lukas Fryc

RE: [EMAIL PROTECTED] only one ip per user (has many connections) can access resource at the same time ?

2006-02-05 Thread Boyle Owen
> -Original Message- > From: tvlgiao [mailto:[EMAIL PROTECTED] > Sent: Sonntag, 5. Februar 2006 00:28 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] only one ip per user (has many > connections) can access resource at the same time ? > > Hello all, > > How can I configure Apa

[EMAIL PROTECTED] HTTP queries wrapper

2006-02-05 Thread Lukáš Fryč
Hi, I'm using Apache 2.0.54 for my webhosting server. Each user has own NameBased VirtualHost "user.domain". Our DNS hosting dont support WildCard NX records, so I have to use redirecting throught proxy from "domain/~user" but this solution have too much disadvantages like bad records in VirtualHo

RE: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-05 Thread Boyle Owen
> -Original Message- > From: Michael McCullough [mailto:[EMAIL PROTECTED] > Sent: Samstag, 4. Februar 2006 19:56 > To: Apache > Subject: [EMAIL PROTECTED] Help! > > Hi all, I am a newbi to Apache. I am setting up Apache on a > Windows XP > base PC and trying to figure out how to set the

[EMAIL PROTECTED] Images are not shown

2006-02-05 Thread Richard Vinke
Hello, I installed the newest XAMPP package on a pentium1, 133MHz, 64MB. With a simple index.html I test the server. But no images are visable at the client. The access log file of apache says code 200 and the number of bytes of the images. I assume, the code 200 is correct. At the client (IE

[EMAIL PROTECTED] Apache 2.2.0 and php-5.1.2 on Solaris 10

2006-02-05 Thread Chris Edwards
Hello,   I am having some issues with Apache 2.2.0 and php 5.1.2 on Solaris 10.  Everything compiles fine with gcc, so it seems.  BUT when I start Apache this is the error I am getting...   httpd starting.# httpd: Syntax error on line 103 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/

Re: [EMAIL PROTECTED] CustomLog logs/access_log combined not working from within

2006-02-05 Thread httpd2
Yes, I checked the module identifier in my httpd.conf file, and that's where I came up with the psuedo-solution to your problem. The manual for this module says: Apache Module mod_log_config Description: Logging of the requests made to the server Status: Base Module Identifier: log_config_mod

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-05 Thread Joshua Slive
On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote: > how to write it in the html page ... It doesn't go in the html page, it goes in httpd.conf. If you want to do client-side browser sniffing in html, then you are in the wrong forum. You want a group dedicated to javascript. Joshua. ---

Re: [EMAIL PROTECTED] CustomLog logs/access_log combined not working from within

2006-02-05 Thread Richard de Vries
Ok .. sorry, my mistake. Your suggestion of adding .c did work, but not when applying it to the module alias .. DUH. so this does not work: but this DOES work: Do you happen to know why this is?. Why do some statements work fine on the module name/alias, and others require it to be

Re: [EMAIL PROTECTED] CustomLog logs/access_log combined not working from within

2006-02-05 Thread Richard de Vries
Hmm ... nope, that didn't work either :( Just for fun I used an directive from an other module that is loaded ... i..e which I know works on other configuration directives, but as soon as I put it around the CustomLog logs/access_log common statement, it does the same thing. This is absolutely

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-05 Thread Oren Gozlan
how to write it in the html page ... Joshua Slive wrote: On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote: Hi, Can someone help with example of such HTML page ? lets say that if browser is MSIE, go to 1.html anf if it is Mozila go to 2.html Joshua Slive wrote: See the section "Bro

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-05 Thread Joshua Slive
On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote: > Hi, > Can someone help with example of such HTML page ? > lets say that if browser is MSIE, go to 1.html anf if it is Mozila go to > 2.html > Joshua Slive wrote: > See the section "Browser Dependent Content" > in http://httpd.apache.org/docs/2.2/m

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-05 Thread Oren Gozlan
Hi, Can someone help with example of such HTML page ? lets say that if browser is MSIE, go to 1.html anf if it is Mozila go to 2.html Thnx .. O Joshua Slive wrote: See the section "Browser Dependent Content" in http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#content Joshua.

Re: [EMAIL PROTECTED] CustomLog logs/access_log combined not working from within

2006-02-05 Thread httpd2
Try adding .c to the directive. This is probably where your problem lies. > This is what I have: > > Keith In theory, theory and practice are the same; In practice they are not. On Sat, 4 Feb 2006, Richard de Vries wrote: > To: users@httpd.apache.org > From: Richard de Vries <[EMAIL PRO