Re: [EMAIL PROTECTED] localhost problem

2007-03-04 Thread Vincent Bray
Hi, See the notes on enabling the accf_http kernel module here: http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head-263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7 noodl On 04/03/07, eoghan <[EMAIL PROTECTED]> wrote: Hi I am using Apache/2.2.4 (FreeBSD 6.1). I can start the server from: $sud

Re: [EMAIL PROTECTED] localhost problem

2007-03-05 Thread Vincent Bray
On 05/03/07, eoghan <[EMAIL PROTECTED]> wrote: On 3/4/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head-263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7 Thanks. Good info there... However I still cannot get to localhost... I have t

Re: [EMAIL PROTECTED] Awstats and re-write rule for Zope

2007-03-05 Thread Vincent Bray
On 05/03/07, Norman Khine <[EMAIL PROTECTED]> wrote: #Awstats rewrite # RewriteRule /awstats-icon(.*) /usr/share/webapps/awstats/6.5-r1/hostroot/icon/$1 [last] RewriteRule /stats(.*) /usr/share/webapps/awstats/6.5-r1/hostroot/cgi-bin/awstats.pl$1 [last] #ZOPE rewrite # RewriteRul

Re: [EMAIL PROTECTED] Awstats and re-write rule for Zope

2007-03-05 Thread Vincent Bray
On 05/03/07, Norman Khine <[EMAIL PROTECTED]> wrote: would the issue be something to do with the [last] Perhaps. It'd help to see a rewrite log. RewriteLog /tmp/rewrite.log RewriteLogLevel 9 Remember to turn that off again, rewrite logs get big fast. -- noodl

Re: [EMAIL PROTECTED] when use mod_vhost_alias , I can use mod_rewrite in .htaccess?

2007-03-05 Thread Vincent Bray
On 02/03/07, 黄叶 <[EMAIL PROTECTED]> wrote: HI, guys. when I do not use the mod_vhost_alias, I can write the modrewrite in .htaccess in some directory, it is work. but when I use mod_vhost_alias for a virtual host, I write the modrewrite command in file .htaccess, it is does't work. You need

Re: [EMAIL PROTECTED] mod_actions.c: Action to take more arguments

2007-03-07 Thread Vincent Bray
On 06/03/07, Jan van den Berg <[EMAIL PROTECTED]> wrote: "Action takes two arguments, a media type followed by a script name" Is this easy to fix/workaround, do I have to hack the source for this? Are there other ways of doing this? Just write a wrapper script that calls your cgi with the argu

Re: [EMAIL PROTECTED] "attempt to invoke directory as script" error when accessing root directory

2007-03-07 Thread Vincent Bray
On 07/03/07, thomas Armstrong <[EMAIL PROTECTED]> wrote: Hi, Using Apache 2.0.59 on Linux, I try to install a ScriptAlias. My DocumentRoot is '/home/project/web', and the ScriptAlias directive within httpd.conf is: - ScriptAlias /videos/ /home/project/modules/videos/web/ AddHandler

