RE: [users@httpd] apache 2.0 as reverse proxy using mod_rewrite

2005-06-23 Thread Axel-Stéphane SMORGRAV
What is the configuration of the virtual host for https://login/ ??? What did you intend that the following line would do ? RewriteRule ^/$ https://webserverl/$1 [R,L] What host is it supposed to redirect to? Is "webserverl" (_l_) a typo?? If it is a typo and you intended to make it "webse

RE: [users@httpd] syntax error before '*' token

2005-06-23 Thread Boyle Owen
> -Original Message- > From: Gustavo A. Baratto [mailto:[EMAIL PROTECTED] > Sent: Freitag, 24. Juni 2005 02:32 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] syntax error before '*' token > > > Does anybody know what is this error all about? > > I got the same error in all com

RE: [users@httpd] How to get at subdirectories?

2005-06-23 Thread Boyle Owen
> -Original Message- > From: wayne [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 23. Juni 2005 21:19 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to get at subdirectories? > > > Hello, > New to Apache. I have Apache 1.3.33 on linux and I'm trying > to install a third part

RE: [users@httpd] Building 64 bit apache on Solaris 8

2005-06-23 Thread Vengal, Thomas (STSD)
Make sure /usr/ccs/bin/ar exists and add /usr/ccs/bin to your PATH -Original Message- From: Janky Dude [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 12:10 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Building 64 bit apache on Solaris 8 what is the exact procedure fo

Re: [users@httpd] Apache 1.3 not honoring +ExecCGI or +FollowSymLinks in UserDir on OS X Tiger

2005-06-23 Thread Carl Youngblood
I finally figured out what was wrong. At the very bottom of httpd.conf was the line: Include /private/etc/httpd/users/*.conf This was including a file that was overwriting all my previous settings. How frustrating! On 6/23/05, Carl Youngblood <[EMAIL PROTECTED]> wrote: > Yes, I have +FollowSymL

[users@httpd] Dynamic refreshing of Proxy Rules

2005-06-23 Thread Jignesh Badani
I have been using mod_proxy since the 1.3x version and am yet to see this feature implemented in Apache. Why is it so difficult ? We often expose new backend applications, scripts. content on a daily basis and it is a pain to remind myself to bounce the server late in the evening and test to ma

[users@httpd] syntax error before '*' token

2005-06-23 Thread Gustavo A. Baratto
Does anybody know what is this error all about? I got the same error in all combinations of these: - freebsd 5.3 and 5.4. - apache 2.0.53 and 2.0.54 - freebsd make and gmake gmake[4]: Entering directory `/home/admin2/src/httpd-2.0.54/server/mpm/prefork' /home/admin2/src/httpd-2.0.54/srclib/apr/

Re: [users@httpd] https redirect

2005-06-23 Thread Jignesh Badani
Shawn, this does not make sense. In the new server design you want: ServerOld (https) IP Address 1 https://www.domain.com ServerNew (http)IP Address 2 http://www.domain.com So inorder for this to work, you will need to implement s

RE: [users@httpd] Questions about reverse proxy with https

2005-06-23 Thread Jignesh Badani
Yes, "SSLProxyEngine On" will do the trick. But Carlo, you want to keep in mind that for internal server(s), you will/should probably use a self-signed certificate and for Apache (mod_proxy) to like the self-signed cert from a no-name CA, you will need to add the following 2 directives to your

[users@httpd] How to get at subdirectories?

2005-06-23 Thread wayne
Hello, New to Apache. I have Apache 1.3.33 on linux and I'm trying to install a third party package that uses PHP.My DocumentRoot directive points to /var/www, which is the default.I also change my DirectoryIndex to add index.php.I untar the package in my DocumentRoot path.When I enter http://local

[users@httpd] htaccess on nfs mounted disks

2005-06-23 Thread Thomas Holton
Any help is much appreciated. using: Server Version: Apache/2.0.52 (Fedora) I cannot find documentation regardling mounted disk space. My httpd.conf has the proper redirects to display html from users home directories on NFS mounted disk space. .htaccess files respond normally when placed insi

Re: [users@httpd] Problem with VirtualHosts

2005-06-23 Thread Tom Sayers
Dear Cocozz Check to see if you have another NameVirtualHost directive. If it is NameVirtualHost ip.ip.ip.ip just put a # in front of it to disable it. Sincerely Tom Sayers - The official User-To-User support forum of the A

Re: [users@httpd] Apache 1.3 not honoring +ExecCGI or +FollowSymLinks in UserDir on OS X Tiger

2005-06-23 Thread Joshua Slive
On 6/23/05, Carl Youngblood <[EMAIL PROTECTED]> wrote: > I'm having trouble trying to execute CGIs and follow symlinks under > user web shares (~user style directories) on Mac OS X Tiger. > > I've changed httpd.conf so that the / and DocumentRoot directories > both have AllowOverride Options. I've

Re: [users@httpd] Changing the default thread stack size on NON-Novel MPMsl?

2005-06-23 Thread Joshua Slive
On 6/22/05, Thom Park <[EMAIL PROTECTED]> wrote: > I need to have some control over the stack size associated with \ > pthread_thread_create()-ed threads. Does anyone know if there is a config > parameter to govern the stack size associated with the threads created > within the apache server. > >

[users@httpd] https redirect

2005-06-23 Thread Shawn Marchewka
I have a site. We'll say it's http://www.domain.com . On the same server, I have https://www.domain.com . Each site has different content. The none secure site is more of a "marketing" side of the server, while the secure site, is a site for customer login, etc. We now see the need to move th

[users@httpd] Referrer Problems

2005-06-23 Thread David P. Donahue
Running Apache 1.3.31 on Slackware 10.0 In my httpd.conf file, I have the following: SetEnvIfNoCase Referer "^http://www.cyber0ne.com/"; local_ref=1 Order Allow,Deny Allow from env=local_ref The idea being that the server will only return a .jpg file if it was referred from a page on

[users@httpd] apache 2.0 as reverse proxy using mod_rewrite

2005-06-23 Thread Heitmann, Herwarth
Title: Message hello,   i have some difficulties using apache webserver as a reverse proxy. i am sure it has to do something with url rewriting.   the situation is as follows.   - at our company we have some external ip address accessible via the internet. these ip addresses has to be assig

[users@httpd] mod_rewrite and mod_auth ordering issue

2005-06-23 Thread Stephen Shirley
Morning, I want to use mod_auth for apache2 to restrict access to a directory on a website. I also want to use mod_rewrite to force such authentication to be over https. I have the following in dir/.htaccess: RewriteEngine On RewriteCond %{HTTPS} !^on$ RewriteRule ^

[users@httpd] Re: Problem with VirtualHosts

2005-06-23 Thread Joost de Heer
>> NameVirtualHost * >> >> > When I restart my apache2 server I get : > Cocozz:~# /etc/init.d/apache2 restart >> Forcing reload of web server: Apache2[Thu Jun 23 11:40:51 2005] [warn] >> NameVirtualHost *:0 has no VirtualHosts Do you have a Listen directive? According to the documentation, if

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-23 Thread Joost de Heer
> That seems to be the only thing we can do. This indeed > significantly reduces the bandwidth usage on > 403-responses. However, we would still like to see a > zero-bandwidth solution. Thanks. Block port 80 in your firewall. Zero bandwidth. Joost ---

Re: [users@httpd] Problem with VirtualHosts

2005-06-23 Thread Aman Raheja
Try *:80 Aman Raheja CoCozZ geek wrote: Hi, im trying to set up a VirtualHost for my website, thats what I use : Cocozz:~# cat /etc/apache2/sites-enabled/000-default NameVirtualHost * ServerAdmin [EMAIL PROTECTED] ServerName www

RE: [users@httpd] Windows, Apache and an ASP Module

2005-06-23 Thread Boyle Owen
> -Original Message- > From: Arthur Guy [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 23. Juni 2005 13:30 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Windows, Apache and an ASP Module > > > I really need to build the entire website again in php but I > don't have the >

RE: [users@httpd] Windows, Apache and an ASP Module

2005-06-23 Thread Arthur Guy
I really need to build the entire website again in php but I don't have the time, any additions can be in php and I will slowly migrate the site over. I installed the proxy and proxy httm module in apache and set it up to forward requests, this seems to work well although I imagine it is fording a

[users@httpd] Problem with VirtualHosts

2005-06-23 Thread CoCozZ geek
Hi, im trying to set up a VirtualHost for my website, thats what I use : Cocozz:~# cat /etc/apache2/sites-enabled/000-default NameVirtualHost *     ServerAdmin [EMAIL PROTECTED]     ServerName www.cocozz.com     ServerAlias cocozz.com hispageeks.cocozz.com     DocumentRoot /var

RE: [users@httpd] mod_perl trouble

2005-06-23 Thread Jan Eden
Wagner, Aaron wrote on 22.06.2005: >Running:: Server Version: Apache/2.0.48 (Win32) mod_perl/1.99_13-dev >Perl/v5.8.3 PHP/4.3.4 > >I had a similar issue and had to add a few lines to the httpd.conf > >PerlSwitches -w PerlSwitches -I/WebCore2/Perl