Re: [us...@httpd] cgi as directory index?

2009-10-15 Thread Dick Davies
Why don't you do ScriptAlias /abc /var/www/abc/cgi-bin/abc.cgi ? On Thu, Oct 15, 2009 at 8:35 PM, Israel Brewster wrote: > I'm sure this one is really simple, but I don't know what I am doing wrong. > I have the following config block in my httpd.conf file: > ScriptAlias /abc /var/www/abc/cgi-b

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Dick Davies
Is that documented anywhere at all? In any event, does it made sense to use something other than the inode as the key into the lockDB - the URI for example? On Thu, Oct 15, 2009 at 3:33 PM, Joe Orton wrote: >> Steps to reproduce: >> >> * PUT file >> * LOCK file >> * PROPGET file (note down the

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Dick Davies
DAV to delete 'file' (e.g. a cronjob) * PUT newfile (very good chance the inode is reused) * LOCK newfile (it will fail) * PROPGET newfile (you'll see it has the same locktoken) Should I report this as a bug? On Wed, Oct 14, 2009 at 2:47 PM, Dick Davies wrote: > Hi all >

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread Dick Davies
Do yourself a big favour and use something like curl. Telnet is a crappy way to test http. On Tue, Oct 13, 2009 at 1:19 PM, Kaya Saman wrote: > Using host: hostname from telnet I get this: > > [code] > HTTP/1.0 400 Bad Request > Server: squid/2.6.STABLE15 > Date: Tue, 13 Oct 2009 12:17:34 GMT > C

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread Dick Davies
On Tue, Oct 13, 2009 at 12:33 PM, Kaya Saman wrote: > I used: telnet {mydomain.com} 80 and it just gives me connected??? No 'get > url' etc... - am on Ubuntu 9.04 currently but even within the Solaris and > Cent OS servers I don't get that kind of response. You have to type the GET bit yourself

Re: [us...@httpd] .htaccess files not working from internet? intranetaccess fine

2009-10-13 Thread Dick Davies
What's in the error/access logs on apache, Kaya? That should tell you whether it's apache blocking the request, or Squid. On Tue, Oct 13, 2009 at 9:45 AM, Kaya Saman wrote: > matt farey wrote: >> >> Did you ever investigate the response headers or lookup basic auth in >> squid? >> Sent from my B

[us...@httpd] DAV locktokens clashing?

2009-10-13 Thread Dick Davies
Any help with this would be very much appreciated - if this is the wrong list please let me know where it should go. I've got a reasonably biggish vhost with WebDAV over SSL enabled. Users are only allowed to access their own parts of the site. (I block them out with Require user foo Requi

Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ?

2009-10-06 Thread Dick Davies
Spaces aren't valid characters in urls, period. As you say, it URL encodes to %20, and I can't imagine any bits of apache (or any other server) are going to send a space instead, because that breaks the HTTP spec. On Tue, Oct 6, 2009 at 3:59 PM, ABAPGUY wrote: > > Hi Apache experts, > I am using

Re: [us...@httpd] Odd site redirection

2009-10-06 Thread Dick Davies
Do you have a NameVirtualHost *.80 in your apache config somewhere? On Tue, Oct 6, 2009 at 8:06 AM, Igor Cicimov wrote: > I would say something is wrong with your new virtual host definition. It's > not a redirection but since the request doesn't match any virtual host is > being served by the

Re: [us...@httpd] DELETE method

2009-10-05 Thread Dick Davies
What's in the directory? If it's a filesystem, apache won't let you DELETE (unless you have it DAV enabled or something like that). On Tue, Oct 6, 2009 at 1:15 AM, Jeff Dyke wrote: > I'm trying to put together a REST-ful application and am having a hard time > getting apache configured to take DE

Re: [EMAIL PROTECTED] mod_rewrite and network addresses?

2005-07-25 Thread Dick Davies
* Joshua Slive <[EMAIL PROTECTED]> [0737 18:37]: > On 7/25/05, Dick Davies <[EMAIL PROTECTED]> wrote: > > but since we're just matching a string (REMOTE_ADDR) with no network > > information > > it isn't going to cut it for the last two sites. > >

[EMAIL PROTECTED] mod_rewrite and network addresses?

2005-07-25 Thread Dick Davies
Hi all, I'm trying to do what should be simple, can anyone suggest a better approach? I have content I want to serve up via http to intranet users, but have external IPs authenticate over SSL (mod_auth_ldap). the internal nets are (say): 10.9.0.0/16 10.0.112.0/20 10.19.64.0/22 I solved this by

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

2005-06-24 Thread Dick Davies
* Gustavo A. Baratto <[EMAIL PROTECTED]> [0632 01:32]: > 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 Why don't you just use the ports tree? http://www.free

Re: [users@httpd] Re: Apache cannot connect to Tomcat in httpd.conf

2005-06-06 Thread Dick Davies
* Andreas <[EMAIL PROTECTED]> [0634 23:34]: > > >Setup a log for mod_jk2. > > /usr/local/apache2/logs/error_log: > > [Thu Jun 02 01:36:24 2005] [notice] Apache/2.0.54 (Unix) configured -- > resuming normal operations > [Thu Jun 02 02:19:08 2005] [notice] caught SIGTERM, shutting down > [Thu Ju

Re: [users@httpd] Apache cannot connect to Tomcat in httpd.conf

2005-06-05 Thread Dick Davies
* Andreas Bauer <[EMAIL PROTECTED]> [0643 13:43]: > Hello! > > Can somebody help me, please? > > My OS is Suse 9.2 pro. Apache and Tomcat work for me. > But If I start Apache with normal httpd.conf, Apache works for me. > If I paste my lines for Apache-Tomcat Connection, Apache doesn't > work for

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Dick Davies
* Fabiano Sidler <[EMAIL PROTECTED]> [0542 11:42]: > Dick Davies schrieb: > >Looks to me like Apache is reading the pidfile, but it's empty. > >Try deleting it and trying again. > > No, this never did work by now: > > open("/var/run/httpd.pid&

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Dick Davies
* dan <[EMAIL PROTECTED]> [0559 01:59]: > Fabiano Sidler wrote: > >Hi folks! > > > >[EMAIL PROTECTED] $ httpd -k start > >(20014)Error string not specified yet: Error retrieving pid file > >/var/run/httpd.pid > >[EMAIL PROTECTED] $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May > >20 > >

Re: [users@httpd] web server slow too much slow

2005-05-20 Thread Dick Davies
* Boyle Owen <[EMAIL PROTECTED]> [0523 10:23]: > > -Original Message- > > From: Msuro Venanzi [mailto:[EMAIL PROTECTED] > > Sent: Freitag, 20. Mai 2005 11:15 > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] web server slow too much slow > > > > > > hi all > > here is a link t

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Dick Davies
* Mike McMullen <[EMAIL PROTECTED]> [0524 06:24]: > Hi All, > > I'm sure I am doing something stupid here so forgive my upfront. > > I am running Apache 2.0.52 on FC3. With the FC3 installation > comes a web log analyzer called webalizer. It stores it's information > in a directory called usage i

Re: [users@httpd] Restricted FTP access in Apache

2005-05-13 Thread Dick Davies
* Bediako George <[EMAIL PROTECTED]> [0557 17:57]: > Actually I am not using one. I am really just trying > to find out right now. Perhaps I should point out > that I am looking at the modules ftp_proxy. See > http://httpd.apache.org/docs-2.0/mod/mod_proxy_ftp.html. > > I am assuming that this

Re: [users@httpd] adding virtual hosts without restarting ??

2005-05-12 Thread Dick Davies
* Josh Cheney <[EMAIL PROTECTED]> [0540 12:40]: > I have found that an 'apachectl restart' is not enough for some reason > when adding a new SSL VHost, but rather you need to stop then startssl. > > Just as a side note. Sounds like a problem with apachectl not picking up '-DSSL'. -- 'Everybody

Re: [users@httpd] Basic Authentication question

2005-05-12 Thread Dick Davies
* Boyle Owen <[EMAIL PROTECTED]> [0523 12:23]: > > -Original Message- > > From: K Anand [mailto:[EMAIL PROTECTED] > > Sent: Donnerstag, 12. Mai 2005 10:46 > > To: users@httpd.apache.org > > Subject: Re: [EMAIL PROTECTED] Basic Authentication question > > > > > > Thanx...I used ethereal to

Re: [users@httpd] Basic Authentication question

2005-05-12 Thread Dick Davies
* Boyle Owen <[EMAIL PROTECTED]> [0507 09:07]: > > The first time the client requests a resource in a protected realm, it > doesn't know it is protected so makes a plain request. The server responds > with a 401 Unauthorized. The client then pops up a password window and > captures the username

Re: [users@httpd] Basic Authentication question

2005-05-12 Thread Dick Davies
* Sandeep Gaikwad <[EMAIL PROTECTED]> [0558 09:58]: > Hello Anand, >Please try by updating the line AllowOverride None by >AllowOverride AuthConfig or AllowOverride All > > Regards, > Sandeep Guys, read the mails before posting replies, ok? What you suggest would enable .htaccess loading

Re: [users@httpd] Restricted FTP access in Apache

2005-05-11 Thread Dick Davies
* Bediako George <[EMAIL PROTECTED]> [0517 13:17]: > able to try to download from my Apache FTP server Apache isn't an FTP server. I think you're on the wrong track. -- 'This must be Thursday. I never could get the hang of Thursdays.' -- Arthur Dent Rasputin :: Jack of All Trade