Re: [EMAIL PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2

2007-03-07 Thread Vincent Bray
On 07/03/07, Kaplan, Andrew H. <[EMAIL PROTECTED]> wrote: Hi there -- I have set up SquirrelMail on our e-mail server and I would like to have users be automatically redirected to a secure or https page when they type in the URL to get to the initial login page. The apache server is version 2.2

Re: [EMAIL PROTECTED] Automatic Redirect to a Secure Page in Apache 2.2.2

2007-03-07 Thread Vincent Bray
On 07/03/07, Kaplan, Andrew H. <[EMAIL PROTECTED]> wrote: Hi there -- I checked the ssl.conf file, and there is a RedirectPermanent line already in place. The line reads as follows: RedirectPermanent http:// "https://" That's wrong for two reasons. The first argument to Redirect(Permanent) is

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-07 Thread Vincent Bray
On 08/03/07, Israel Brewster <[EMAIL PROTECTED]> wrote: Looking at the rewrite log shows the following entries: xxx.xxx.xxx.xxx - - [07/Mar/2007:08:28:03 -0900] [izzy.homeip.net/ sid#1802648][rid#1838c38/initial] (2) init rewrite engine with requested uri /nagios xxx.xxx.xxx.xxx - - [07/Mar/2007

Re: [EMAIL PROTECTED] Awstats and re-write rule for Zope

2007-03-07 Thread Vincent Bray
On 08/03/07, Norman Khine <[EMAIL PROTECTED]> wrote: ServerName domain.com ServerAlias www.domain.com RewriteEngine On #DenyHosts Rules RewriteMaphosts-deny txt:/home/user/apache/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] RewriteCond

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-07 Thread Vincent Bray
On 08/03/07, Israel Brewster <[EMAIL PROTECTED]> wrote: Thanks for your response and suggestions. On Mar 7, 2007, at 9:48 AM, Vincent Bray wrote: > Hi, welcome to rewrite-in-htaccess pain and suffering. As you're able > to use RewriteLog, why put rewrite rules in htaccess?

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-07 Thread Vincent Bray
On 08/03/07, Israel Brewster <[EMAIL PROTECTED]> wrote: Ok, yeah- that made the rewrite rules start matching when in the httpd.conf file, unfortunately the behavior I'm getting with that particular rule is the same. Maybe it's time to consider a different approach entirely. Like, posting the re

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-07 Thread Vincent Bray
On 08/03/07, Israel Brewster <[EMAIL PROTECTED]> wrote: Oh, sure. Sorry- not trying to make things difficult here, it's just that I spent several hours yesterday working on the issue, so I'm a bit frustrated, and quite possibly not thinking straight any more :P. Anyway, the rewrite rules I'm curr

Re: [EMAIL PROTECTED] Error Redirecting

2007-03-09 Thread Vincent Bray
On 09/03/07, Mário Gamito <[EMAIL PROTECTED]> wrote: I want to make this redirect: Redirect /horde http://webmail.telbit.pt/horde/imp RedirectMatch ^/horde$ http://webmail.telbit.pt/horde/imp You may like to add an optional slash to that, in which case the first argument becomes ^/horde/*$ --

Re: [EMAIL PROTECTED] Disabling VirtualHosts

2007-03-10 Thread Vincent Bray
On 10/03/07, Kyle <[EMAIL PROTECTED]> wrote: Initially when I installed Linux on my computer I didn't have a pressing need to use the apache server, so I allowed it to default on the install. For some unknown reasion, the installer set up Apache with VirtualHosts enabled. Now I'm trying to set up

Re: [EMAIL PROTECTED] Seeing 0.0.0.0 in access.log

2007-03-10 Thread Vincent Bray
On 10/03/07, Borut Maricic <[EMAIL PROTECTED]> wrote: I have to admit that I am new to Apache. And to the list apparently :) See wrowe's post earlier today: http://mail-archives.apache.org/mod_mbox/httpd-users/200703.mbox/[EMAIL PROTECTED] -- noodl -

Re: [EMAIL PROTECTED] Re: Setting parameters from config file

2007-03-12 Thread Vincent Bray
On 13/03/07, Venkateswara Rao Parimi <[EMAIL PROTECTED]> wrote: hello, Is this addressed or any workaround found to define a parameter within config files? No, it's not addressed and like Dean points out in the message you quoted, doesn't need to be in this way. The question asked here is "can

Re: [EMAIL PROTECTED] Re: Setting parameters from config file

2007-03-12 Thread Vincent Bray
On 13/03/07, Venkateswara Rao Parimi <[EMAIL PROTECTED]> wrote: Thanks for the info noddl. As the If crud is still around I think it's worth having the ability to define the parameters in custom configs. For example if I want to include default ssl.conf in my config without mucking with startup

Re: [EMAIL PROTECTED] Another "attempt to invoke directory as script" Error

2007-03-13 Thread Vincent Bray
On 13/03/07, Liyu,She <[EMAIL PROTECTED]> wrote: Hi, everyone. I am running Apache 2.2.3 on FreeBSD 6.1release. I was trying to make the /cgi/ path indexed while visiting. More specifically, I want anyone visiting /cgi/ would be automatically redirected to /cgi/index.html The related configurat

Re: [EMAIL PROTECTED] mod_rewrite: time of last modification?

2007-03-13 Thread Vincent Bray
On 13/03/07, rihad <[EMAIL PROTECTED]> wrote: Hi, I was wondering if it was possible to use the file's modification time (mtime) as a rewrite condition? For example, this is a howto snippet presented at : RewriteCond %{REQUEST

Re: [EMAIL PROTECTED] defaulting to a given page

2007-03-13 Thread Vincent Bray
On 13/03/07, Sam Carleton <[EMAIL PROTECTED]> wrote: I am working on a kiosk system. There is a standard GUI frontend with apache as the backend. In theory the user will never be able to navigate away from the URL's they are suppose to be at, but... that is theory;) I am doing my own mini dis

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-13 Thread Vincent Bray
Hi, I'm clearly late to the party but how about not getting apache to strip whitespace so you can read your html and getting your browser to do it instead? Firefox has at least one neat plugin/extension that formats html source into a colourised nested tree format, ignoring (for the most part, i g

Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Vincent Bray
On 13/03/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote: I want to set a location match so that an URL is not case sensitive. The following work individually: The following LocationMatch does not work: Hi, This is a thorny issue involving standards (urls aren't case insensitive, p

Re: [EMAIL PROTECTED] LimitRequestBody and selfmade error message

2007-03-14 Thread Vincent Bray
On 14/03/07, Hiro Protagonist <[EMAIL PROTECTED]> wrote: Hi, I'm using the directive 'limitrequestbody' to limit the formula-based file-upload. I would like to use a selfmade HTML for the error message - this should work in .htaccess via I can't find the errorcode for the limitrequestbody-d

Re: [EMAIL PROTECTED] web directory problem

2007-03-14 Thread Vincent Bray
On 14/03/07, Freddy <[EMAIL PROTECTED]> wrote: Hi Everyone. I am wondering if anyone can assist with the following. On my site, when i do http://www.url.com/directory1 I get an error page, it states "Error 500: Internal Server Error" which represents an internal server error or misconfiguration

Re: [EMAIL PROTECTED] *.pem certificates and the directive: AddType application/x-x509-ca-cert .crt

2007-03-14 Thread Vincent Bray
On 14/03/07, domi <[EMAIL PROTECTED]> wrote: Hello, I'm running a small Apache Webser with SSL (I've built my own CA and I use self created certificates) for testing-purposes and everything works as expected. (Apache 2.2.3 and OpenSSL 0.9.8d on SUSE 10.2) But today I stumbled across the followi

Re: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-19 Thread Vincent Bray
On 19/03/07, Sander Temme <[EMAIL PROTECTED]> wrote: Dear list, As I prepare my training session title "Practical SSL Implementation with Apache" for the upcoming ApacheCon EU conference, I would like to take a moment and request your feedback. #apache on freenode commonly sees quesions from p

Re: [EMAIL PROTECTED] Remove Password Protection on Subfolder

2007-05-24 Thread Vincent Bray
On 24/05/07, Philip Ebbert <[EMAIL PROTECTED]> wrote: I have one subfolder that I want public with no password protection. What do I need to put in the subfolder's .htaccess file so it will not inherit the password requirements? Hi, See: http://wiki.apache.org/httpd/Recipes/BypassAuthentic

Re: [EMAIL PROTECTED] mod_authn_dbd

2007-05-27 Thread Vincent Bray
On 28/05/07, Tom Allison <[EMAIL PROTECTED]> wrote: I loaded 'DBDriver pgsql' and other Directives in httpd.conf and apache2ctl immediately complained that there was no such thing understood. I checked to see that the module was loaded, it was. You need to make sure libaprutil has the appropria

Re: [EMAIL PROTECTED] mod_authn_dbd

2007-05-27 Thread Vincent Bray
On 28/05/07, Vincent Bray <[EMAIL PROTECTED]> wrote: On 28/05/07, Tom Allison <[EMAIL PROTECTED]> wrote: > I loaded 'DBDriver pgsql' and other Directives in httpd.conf > and apache2ctl immediately complained that there was no such thing > understood. > I checked

Re: [EMAIL PROTECTED] RBL Access Controls for Apache 2.2.x

2007-05-27 Thread Vincent Bray
On 28/05/07, Scott Jordan <[EMAIL PROTECTED]> wrote: What are the typical approaches to implementing RBL access control in 2.2.x? We've been running 1.3.x with Brian Bruns' mod_access_rbl module. It's worked extremely well. I've found no literature indicating that it will run properly, or even c

Re: [EMAIL PROTECTED] mod_authn_dbd

2007-05-27 Thread Vincent Bray
On 28/05/07, Tom Allison <[EMAIL PROTECTED]> wrote: I'll take a look, but this is a long ways from what I would expect from debian-stable packaging... Debian may have better tools for this job such as apt-cache search , but I don't use that distro so good luck :) -- noodl

