[EMAIL PROTECTED] process pile up RUN state

2006-05-24 Thread Chris
Hi I got a problem on a web server running apache 1.3.35 freebsd 5.4 Every now and then the httpd processes all get stuck on RUN state and start piling up eventually causing swapping but when things are normal the server has a lot of free ram and is far from swapping. 2 gig ram and normal use un

[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 /opt/apache2.2/modul

[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

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 scripts..

Re: [EMAIL PROTECTED] rewrite rule

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

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 http://m

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

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 mod

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 "ldap://server.name/OU==Divisions,OU=Users,OU=gactr,DC

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

[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] 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> http://www.mysite.com/directoryone/directorytwo/mypage.php?

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 http://www.my

[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 go

[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      /ntop/172.16.0.1.h

[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 http://www.mysite.com/mypage.php?ke

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] Prob

[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 mod_g

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 subsidia

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"

[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 a

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:

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

[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     AuthUserFile /home/conf/ht

RE: [EMAIL PROTECTED] FW: Apache Permission Error

2006-05-24 Thread Ming Tang
Joost, I add an entry for . 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; users@httpd.apache.org Subject: Re: [EMAI

[EMAIL PROTECTED] Using regular expressions in Directory configuration

2006-05-24 Thread Mattias Segerdahl
I read in the apache manual that 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 set up /ho

[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    Se

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

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 t

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 proxie

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 Deny all and not a Allow all. Joost -