Re: [EMAIL PROTECTED] Running bash scripts from a browser through Apache

2006-05-24 Thread William A. Rowe, Jr.
enable cgi - that's all there is to it. P Karthick wrote: Hi All, Is there any way to run Bash shell scripts from a browser passed through Apache. This is exactly like executing a perl script through mod_perl module. E.g. http://myhost/dir1/myscript.sh If we hit the link,the script

[EMAIL PROTECTED] Re: FW: Apache Permission Error

2006-05-24 Thread Joost de Heer
Ming Tang wrote: Hi there, I intalled Apache 2.1.4 recently using ports 2.1 is development, please change to 2.2 to see if this problem still occurs. Joost - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] FW: Apache Permission Error

2006-05-24 Thread Joost de Heer
[EMAIL PROTECTED] wrote: Victor, Thanks for the reply. Attached here is the configuration file. [Thu May 18 02:07:37 2006] [error] [client 74.136.xxx.xxx] client denied by server configuration: /usr/www/homepage/ You have a Directory / Deny all and not a Directory /usr/www/homepage Allow

RE: [EMAIL PROTECTED] POST encoding

2006-05-24 Thread Axel-Stéphane SMORGRAV
There must be something more to this, because there is no reason why the user agent should encode differently depending on the server to which the request is sent. At the time the request is sent, the browser does not even know what kind of server it is sending the request to, and reverse

RE: [EMAIL PROTECTED] mod_rewrite: RewriteRule to strip index.html?

2006-05-24 Thread Axel-Stéphane SMORGRAV
Although you do not specify which version of Apache you are using, I assume that you are using 2.0.55 or newer. AFAIK this problem does not exist in Apache 2.0.54 (or at least I have not experienced it) with which I use rewrite rules quite extensively. Therefore I think that you could replace

Re: [EMAIL PROTECTED] httpd: fatal: hardware capability unsupported

2006-05-24 Thread Joe Orton
On Tue, May 23, 2006 at 12:11:34PM -0300, Felipe Tocchetto wrote: httpd ./configure --prefix=/usr/local/httpd-2.0.58 --enable-ssl --with-ssl=/usr/local/openssl-0.9.8b ... bash-3.00# ./httpd -k start ld.so.1: httpd: fatal: hardware capability unsupported: 0x1000 [ SSE2 ] Killed It's

[EMAIL PROTECTED] Re : [EMAIL PROTECTED] POST encoding

2006-05-24 Thread Computa Computa
I thank you for this first answer. Actually, there were prior connections between the browser and the proxy or webserver. To an initial request, the webserver answers : HTTP/1.1 200 OK\r\n Request Version: HTTP/1.1 Response Code: 200 Date: Mon, 22 May 2006 14:22:06 GMT\r\n Server:

[EMAIL PROTECTED] Using regular expressions in Directory configuration

2006-05-24 Thread Mattias Segerdahl
I read in the apache manual that Directory supports regular expressions to match which directory is being used. I'm wondering if it is possible to hack this somehow to set the php_admin_value open_basedir configuration to chroot users into a regular expression matched directory? Ie, if you have

RE: [EMAIL PROTECTED] FW: Apache Permission Error