Re: [EMAIL PROTECTED] Question about, reverse proxy and forward, other's...

2007-05-28 Thread Vincent Bray
On 28/05/07, Pitoniso Rikito Rikin <[EMAIL PROTECTED]> wrote: As I can make so that the petitions Post that they are made to my Server make them persistent and if that same petition to direct it for example forward an external application, my Server Ssh... that modules need that should add to the

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

2007-05-30 Thread Vincent Bray
On 30/05/07, thomas Armstrong <[EMAIL PROTECTED]> wrote: Hi. I'm trying to create an additional Rewrite Rule appart from those created by default by my application (in this case, Wordpress). The extra line (within '.htaccess') is: --- RewriteRule ^faq index.php?page_id=119 [R,L] --- Ho

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 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] How to read environmental variables from httpd.conf files

2007-05-31 Thread Vincent Bray
On 31/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Pardon me if this is a silly question.But i have started using apache just now.I have set an environmental variable in httpd.conf in httpd.conf using SetEnv. I want to read this variable in a program.I understoo that we cannot read using r

Re: [EMAIL PROTECTED] http start up issue

2007-05-31 Thread Vincent Bray
On 31/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Starting httpd: httpd: bad group name apache. but in my /etc/passwd there is user apache and also there is a group apache Is the apache user in the apache group? Are you able to 'su - apache' from the shell? -- noodl --

