Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : "unknown lbmethod" error

2005-10-05 Thread Heiko Jansen
Am Mittwoch, 5. Oktober 2005 20:59 schrieb Colin Murtaugh <[EMAIL PROTECTED]> [Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : "unknown lbmethod" error]: > > Got httpd 2.1.7 this morning and compiled it on my linux box (SuSE > > 9.3, 2.6.11.4-21.9-default, gcc 3.3.5 20050117 (prerelease)). > > Toying

RE: [EMAIL PROTECTED] apache, virtual domains, and firewalls

2005-10-05 Thread Boyle Owen
> -Original Message- > From: Kevin Rattai [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 6. Oktober 2005 00:36 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] apache, virtual domains, and firewalls > > > I'm sure this is slightly OT, but hope someone can give me insight on > thi

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
I am sure that nothing else is related to that request in rewritelog, I posted the entire rewritelog. I am able to access test.com externally from Internet Explorer. I can access it via Firefox, for example. I do not see mod_cache listed, however. I do not see it as an available option to enable i

RE: [EMAIL PROTECTED] security

2005-10-05 Thread baynaa
Thank you guys, The problem was with "guest" account. I went through the code, and found out that users have by default "guest" access right. In my case, guest account had full access (how stupid is it!!! It came with the installation as default!!!). Anyway, the problem was solved :). BR, Baynaa.

Re: [EMAIL PROTECTED] CONNECT in my access_log

2005-10-05 Thread Joshua Slive
On 10/5/05, Edhi Nugroho <[EMAIL PROTECTED]> wrote: > Hi, > I found this in apache's access_log : > > 219.134.31.58 - - [05/Oct/2005:19:02:35 +0700] "CONNECT > smtp.mail.yahoo.com.cn:25 HTTP/1.0" 302 5719 "-" "-" > 219.133.247.2 - - [05/Oct/2005:19:04:15 +0700] "CONNECT ms94.url.com.tw:25 > HTTP/1.

Re: [EMAIL PROTECTED] Re: Apache running with PID of 0

2005-10-05 Thread Boysenberry Payne
Is PHP5 installed as package? Binary or Source? Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Oct 5, 2005, at 2:32 PM, Shankar Unni wrote: Duncan Drury wrote: Output from ps -aux |grep httpd root 645 99.0 0.8 8208 3920 ?? Rs7:47PM 2:29.57 /usr/local/sbi

[EMAIL PROTECTED] CONNECT in my access_log

2005-10-05 Thread Edhi Nugroho
Hi, I found this in apache's access_log : 219.134.31.58 - - [05/Oct/2005:19:02:35 +0700] "CONNECT smtp.mail.yahoo.com.cn:25 HTTP/1.0" 302 5719 "-" "-" 219.133.247.2 - - [05/Oct/2005:19:04:15 +0700] "CONNECT ms94.url.com.tw:25 HTTP/1.0" 302 5719 "-" "-" 219.134.73.202 - - [05/Oct/2005:19:07:58 +0

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
Here is the rewritecond with the corresponding rewritelog: # See if the input URL is http://www.test.com RewriteCond  %{SERVER_NAME}  www.test.com # It is. Now see if www.test.com is a folder in the webcontent/ directory RewriteCond  %{DOCUMENT_ROOT}/webcontent/%{SERVER_NAME} -d # it is. RewriteR

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Joshua Slive
On 10/5/05, Josh Greenwood <[EMAIL PROTECTED]> wrote: > No, the quoted rewritelog is the result of the [P] flag not being there. The > problem is when the [P] flag is there, it > grabs the page out of the local 'webcontent' folder instead of getting the > Internet version. Then show the RewriteLo

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
No, the quoted rewritelog is the result of the [P] flag not being there. The problem is when the [P] flag is there, it grabs the page out of the local 'webcontent' folder instead of getting the Internet version. --Josh GreenwoodOn 10/5/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/5/05, Josh

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Joshua Slive
On 10/5/05, Josh Greenwood <[EMAIL PROTECTED]> wrote: > #See if the requested page is http://www.test.com > RewriteCond %{SERVER_NAME} www.test.com > #It is. Now see if 'www.test.com' is a folder in the webcontent/ directory > RewriteCond %{DOCUMENT_ROOT}/webcontent/%{SERVER_NAME} -d > #It is.