2006-05-24 Thread Ming Tang
Joost, I add an entry for Directory /usr/www/homepage. It works now. Thanks for the timely help. I really appreciate it. - Ming -Original Message- From: Joost de Heer [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 2:17 AM To: [EMAIL PROTECTED] Cc: Victor Trac;

[EMAIL PROTECTED] Problem with Satisfy Directive

2006-05-24 Thread Praveen Alavilli
I am trying to let bots crawl my site with out requiring to authentication but it doesn't work for some reason. It doesn't even enforce the Basic auth if the user-agent doesn't match "Googlebot" even though I have Satisfy Any !! BrowserMatchNoCase Robot is_robot Location /content/*

RE: [EMAIL PROTECTED] Problem with Satisfy Directive

2006-05-24 Thread Boyle Owen
-Original Message- From: Praveen Alavilli [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 3:13 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Problem with Satisfy Directive I am trying to let bots crawl my site with out requiring to authentication but it

Re: [EMAIL PROTECTED] Problem with Satisfy Directive

2006-05-24 Thread Praveen Alavilli
Sorry for not being clear - it doesn't enforce either 'Require valid-user" or "Allow from env=is_robot" rule even though I added "Satisfy Any" - it's basically allowing access to the url in /content/* for everyone. thx Praveen [EMAIL PROTECTED] wrote: -Original Message- From:

[EMAIL PROTECTED] Problem displaying French characters

2006-05-24 Thread neilparkes
Hi, I am using what appears to be Apache 2.0.52 (the rpm package states it is httpd-2.0.52-22) on a CentOS 4 Linux system. I am trying to make some documentation available on our intranet so that it is accessible to our French subsidiary but I noticed that any accented characters in the text

RE: [EMAIL PROTECTED] Problem with Satisfy Directive

2006-05-24 Thread Boyle Owen
-Original Message- From: Praveen Alavilli [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 4:01 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problem with Satisfy Directive Sorry for not being clear - it doesn't enforce either 'Require valid-user or

Re: [EMAIL PROTECTED] Problem displaying French characters

2006-05-24 Thread Joshua Slive
On 5/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am using what appears to be Apache 2.0.52 (the rpm package states it is httpd-2.0.52-22) on a CentOS 4 Linux system. I am trying to make some documentation available on our intranet so that it is accessible to our French

[EMAIL PROTECTED] mod_deflate/mod_filter configuration

2006-05-24 Thread ROLLER Carl
Hi, I want to use mod_deflate (in Apache 2.2.2) as I used mod_gzip before (in Apache 1.3): compressing with file extensions inclusions AND MIME-type, request-header and response-header exclusions. mod_gzip Apache 1.3 configuration: mod_gzip_on Yes mod_gzip_dechunk yes mod_gzip_temp_dir /tmp

Re: Re: [EMAIL PROTECTED] Problem displaying French characters

2006-05-24 Thread neilparkes
Hi Joshua, Thanks very much for the suggestion. I changed the AddDefaultCharset directive as you suggested and it now works. Thanks again Neil From: Joshua Slive [EMAIL PROTECTED] Date: 2006/05/24 Wed AM 11:42:04 EDT To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problem

[EMAIL PROTECTED] mod_rewrite

2006-05-24 Thread Bob Smith
I'm trying to remove two directories from the path of a website, but I just can't seem to get the mod_rewrite syntax right.I have a url coming in with a url like http://www.mysite.com/directoryone/directorytwo/mypage.php?key=valueAnd I'm trying to redirect it to

[EMAIL PROTECTED] ProxyPass and reverse

2006-05-24 Thread Giovanni
Hello, I used apache2 to reverse-proxy web proxy dir /ntop/- to application localhost dir - http://localhost:3000/ So when I do: http://pippo/ntop  I see everything, graphics, numbers, hosts graphics.. ROOT PATH are ok, I can see them: es: /ntop/sortDataThpt.html      

[EMAIL PROTECTED] Re: Need help with mod_layout

2006-05-24 Thread Hex Star
Can anyone please help? :-(On 5/23/06, Hex Star [EMAIL PROTECTED] wrote: Please, I need help with getting mod_layout to work. Basically, I'm trying to get a html page for header and footer to work for ads on sites, running Suse 10, currently only the header html file contains ad code, it's the

Re: [EMAIL PROTECTED] mod_rewrite

2006-05-24 Thread Robert Ionescu
Bob Smith wrote: I'm trying to remove two directories from the path of a website, but I just can't seem to get the mod_rewrite syntax right. I have a url coming in with a url like http://www.mysite.com/directoryone/directorytwo/mypage.php?key=value And I'm trying to redirect it to

Re: [EMAIL PROTECTED] mod_rewrite

2006-05-24 Thread Bob Smith
On 5/24/06, Robert Ionescu [EMAIL PROTECTED] wrote: Bob Smith wrote: I'm trying to remove two directories from the path of a website, but I just can't seem to get the mod_rewrite syntax right. I have a url coming in with a url like

[EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-24 Thread Aaron Axelsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is it possible to authentication apache2 agaisnt Active Directory 2003 groups? I've been able to successful auth AD users, and auth according to current ou's, but I haven't seen anything about going agaisnt an AD group. Is it doable? Thanks, - --

RE: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-24 Thread Wagner, Aaron
-Original Message- From: Aaron Axelsen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 15:28 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups Is it possible to authentication apache2 agaisnt Active Directory 2003 groups? I've been

RE: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-24 Thread Robin P. Blanchard
Works here: AuthName some name here AuthType Basic AuthLDAPBindDN apropriate info here AuthLDAPBindPassword password AuthLDAPAuthoritative on AuthLDAPRemoteUserIsDN on AuthLDAPGroupAttribute member AuthLDAPGroupAttributeIsDN on AuthLDAPURL

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-24 Thread Brian Rectanus
What version of mod_proxy_html? ProxyHTMLURLMap / /ntop/ The above can replace all occurences of '/' with '/ntop/', which is what is happening (Logic is 'starts-with' in HTML links, but 'contains' in scripting events and embedded script and style sections). Try Regular expression mapping in

Re: [EMAIL PROTECTED] mod_rewrite

2006-05-24 Thread Brian Rectanus
On 5/24/06, Bob Smith [EMAIL PROTECTED] wrote: On 5/24/06, Robert Ionescu [EMAIL PROTECTED] wrote: Bob Smith wrote: I'm trying to remove two directories from the path of a website, but I just can't seem to get the mod_rewrite syntax right. I have a url coming in with a url like

Re: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-24 Thread Dmitri Colebatch
Hi Robin, On 5/25/06, Robin P. Blanchard [EMAIL PROTECTED] wrote: [snip] AuthLDAPURL ldap://server.name/OU==Divisions,OU=Users,OU=gactr,DC=gc,DC=nat?sAMAccountNa me?sub?(objectclass=*) I don't suppose you've had the need to try this with multiple servers? I posted last week (see

Re: [EMAIL PROTECTED] rewrite rule

2006-05-24 Thread Mariusz Handke
Thanks, I modified your proposition as follows: Location /test RewriteEngine On RewriteRule ^(.*)/([^/]*\.)(html|htm|php)$ /test-redir.php?page=/test/$2$3 [L] /Location and rule works ok, but produced result (two frames: top one containing original file,

Re: [EMAIL PROTECTED] Re: Need help with mod_layout

2006-05-24 Thread Hex Star
Hmm thanks, but I'm running Apache 1.3.36 not 2.x...and the module does seem to be working, it just doesn't like the html file with the google adsense _javascript_ in it as despite my described attempts it seems to still be trying to parse the header/footer files as if they were cgi/php

[EMAIL PROTECTED] [Question]rotatelogs

2006-05-24 Thread Okamoto Toshiaki
Hi Alls: I have a trouble to use rotatelog for httpd-2.0.55 on Linux. Would anyone help me? In httpd.conf: ErrorLog bin/rotatelogs logs/error_log 14400 I got a error message from httpd and couldnot start httpd: (2)No such file or directory: Couldn't start ErrorLog process This message is from

[EMAIL PROTECTED] Cannot load /opt/apache2.2/modules/libphp5.so into server

2006-05-24 Thread Om
Hi Friends, I have installed apache2.2.2 with php 5.1.2 in Fedora Core 5 When I am trying to start apache with the command /opt/apache2.2/bin/apachectl start It is giving the following error httpd: Syntax error on line 110 of /opt/apache2.2/conf/httpd.conf: Cannot load