Re: [EMAIL PROTECTED] Access or Authentication via username or IP

2007-06-06 Thread Vincent Bray
On 06/06/07, S.A. Birl <[EMAIL PROTECTED]> wrote: Im pretty sure Ive read this in the 2.2 docs (scratches head): Here perhaps? http://httpd.apache.org/docs/2.2/mod/core.html#satisfy A way to protect a directory so that if I access the directory, say from 192.168.0.1, Im allowed in WITHOUT a u

Re: [EMAIL PROTECTED] Address already in use: make_sock: could not bind to addres

2007-06-07 Thread Vincent Bray
On 07/06/07, Malladi, Sasikanth <[EMAIL PROTECTED]> wrote: I figured it out. It's trying to use 443 as I didn't modify ssl.con (and I'm using https). I've made that change but when I try to run it again now it's complaining about port 80 not being available. Try here: http://wiki.apache.org/h

Re: [EMAIL PROTECTED] need to alter FROM address when sending with PHP forms

2007-06-07 Thread Vincent Bray
On 08/06/07, Dylan Bouterse <[EMAIL PROTECTED]> wrote: If this is definitely NOT an apache problem, please let me know and I will move on from there. Thank you. It isn't an apache problem (apache doesn't send mail unless you do highly specialised tricks with it). But anyway try this for giggles

Re: [EMAIL PROTECTED] Howto include sqlite3 --with-dbd

2007-06-08 Thread Vincent Bray
On 08/06/07, Mark Constable <[EMAIL PROTECTED]> wrote: However, after enabling mod_auth_basic and mod_authn_dbd in the Debian stable apache 2.2.3 configuration I am still getting... Invalid command 'DBDriver', perhaps misspelled or defined by a module not included in the server configuration f

Re: [EMAIL PROTECTED] Apache Multi Process Limit

2007-06-09 Thread Vincent Bray
On 09/06/07, Angelo Bourik <[EMAIL PROTECTED]> wrote: Hello all, Hi, If I understood your question correctly, you've written a spider script that runs via apache. That script connects to a remote site, fetches a page by id and parses out the data you need, once per request to your own server (

Re: [EMAIL PROTECTED] AddDefaultCharset not working?

2007-06-10 Thread Vincent Bray
On 10/06/07, Gregor Mosheh <[EMAIL PROTECTED]> wrote: And yet... # wget --server-response http://www.turistickamapa.sk/ --05:23:26-- http://www.turistickamapa.sk/ => `index.html' Resolving www.turistickamapa.sk... 69.59.158.28 Connecting to www.turistickamapa.sk|69.59.158.28|:80...

Re: [EMAIL PROTECTED] xfdf

2007-06-10 Thread Vincent Bray
On 10/06/07, Robert Palmer <[EMAIL PROTECTED]> wrote: Could somebody provide some advice on options to generate a pdf from xfdf on an Apache server? First step: don't. At least, don't try generating the pdf while the user is waiting for a response. Doing so would lead to your server slowing to

Re: [EMAIL PROTECTED] Address already in use: make_sock: could not bind to addres

2007-06-11 Thread Vincent Bray
On 11/06/07, Malladi, Sasikanth <[EMAIL PROTECTED]> wrote: All, When I ran lsof, I can see that there are no listeners on ports 80 and 443: [EMAIL PROTECTED]:/usr/local/apache2/conf$ lsof -i tcp:443 [EMAIL PROTECTED]:/usr/local/apache2/conf$ lsof -i tcp:80 But wait! There's more! When I run 'ne

Re: [EMAIL PROTECTED] Attempt to serve DocumentRoot directory ?

2007-06-11 Thread Vincent Bray
On 12/06/07, philguillard <[EMAIL PROTECTED]> wrote: I get many attempts to DocumentRoot, they seem not to be correlated with user requests for pages, and it comes 15 lines like this one beow at the same time: [error] [client 127.0.0.1] Attempt to serve directory: /usr/local/apache2/htdocs/myapp

Re: [EMAIL PROTECTED] Attempt to serve DocumentRoot directory ?

2007-06-11 Thread Vincent Bray
On 12/06/07, philguillard <[EMAIL PROTECTED]> wrote: Since the first virtual host is the default for whatever url is pointing to my server i configured a virtual host without directives and that's the origin of my logs: ServerName www.phil.com DocumentRoot /usr/local/apache2/htdocs/du

Re: [EMAIL PROTECTED] Apache 2.2, worker and ServerLimit

2007-06-23 Thread Vincent Bray
On 22/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: # apachectl -t Syntax OK # apachectl -k restart Why doesn't it see ServerLimit 160? Please read the docs :-) "For the worker MPM, this directive in combination with ThreadLimit sets the maximum configured value for MaxClients for the l