Re: [EMAIL PROTECTED] error_log notice message on restart

2005-10-05 Thread Joshua Slive
On 10/5/05, Andrew Brosnan <[EMAIL PROTECTED]> wrote: > Hello, > > On every system running Apache/mod_perl I've worked on so far, something > similar to the line below shows up in the error log upon restarting > Apache: > > [Wed Oct 5 04:01:23 2005] [notice] Apache/1.3.33 (Unix) mod_perl/1.29 > co

[EMAIL PROTECTED] apache, virtual domains, and firewalls

2005-10-05 Thread Kevin Rattai
I'm sure this is slightly OT, but hope someone can give me insight on this. I'm running Apache inside a firewall and the environment variables aren't being passed through, so all requests for name based virtual domains end up at the default domain. Can someone point me to or provide info on ho

[EMAIL PROTECTED] error_log notice message on restart

2005-10-05 Thread Andrew Brosnan
Hello, On every system running Apache/mod_perl I've worked on so far, something similar to the line below shows up in the error log upon restarting Apache: [Wed Oct 5 04:01:23 2005] [notice] Apache/1.3.33 (Unix) mod_perl/1.29 configured -- resuming normal operations I recently began working on

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
Group, bits of this message will be redundant, a portion of the coversation was accidentally taken off-list a while back, I apologize. I have Apache listening on port 9980. In Internet Explorer, the "use proxy server for your LAN" option is turned on. The address is 127.0.0.1 and the port is 9980

RE: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread Wagner, Aaron
> One more thing...when I did this, the hour, minute and seconds > always show as 00_00_00, as in access_2005_10_04_00_00_00.log. Is > that what you guys are seeing too? I guess the time doesn't start > when you start the server, it treats it as if it's the beginning of > the day? I didn't

RE: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread James Tu
Thanks Aaron: After some experimenting...the following worked for me. I think most people will encounter this issue... What I had to do was to use truncated directory names! Here's the line from my server... #daily rotation CustomLog "| D:\Progra~1\Apache~1\Apache\bin\rotatelogs.exe logs\acc

