Re: [EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-11-14 Thread Spil Oss
Martin, Don't think that that'll work. Apache will report a config error because you cant use ProxyPass in a Location block, only ProxyPass You probably want ProxyPassReverse http://numsum.com/numsum if you wish to have a header Location: http://numsum.com/numsum/people in a redirect. Spil

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread ROGER DEBRY
That was it. This is the first system that I have run that uses SELinux, and I had not thought of this as being a problem. Thank you! >>> "Joshua Slive" <[EMAIL PROTECTED]> 11/1/2006 11:44 AM >>> On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: > Here is the message from the Apache error log: >

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Joshua Slive
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: Here is the message from the Apache error log: [client 161.28.248.51] (13)Permission denied: access to /phpBB2/docs/INSTALL.html denied The Directory is defined in httpd.conf as This is a unix filesystems permission problem. If other files

RE: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread ROGER DEBRY
Here is the message from the Apache error log: [client 161.28.248.51] (13)Permission denied: access to /phpBB2/docs/INSTALL.html denied The Directory is defined in httpd.conf as >>> "Boyle Owen" <[EMAIL PROTECTED]> 11/1/2006 8:40 AM >>> > -Original Message- > From: ROGER DEBRY [mailt

RE: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Boyle Owen
> -Original Message- > From: ROGER DEBRY [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 4:21 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Strange problem with permissions > > I have just recently installed Apache 2.2.2. All seems to work just > fine. > > H

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Joshua Slive
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: I have just recently installed Apache 2.2.2. All seems to work just fine. However, today I downloaded a package that requires a number of files be installed in my web directory. When I try to access these files from a browser, I get an error mes

Re: [EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-10-26 Thread Jack Saunders
Change this line ProxyPass http://numsum.com/ To this ProxyPass / http://numsum.com/ Everything else looks good. Hope this helps! Jack On 10/25/06, Didier PH Martin <[EMAIL PROTECTED]> wrote: Hello My Apache version is: 2.2.3 installed from the apache friend package for windows. The server i

RE: [EMAIL PROTECTED] Strange problem

2005-11-24 Thread Boyle Owen
> -Original Message- > From: Adam Olsen [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 24. November 2005 00:17 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Strange problem > > > We are using perl and apache2 for our software. With our > software, our > users have the abilit

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-23 Thread André Malo
* Joshua Slive wrote: > On 8/22/05, Stuart Gall <[EMAIL PROTECTED]> wrote: > > > I haven't tested this myself, but my guess is that mod_autoindex > > > (which generates the directory listings) is doing a file-level > > > sub-request on each entry in the directory to see if it is > > > accessible.

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-23 Thread William A. Rowe, Jr.
Joshua Slive wrote: On 8/22/05, Stuart Gall <[EMAIL PROTECTED]> wrote: I haven't tested this myself, but my guess is that mod_autoindex (which generates the directory listings) is doing a file-level sub-request on each entry in the directory to see if it is accessible. For some reason this sub-

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-23 Thread Joshua Slive
On 8/22/05, Stuart Gall <[EMAIL PROTECTED]> wrote: > > I haven't tested this myself, but my guess is that mod_autoindex > > (which generates the directory listings) is doing a file-level > > sub-request on each entry in the directory to see if it is accessible. > > For some reason this sub-request

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-22 Thread Stuart Gall
On 21 Aug 2005, at 17:39, Joshua Slive wrote: So I have apache 2.0.50 installed on Mandrake A little bit of an old version. OK It comes with mandrake 10.1 and I am a bit lazy :-) The latest version is 2.0.54 and http://ftp.physics.auth.gr/pub/mirrors/apache/httpd/CHANGES_2.0 doesn't ment

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-21 Thread Sean Conner
It was thus said that the Great Stuart Gall once stated: > > Hello, > As I understand it > and > are equivalent except Location refers from the Document root Not quite. refers to the URL, *not* the directory. For example: http://bible.conman.org/ Actually, go there. You'll

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-21 Thread Joshua Slive
On 8/21/05, Stuart Gall <[EMAIL PROTECTED]> wrote: > Hello, > As I understand it > and > are equivalent except Location refers from the Document root That's a gross (and potentially dangerous) oversimplification. See: http://httpd.apache.org/docs/2.0/sections.html#file-and-web for the true diff

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread Kelly Price
On 8/2/05, Nick Kew <[EMAIL PROTECTED]> wrote: > Kelly Price wrote: > > I'm having a strange problem with mod_vhost_alias here, which doesn't > > match the documentation. > > I haven't read the documentation for that, so can't help with diagnosing > whether it's a bug or your problem. > http://h

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread Nick Kew
Kelly Price wrote: > I'm having a strange problem with mod_vhost_alias here, which doesn't > match the documentation. I haven't read the documentation for that, so can't help with diagnosing whether it's a bug or your problem. > My intentions are to map these sample domains on one server to these

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread FSA
are u trying to put the log files in separte dir's for each vhost ? or i don't understand the problem ? Kelly Price wrote: > I'm having a strange problem with mod_vhost_alias here, which doesn't > match the documentation. > > My intentions are to map these sample domains on one server to these