Re: [EMAIL PROTECTED] Intermittent Server Access

2007-11-16 Thread j k
On Nov 16, 2007 10:58 AM, Mark Feather <[EMAIL PROTECTED]> wrote: > > I ask him to make an addition to his hosts file and everything worked fine, > I ask him to comment it out and he gets nothing, moments later all is well. Clearly there is a DNS problem Unfortunately that is not within the scope

Re: [EMAIL PROTECTED] Forbidden error using mod_userdir.c

2007-11-16 Thread Joshua Slive
[Please keep your messages on the list.] On Nov 16, 2007 8:10 PM, fchan <[EMAIL PROTECTED]> wrote: > Hi Joshua, > I have rwxr-xr-x on /home and the user's directory. The symbolic link > to the nfs mount is rwxrwxrwx in the user's directory. > > Actually I copied these settings from my original ser

Re: [EMAIL PROTECTED] Forbidden error using mod_userdir.c

2007-11-16 Thread Joshua Slive
On Nov 16, 2007 6:22 PM, fchan <[EMAIL PROTECTED]> wrote: > > Here is an excerpt from my error_log from httpd: > [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to > /~username/ denied > [error] [client xxx.xxx.xxx.xxx] Symbolic link not allowed or link > target not accessible: /hom

[EMAIL PROTECTED] Forbidden error using mod_userdir.c

2007-11-16 Thread fchan
Hello, I have interesting issue with mod_userdir.c to allow users to show their websites from their directories. I'm running RHL5 with httpd server 2.2.6 and SELinux is in permissive mode. These directories are symbolic links to NFS mount but I thought SymLinks would allow this. I have reboote

RE: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-16 Thread dertown
I used the tools and there is no path or domain in the original cookie that ican see. I know it is encrypted under MD5 so maybe icant access the cookie and change it. Is there a way to hold a cookie with in the prroxy server itself? Axel-Stephane SMORGRAV-2 wrote: > > Since your ProxyPass dire

Re: [EMAIL PROTECTED] can Apache proxy convert a HTTP request to HTTPS and proxy it to a HTTPS Server?

2007-11-16 Thread Krist van Besien
On Nov 16, 2007 8:14 PM, Qingshan Xie <[EMAIL PROTECTED]> wrote: > Hello, > >There is a need that an Apache server converts a HTTP request to HTTPS, > and proxies it to the backend HTTPS server. Can an Apache instance do it? Yes Apache can do this. However not "out of the box". See: http://

[EMAIL PROTECTED] Mod_vhost_dbi (or other modules) possibilities

2007-11-16 Thread js
Hi list, I want to be able to store my virtual host directives into a mysql database for two reasons: * I want to provide a web based frontend so end users can edit their own virtual host. * I want configration changes to have immediate effect. From what I understood it's quite str

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-16 Thread Christian Folini
On Fri, Nov 16, 2007 at 10:06:50AM -0500, Greg Boyington wrote: > > - Play around with MaxRequestsPerChild. A typical value > > I will do -- I experimented with low values (100-1000) in addition to > 0, but nothing seemed to correlate. In my testing, the hangs would > often occur long before thi

[EMAIL PROTECTED] Apache2 and thttp

2007-11-16 Thread Meltem Hastanesi
Hello all, Could someone please tell me where to find documentation to run apache2 and thttp server on same linux box? Thanks many... Ali Akkaya Meltem Hastanesi IT Department -- View this message in context: http://www.nabble.com/Apache2-and-thttp-tf4821513.html#a13793946 Sent from the Apa

Re: [EMAIL PROTECTED] Can Apache 2 run mod_perl then php?

2007-11-16 Thread William A. Rowe, Jr.
Blaine Everingham wrote: I'm still having an issue tying to get this running. Below is what I have so far, however I believe that the output filter of x-httpd-php is wrong. I'm not sure where I would find the compiled filter name for this. Does anyone know? It's borked - you specified the "x-

[EMAIL PROTECTED] can Apache proxy convert a HTTP request to HTTPS and proxy it to a HTTPS Server?

2007-11-16 Thread Qingshan Xie
Hello, There is a need that an Apache server converts a HTTP request to HTTPS, and proxies it to the backend HTTPS server. Can an Apache instance do it? Many Thanks, Q.Xie Get easy, one-click

Re: [EMAIL PROTECTED] Can Apache 2 run mod_perl then php?

2007-11-16 Thread Blaine Everingham
I'm still having an issue tying to get this running. Below is what I have so far, however I believe that the output filter of x-httpd-php is wrong. I'm not sure where I would find the compiled filter name for this. Does anyone know? Options -Indexes FollowSymLinks ## Set perl to h

[EMAIL PROTECTED] Intermittent Server Access

2007-11-16 Thread Mark Feather
Hi, For a number of weeks I have been puzzling over a strange problem. My Web Server is only available to visitors intermittently! A remote request is made and the browser returns a message server not found, several seconds or minutes even hours later everything is OK. I have experienced thi

[EMAIL PROTECTED] defining subdomains rewrite-rule outside of vhosts

2007-11-16 Thread Samuel Vogel
Hey guys, I am looking for a way to put my rewrite rule for subdomains outside of each virtual host into the global config to safe space and simplify my configuration. Here is what I tried. We own the domains kilu.de, kilu2.de and netgag.de. And we give username.kilu.de to our users. Our users

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-16 Thread Greg Boyington
On Nov 16, 2007 10:39 AM, Christian Folini <[EMAIL PROTECTED]> wrote: > On Fri, Nov 16, 2007 at 10:06:50AM -0500, Greg Boyington wrote: > > > - Play around with MaxRequestsPerChild. A typical value > > > > I will do -- I experimented with low values (100-1000) in addition to > > 0, but nothing see

[EMAIL PROTECTED] RE: [SPAM] - [EMAIL PROTECTED] Apache2 and thttp - Email found in subject

2007-11-16 Thread jmacaranas
What seems to be the problem? -Original Message- From: Meltem Hastanesi [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 9:11 AM To: users@httpd.apache.org Subject: [SPAM] - [EMAIL PROTECTED] Apache2 and thttp - Email found in subject Hello all, Could someone please tell me wh

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-16 Thread Greg Boyington
On Nov 16, 2007 2:19 AM, Christian Folini <[EMAIL PROTECTED]> wrote: > Hey Greg, Hi Christian, thanks for your response. > - Play around with MaxRequestsPerChild. A typical value I will do -- I experimented with low values (100-1000) in addition to 0, but nothing seemed to correlate. In my tes

[EMAIL PROTECTED] Installing PHP module as CGI

2007-11-16 Thread Luigi Paioro
Dear all, I'm not sure this is the right place where send this support request, but I try... I have a server with an Apache 2 installed, compiled as threaded MPM. I've tried to install PHP as module, but it seems very hard to install PHP as module while Apache is threaded MPM. PHP manual sug

[EMAIL PROTECTED] How to link libapr and libapr-util statically with httpd

2007-11-16 Thread Desai Sunil Kumar
Hi All, I want to build httpd which is linked statically to libapr.a and libapr-util.a. I do not want httpd to be dependent on dynamic libraries of apr and apr-util. Please let me know if anybody has any idea Reg Sunil Desai DISCLAIMER: This message (including attachment

RE: [EMAIL PROTECTED] Moving Apache Binary

2007-11-16 Thread Axel-Stephane SMORGRAV
Actually you also have a third possibility which would allow you to run your apache from /home/abc/apache. You would need to do the following (from the top of my head): * Edit the file /home/abc/apache/bin/envvars and modify the paths as appropriate * Edit the file /home/abc/apache/bin/apachectl

Re: [EMAIL PROTECTED] Does "Alias /foo/bar/" work?

2007-11-16 Thread thomas Armstrong
Thank you very much, Tony. I've found out that my problem was another Alias directory: - Alias /foo1/ /usr/www/foo1/ - which I placed *after* "Alias /foo1/foo2/". So Apache was looking for /usr/www/foo1/foo2 directory. You must place "Alias /foo1/" *BEFORE* "Alias /foo1/foo2" On Nov

Re: [EMAIL PROTECTED] Moving Apache Binary

2007-11-16 Thread Tony Stevenson
Desai, You have two real options here: 1) Rebuild apache with the correct binary path int he ./configure script 2) Use a symlink I would personally go with option 1, but I just tried to avoid symlinks all over the place. Tony Desai Sunil Kumar wrote: Hi All, I have built Apache

Re: [EMAIL PROTECTED] Does "Alias /foo/bar/" work?

2007-11-16 Thread Tony Stevenson
Several things here Thomas, Can you look in your errorlog [1] and paste the error's that relate to this 404. Do you have a global DirectoryIndex setup so Apache knows which file to serve by default, i.e. DirectoryIndex index.html as you have not specified one in your vhost it will take the g

[EMAIL PROTECTED] Does "Alias /foo/bar/" work?

2007-11-16 Thread thomas Armstrong
Hi. Using Apache 2.0 on Linux (with 'mod_alias' loaded), I want to set an alias: /foo1/foo2/ --> /usr/www/example/foo2/ This is part of my 'httpd.conf': --- DocumentRoot /usr/www/example/web ServerName example.com Alias /foo1/foo2/ /usr/www/example/foo2/ Options Indexes FollowSymLinks

[EMAIL PROTECTED] Moving Apache Binary

2007-11-16 Thread Desai Sunil Kumar
Hi All, I have built Apache binary by specify path /home/xyz/apache in Linux. I want to just copy the binary folder to some other location for example /home/abc/apache. Then I tried executing httpd, I got library error not able to find libapr.so and libapr-util.so under the original path. N

[EMAIL PROTECTED] compile apache 2.2.0 for IPv6 address.

2007-11-16 Thread Ashwani Kumar Sharma
Hi All, I compiled apache 2.2.0 successfully on Windows. But apache is not responding to IPv6 address. It says "Internet explorer can not display the page" What changes I should do in the configuration file. Do I need to compile the source code with some IPv6 option flag or something? Please rep