Re: [EMAIL PROTECTED] Problems with RewriteRule in .htaccess

2008-11-28 Thread Krist van Besien
On Fri, Nov 28, 2008 at 1:02 PM, Andrew Connick <[EMAIL PROTECTED]> wrote: > Also, as it stands, I get an internal server error, which I can fix by > uncommenting #RewriteRule ROOT/ - [L] but why is this line needed ? You problem is due to the way RewriteRules are processed in a .htaccess file

[EMAIL PROTECTED] Problems with RewriteRule in .htaccess

2008-11-28 Thread Andrew Connick
Due to tomcat (& hosting) problems, I want to redirect everything except files ending in .jsp and .do to a ROOT/ directory So I have a .htaccess file as : ___ DirectoryIndex redirect.html RewriteEngine on # Redirect directory index to home page R

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Reynier Perez Mira
gt; Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file > > > -Original Message- > > From: Reynier Perez Mira [mailto:[EMAIL PROTECTED] > > Sent: Saturday, November 15, 2008 9:30 AM > > To: users@httpd.apache.org > > Subject: RE: [EMAIL PROTECTED] Pr

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Justin Pasher
> -Original Message- > From: Reynier Perez Mira [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 15, 2008 9:30 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file > > Hi, sorry for this late but I was busy with some oth

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-15 Thread Reynier Perez Mira
Hi, sorry for this late but I was busy with some other things. Now answer every one of yours questions: > What do you have DocumentRoot set to for this VirtualHost? /var/www/webacula/html > In what > directory is the .htaccess file located? /var/www/webacula/html/.htaccess > In what directory i

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Hollie Hollis
TED] Sent: Thursday, November 13, 2008 2:10 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problems with .htaccess file Actually, a leading / in a condition will work just fine in the htaccess / directory / location context. You need to remove it from a RewriteRule, if present. Fran

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
Reynier Perez Mira wrote: You will have to add the RewriteLogLevel and RewriteLog directives (they do not appear in a default apache config). They can be set within the global apache config or the VirtualHost directive. The purpose of the logs is not to eliminate the error, but to try to see how

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Frank Gingras
ECTED] Sent: Thursday, November 13, 2008 1:59 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file You will have to add the RewriteLogLevel and RewriteLog directives (they do not appear in a default apache config). They can be set within the global apache c

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
> -Original Message- > From: Hollie Hollis [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 13, 2008 3:02 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file > Because this is in a .htaccess file rather than in the main apac

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Hollie Hollis
s|ico|gif|jpg|png|css)$ index.php -Original Message- From: Reynier Perez Mira [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 1:59 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file > You will have to add the RewriteLogLevel and Re

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
> You will have to add the RewriteLogLevel and RewriteLog directives (they > do not appear in a default apache config). They can be set within the > global apache config or the VirtualHost directive. The purpose of the > logs is not to eliminate the error, but to try to see how the URLs are > being

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
Reynier Perez Mira wrote: Try increasing your RewriteLogLevel (something like RewriteLogLevel 3) in your apache config (you may have to set RewriteLog also). Then look through the log to see exactly how it is rewriting the request. Where I change these values? I look in apache2.conf file a

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
> Try increasing your RewriteLogLevel (something like RewriteLogLevel 3) > in your apache config (you may have to set RewriteLog also). Then look > through the log to see exactly how it is rewriting the request. Where I change these values? I look in apache2.conf file and nothing like "RewriteLog

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
Reynier Perez Mira wrote: You can add an exception before it to avoid this RewriteCond %{REQUEST_URI} !^/index\.php$ RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php Well, now my .htaccess file is this: php_flag magic_quotes_gpc off php_flag register_globals off RewriteEngine On Rewri

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
> You can add an > exception before it to avoid this > > RewriteCond %{REQUEST_URI} !^/index\.php$ > RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php > Well, now my .htaccess file is this: php_flag magic_quotes_gpc off php_flag register_globals off RewriteEngine On RewriteBase /webacula Rew

Re: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Justin Pasher
Reynier Perez Mira wrote: Hi every: I'm newbie using Rewrite rules with Apache and for that is my problem. I want to install Webacula application in one of my servers. This app have this .htaccess file: php_flag magic_quotes_gpc off php_flag register_globals off RewriteEngine On RewriteBase

[EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Reynier Perez Mira
Hi every: I'm newbie using Rewrite rules with Apache and for that is my problem. I want to install Webacula application in one of my servers. This app have this .htaccess file: php_flag magic_quotes_gpc off php_flag register_globals off RewriteEngine On RewriteBase /webacula RewriteRule !\.(js

Re: [EMAIL PROTECTED] Problems connecting using Apache on Vista

2008-09-05 Thread Dragon
Gley, David B CTR USAF AFMC HQ AFMC/A7AQ did speak thusly: A little background: I have a client-server application that I created using Delphi. The database server is a Windows 2003 operating system running Oracle and Oracle HTTP Server (Apache 1.3.34). eq_prod.dll is registered with Apache as

[EMAIL PROTECTED] Problems connecting using Apache on Vista

2008-09-05 Thread Gley, David B CTR USAF AFMC HQ AFMC/A7AQ
A little background: I have a client-server application that I created using Delphi. The database server is a Windows 2003 operating system running Oracle and Oracle HTTP Server (Apache 1.3.34). eq_prod.dll is registered with Apache as a handler. The client connects to the database and all works

RE: [EMAIL PROTECTED] problems installing apache module -- SOLVED

2008-09-04 Thread Bill Tantzen
ache.org > Subject: [EMAIL PROTECTED] problems installing apache module > > I am having major problems with what should be a simple task > -- installing a module as a DSO, specifically mod_fastcgi. I > have a have a hunch that the problem is not with fastcgi, but > instead w

RE: [EMAIL PROTECTED] problems installing apache module

2008-09-04 Thread Bill Tantzen
Of Davide Bianchi > Sent: Thursday, September 04, 2008 1:58 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] problems installing apache module > > Bill Tantzen wrote: > > The error I see when I do a configtest is: > > Syntax error on line 248 of /software/apach

Re: [EMAIL PROTECTED] problems installing apache module

2008-09-04 Thread Davide Bianchi
Bill Tantzen wrote: > The error I see when I do a configtest is: > Syntax error on line 248 of /software/apache/conf/httpd.conf: > Cannot load /software/apache/libexec/mod_fastcgi.so into server: > /software/apache/libexec/mod_fastcgi.so: undefined symbol: OS_FcgiConnect The module is trying to lo

[EMAIL PROTECTED] problems installing apache module

2008-09-03 Thread Bill Tantzen
I am having major problems with what should be a simple task -- installing a module as a DSO, specifically mod_fastcgi. I have a have a hunch that the problem is not with fastcgi, but instead with something I am doing wrong while installing, and I'm hoping somebody can point me in a better directi

[EMAIL PROTECTED] problems with proxy_html / reverseproxy

2008-08-21 Thread peter pilsl
I've a rather simple task: A webpage that is hosted as subdomain (bleiberecht.sosmitmensch.at) should be accessible under a Toplevel-Domain (bleiberecht.at). Cause the webpage itself is hardcoded to the subdomain I intend to use reverseproxy and the proxy_html_module to make the page accessi

Re: [EMAIL PROTECTED] Problems building httpd 2.2.9 on Sun Solaris 9 SPARC

2008-07-11 Thread Dan_Mitton
(bcc: Dan Mitton/YD/RWDOE) Subject: [EMAIL PROTECTED] Problems building httpd 2.2.9 on Sun Solaris 9 SPARC LSN: Not Relevant User Filed as: Not a Record At several places in the 'configure' process, I am getting a WARNING about 'Unrecognized options'. I have us

[EMAIL PROTECTED] Problems building httpd 2.2.9 on Sun Solaris 9 SPARC

2008-07-11 Thread Dan_Mitton
At several places in the 'configure' process, I am getting a WARNING about 'Unrecognized options'. I have used all of these options before, at least on the 2.2.2, 2.2.3, 2.2.4 & 2.2.6 versions. The help says they are all valid. Other then these WARNING, configure completes with no errors (see

[EMAIL PROTECTED] Problems compiling Apache

2008-06-13 Thread Mário Gamito
Hi, I'm trying to compile Apache 1.3.37 with a series of modules, but I'm getting a bunch of errors in make. I'm using CentOS 5.1 The errors are like this: "mod_include.c:2318: error: expected â)â before â*â token mod_include.c:2325: error: expected â)â before â*â token mod_include.c:2345: err

[EMAIL PROTECTED] Problems with apache behind an ISA server

2008-06-02 Thread Nir Peled
Hello guys, I'm not sure if this is the correct place to ask this but I'll try anyway. I have an apache server running a PHP based wiki site. I added simple authentication that goes through the organizational LDAP to it. >From within the network, the authentication works just fine, but

Re: [EMAIL PROTECTED] Problems with rewrite and SSL

2008-05-22 Thread Krist van Besien
On Thu, May 22, 2008 at 12:41 PM, Daniel Ruiz <[EMAIL PROTECTED]> wrote: > Can anyone help me!?!?!?!?!?! You probably should use %{HTTP_HOST} in stead of %{SERVER_NAME}. HTTP_HOST is the variable where the "host" header is stored. A note about this part of your config: > > ... >

[EMAIL PROTECTED] Problems with rewrite and SSL

2008-05-22 Thread Daniel Ruiz
Hi, I'm trying to rewrite a HTTP connection as HTTPS one, but because of the number of configured virtual hosts, I'm getting problems... I explain here: - my server has configured 4 virtual hosts: A, B, C and D - virtual host A has configured into HTTP default site (Debian Etch) a HTTPS redirect

[EMAIL PROTECTED] Problems with Rewrite and SSL

2008-05-20 Thread Daniel Ruiz Molina
Hi, I'm trying to rewrite a HTTP connection as HTTPS one, but because of the number of configured virtual hosts, I'm getting problems... I explain here: - my server has configured 4 virtual hosts: A, B, C and D - virtual host A has configured into HTTP default site (Debian Etch) a HTTPS redi

[EMAIL PROTECTED] Problems with the /balancer-manager mod_proxy_balancer

2008-05-14 Thread Ahmed Musa
Hi, i have the following situation Apache is balancing requests to backend JBoss Server. Everything (the balancing of requests to the webcontainer (tomcat) of jboss)works fine - except i cannot get the balancer-manager working. Of course the GUI appears but after clicking on a worker link not

[EMAIL PROTECTED] Problems with mod_vhost_alias and PHP require

2008-05-07 Thread Mário Gamito
Hi, I have this Apache server with mod_vhost_alias and set /home/pages/%0 as the VirtualDocumentRoot In /home/pages/gamito.foo.com I have a index.php file. This generates the http://gamito.foo.com URL. Also, I have a /home/pages/fckeditor with FCKeditor. *This is not defined as a subdomain in the

[EMAIL PROTECTED] Problems with permissions

2008-04-04 Thread Mário Gamito
Hi, I have this PHP code to add an alias in a DNS server (djbdns). If I run in the shell as root: # php dns.php all is well, the entry is created. Os course, that running through Apache, it isn't, because Apache is running under nobody.nobody Here are the relevant permissions and ownership:

Re: [EMAIL PROTECTED] Problems building on Redhat (openssl conflict)

2008-03-25 Thread John P. Dodge
On Sat, 22 Mar 2008 [EMAIL PROTECTED] wrote: > Hi, > > I am trying to build an SSL-enabled Apache 2.2.8 on a Redhat 4 system, but am > running into a problem. > > The problem is that for some reason, there is already an older (0.9.7a-43.16) > version of openssl on the machine, but no openssl-dev

[EMAIL PROTECTED] Problems building on Redhat (openssl conflict)

2008-03-21 Thread ohaya
Hi, I am trying to build an SSL-enabled Apache 2.2.8 on a Redhat 4 system, but am running into a problem. The problem is that for some reason, there is already an older (0.9.7a-43.16) version of openssl on the machine, but no openssl-devel RPM was installed. So, I figured I'd build the latest

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Michael Gordon
Liz, I don't think this is an Apache issue unless you have not set the mime/types correctly for image formats. I think it may be a web browser issue, or a third party software issue blocking your .tif image files. What web browser are you using. Please provide a URL to one of your image fi

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Nils Jeppe
On Tue, 18 Mar 2008, Liz Kim wrote: I dont think that is the problem because I can directly access and view the image on the browser when I use the src " http://mysite.com/images/2.tif"; It's only when this src is embedded in a file such as html that it shows up as broken link image. I hate

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Skye Poier Nott
Its not an apache issue, its a browser issue. Apache serves the tif file the same whether it was entered directly in the location bar or referenced from html. The browser is in charge of rendering the image inside the document. Skye On 18-Mar-08, at 5:48 PM, Liz Kim wrote: I dont thi

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Liz Kim
I dont think that is the problem because I can directly access and view the image on the browser when I use the src " http://mysite.com/images/2.tif"; It's only when this src is embedded in a file such as html that it shows up as broken link image. On Tue, Mar 18, 2008 at 5:44 PM, j k <[EMAIL PROT

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread j k
I think you need a plugin similar http://www.alternatiff.com/ to view tiff files in a browser. On Tue, Mar 18, 2008 at 4:27 PM, Liz Kim <[EMAIL PROTECTED]> wrote: > I have a very simple html file which includes two images: > > > > > The path to the files are correct and I can view both the fil

[EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Liz Kim
I have a very simple html file which includes two images: The path to the files are correct and I can view both the files on my browser by directly going to the src path. However, when this html file is viewed, the tif file appears broken. Any ideas? Do I have to enable some setting to be abl

Re: [EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread Eric Covener
On Fri, Mar 14, 2008 at 1:05 PM, Nilesh Govindrajan <[EMAIL PROTECTED]> wrote: > It is clear that the problem is with LDAP only. Are you sure that you > have installed the LDAP development libraries ? On which OS are you > trying to compile it ? > Might want to re-run that last libtool invocati

Re: [EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread Nilesh Govindrajan
On Fri, 14 Mar 2008 09:47:18 -0700 (PDT) R C <[EMAIL PROTECTED]> wrote: > make log attached. > > > Nilesh Govindrajan <[EMAIL PROTECTED]> wrote: > On Fri, 14 Mar 2008 07:52:34 -0700 (PDT) > R C wrote: > > > I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After > > looking thr

Re: [EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread Nilesh Govindrajan
On Fri, 14 Mar 2008 07:52:34 -0700 (PDT) R C <[EMAIL PROTECTED]> wrote: > I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After > looking thru the docs, I came up with the following compile string, > which I run from the extracted source directory : ./configure > --prefix=/opt/apach

[EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread R C
I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After looking thru the docs, I came up with the following compile string, which I run from the extracted source directory : ./configure --prefix=/opt/apache2 –-with-ldap --enable-mods-shared=all –-enable-ssl –-enable-ldap –-ena

[EMAIL PROTECTED] Problems with Apache 2.2.8 on AIX 5.1

2008-03-12 Thread Siddiqa, Asma
Hello, I have installed Apache 2.2.8 on AIX 5.2 (64-bit) . After the successful installation when I try to check if the apache is working with the URL "http://:/" , then one of the child process is crashing and the apache forks one more new child process. Due to this I get "Page cannot be Displ

Re: [EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread Joshua Slive
On Dec 17, 2007 9:06 AM, Krist van Besien <[EMAIL PROTECTED]> wrote: > On Dec 17, 2007 12:52 PM, jocke khazad <[EMAIL PROTECTED]> wrote: > > Same resault with > > > > > > http://www.example.com/jsp/admin > > > > and > > > > http://www.example.com/jsp/admin/ > > > > Check your config. There might be

Re: [EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread Krist van Besien
On Dec 17, 2007 12:52 PM, jocke khazad <[EMAIL PROTECTED]> wrote: > Same resault with > > > http://www.example.com/jsp/admin > > and > > http://www.example.com/jsp/admin/ > Check your config. There might be a DirectoryIndex somewhere else in your httpd.conf, or in a .htaccess file that overrides t

Re: [EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread jocke khazad
Same resault with http://www.example.com/jsp/admin and http://www.example.com/jsp/admin/ On Dec 17, 2007 12:41 PM, Krist van Besien <[EMAIL PROTECTED]> wrote: > On Dec 17, 2007 12:21 PM, jocke khazad <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > > > I have an odd problem with my apache serve

Re: [EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread Krist van Besien
On Dec 17, 2007 12:21 PM, jocke khazad <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I have an odd problem with my apache server. > > Server version: Apache/2.0.46 > > My default page in www.exmaple.com is index.jsp and it loads fine if you > enter http://www.example.com. > > here is the problem, >

[EMAIL PROTECTED] Problems to load default pages in subdirectoires

2007-12-17 Thread jocke khazad
Hi Everyone, I have an odd problem with my apache server. Server version: Apache/2.0.46 My default page in www.exmaple.com is index.jsp and it loads fine if you enter http://www.example.com. here is the problem, When I enter http://www.example.com/jsp/admin it doesn't work. I get the follow m

Re: [EMAIL PROTECTED] Problems with some charsets ??

2007-12-11 Thread Tony Molloy
On Tuesday 11 December 2007 10:52, Severin Gehwolf wrote: > Hi! > > > I been asked to migrate a software localisation website from Fedora 9 to > > Centos 5. Unfortunately much of the content of the site was developed > > using FrontPage on windows. I'm having trouble with the display of some > > c

Re: [EMAIL PROTECTED] Problems with some charsets ??

2007-12-11 Thread Severin Gehwolf
Hi! > I been asked to migrate a software localisation website from Fedora 9 to > Centos 5. Unfortunately much of the content of the site was developed using > FrontPage on windows. I'm having trouble with the display of some > characters. For instance the apostrophe in english text and accents

[EMAIL PROTECTED] Problems with some charsets ??

2007-12-11 Thread Tony Molloy
Hi, I been asked to migrate a software localisation website from Fedora 9 to Centos 5. Unfortunately much of the content of the site was developed using FrontPage on windows. I'm having trouble with the display of some characters. For instance the apostrophe in english text and accents in sp

Re: [EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread Joshua Slive
On Dec 4, 2007 9:28 PM, fchan <[EMAIL PROTECTED]> wrote: > Hi, > Here is what I get on my error_log: > > [Tue Dec 04 15:32:06 2007] [error] [client 209.172.112.207] Symbolic > link not allowed or link target not accessible: > /usr/local/apache/htdocs/calendar > [Tue Dec 04 15:32:09 2007] [error] [c

Re: [EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread fchan
Hi, Here is what I get on my error_log: [Tue Dec 04 15:32:06 2007] [error] [client 209.172.112.207] Symbolic link not allowed or link target not accessible: /usr/local/apache/htdocs/calendar [Tue Dec 04 15:32:09 2007] [error] [client 209.172.112.207] Symbolic link not allowed or link target no

Re: [EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread William A. Rowe, Jr.
fchan wrote: Hi, I'm having problems with trying to link a directory to an NFS mount to htdocs directory. I get a Forbidden: You don't have permission to access /calendar/ on this server. The file is a in /usr/local/apache/htdocs and here is the ls -l of the link: lrwxrwxrwx 1 rootroot

Re: [EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread Joshua Slive
On Dec 4, 2007 6:50 PM, fchan <[EMAIL PROTECTED]> wrote: > Hi, > I'm having problems with trying to link a directory to an NFS mount > to htdocs directory. I get a Forbidden: You don't have permission to > access /calendar/ on this server. > The file is a in /usr/local/apache/htdocs and here is the

[EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread fchan
Hi, I'm having problems with trying to link a directory to an NFS mount to htdocs directory. I get a Forbidden: You don't have permission to access /calendar/ on this server. The file is a in /usr/local/apache/htdocs and here is the ls -l of the link: lrwxrwxrwx 1 rootroot 27 Nov

[EMAIL PROTECTED] Problems with SuEXEC (directory doesn't have target gid error)

2007-11-20 Thread Sjors Gielen
Hi, After fiddling around with it for a while, I have set up an Apache server that uses SuPHP and SuEXEC to change its UID and GID when a request arrives. I think I should explain a bit about how the setup works before going on with the real question. I've got the following (important) groups on m

Re: [EMAIL PROTECTED] Problems making exceptions to Apache authentication

2007-10-26 Thread Matt Brock
Thanks Joshua. That didn't work for some reason but it led me to trying some similar things out, and I ended up with a solution which excludes certain IP addresses from the authentication process, which should work fine for us as an alternative to excluding certain URLs: Order deny,allow

Re: [EMAIL PROTECTED] Problems making exceptions to Apache authentication

2007-10-25 Thread Joshua Slive
On 10/25/07, Matt Brock <[EMAIL PROTECTED]> wrote: > Hi. > > I'm applying some authentication across all of a site site using the > following: > > The "*" is unnecessary. > AuthName "NAME" > AuthType Basic > AuthUserFile /usr/local/www/.htpasswd > AuthGrou

[EMAIL PROTECTED] Problems making exceptions to Apache authentication

2007-10-25 Thread Matt Brock
Hi. I'm applying some authentication across all of a site site using the following: AuthName "NAME" AuthType Basic AuthUserFile /usr/local/www/.htpasswd AuthGroupFile /dev/null require user USER However, there is one specific URL pattern that I

Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread solprovider
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de [EMAIL > PROTECTED] > Envoyé : lundi 15 octobre 2007 15:06 > À : users@httpd.apache.org > Objet : Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain > > Distinguishing between FQDN and Domain is barely relevant wh

RE: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread Axel-Stephane SMORGRAV
d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de [EMAIL PROTECTED] Envoyé : lundi 15 octobre 2007 15:06 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain Distinguishing between FQDN and Domain is barely relevant when discu

Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread solprovider
Distinguishing between FQDN and Domain is barely relevant when discussing Cookies. RFC2965 states, "Domain Defaults to the request-host." Cookies default to using the FQDN as the Domain if the Domain is not specified. Specified domains must start with a period, must be exactly one level below th

RE: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread Axel-Stephane SMORGRAV
The behaviour observed by the original poster is correct: www.example.com is the host FQDN - not the domain. The cookie _domain_ is example.com. A cookie which domain is example.com will be submitted by the UA to both www1.example.com and www.example.com. The conclusion is that no rewriting of

RE: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-02 Thread Axel-Stéphane SMORGRAV
whether the cookie is issued with a specific path and whether that could be the reason why your browser does not submit the cookie. -ascs De : Skiff Lad [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 octobre 2007 14:59 À : users@httpd.apache.org Objet : [EMAIL PROTECTED

[EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-02 Thread Skiff Lad
Hi, I seem to have a problem / misunderstanding regarding the use of the ProxyPassReverseCookieDomain directive on 2.2.4 on Windows. I have www.mydomain.com running 2.2.4. Within the httpd.conf file, I have a number of redirect directive statements that send a user, based on the URL, eg. www

Re: [EMAIL PROTECTED] Problems using chroot'd apache under Linux SLES10

2007-09-17 Thread Gaël Lams
Hi On 9/17/07, Foster, Stephen (ASPIRE) <[EMAIL PROTECTED]> wrote: > Hi all, > > I have created a chroot to run my apache in under SLES10. I have previously > done this in solaris and it worked perfectly , however differences in linux > are causing problems for me when starting. It will not rea

[EMAIL PROTECTED] Problems using chroot'd apache under Linux SLES10

2007-09-17 Thread Foster, Stephen \(ASPIRE\)
Hi all, I have created a chroot to run my apache in under SLES10. I have previously done this in solaris and it worked perfectly , however differences in linux are causing problems for me when starting. Apache 2.2.4 has been built and installed and the required apache and OS libraries and file

[EMAIL PROTECTED] Problems of charset and file location with VirtualHost, SSL and Reverse Proxy

2007-08-20 Thread via . lej
Hello ! I have some problems using VirtualHost and SSL, please have a look at my log file: --> [Mon Aug 20 17:31:14 2007] [warn] [client 10.0.5.253] No usable charset information: using old HTTP default LATIN1 [Mon Aug 20 17:31:14 2007] [error] [client 10.0.5.253] Error in

Re: [EMAIL PROTECTED] Problems installing on WinXP

2007-08-14 Thread Joshua Slive
On 8/14/07, Jez Hodgkinson <[EMAIL PROTECTED]> wrote: > Hi, I've installed Apache 2.2.4 on my Windows XP box (I used "localhost" for > both network domain and server name, plus the All Users, on Port 80 option). > > The install appears to work fine (it reported no errors and there's nothing > in th

[EMAIL PROTECTED] Problems installing on WinXP

2007-08-14 Thread Jez Hodgkinson
Hi, I've installed Apache 2.2.4 on my Windows XP box (I used "localhost" for both network domain and server name, plus the All Users, on Port 80 option). The install appears to work fine (it reported no errors and there's nothing in the error log). Apache starts fine. When I try to connect I ge

Re: [EMAIL PROTECTED] problems with the bandwidth and apache

2007-07-25 Thread Tony Stevenson
Roberto Tortolero wrote: The apache installed on Linux fedora is taking the half of the bandwidth of the company were a work for. The apache have configure three virtual host redirecting to other server through proxy directives, so, it possible to know why the apache server is consuming so

[EMAIL PROTECTED] problems with the bandwidth and apache

2007-07-25 Thread Roberto Tortolero
The apache installed on Linux fedora is taking the half of the bandwidth of the company were a work for. The apache have configure three virtual host redirecting to other server through proxy directives, so, it possible to know why the apache server is consuming so many bandwidth. thank you.

[EMAIL PROTECTED] problems with the IE.

2007-07-23 Thread Roberto Tortolero
Good afternoon. I like to thanks all the comments that i received on my last issue, but now i have another one related with the infamous IE. the problem is that i have web page that redirect the web site according to web browser which the user is using, this is made by javascript. the web site if

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-18 Thread Roberto Tortolero
Good morning, i tried something yesterday, by removing the 3 virtualhost that i have setup, those 3 VH are made to make a route from other servers where i have hosting my pages. It's like a layer 3 model, where i have a firewall then other server where the web pages are served and other server wh

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread 栗山 正和
- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For addit

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Javier Toledo Pantoja
I think that if you activate the KEEPALIVE would be good, because indicates how many seconds the agents are wating without respawn or bring new childs to attend requests... but you must be a higher time... 15 secs order that an agent or httpd process (server) waits 15 seconds for next request and

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Roberto Tortolero
I still have a problem, i down the values of the directives, but i don't know witch one is the one to downed, so i reduce the values for the three of them ok. the server has 3 directives witch contains the other ones: # prefork MPM # worker MPM # perchild MPM but the apache consumes the half o

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Roberto Tortolero
Ok, thanks for the fastest response ever... I've tried now with those directives, they are all ready declared in the httpd.conf file, so i modified to see what happen. let give a try, if i have any problem i'll post again. thank you so much.

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Chris 'Xenon' Hanson
Roberto Tortolero wrote: Hi, i write 'cause i have a problem with apache, i have it running on fedora 6.0 and it was installed by rpm. The problem is that the httpd process create like a hundred child process that saturated the server and make it slower. My apache is configure with 4 virtualhost

RE: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Jeff Murch
: Tuesday, July 17, 2007 12:35 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Problems with process child on apache 2.0.4 Hi, i write 'cause i have a problem with apache, i have it running on fedora 6.0 and it was installed by rpm. The problem is that the httpd process create like a hu

[EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Roberto Tortolero
Hi, i write 'cause i have a problem with apache, i have it running on fedora 6.0 and it was installed by rpm. The problem is that the httpd process create like a hundred child process that saturated the server and make it slower. My apache is configure with 4 virtualhosts and 3 of them are via p

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] Problems building apache on Solaris 8

2007-07-06 Thread Laurent FAILLIE
--- "ROTH, MARK, ATTSI" <[EMAIL PROTECTED]> a écrit : > Building apache on Solaris 8. *Very* basic box, gcc > 3.2.x is installed > (as is libiconv, and libiwhatsit, and, and, and, > that the guy who built > the box did *not* install) I've been trying to > build 2.2.2. It > worked fine on the S

[EMAIL PROTECTED] Problems building apache on Solaris 8

2007-07-05 Thread ROTH, MARK, ATTSI
I suspect this has been answered before, so if someone's got a pointer to the answer, I'd appreciate it. Building apache on Solaris 8. *Very* basic box, gcc 3.2.x is installed (as is libiconv, and libiwhatsit, and, and, and, that the guy who built the box did *not* install) I've been trying to

Re: [EMAIL PROTECTED] Problems with mod_proxy etc and open proxy

2007-06-02 Thread Philip Rhoades
Graeme, On 6/2/07, Graeme Fowler <[EMAIL PROTECTED]> wrote: On Sat, 2007-06-02 at 10:59 +1000, Philip Rhoades wrote: > Not sure what you mean - do you mean load the page: > >http://www.sun.com/ > > into my browser on the same machine that is running httpd? - that just > returns the sun page

Re: [EMAIL PROTECTED] Problems with mod_proxy etc and open proxy

2007-06-02 Thread Graeme Fowler
On Sat, 2007-06-02 at 10:59 +1000, Philip Rhoades wrote: > Not sure what you mean - do you mean load the page: > >http://www.sun.com/ > > into my browser on the same machine that is running httpd? - that just > returns the sun page . . No, I mean have you connected to your webserver using an

Re: [EMAIL PROTECTED] Problems with mod_proxy etc and open proxy

2007-06-01 Thread Philip Rhoades
Graeme, On 6/1/07, Graeme Fowler <[EMAIL PROTECTED]> wrote: On Fri, 2007-06-01 at 21:00 +1000, Philip Rhoades wrote: > 72.28.205.136 - - [01/Jun/2007:12:15:24 +1000] "GET > http://www.sun.com/ HTTP/1.1" 200 1261 "-" "Mozilla/5.0 ( Windows; U; > Windows NT4.0; DigiExt )" > > What else do I need

Re: [EMAIL PROTECTED] Problems with an extra Rewrite Rule before a RewriteCond

2007-06-01 Thread Joshua Slive
On 6/1/07, thomas Armstrong <[EMAIL PROTECTED]> wrote: Thank you everybody. However I'm still gettint the same odd effect. I tried: RewriteRule ^faq index.php?page_id=119 [R,L] ---> it doesn't mask the URL RewriteRule ^faq index.php?page_id=119 [R,TP] --> Internal server error RewriteRule ^faq i

Re: [EMAIL PROTECTED] Problems with an extra Rewrite Rule before a RewriteCond

2007-06-01 Thread thomas Armstrong
Thank you everybody. However I'm still gettint the same odd effect. I tried: RewriteRule ^faq index.php?page_id=119 [R,L] ---> it doesn't mask the URL RewriteRule ^faq index.php?page_id=119 [R,TP] --> Internal server error RewriteRule ^faq index.php?page_id=119 --> it's caught by index.php, I sup

Re: [EMAIL PROTECTED] Problems with mod_proxy etc and open proxy

2007-06-01 Thread Pid
Graeme Fowler wrote: On Fri, 2007-06-01 at 21:00 +1000, Philip Rhoades wrote: 72.28.205.136 - - [01/Jun/2007:12:15:24 +1000] "GET http://www.sun.com/ HTTP/1.1" 200 1261 "-" "Mozilla/5.0 ( Windows; U; Windows NT4.0; DigiExt )" What else do I need to do? Probably nothing. Have you tried to mak

Re: [EMAIL PROTECTED] Problems with mod_proxy etc and open proxy

2007-06-01 Thread Graeme Fowler
On Fri, 2007-06-01 at 21:00 +1000, Philip Rhoades wrote: > 72.28.205.136 - - [01/Jun/2007:12:15:24 +1000] "GET > http://www.sun.com/ HTTP/1.1" 200 1261 "-" "Mozilla/5.0 ( Windows; U; > Windows NT4.0; DigiExt )" > > What else do I need to do? Probably nothing. Have you tried to make the same requ

[EMAIL PROTECTED] Problems with mod_proxy etc and open proxy

2007-06-01 Thread Philip Rhoades
People, I have: Server version: Apache/2.2.4 running on FC6 - I have commented out these lines in httpd.conf: # LoadModule proxy_module modules/mod_proxy.so # LoadModule proxy_balancer_module modules/mod_proxy_balancer.so # LoadModule proxy_ftp_module modules/mod_proxy_ftp.so # LoadModule prox

Re: [EMAIL PROTECTED] Problems with an extra Rewrite Rule before a RewriteCond

2007-05-30 Thread Vincent Bray
On 30/05/07, Russ <[EMAIL PROTECTED]> wrote: I'm a bit confused. R means redirect, meaning the server sends the 301 or 302 header to the browser. In either case, the browse will redirect to the new URL and that's what will show in the address bar. How evactly do you make things redirect wit

Re: [EMAIL PROTECTED] Problems with an extra Rewrite Rule before a RewriteCond

2007-05-30 Thread Russ
nge in the address bar? Russ Sent wirelessly via BlackBerry from T-Mobile. -Original Message- From: "Vincent Bray" <[EMAIL PROTECTED]> Date: Wed, 30 May 2007 17:33:47 To:users@httpd.apache.org, [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] Problems with an extra Rewrite

Re: [EMAIL PROTECTED] Problems with an extra Rewrite Rule before a RewriteCond

2007-05-30 Thread Vincent Bray
On 30/05/07, Russ <[EMAIL PROTECTED]> wrote: The R flag means redirect. You want P for proxy if you want the URL to not change, but this brings with it a host of other issues. Russ, you're correct regarding [R] but incorrect pertaining to [P] in this case. He's rewriting to a local script so

Re: [EMAIL PROTECTED] Problems with an extra Rewrite Rule before a RewriteCond

2007-05-30 Thread Russ
:02:25 To:users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problems with an extra Rewrite Rule before a RewriteCond On 30/05/07, thomas Armstrong <[EMAIL PROTECTED]> wrote: > Hi. > > I'm trying to create an additional Rewrite Rule appart from those > created by

  1   2   3   >