[us...@httpd] UserDir + SetHandler cgi-script broken? (Apache 2.0.52)

2009-01-22 Thread Buck Golemon
I've already posted this on alt.apache.configuration, but this forum seems much more active. I'm sorry if this is double-posting. I'm not sure of the etiquette... --- I can't get "SetHandler cgi-script" to work from inside a UserDir. If I try to access the exact same cgi script using an "Alias"

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-22 Thread Eric Covener
On Thu, Jan 22, 2009 at 3:46 PM, Norman Khine wrote: > Hi, sorry, but this did not work. > As now when I type the http://domain.com/robots.txt the page returned > is from within my cms application and not from the default The condition you added didn't stop the request from being proxied? Did you

[us...@httpd] Re: authentication for a group or for a user

2009-01-22 Thread hugh williams
I ran into this problem. I think you need to look at the directives AuthzGroupFileAuthoritative AuthzUserAuthoritative I think at least one needs to be set to 'off' in order to allow the checking process to not bail after failing the first check. You can verify that this is the case by swappin

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-22 Thread Norman Khine
Hi, sorry, but this did not work. As now when I type the http://domain.com/robots.txt the page returned is from within my cms application and not from the default I am using the python framework itools (http://www.hforge.org) and this has in its URI a semi-column i.e. http://www.hforge.org/;view

Re: [us...@httpd] authentication for a group or for a user

2009-01-22 Thread André Warnier
Eric Covener wrote: On Thu, Jan 22, 2009 at 7:33 AM, Malka Cymbalista wrote: We are running apache 2.2.6 on a Linux machine. We have enabledldap authentication. I would like to allow users to authenticate to aparticular directory either using a valid ldap userid from a list ofvalid userids o

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-22 Thread Bob Ionescu
2009/1/22 Norman Khine : > Is there a way I can put a robots.txt file to reside outside of the > rewrite, so that if a the bots look for http://domain.com/robots.txt > the rewrite does not push it to the > localhost:12080/companies/robots.txt Just exclude the specific path: RewriteCond $1 !=robot

[us...@httpd] robots.txt and rewrite rule

2009-01-22 Thread Norman Khine
Hello, I have the following http.conf entry: ServerName domain.com ServerAlias www.domain.com RewriteEngine On #DenyHosts Rules RewriteMaphosts-deny txt:/home/user/txt/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] Rewri

Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-22 Thread Krist van Besien
On Wed, Jan 21, 2009 at 4:48 PM, Jorge Medina wrote: > You may actually need to specify the protocol: > > Listen 440 https > > http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen That's new for 2.2 and I suppose not mandatory. (I've never used this) Krist -- krist.vanbes...@gmail.com k

Re: [us...@httpd] authentication for a group or for a user

2009-01-22 Thread Eric Covener
On Thu, Jan 22, 2009 at 7:33 AM, Malka Cymbalista wrote: > We are running apache 2.2.6 on a Linux machine. We have enabledldap > authentication. I would like to allow users to authenticate to aparticular > directory either using a valid ldap userid from a list ofvalid userids or if > they are

Re: [us...@httpd] modified html pages not served by the apache-2.0 server on AIX-5.3 using gcc-4.2.2

2009-01-22 Thread Eric Covener
On Thu, Jan 22, 2009 at 3:17 AM, pratap km wrote: > if i change any html page, the server returns nothing for the page that is > changed. For html pages that is not changed is returned properly. apply AIX maintenenace or set EnableSendfile off -- Eric Covener cove...@gmail.com ---

[us...@httpd] authentication for a group or for a user

2009-01-22 Thread Malka Cymbalista
We are running apache 2.2.6 on a Linux machine. We have enabledldap authentication. I would like to allow users to authenticate to aparticular directory either using a valid ldap userid from a list ofvalid userids or if they are a member of a group that I have defined inan external file. I put

Re: [us...@httpd] How can I stick with www only ?

2009-01-22 Thread J. Bakshi
solprovi...@apache.org wrote: > .htaccess files are used to control directories. httpd needs to > connect a server name with the directory. Having directories specify > server names would be complicated. The prime use of .htaccess files > is delegating control of a directory to someone without a

Re: [us...@httpd] How can I stick with www only ?

2009-01-22 Thread solprovider
.htaccess files are used to control directories. httpd needs to connect a server name with the directory. Having directories specify server names would be complicated. The prime use of .htaccess files is delegating control of a directory to someone without access to the main configuration. Conf

[us...@httpd] pratapkm

2009-01-22 Thread pratap km
pratap K.M'  Check out the all-new Messenger 9.0! Go to http://in.messenger.yahoo.com/

[us...@httpd] modified html pages not served by the apache-2.0 server on AIX-5.3 using gcc-4.2.2

2009-01-22 Thread pratap km
I am using apache-2.0.63 on AIX-5.3 and compiling with gcc-4.2.2 ./configure  results in following warnings configure: WARNING: netinet/sctp.h: present but cannot be compiled configure: WARNING: netinet/sctp.h:check for missing prerequisite headers? configure: WARNING: netinet/sctp.h: see the Aut