Re: [EMAIL PROTECTED] Excluding filetypes with

2007-06-23 Thread Vincent Bray
On 23/06/07, Ioannis Cherouvim <[EMAIL PROTECTED]> wrote: Hello Hi, I want to forward all http requests to tomcat, except from static files such as jpg, png etc. JkUriSet worker ajp13:localhost:8009 You seem to have your regex syntax a little muddled. You've got (?! which is fine for n

Re: [EMAIL PROTECTED] can i set max_clients per virtual host ?

2007-06-23 Thread Vincent Bray
On 21/06/07, Amr Elgbaly <[EMAIL PROTECTED]> wrote: Hello all ! can i limit max_clients per virtual host ? No, not directly. If you think about it, apache has to accept the connection and read it to figure out which vhost is to be used. By that point, you're past the point where MaxClients oper

Re: [EMAIL PROTECTED] Excluding filetypes with

2007-06-23 Thread Vincent Bray
On 23/06/07, Ioannis Cherouvim <[EMAIL PROTECTED]> wrote: JkUriSet worker ajp13:localhost:8009 I tried this, but still, it seems that everything is being served by tomcat. When I hit http://example.com/foo.txt and tomcat is down, I get an error 500 (Internal Server Error). That doesn't s

Re: [EMAIL PROTECTED] Where to find full list of Apache status codes

2007-06-30 Thread Vincent Bray
On 30/06/07, Bob <[EMAIL PROTECTED]> wrote: Look for url to complete list of Apache status codes containing their descriptions The most useful day to day HTTP status codes are described in RFC2616, section 10. There have also been several extensions to the HTTP protocol over the years described

Re: [EMAIL PROTECTED] setting ORACLE_HOME

2007-07-01 Thread Vincent Bray
On 02/07/07, James White <[EMAIL PROTECTED]> wrote: I am trying to install Oracle XE to run PHP scripts. I have read that it is preferable to set ORACLE_HOME before starting Apache instead of using putenv() in the PHP script. I have tried the recommended script. ORACLE_HOME=/usr/lib/oracle/xe/ap

Re: [EMAIL PROTECTED] Access parameters in URL

2007-07-02 Thread Vincent Bray
On 02/07/07, Madonesa sanjaya <[EMAIL PROTECTED]> wrote: Hi , Is there any way to access parameters in a URL without writting a script? Yes there is, usually by using RewriteCond. See: http://wiki.apache.org/httpd/Rewrite/Common/QueryString Perhaps you could elaborate on your question a

Re: [EMAIL PROTECTED] Access parameters in URL