Re: [EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread John Oliver
On Wed, Oct 05, 2005 at 03:14:25PM -0400, Joshua Slive wrote: > Sorry, but I'll have to reemphasize the upgrade issue. I have a vague > recollection of some fix regarding large files and mod_autoindex. > This could very well be a file-size issue. (You probably won't have > luck with files greate

[EMAIL PROTECTED] Re: Apache running with PID of 0

2005-10-05 Thread Shankar Unni
Duncan Drury wrote: Output from ps -aux |grep httpd root 645 99.0 0.8 8208 3920 ?? Rs7:47PM 2:29.57 /usr/local/sbin/httpd www 0 0.0 0.0 00 ?? ZW - 0:00.00 (httpd) www 0 0.0 0.0 00 ?? ZW - 0:00.00 (httpd) www

Re: [EMAIL PROTECTED] Apache security

2005-10-05 Thread Joshua Slive
On 10/5/05, Pedro <[EMAIL PROTECTED]> wrote: > > Hi, > > I have Apache 1.3 working with virtual hosts, PHP, mod_perl but I need to > find a way of allowing one specific virtual host to access and write to > files owned by root and other system users. I've looked into suEXEC but it > is not enough s

Re: [EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread Joshua Slive
On 10/5/05, John Oliver <[EMAIL PROTECTED]> wrote: > > > > Oh, and if I put the full path > > > http://web.server/directory/name-of-invisible-file in the browser, I can > > > download the file in question. But it still doesn't show up in the > > > directory list in the browser. There are no error

Re: [EMAIL PROTECTED] problem with proxy balancer-manager

2005-10-05 Thread Colin Murtaugh
FYI -- I've submitted a patch for this to the dev list and to bugzilla. The bug # is 36816. --Colin On Sep 29, 2005, at 8:14 AM, Jim Jagielski wrote: Thanks... Looking into it now and seeing if it still happens in 2.1.8. Heiko Jansen wrote: I can confirm Colins report: installed httpd

Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : "unknown lbmethod" error

2005-10-05 Thread Colin Murtaugh
On Sep 29, 2005, at 6:08 AM, Heiko Jansen wrote: Hi all. Got httpd 2.1.7 this morning and compiled it on my linux box (SuSE 9.3, 2.6.11.4-21.9-default, gcc 3.3.5 20050117 (prerelease)). Toying around with mod_proxy_balancer I have one problem: When trying to start the httpd I always get Syn

[EMAIL PROTECTED] Apache security

2005-10-05 Thread Pedro
Hi,   I have Apache 1.3 working with virtual hosts, PHP, mod_perl but I need to find a way of allowing one specific virtual host to access and write to files owned by root and other system users. I've looked into suEXEC but it is not enough since there are many different owned files I have

Re: [EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread Nick Couchman
Nick CouchmanSystems IntegratorSEAKR Engineering, Inc.6221 South Racine CircleCentennial, CO 80111Main: (303) 790-8499Fax: (303) 790-8720Web: http://www.seakr.com   >>> On 2005/10/05 at 12:03:47, in message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: On Wed, Oct 05, 2005 at 01:50:54PM -0400, Jo

Re: [EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread John Oliver
On Wed, Oct 05, 2005 at 01:50:54PM -0400, Joshua Slive wrote: > On 10/5/05, John Oliver <[EMAIL PROTECTED]> wrote: > > I just set up a directory on an existing website and copied some files > > into it. While the first file was copying, I looked at the directory > > with a browser, and it showed t

Re: [EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread Joshua Slive
On 10/5/05, John Oliver <[EMAIL PROTECTED]> wrote: > I just set up a directory on an existing website and copied some files > into it. While the first file was copying, I looked at the directory > with a browser, and it showed the first file. After all of the other > files are done copying, thoug

[EMAIL PROTECTED] Files invisible to Apache?

2005-10-05 Thread John Oliver
I just set up a directory on an existing website and copied some files into it. While the first file was copying, I looked at the directory with a browser, and it showed the first file. After all of the other files are done copying, though, it still only shows that first file... I've shift-refres

[EMAIL PROTECTED] Allowing my vhost to use cgiwrap

2005-10-05 Thread Daniel Prieto
Hi, How could I allow my virtual host (on port 443) to run scripts from /var/apache/docs/virtualhost/cgi-bin and use the cgiwrap in my default (port 80) server /var/apache/docs/cgi-bin? The same cgi scripts would run from the default web server but not in on virtual host giving me "CGIWrap Err

RE: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread Wagner, Aaron
This is a line from my production server httpd.conf. It rotates daily. CustomLog "|D:/WebCore2/Apache2/bin/rotatelogs.exe D:/WebCore2/Apache2/logs/history/commonLog.%Y-%m-%d-%H_%M_%S.log 86400 -300" combined Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations

Re: [EMAIL PROTECTED] RCP-over-HTTP and mod_proxy

2005-10-05 Thread Heiko Baumann
nobody ? Heiko Baumann wrote: Hi list, i've tried to get rpc-over-http (outlook 2003) with apache2 and mod_proxy to work, with moderate results. the connection often fails or reset. i've played around with different configs and different apache versions on my gentoo box. but no luck. th

Re: [EMAIL PROTECTED] problem with proxy balancer-manager

2005-10-05 Thread Colin Murtaugh
On Sep 29, 2005, at 8:14 AM, Jim Jagielski wrote: Thanks... Looking into it now and seeing if it still happens in 2.1.8. I've just installed 2.1.8, and it still happens. - The official User-To-User support forum of the A

Re: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread William A. Rowe, Jr.
James Tu wrote: I'm trying to edit my httpd.conf to use rotatelogs for Apache running on Windows. I'm doing this and it doesn't like it. CustomLog "| bin/rotatelogs logs/access.log 3600" common Did you mean bin/rotatelogs.exe ? If that doesn't lick it, what about using 'bin\rotatelogs.exe'?

RE: [EMAIL PROTECTED] Apache running with PID of 0

2005-10-05 Thread Duncan Drury
Scott Gifford said: > Can you paste the output of "ps -aux |head -1" and "ps -aux > |grep httpd" which shows this into an email back to the list? After doing apachectl graceful (with Apache running ok) Output from ps -aux |head -1 USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME C

[EMAIL PROTECTED] rotatelogs on Windows

2005-10-05 Thread James Tu
I'm trying to edit my httpd.conf to use rotatelogs for Apache running on Windows. I'm doing this and it doesn't like it. CustomLog "| bin/rotatelogs logs/access.log 3600" common I've also tried using the full paths and it doesn't like the space in "Program Files" CustomLog "| c:/Program Files/

[EMAIL PROTECTED] mod_rewrite Special % character problems

2005-10-05 Thread Saqib Kadri
Hello all, I'm having problems with rewriting URLs that contain the special character codes for ampersands and forward slashes - %26 and %2F. Rewriting other special characters, like %20, %21, etc., doesn't cause any problems; but these two (and perhaps others) do, as mod_rewrite/.htaccess seem to

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Josh Greenwood
I apologize for the confusion. I am trying to skip the webpage that is in the local folder 'webcontent/www.test.com' and retrieve the webpage that is at the actual Internet site www.test.com. In this configuration, I have Apache listening on port 9980 and serving up pages from within the 'webconten

Re: [EMAIL PROTECTED] moving .htaccess rewrite cond to httpd.conf

2005-10-05 Thread Joshua Slive
On 10/5/05, Duncan Drury <[EMAIL PROTECTED]> wrote: > The Rewrite directives need to go within a Directory block within the > appropriate VirtualHost: > > > RewriteEngine on > RewriteRule ^(.*)/section$/new_location/new_file.htm > > > As I understand it you have to do this for every

Re: [EMAIL PROTECTED] Basic Authentication and mod_auth_mysql form login

2005-10-05 Thread Joshua Slive
On 10/5/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > I think you're talking about cookies... > > A cookie is not really added to the page, rather it is sent to the browser as > part of the response (it is in a header). The browser then sends the same > cookie back with any subsequent requests in

Re: [EMAIL PROTECTED] Chaining Outputs from mod_python to php

2005-10-05 Thread Joshua Slive
On 10/5/05, Crosby Sidney <[EMAIL PROTECTED]> wrote: > Hi, > > I have Apache built with both mod_python and php. I want to setup the > following output chain: [input request] -> mod_python -> php -> [output > html]. Is this possible? My understanding (based on limited knowledge of recent php dev

Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-05 Thread Joshua Slive
On 10/4/05, Josh Greenwood <[EMAIL PROTECTED]> wrote: > Hello, > I am using Apache 2.0.54. I am having difficulty with the following > rewritecond/rewriterule: > > # See if the requested page is http://www.test.com > RewriteCond %{SERVER_NAME} www.test.com > # It is. Now see if "w

RE: [EMAIL PROTECTED] Apache 2.0: Recommended Mutex types for Solaris 8,9,10

2005-10-05 Thread Axel-Stéphane SMORGRAV
Joe, Thanks for replying to my post. Isn't the AcceptMutex only used inside the parent process to serialise the access to the accept(2) system call ? Is your comment about cross-process mutex relevant for SSLMutex rather than AcceptMutex , and would that mean that in your opinion although it

Re: [EMAIL PROTECTED] Apache 2.0: Recommended Mutex types for Solaris 8,9,10

2005-10-05 Thread Joe Orton
On Mon, Oct 03, 2005 at 11:17:38AM +0200, Axel-Stéphane SMORGRAV wrote: > As far as I can tell, in Apache versions 2.0.49 and prior the default > Mutex type (at least for AcceptMutex) was pthread. It then changed to > fcntl around Apache 2.0.50 leading me to post the following > http://issues.e

RE: [EMAIL PROTECTED] security

2005-10-05 Thread Boyle Owen
Plain text please... This has nothing to do with the "software" not being secure. It is simply that you have not configured access to the resource correctly. It is impossible to be certain about what you have done wrong but (based on the pretend URL you quoted) I would guess you have your main

RE: [EMAIL PROTECTED] spurious 'user not found' with basic auth

2005-10-05 Thread Joost de Heer
Boyle Owen said: >> -Original Message- >> From: news [mailto:[EMAIL PROTECTED] Behalf Of Daniel McBrearty >> >> Mostly this works absolutely fine. But occasionally one of my >> users has trouble >> logging in. In the logs I can see : >> >> [Mon Oct 3 08:08:09 2005] [error] [client 220.237.

RE: [EMAIL PROTECTED] security

2005-10-05 Thread baynaa
Can you give me a little bit more info on this issue? One of the number of the ways?     From: Peter J Milanese [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 4:39 PM To: users Subject: Re: [EMAIL PROTECTED] security   There are a number of ways to handle this.

RE: [EMAIL PROTECTED] Apache running with PID of 0

2005-10-05 Thread Duncan Drury
> It sounds like php to me too, with what you've said so far. > What OS and PHP versions are you using? FreeBSD 5.2, Apache 1.3.33 and PHP5.0.5. > Can you paste the output of "ps -aux |head -1" and "ps -aux > |grep httpd" which shows this into an email back to the list? I'll have to wait till a

RE: [EMAIL PROTECTED] Re: Simple way to make directories display a list of its files

2005-10-05 Thread Duncan Drury
> Speaking of log messages... I keep seeing this in error_log: > > [Tue Oct 04 19:38:03 2005] [error] [client 192.168.0.4] File does not > exist: /var/www/localhost/htdocs/favicon.ico > > How can I tell what is looking for this file. And where to get it? Many recent browsers automatically reque

[EMAIL PROTECTED] Subject: Problem loading PHP module in Apache 2.1.8

2005-10-05 Thread Uzo Madujibeya
Hi, I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having a problem trying to load php. At the bottom of my httpd.conf file I specify the following: # PHP4 configuration LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php .phtml AddType application/x-ht

RE: [EMAIL PROTECTED] moving .htaccess rewrite cond to httpd.conf

2005-10-05 Thread Duncan Drury
The Rewrite directives need to go within a Directory block within the appropriate VirtualHost: RewriteEngine on RewriteRule ^(.*)/section$/new_location/new_file.htm As I understand it you have to do this for every VirtualHost, as Rewrite directives aren't inherited. Well, at leas

Re: [EMAIL PROTECTED] security

2005-10-05 Thread Peter J Milanese
There are a number of ways to handle this. If your site is a mix of auth/anon, you probably want to put it in the php. Just do an isset in the php. Documentation on php.net should be helpful. -Sent from my NYPL BlackBerry Handheld.  - Original Message -  From: [EMAIL

[EMAIL PROTECTED] security

2005-10-05 Thread baynaa
Hi, In our web, users should login to access certain contents. But today we’ve just realized that, one can acces those contents without loging in. In other words, just typing http://xxx.xx/graph_view.php?action=""> brings the graphs. We are using free software, may be that’s why it is not

Re: [EMAIL PROTECTED] Noob needs help with SSL certs on apache 1.3

2005-10-05 Thread Uzo Madujibeya
Scot try this:1. keytool -genkey -keystore {keystore location} -keyalg RSA -alias example -dname "cn=remote.example.com, ou=Job Type, o=Company Description, c=CountryB" -validity 3652. keytool -selfcert -keystore {keystore location} -alias example3. keytool -export -keystore {keystore location} -al