2007-07-02 Thread Vincent Bray
On 02/07/07, Madonesa sanjaya <[EMAIL PROTECTED]> wrote: I have configured apache as a reverse proxy. Then for a particular url , I need to add some headers to the request. At the moment I'm doing it statically using the following configuration in httpd.conf file. ProxyPass /care http://

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-02 Thread Vincent Bray
On 02/07/07, Senén de Diego <[EMAIL PROTECTED]> wrote: I'm trying to redirect requests from "/foo/bar.jnlp" to "/foo/bar.php". Be careful using the word redirect as it has a very specific meaning. I've tried this .htaccess file: [ Redirect permanent /foo/bar.jnlp http://www.domain.com/foo/ba

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-02 Thread Vincent Bray
On 02/07/07, Senén de Diego <[EMAIL PROTECTED]> wrote: That's what I thought. I think this people does have neither mod_alias nor mod_rewrite enabled, and I don't know why, they are telling me just the contrary... That seems unlikely. As you tried the 'Wooga' trick and got a 500 error, your hta

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-02 Thread Vincent Bray
On 02/07/07, Senén de Diego <[EMAIL PROTECTED]> wrote: The real url I'm trying to redirect is http://www.electrodh.com/herramientas/sincronizar1.jnlp and I want to redirect it to http://www.electrodh.com/herramientas/sincronizar.php The content of the herramientas/.htaccess file is: RewriteEngin

Re: [EMAIL PROTECTED] RE: Starting Apache http Server - Need help!

2007-07-03 Thread Vincent Bray
On 03/07/07, Siegard <[EMAIL PROTECTED]> wrote: I'm using windows xp, downloaded Apache 2.2.4 win32 installer. I have no idea whats RTFM lol Yes, that's fairly clear. when i click: start->all programs->apache http sever 2.2.4->start it says: "is normally permitted. :make_sock: could not bind

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-03 Thread Vincent Bray
On 03/07/07, Senén de Diego <[EMAIL PROTECTED]> wrote: This rule doesn't work RewriteRule ^sincronizar\.jnlp$ sincronizar.php but this one does work RewriteRule ^sincronizar\.html$ sincronizar.php I've also noticed that if I put a fake .htacces file, with something like "Waboo", there are cases

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-03 Thread Vincent Bray
On 03/07/07, Senén de Diego <[EMAIL PROTECTED]> wrote: The only difference between RewriteRule ^sincronizar\.jnlp$ sincronizar.php and RewriteRule ^sincronizar\.html$ sincronizar.php is that the file sincronizar.jnlp exists, and sincronizar.htm doesn't (but if I remove sincronizar.jnlp nothing ch

Re: [EMAIL PROTECTED] Apache2 rewrite URLs with Query string

2007-07-03 Thread Vincent Bray
On 04/07/07, XC <[EMAIL PROTECTED]> wrote: I changed the third line into the following: RewriteRule ^/$ /lib/doc/%{QUERY_STRING}.html? [L] But it is not working? Can someone give me some suggestions on how to fix this problem? I am using: Apache/2.0.55, Ubuntu 6.06. Just a wild guess,

Re: [EMAIL PROTECTED] Version features of mod_dav

2007-07-03 Thread Vincent Bray
On 04/07/07, Devraj Mukherjee <[EMAIL PROTECTED]> wrote: I am interested in using the verisoning features of Webdav that may be implemented by mod_dav. mod_dav on its own doesn't have any versioning feature (it does locking, but doesn't save historical versions as it has a 1-to-1 mapping of url

Re: [EMAIL PROTECTED] Setting cookies by a website

2007-07-03 Thread Vincent Bray
On 04/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: We are trying to read the cookie information from the browser settings and act on that information.But we are facing a problem here.The cookie set by our test server webpage is different from the test server of the client,though in e

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-04 Thread Vincent Bray
ax=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: application/x-java-jnlp-file X-Antivirus: avast! 4 X-Antivirus-Status: Clean -- So, *.html urls are rewriten, but *.jnlp urls aren't. Vincent Bray escribió: > On 03/07/07, Senén de Diego <[EMAIL PROTECTED]> w

Re: [EMAIL PROTECTED] Redirect, Rewrite and php.ini

2007-07-05 Thread Vincent Bray
On 06/07/07, Senén de Diego <[EMAIL PROTECTED]> wrote: I've asked again our hosting provider about this and their (highly irritating) answer has been: "We are sorry however we do not provide coding or scripting support through this forum. Mod_rewrite works just fine on our servers and your quest

Re: [EMAIL PROTECTED] Mod Rewrite - Modify Website

2007-07-07 Thread Vincent Bray
On 07/07/07, Nainil Chheda <[EMAIL PROTECTED]> wrote: Is there any Mod Rewrite Rule or any other Rule which would allow me to put a "header file" in all the web pages without me modifying the contents of each web pages? mod_rewrite rewrites URLs and other aspects of requests like environment va

Re: [EMAIL PROTECTED] IE6 has issue when KeepAlive On

2007-07-09 Thread Vincent Bray
On 09/07/07, Qingshan Xie <[EMAIL PROTECTED]> wrote: After Apache 2.0.59 KeepAlive On, IE6 users got "Page cannot be found" or "Page cannot be displayed" errors, but Firefox users worked fine. Do you know what is the root cause? MSIE is known to be very broken, but I've never heard of it dy

Re: [EMAIL PROTECTED] mod_rewrite in .htaccess does not work

2007-07-09 Thread Vincent Bray
On 09/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: good day Hi i'm trying to install some php cms system on my hompage's host machine. there's a index file that is supposed to parse the path after index, e.g. index/login, do the magic and render the login page. now apparently the .htac

Re: [EMAIL PROTECTED] PHP files prompting to download

2007-07-09 Thread Vincent Bray
On 09/07/07, Oliver Marshall <[EMAIL PROTECTED]> wrote: However, this time round, the browser prompts me to download any PHP files I enter in the URL. HTML and HTM are all fine, its just php. Try: http://wiki.apache.org/httpd/PHPDownload -- noodl -

Re: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Vincent Bray
On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: I have the following: [snip] Options -Indexes FollowSymLinks MultiViews This could be the problem. Mixing relative and non-relative options in the same directives is broken. See: http://people.apache.org/~rbowen/presentations/apacheco

Re: [EMAIL PROTECTED] Re: mod_deflate optimization

2007-07-09 Thread Vincent Bray
On 09/07/07, Julius Thyssen <[EMAIL PROTECTED]> wrote: Actually, when I try to use itlike this: SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI\.(?:gif|jpe?g

Re: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Vincent Bray
On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: Thanks for the tip, I did read something similar myself...but I've tried it and it didn't work :-/ Could you be a little more specific? If you're just not seeing indexes, it could be that you don't have mod_autoindex loaded, or else your Optio

Re: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Vincent Bray
On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: It produces a 403: Forbidden You don't have permission to access /documents/ on this server. If I remove Indexes from the first directory directive on /, then it works as required. But in the OP your block didn't have an Options directive.

Re: [EMAIL PROTECTED] Control Panel

2007-07-09 Thread Vincent Bray
On 09/07/07, Oliver Marshall <[EMAIL PROTECTED]> wrote: Can anyone recommend a free/OS control panel for apache on linux that will allow for the quick setup of basic sites ? Ideally it would be good if it also created an ftp account in proftpd and a mysql DB as well. Doesn't need email setup or

Re: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Vincent Bray
On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: Options I don't believe that's valid. Use "Options None" if you want that, but consider keeping Options Symlinks enabled for the whole server which will speed things up a bit. AllowOverride None Order Deny,Allow Deny from al

Re: [EMAIL PROTECTED] Is there a way to call mod_dbd methods using mod_python?

2007-07-09 Thread Vincent Bray
On 08/07/07, Roy H. Han <[EMAIL PROTECTED]> wrote: Hi, Is there a way to call mod_dbd methods in Python using mod_python? I'm trying to figure out how to use mod_dbd's connection pooling feature. I expect not. The mod_python developers would have to hook mod_dbd's public api in to python-land

Re: [EMAIL PROTECTED] Re: mod_deflate optimization

2007-07-09 Thread Vincent Bray
On 09/07/07, Julius Thyssen <[EMAIL PROTECTED]> wrote: http://httpd.apache.org/docs/2.0/mod/mod_deflate.html shows an example almost identical to what I'm using, with That example doesn't include DeflateCompressionLevel :-) I don't remember, but someone on the web, long ago, advised me to use

Re: [EMAIL PROTECTED] method to remove individual file from cache using mod_cache/mod_disk_cache Apache 2.2.4

2007-07-09 Thread Vincent Bray
On 09/07/07, Mark Stevens <[EMAIL PROTECTED]> wrote: I have a basic reverse proxy setup using mod_cache, mod_disk_cache and mod_proxy, we are having issues with some of the PDF's getting corrupted in the cache, the problem is intermittent but is happening randomly, we are able to re-produce by re

Re: [EMAIL PROTECTED] Apache user

2007-07-09 Thread Vincent Bray
On 09/07/07, Oliver Marshall <[EMAIL PROTECTED]> wrote: Not sure if this is the right list, but does anyone know how to find out the user/group that apache is running as in debian ? It's www-data. See: http://httpd.apache.org/docs/2.2/mod/mpm_common.html#user http://wiki.apache.org/httpd/Distr

Re: [EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-09 Thread Vincent Bray
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote: Can you please tell me what is the easiest way to write a cgi using c/c++? I am coming from Tomcat servlet environment, I would like to know how can I do a cgi using c/c++ in apache? C: #include int main (void) { printf("Content-Type: text/ht

Re: [EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-10 Thread Vincent Bray
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote: Thanks. That is what I am looking for. How can I put your test program running in apache and how can I invoke that via my browser? First you'll need to compile it. Hopefully you're using an operating system that bundles a C compiler :-) $ cc he

Re: [EMAIL PROTECTED] Apache 2.2.4 / Auth LDAP / OpenLDAP 2.3.35 User authentication

2007-07-10 Thread Vincent Bray
On 10/07/07, Kamil Wencel <[EMAIL PROTECTED]> wrote: Hi List, Hi, reply inline.. I am sorry to bother you with this, but I am banging my head for days now and I don't seem to make any progress. I want to supply our users with a way to upload files onto our servers without the hassle of FTP o

Re: [EMAIL PROTECTED] Rewrite Rule using HTTP Header information

2007-07-10 Thread Vincent Bray
On 11/07/07, Paul Kuykendall <[EMAIL PROTECTED]> wrote: I am trying to get a rewrite rule working that will take the value from an HTTP header and use the value to create a new target destination for the HTTP request. An example of what I'm trying to do follows: Original HTTP request being sent

Re: [EMAIL PROTECTED] Protecting CGI script from download?

2007-07-10 Thread Vincent Bray
On 11/07/07, Larry Knight <[EMAIL PROTECTED]> wrote: I have a CGI script that is in the CGI-Executables folder (I think this the Mac OS X equivalent of the cgi-bin folder). It is a compiled C script. It is the equivalent of a cgi-bin directory but it's not enabled by default. Around about line

Re: [EMAIL PROTECTED] method to remove individual file from cache using mod_cache/mod_disk_cache Apache 2.2.4

2007-07-11 Thread Vincent Bray
On 11/07/07, Mark Stevens <[EMAIL PROTECTED]> wrote: Hi, Many thanks for the response, The bug I was referring to is 32950 detailed in the following URL. http://issues.apache.org/bugzilla/show_bug.cgi?id=32950 There's a request for clarifications at the end of that bug. I'm sure it'd be a bi

Re: [EMAIL PROTECTED] Apache + Subversion use too much memory

2007-07-11 Thread Vincent Bray
On 11/07/07, Maurer, Hermann <[EMAIL PROTECTED]> wrote: Hi folks, I've been watching a strange behaviour of my subversion server. Sometimes the apache processes use almost all virtual memory. I think, that the problem is caused by some ldap or subversion module's issue, because I see a lot of op

Re: [EMAIL PROTECTED] method to remove individual file from cache using mod_cache/mod_disk_cache Apache 2.2.4

2007-07-11 Thread Vincent Bray
On 11/07/07, Mark Stevens <[EMAIL PROTECTED]> wrote: Thanks Vincent, I took a look at the Change log under the trunk link you provided, and didn't see any specific fix on mod_cache for storing corrupted files however I did notice a mod_disk_cache fix that prevents it from storing responses from

Re: [EMAIL PROTECTED] Configuring a module twice

2007-07-11 Thread Vincent Bray
On 11/07/07, apacheIndian <[EMAIL PROTECTED]> wrote: Hi, I have a requirement to configure weblogic plugin for Apache, more than once. first, the plugin provided by the Weblogic 8.1 and again the plugin provided by Weblogic 9.1 in the same apache config. The requests coming in need to be handle

Re: [EMAIL PROTECTED] Where to add ScriptAlias

2007-07-11 Thread Vincent Bray
On 11/07/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote: What file should I add the ScriptAlias entry to? I have been reading for two days now and found the entry I need but nowhere does it seem to tell in what file the statement should be. Which file to use is largely a matter of how your O

Re: [EMAIL PROTECTED] Forbidden...

2007-07-13 Thread Vincent Bray
On 13/07/07, Yaakov Chaikin <[EMAIL PROTECTED]> wrote: Yes, it IS configured to work only with localhost. However, that wasn't my question. I wanted to know why I am getting the right response when I do: http://localhost/apcupsd/multimon.cgi and getting "Forbidden" when I do: http://localhost/apc

Re: [EMAIL PROTECTED] Directory listing with adjusted columns

2007-07-13 Thread Vincent Bray
On 14/07/07, Javier Toledo Pantoja <[EMAIL PROTECTED]> wrote: I'm setting up icons for directory listings (fancy), but when a directory has long filenames and the first 20~30 chars are similar, is confusing select the correct file. Where can I find how to specify a larger width for filename or d

Re: [EMAIL PROTECTED] Custom 404 Error Page returning 200 status code - Apache/1.3.27 (Unix)

2007-07-23 Thread Vincent Bray
On 23/07/07, Lanny Marcus <[EMAIL PROTECTED]> wrote: Hello: The last line in the .htaccess file is ErrorDocument 404 http://www.mydomainname.com/missing.html The docs: http://httpd.apache.org/docs/2.2/mod/core.html#errordocument say: = Note that when you specify an ErrorDocument that poin

Re: [EMAIL PROTECTED] Custom 404 Error Page returning 200 status code - Apache/1.3.27 (Unix)

2007-07-23 Thread Vincent Bray
On 23/07/07, Vincent Bray <[EMAIL PROTECTED]> wrote: On 23/07/07, Lanny Marcus <[EMAIL PROTECTED]> wrote: > Hello: The last line in the .htaccess file is > ErrorDocument 404 http://www.mydomainname.com/missing.html PS. 1.3.27 is somewhat out of date. Expired, one might say.

Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-24 Thread Vincent Bray
On 25/07/07, Daniel JavaDev <[EMAIL PROTECTED]> wrote: Hi all, I have the following rules on my apache 2.2.4 config: RewriteEngine on RewriteRule ^/someURL http://anotherURL [P] where someURL is the a publicly available url, and anotherURL is a private url (localhost on another port). This set

Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-25 Thread Vincent Bray
On 25/07/07, Daniel JavaDev <[EMAIL PROTECTED]> wrote: Unfortunately it's not my client, but Nokia's EAIF MMSC (emulator in this case). Like I said, I've coded my application to the protocol (EAIF) and it works. I only need to add apache httpd in between in order to restrict access to the applic

Re: [EMAIL PROTECTED] How two modules can interact ?

2007-07-26 Thread Vincent Bray
On 26/07/07, Ravi Prakash <[EMAIL PROTECTED]> wrote: I am working on apache modules. Till now, I am not able to understand, How apache modules interact to each other. What all APIs are there that can send or receive data from one module to another module running under same apache? Kindly ,Help m

Re: [EMAIL PROTECTED] How two modules can interact ?

2007-07-26 Thread Vincent Bray
On 26/07/07, Dmitry <[EMAIL PROTECTED]> wrote: Vincent, The best answer probablywill be just take a look to the code and try to compile it, but in case you can't - just check documentation. its' a good question actually. Uh? I didn't ask a question. What are you talking about? -- noodl

  1   2   3   >