Re: [EMAIL PROTECTED] Exclusion possibilities for RedirectPermanent

2007-10-30 Thread Joshua Slive
On 10/30/07, Robinson Craig [EMAIL PROTECTED] wrote: Hi Folks, I have to redirect any requests for a particular path to another server for a few months, and I am successfully using: RedirectPermanent /about http://newServer/about However, an additional requirement has emerged where they

Re: [EMAIL PROTECTED] sh error in apache error log

2007-10-30 Thread Joshua Slive
On 10/30/07, Robinson Craig [EMAIL PROTECTED] wrote: Hi Folks, I'm seeing an error in our Apache 1.3 error log that I have never seen before: sh: syntax error at line 1: `(' unexpected There is no timestamp, but it occurred some time after we had a scheduled restart (to roll logs) and

Re: [EMAIL PROTECTED] authenticate only on WRITE operations

2007-10-29 Thread Joshua Slive
On 10/29/07, Melanie Pfefer [EMAIL PROTECTED] wrote: hi Whenever users want to access web server, a username and password is required. apache query ldap server. Is it possible to ask for authentification only on WRITE operation? While users who want to read pages need not an

Re: [EMAIL PROTECTED] start apache if the process dies unexpectedly

2007-10-29 Thread Joshua Slive
On 10/29/07, Melanie Pfefer [EMAIL PROTECTED] wrote: hi I have a cron job that kills all processes owned by a user. apache is among these processes. Can apache be configured to restart if the process dies?? It is. That is why there is a parent process that supervises the children and

Re: [EMAIL PROTECTED] client denied by server configuration

2007-10-29 Thread Joshua Slive
On 10/29/07, Melanie Pfefer [EMAIL PROTECTED] wrote: hi, When I access: http://web1/svn/ERT/fgh/165, the web page gives The website declined to show this webpage http logs: client denied by server configuration Location /svn/ERT/fgh DAV svn SVNParentPath /vanisher/apps/svn

Re: [EMAIL PROTECTED] How to grant access to a directory

2007-10-29 Thread Joshua Slive
On 10/29/07, Mick Ken [EMAIL PROTECTED] wrote: Hi Friends, I have a subversion running with svnserve but I would like to configure Apache for it,so that I could use domain user authentication. I tried to follow this tutorial: http://svn.spears.at/ But the apache serve is not allowing me

Re: [EMAIL PROTECTED] Apache 2.2 vs Filezilla performance problem

2007-10-28 Thread Joshua Slive
On 10/27/07, J [EMAIL PROTECTED] wrote: Hello All, I am having some problems getting the expected performance from Apache 2.2 running on Windows XP Pro SP2, compared with FileZilla. My test file is random data. I am deleting it from the directory it is saved to on download prior to

Re: [EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-28 Thread Joshua Slive
On 10/27/07, Jan Engelhardt [EMAIL PROTECTED] wrote: Hi, .php files are skipped when mod_negotiation looks for files. This is just a guess, but perhaps you are using AddType rather than AddHandler to activate php and need to read http://mark.tranchant.co.uk/notes/multiviews Joshua.

Re: [EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-28 Thread Joshua Slive
On 10/28/07, Jan Engelhardt [EMAIL PROTECTED] wrote: On Oct 28 2007 14:16, Joshua Slive wrote: On 10/27/07, Jan Engelhardt [EMAIL PROTECTED] wrote: Hi, .php files are skipped when mod_negotiation looks for files. This is just a guess, but perhaps you are using AddType rather than

Re: [EMAIL PROTECTED] web server with and without WebDAV (two directories)

2007-10-26 Thread Joshua Slive
On 10/26/07, Stefan Bertels [EMAIL PROTECTED] wrote: Directory /local/main/guestbook require user guestbook /Directory How can I have one web server where some dirs are Dav-enabled and some not. I cannot work with multiple virtual hosts (SSL). There are few different way's to do this.

Re: [EMAIL PROTECTED] htpasswd questions

2007-10-25 Thread Joshua Slive
On 10/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I've got some questions about htpasswd. From the man page: -Anonymous Why anonymous? Are you up to no good? Anyway, this is all public information. The password formats are described in detail here:

Re: [EMAIL PROTECTED] Problems making exceptions to Apache authentication

2007-10-25 Thread Joshua Slive
On 10/25/07, Matt Brock [EMAIL PROTECTED] wrote: Hi. I'm applying some authentication across all of a site site using the following: Location /* The * is unnecessary. AuthName NAME AuthType Basic AuthUserFile /usr/local/www/.htpasswd

Re: [EMAIL PROTECTED] .htaccess allow access to one file, deny the rest.

2007-10-25 Thread Joshua Slive
On 10/25/07, Doug Hairfield [EMAIL PROTECTED] wrote: Thanx, that got me much closer. Unfortunately that page consists of multiple files, .css, .png, .cgi so I tried using this expression in the Files line, but it is not allowing those files to come through. From firefox, it prompts me for

Re: [EMAIL PROTECTED] htpasswd questions

2007-10-25 Thread Joshua Slive
On 10/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, Joshua Slive [EMAIL PROTECTED] wrote: The password formats are described in detail here: http://httpd.apache.org/docs/2.2/misc/password_encryptions.html Thanks, that explains a lot. But why are Crypt and MD5 hashes salted

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Joshua Slive
On 10/24/07, Grant Peel [EMAIL PROTECTED] wrote: Understood, BUT suexec will not allow a script to be written to outside the users home directory ... right? I have no idea what you mean with that sentence. Suexec is very strict about what scripts it will LAUNCH. But once a script is

Re: [EMAIL PROTECTED] php and suexec

2007-10-24 Thread Joshua Slive
On 10/24/07, Grant Peel [EMAIL PROTECTED] wrote: Joshua, Interesting, maybe I have always missunderstood these (suexec) conditions (12 and 13 I think). Is the directory within the Apache webspace? If the request is for a regular portion of the server, is therequested

Re: [EMAIL PROTECTED] mod_ssl: behaviour with no client cert

2007-10-24 Thread Joshua Slive
On 10/23/07, Peng, Thierry [EMAIL PROTECTED] wrote: Hi I have a question about the mod_ssl. I've enabled the SSLVerifyClient in the apache2.conf with the parameter require. This works perfectly, although, when a user does not have a certificate, it sends only a not very meaningful

Re: [EMAIL PROTECTED] mod_ssl: behaviour with no client cert

2007-10-24 Thread Joshua Slive
On 10/24/07, William Westbrooks [EMAIL PROTECTED] wrote: How do I unsubsribe to stop recieveing these emails? Start by not being rude to all the other list subscribers. One such request for help is more than enough. Then read the bottom of each list message: See

Re: [EMAIL PROTECTED] .htaccess allow access to one file, deny the rest.

2007-10-24 Thread Joshua Slive
On 10/24/07, Doug Hairfield [EMAIL PROTECTED] wrote: Fedora Core 4/apache2.0.59 Is it possible to use an htaccess file to deny access to everything in a directory EXCEPT one particular file and allow access to that file via IP address? I have a script that needs to be able to hit

Re: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread Joshua Slive
On 10/23/07, Sylvain Viollat [EMAIL PROTECTED] wrote: Thanks for your answer! I tried but no such success. I also tried to match Mozilla User-Agent for debugging, but it looks like the setting which is passed to SetEnvIf is totally ignored. Is there a way to check the content of a variable

Re: [EMAIL PROTECTED] AuthName directive

2007-10-23 Thread Joshua Slive
On 10/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, AuthName directive: This directive sets the name of the authorization realm for a directory. This realm is given to the client so that the user knows which username and password to send. I know how AuthName works in practise,

Re: [EMAIL PROTECTED] Unsubscribing from this List

2007-10-23 Thread Joshua Slive
On 10/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I thought I had unsubscribed from this group about a month ago. Does anyone know how to get off of this list? There are explicit instructions at the bottom of every list message and more help at http://httpd.apache.org/userslist.html for

Re: [EMAIL PROTECTED] RewriteRule trouble

2007-10-22 Thread Joshua Slive
On 10/22/07, Krist van Besien [EMAIL PROTECTED] wrote: On 10/22/07, BP Jonsson [EMAIL PROTECTED] wrote: How should I write a rewrite rule so that it appears to visitors that they are at http://foo(.*) but the files reside at http://bar/site/foo? Supposing that the rewrite rule is in a

Re: [EMAIL PROTECTED] Log FIles

2007-10-22 Thread Joshua Slive
On 10/22/07, Grant Peel [EMAIL PROTECTED] wrote: Do I need to restart the apache deamon each night after the logs are rotated? (I am rotating those log with newsyslog). Is there something else I am missing? http://httpd.apache.org/docs/2.2/logs.html#rotation Joshua.

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-22 Thread Joshua Slive
On 10/22/07, Jonathan Hayward http://JonathansCorner.com [EMAIL PROTECTED] wrote: Sorry for not replying earlier... Is Header version-specific? The error message in the log is ...Invalid command 'Header,' perhaps misspelled or defined by a module not included in the server configuration.

Re: [EMAIL PROTECTED] php and suexec

2007-10-22 Thread Joshua Slive
On 10/22/07, Grant Peel [EMAIL PROTECTED] wrote: Hi Matthew, Thanks for the speedy resonse. I actually am setting suphp on a test server right now, but one of the items I was looking for was to jail users from a php standpoint similar to what suexec does for perl, i.e. can't write

Re: [EMAIL PROTECTED] Make apache sleep

2007-10-22 Thread Joshua Slive
On 10/22/07, Eric Covener [EMAIL PROTECTED] wrote: On 10/22/07, Jim Albert [EMAIL PROTECTED] wrote: For the purposes of testing a heavy load situation, I'd like to configure one of my apache web servers to intentionally respond slow to a request. mod_ext_filter might help you simulate

Re: [EMAIL PROTECTED] svn access via apache with ntlm authentication

2007-10-20 Thread Joshua Slive
On 10/20/07, Thomas Fazekas [EMAIL PROTECTED] wrote: In coclusion, svn with NTLM authentication doesn't work... My problem is that I can't see any other solution how to bring together a linux based apache/svn with our NT4 based domain :( For the time being I'm just gonna go with win based NT

Re: [EMAIL PROTECTED] EAPI vs API

2007-10-20 Thread Joshua Slive
On 10/19/07, Bernard Barton [EMAIL PROTECTED] wrote: When I run an apachectl configtest, I get the errors below regarding compiling apache with -DEAPI. Apche has an option --disable-rule=EAPI=no, and I also tried --enable-rule=EAPI=no. Oddly, when I run make in the apache_1.3.33

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-20 Thread Joshua Slive
On 10/19/07, Jonathan Hayward http://JonathansCorner.com [EMAIL PROTECTED] wrote: I am getting an internal server error (500) if I place the following in my ROOT .htaccess: What does the apache error log say? I'm not sure why you are using a double-slash at the beginning of the regexes. It

Re: [EMAIL PROTECTED] passing enviroment with PasEnv

2007-10-20 Thread Joshua Slive
On 10/19/07, loredana loredana [EMAIL PROTECTED] wrote: Ok, here's something I don't understand. I've connected my apache and tomcat using mod_jk in my httpd.conf I wrote SetEnv REMOTE_USER xxx PassEnv REMOTE_USER and then in tomcat I just wrote a file % out.print

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-20 Thread Joshua Slive
On 10/20/07, Jonathan Hayward http://JonathansCorner.com [EMAIL PROTECTED] wrote: Just for sanity's sake--could you check that the date is appropriately formatted, and if the date format is causing problems, give an appropriate format for Mon, 1 Jan 2007 1:00:00 GMT or Mon, 01 Jan 2007

Re: [EMAIL PROTECTED] svn access via apache with ntlm authentication

2007-10-18 Thread Joshua Slive
On 10/18/07, Krist van Besien [EMAIL PROTECTED] wrote: The current version of Neon (the http library used in the command line subversion client) only supports basic authentication. That's not true. Neon supports digest and a couple others as well. I'm not sure if they are supported via

Re: [EMAIL PROTECTED] 500 code, can't seem to track down

2007-10-18 Thread Joshua Slive
On 10/18/07, Tom Hart [EMAIL PROTECTED] wrote: Hey everybody. I'm getting a 500 error code (Internal Server Error), that doesn't tell me anything about why the error happened. Naturally I looked to the error.log but that contained nothing. At this point I decided to try LogLevel notice to up

Re: [EMAIL PROTECTED] AllowOverride PROBLEM

2007-10-17 Thread Joshua Slive
On 10/17/07, Javier Arancibia/NACION SEGUROS/AR [EMAIL PROTECTED] wrote: Apache Version: 2.2.4 I have a problem with AuthConfig, if i use the directive AllowOverride AuthConfig I can't see the protected directories in the browser, when I use AllowOverride None I see all of the directories in

Re: [EMAIL PROTECTED] http to https redirection with an exception

2007-10-15 Thread Joshua Slive
On 10/15/07, ImageCity/Hirotsuna Mizuno [EMAIL PROTECTED] wrote: joy d wrote: You can use mod_rewrite and define a RewriteCond for the except case. Thank you for your appropriate advice. Unfortunately, our Apache server was compiled without mod_rewrite, and it's not allowed to re-compile

Re: [EMAIL PROTECTED] Question about how apache handles file opening with logging

2007-10-11 Thread Joshua Slive
On 10/10/07, Joseph Marcelletti [EMAIL PROTECTED] wrote: I actually use a different log format then combinedio, but the point is made. The question is, if I have say 50 virtual hosts with the same format.. 1 customlog for a log in their home directory, and a customlog that is IDENTICAL in

Re: [EMAIL PROTECTED] Question about how apache handles file opening with logging

2007-10-11 Thread Joshua Slive
On 10/11/07, Joseph Marcelletti [EMAIL PROTECTED] wrote: Thanks for the insight on that. I wasn't quite aware of that problem but the simplest work around is having it logged to the users directory, under a logs folder which is owned by root:root and not the user.. This prevents the issue you

Re: [EMAIL PROTECTED] APACHE - Resolving The Display of Extended Character Sets...

2007-10-11 Thread Joshua Slive
On 10/11/07, Sikora, Stephen G (PA62) [EMAIL PROTECTED] wrote: Guidance Requested, At the risk of asking a 'green-horn' question... We have two apache servers - one on Windows (Apache/1.3.27) the other on Linux (Apache/2.2.4 (Unix)) When the we discovered the v1.3.27 Win-server displaying

Re: [EMAIL PROTECTED] Resend: Blocking proxy requests rewrite_module

2007-10-11 Thread Joshua Slive
On 10/11/07, Phil Rhoades [EMAIL PROTECTED] wrote: People, I am not sure if there was no response to this previously or I just missed it (I can't find it in the archives), anyway here it is again: Yes, you did get an answer last time:

Re: [EMAIL PROTECTED] mod_deflate with chunked gzipped input

2007-10-10 Thread Joshua Slive
On 10/10/07, Steve Bardsley [EMAIL PROTECTED] wrote: Greetings: I'm sending chunked, gzipped POSTs to apache and it works, but occasionally loses the request body. After many hours of debug, mod_deflate is suspect. Debug included using mod_ext_filter and instrumenting mod_deflate with

Re: [EMAIL PROTECTED] apache 2.2.4 and svn 1.4.4

2007-10-10 Thread Joshua Slive
On 10/10/07, Melanie Pfefer [EMAIL PROTECTED] wrote: Hi, I downloaded svn and apache from www.sunfreeware.com and followed these steps: If you're doing source compiles, I'm not sure why you're downloading from sunfreeware rather than the original sites. But anyway... When starting apache, I

Re: [EMAIL PROTECTED] Can't get realms to work (OS X Server 10.4.10)

2007-10-10 Thread Joshua Slive
On 10/10/07, Gary Girolimon [EMAIL PROTECTED] wrote: Hi, We need to password protect a directory on our webserver. I changed httpd.conf to AllowOverride AuthConfig, created a password file (users) in /etc/httpd/conf/ created a user name and password, verified the permissions to be 644 on the

Re: [EMAIL PROTECTED] MaxRequestsPerChild and number of accesses reported in server-status

2007-10-10 Thread Joshua Slive
On 10/10/07, Robinson Craig [EMAIL PROTECTED] wrote: Hi Folks, I'm a bit confused about the effects of changing the MaxRequestsPerChild directive. I previously had MaxRequestsPerChild set to 0 which, as I have always understood, means that there is no maximum. Last night I changed the

Re: [EMAIL PROTECTED] [Help] How to change the content of response on the fly��

2007-10-09 Thread Joshua Slive
On 10/8/07, DuYushui [EMAIL PROTECTED] wrote: As you can see, I have to open the actual file before do anything. This approach doesn't work if the requested URI doesn't correspond to real file in the OS or the request file should be parsed before sending out, such as PHP source file. Is there

Re: [EMAIL PROTECTED] Apache disk cache debugging

2007-10-09 Thread Joshua Slive
On 10/9/07, Soumendu Bhattacharya [EMAIL PROTECTED] wrote: Hi, I am using apache 2.2.4 with mod_cache along with mod_disk_cache , mod_expires and mod_deflate enabled to cache and compress dynamic content served from jboss . I am trying to find a way by which I can debug/monitor the

Re: [EMAIL PROTECTED] Not having luck running Perl script

2007-10-09 Thread Joshua Slive
On 10/9/07, Robert A. Rawlinson [EMAIL PROTECTED] wrote: I am using Apache2 with Suse 10.2. I think I am doing something wrong in my config. I have the perl script in directory /usr/www/users/fgames/mufon.com/cgi-bin. When I access the apache localhost I get a 404 error. If I did not give

Re: [EMAIL PROTECTED] Not having luck running Perl script

2007-10-09 Thread Joshua Slive
On 10/9/07, Robert A. Rawlinson [EMAIL PROTECTED] wrote: Thanks! I found the correct directory for the perl file. Now however when it runs it brings up a window which says I have chosen to open a file which is a Perl script and offers to open in an editor instead of running the script. I must

Re: [EMAIL PROTECTED] weird configtest error message

2007-10-09 Thread Joshua Slive
On 10/9/07, j k [EMAIL PROTECTED] wrote: /etc/init.d/apache2 configtest * Checking Apache Configuration ... * Apache2 has detected a syntax error in your configuration files: Syntax error on line 536 of /etc/apache2/httpd.conf: Invalid command 'Order', perhaps mis-spelled or defined by a

Re: [EMAIL PROTECTED] Vhost not working

2007-10-09 Thread Joshua Slive
On 10/9/07, Chris Arnold [EMAIL PROTECTED] wrote: I am running apache 2.2.6 on sles10 sp1. We have like 3 vhost and one of those i can not, for the life of me, getting it working. The vhost should be accessible from demo.mytimewithgod.net but this will always send you to mytimewithgod.net.

Re: [EMAIL PROTECTED] Why does my rewrite not work?

2007-10-08 Thread Joshua Slive
On 10/8/07, Michael McGlothlin [EMAIL PROTECTED] wrote: RewriteCond %{HTTP_USER_AGENT} ^.*[Googlebot|Yahoo!\ Slurp].*$ In a regex [charclass] matches any single character in charclass. In other words, that expression will match any user agent string that contains a G, or an o, or an l, or an e,

Re: [EMAIL PROTECTED] FoldersFirst issues

2007-10-08 Thread Joshua Slive
On 10/8/07, Dan Ryan [EMAIL PROTECTED] wrote: Hello All, I'm setting up an Apache mirror, and I'm finding it difficult to get the FolderFirst directive for IndexOptions to function correctly. I'm using httpd 2.2.6 and here's the snippet from my httpd.conf: IndexOptions

Re: [EMAIL PROTECTED] mod_rewrite rewrites but changes uri to filepath

2007-10-07 Thread Joshua Slive
On 10/7/07, Tomek Lorek [EMAIL PROTECTED] wrote: Hi there! I'm having problems setting up a mod_rewrite on Apache 2.2.3. I have an address like this: http://127.0.0.1/~tomek/somesite/register.php and it works ok. I've got a /home/tomek/public_html/somesite/.htaccess file which contains:

Re: [EMAIL PROTECTED] Blocking proxy requests rewrite_module

2007-10-07 Thread Joshua Slive
On 10/7/07, Phil Rhoades [EMAIL PROTECTED] wrote: People, I have disabled the proxy server in httpd.conf: # IfModule mod_proxy.c # ProxyRequests On but I still get thousands of proxy request lines in my access_log file (so some of my bandwidth must still be getting wasted) - I presume

Re: [EMAIL PROTECTED] mod_autoindex

2007-10-05 Thread Joshua Slive
On 10/5/07, Hermidio A. Rodriguez Chavez [EMAIL PROTECTED] wrote: Hellow friends: i like to configure one debian mirror and want to add HeaderName, ReadMeName inside the virtual host, every things are ok at the first page , but when i try access another directory inside the root folder the

Re: [EMAIL PROTECTED] mod_autoindex

2007-10-05 Thread Joshua Slive
On 10/5/07, Hermidio A. Rodriguez Chavez [EMAIL PROTECTED] wrote: Joshua Slive wrote: What EXACTLY did you use for your HeaderName/ReadmeName configuration? Do you understand the difference between the config with a leading slash (where the Header/Readme is always taken from the same place

Re: [EMAIL PROTECTED] Restriction of access using both mod_authz_host and mod_auth_basic

2007-10-04 Thread Joshua Slive
On 10/4/07, Roberto Suarez Soto [EMAIL PROTECTED] wrote: Hi, I have a website that I want only a few selected IPs to see. For this, I use Allow from directives in the VirtualHost section of this website. But besides, I have some people that use dynamic IP addresses (so I can't use

Re: [EMAIL PROTECTED] Re: snooping on cgi data

2007-10-04 Thread Joshua Slive
On 10/4/07, Eric S. Johansson [EMAIL PROTECTED] wrote: Joshua Slive wrote: On 10/3/07, Eric S. Johansson [EMAIL PROTECTED] wrote: are there any tools/techniques for snooping on the data sent to and from a cgi program? I'm thinking something like wireshark for webservers. I think you

Re: [EMAIL PROTECTED] XP Install problem

2007-10-04 Thread Joshua Slive
On 10/4/07, Nicholas Buttle [EMAIL PROTECTED] wrote: Hi I've installed the latest apache using the MSI installer and the notification tray says that it's running as does the windows service. However, if I type http://localhost or http://localhost/index.html into a browser I get a page

Re: [EMAIL PROTECTED] How to modify the default page in Apache 2 ??

2007-10-03 Thread Joshua Slive
On 10/3/07, ChiaTzung Liu -劉佳宗 [EMAIL PROTECTED] wrote: Hi.. I think that everyone should know that the default page of Apache is very WHITE when no default files (index.htm, index.html... etc) in the web directories. I hope I can establish a http file server by Apache and let the

Re: [EMAIL PROTECTED] Reverse Proxy Timeout

2007-10-03 Thread Joshua Slive
On 10/3/07, Christian Folini [EMAIL PROTECTED] wrote: Hi there, There has not been a response to the problem outlined below. As nobody came up and contradicted my conclusion, I am not sure how to go on. If it is a bug, I could issue bug report, but I doubt it would be fixed anytime soon.

Re: [EMAIL PROTECTED] Apache 2.2.6 and CGI problem redux

2007-10-03 Thread Joshua Slive
On 10/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Not a total solution but getting there. Joshua Slive had some of the answer. He enlightened me that I was using SSI and told me to used SetOutputFilter and I read-up on the SSI howto. So I can include JavaScript files and they work

Re: [EMAIL PROTECTED] snooping on cgi data

2007-10-03 Thread Joshua Slive
On 10/3/07, Eric S. Johansson [EMAIL PROTECTED] wrote: are there any tools/techniques for snooping on the data sent to and from a cgi program? I'm thinking something like wireshark for webservers. I think you should be more specific about what you are trying to accomplish. You can try the

Re: [EMAIL PROTECTED] I try download apache at

2007-10-02 Thread Joshua Slive
On 10/2/07, lse123 [EMAIL PROTECTED] wrote: On http://www.apache.org/dyn/closer.cgi/httpd/binaries/win32/ I try download apache at http://apache.siamwebhosting.com/httpd/binaries/win32/ but a list of files appear , what to do to download ? this is all together download ? like

Re: [EMAIL PROTECTED] Configuring and using DataSource in Tomcat

2007-10-02 Thread Joshua Slive
On 10/2/07, Heping Ling [EMAIL PROTECTED] wrote: I am new in doing web applications and new in using tomcat. I am having trouble configuring and using DataSource in Tomcat. Hope someone could see where the problem is. I think you're looking for

Re: [EMAIL PROTECTED] Apache 2.2.6 and CGI problem.

2007-10-02 Thread Joshua Slive
On 10/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: But no matter what I've tried I can't get the text into the HTML page when it loads initially. I've tried: #exec cgi=/cgi-bin/xxx.pl and a number of tags that shouldn't and didn't work. All I see are the HTML tags. Including all my

Re: [EMAIL PROTECTED] backlog

2007-10-01 Thread Joshua Slive
On 10/1/07, Bj [EMAIL PROTECTED] wrote: Hi, Does someone know how to get the number of requests pending in the backlog ? I didn't find interesting information in /proc/... If you're talking about the listen backlog, the info should be available through netstat, although I couldn't tell you

Re: [EMAIL PROTECTED] apache core dump signal 11 after portupgrade from 1.3.37 to 1.3.39, php5-5.2.4

2007-10-01 Thread Joshua Slive
On 10/1/07, David Gessel [EMAIL PROTECTED] wrote: I posted to [EMAIL PROTECTED], and followed the suggestion to disable modules, this seems a more apropos group to request support from for the following: The details below are probably overkill. I've fixed the OpenSSL residual false package

Re: [EMAIL PROTECTED] Help with Apache Location directive

2007-10-01 Thread Joshua Slive
On 10/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am attempting to forward requests sent to Apache httpd server to a cluster of appservers sitting behind Apache. I am using the Location directive to achieve this functionality. But am not sure how to force Apache to handle this

Re: [EMAIL PROTECTED] Help with Apache Location directive

2007-10-01 Thread Joshua Slive
On 10/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Joshua, Thanks for your suggestion. Use LocationMatch ^/xfer$ Does this mean any URL that has /xfer should be passed along by the Location directive. But i do not see that happening. The example that i gave was a bit off from my

Re: [EMAIL PROTECTED] Improvement to my conf file

2007-09-30 Thread Joshua Slive
On 9/30/07, Norman Khine [EMAIL PROTECTED] wrote: Hello, I have the following configuration: VirtualHost *:80 ServerName www.domain.com DocumentRoot /var/www/www.domain.com/htdocs/ RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/cgi-bin/eb.cgi

Re: [EMAIL PROTECTED] Apache 2.0-Mongrel Proxy problems

2007-09-30 Thread Joshua Slive
On 9/30/07, Bruce Hodo [EMAIL PROTECTED] wrote: Directory /var/www/rails/myapp/public/ Options FollowSymLinks +Includes +ExecCGI AllowOverride None Order allow,deny Allow from all RewriteEngine On

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Joshua Slive
On 9/29/07, Ian Johnson [EMAIL PROTECTED] wrote: * Starting apache2.inst ... no listening sockets available, shutting down Unable to open logs Knowing that the ports in question are not being used elsewhere (netstat -na) I am now at a roadblock that I have not been able to resolve. The

Re: [EMAIL PROTECTED] Reverse Proxy - Client IP

2007-09-29 Thread Joshua Slive
On 9/29/07, K Anand [EMAIL PROTECTED] wrote: I finally managed to get the client IP. I had to use mod_proxy_add_forward.c and mod_rpaf Ahhh, that's because you're using the obsolete 1.3. It is set in 2.x. X-Forwarded-For header was not getting set. So I had to use

Re: [EMAIL PROTECTED] 127.0.0.1 access_log errors

2007-09-29 Thread Joshua Slive
On 9/29/07, Grant [EMAIL PROTECTED] wrote: I've been getting many errors like this in ssl_access_log: 127.0.0.1 - - [28/Sep/2007:09:07:29 -0700] GET / - - 400 470 and now access_log has started printing these: 127.0.0.1 - - [28/Sep/2007:03:10:07 -0700] GET / HTTP/1.0 404 24 - Apache

Re: [EMAIL PROTECTED] 127.0.0.1 access_log errors

2007-09-29 Thread Joshua Slive
On 9/29/07, Grant [EMAIL PROTECTED] wrote: Ok, thanks Joshua. Do these entries indicate that I might need to make a change in my prefork settings? I'm currently using: StartServers10 MinSpareServers 10 MaxSpareServers 20 MaxClients 256

Re: [EMAIL PROTECTED] Reverse Proxy - Client IP

2007-09-28 Thread Joshua Slive
On 9/28/07, K Anand [EMAIL PROTECTED] wrote: I'm using apache 1.3.xx...I know it is way too old... My situation is as follows : Client - Apache Apache (Rev Proxy) (Backend) I have got access to CGI env vars on the

Re: [EMAIL PROTECTED] Upgrading to PHP5 sent httpd processes through the roof

2007-09-28 Thread Joshua Slive
On 9/27/07, Robinson Craig [EMAIL PROTECTED] wrote: Dear experts, I've been working through a process of upgrading our SUN web servers from PHP4 to PHP5. An interesting thing happened when I did our Internet web server this morning. Typically, the number of HTTP processes running during

Re: [EMAIL PROTECTED] Tomcat and Apache on the same port?

2007-09-28 Thread Joshua Slive
On 9/28/07, Tony Anecito [EMAIL PROTECTED] wrote: I have a web site with static content on it. My router has only one static ip thus one url and port. Quit complicating your life. There are at least three easy solutions to your problem: 1. Tomcat CAN serve static content. So just use tomact

Re: [EMAIL PROTECTED] ProxyPassReverse not working as documented??? (Apache 2.2)

2007-09-28 Thread Joshua Slive
On 9/28/07, proteus guy [EMAIL PROTECTED] wrote: I simply cannot get a reverse proxy operational with mod_proxy on my Fedora Core 6 setup (Apache 2.2). For example, if I want to proxy flickr.com (just an example) from as http://mysite.org/flickr I should be able to do the following according

Re: [EMAIL PROTECTED] ProxyPassReverse not working as documented??? (Apache 2.2)

2007-09-28 Thread Joshua Slive
On 9/28/07, proteus guy [EMAIL PROTECTED] wrote: I did read it (over and over again :) ) but it appears I was thrown off by the very next sentence that interprets the sentence you refer to as only applying to links in pages that contain absolute URLs which is not, as you've clarified, what it

Re: [EMAIL PROTECTED] Basic mod_rewrite help

2007-09-28 Thread Joshua Slive
On 9/28/07, Israel Brewster [EMAIL PROTECTED] wrote: which came with the default install. In order to implement the desired changes, I added the following lines: WHERE exactly did you add the lines? RewriteLog /var/log/httpd/rewrite.log RewriteLogLevel 2 Up the loglevel to 9 and try

Re: [EMAIL PROTECTED] Basic mod_rewrite help

2007-09-28 Thread Joshua Slive
On 9/28/07, Israel Brewster [EMAIL PROTECTED] wrote: On Sep 28, 2007, at 10:48 AM, Joshua Slive wrote: On 9/28/07, Israel Brewster [EMAIL PROTECTED] wrote: which came with the default install. In order to implement the desired changes, I added the following lines: WHERE exactly

Re: [EMAIL PROTECTED] Header set WWW-Authenticate

2007-09-27 Thread Joshua Slive
On 9/27/07, Pieter Vanmeerbeek [EMAIL PROTECTED] wrote: Hi, Thanks for this answer. I'll try it. Good luck. (By the way, you'll need to fix the quoting on the example I gave you. It will look more like Header set WWW-Authenticate Basic realm=\x.x.x.x\ env=gotntlm To solve this I wanted to

Re: [EMAIL PROTECTED] Limiting connections per IP

2007-09-27 Thread Joshua Slive
On 9/27/07, Oliver [EMAIL PROTECTED] wrote: On 27 September 2007 at 14:06, Christian Folini wrote: On Thu, Sep 27, 2007 at 01:57:35PM +0100, Oliver wrote: So my question in simple terms is this: is there a way of limiting simultaneous connections per IP without having to launch additional

Re: [EMAIL PROTECTED] Altering what the internet (but not intranet) sees for a vhost

2007-09-27 Thread Joshua Slive
On 9/27/07, gb1071nx [EMAIL PROTECTED] wrote: I've looked at the deny/allow but that doesn't seem really right. I don't want to deny access to a vhost, if you're from the internet. I want to change what you're seeing. My scenario is that I'm doing maintenance on a website, and so I still

Re: [EMAIL PROTECTED] Environment variables missing from httpd 2.2 installation

2007-09-27 Thread Joshua Slive
On 9/25/07, Scott Courtney [EMAIL PROTECTED] wrote: Proxy balancer://etr_cluster # This sets a cookie telling which server should have affinity for this client. # Requires mod_headers to be loaded. # Header always add Set-Cookie

Re: [EMAIL PROTECTED] Altering what the internet (but not intranet) sees for a vhost

2007-09-27 Thread Joshua Slive
On 9/27/07, gb1071nx [EMAIL PROTECTED] wrote: Thanks Joshua, There are lots of different ways to do this. Here's a relatively simple one: Location / Order deny,allow Deny from all Allow from intranet.example.com ErrorDocument 403 /underconstruction.html /Location When I try

Re: [EMAIL PROTECTED] Header set WWW-Authenticate

2007-09-26 Thread Joshua Slive
On 9/26/07, Pieter Vanmeerbeek [EMAIL PROTECTED] wrote: Header edit WWW-Authenticate: ^NTLM dummy Unfortunatly doing this results in removal of all WWW-Authenticate headers except for the Negotiate instead of modification of the headers. Headers sent to client : WWW-Authenticate: Negotiate

Re: [EMAIL PROTECTED] Re: Environment variables missing from httpd 2.2 installation

2007-09-26 Thread Joshua Slive
On 9/26/07, Neville Hillyer [EMAIL PROTECTED] wrote: At 03:11 -0500 26/09/2007, William A. Rowe, Jr. wrote: There are ways using mod_env to provide other values you desire withouta blanket gap in security. The value I desire is PAGE_COUNT and I would be grateful if you could tell me how to

Re: [EMAIL PROTECTED] How to switch to a lot of different users with suexec?

2007-09-26 Thread Joshua Slive
On 9/26/07, Liyu,She [EMAIL PROTECTED] wrote: Dear all, I am trying to write a configuration file with which I can allow users of the same group(freeos) have their own homepages and cgi-bin directories for them to execute their own cgi programs. So I tried suexec, but here comes the problem

Re: [EMAIL PROTECTED] Disable directory browsing

2007-09-26 Thread Joshua Slive
On 9/26/07, Rikard Bosnjakovic [EMAIL PROTECTED] wrote: I have been reading on http://httpd.apache.org/docs/2.2/mod/core.html#options and in a couple of tutorials on the net, but I cannot seem to get this to work as I want. What I want is to disable _all_ directory browsing on my server.

Re: [EMAIL PROTECTED] Allow/Deny directive and https

2007-09-25 Thread Joshua Slive
On 9/13/07, J.M. Castroagudin [EMAIL PROTECTED] wrote: Hi everybody, I have been trying to limit access to certain 'directories' (inside a https vhost) based on IP directives. Something like this: SetEnvIf remote_addr W.X.Y.Z intranet SetEnvIf Client-ip W.X.Y.Z intranet VirtualHost

Re: [EMAIL PROTECTED] image folder outside the root....how to access it ?

2007-09-25 Thread Joshua Slive
On 9/25/07, Daniel Yaÿfff1ez [EMAIL PROTECTED] wrote: Hello everyone, I have been trying to make this work but so far I havent been able to successfully load an image (or other media file) that is in a folder outside the root of my domain. I initially wanted to do this in order to be

Re: [EMAIL PROTECTED] Apache Modules - Modifying and Persisting Values in Memory Across Requests

2007-09-25 Thread Joshua Slive
On 9/25/07, Mike O'Leary [EMAIL PROTECTED] wrote: Hello, Can someone explain a way via a C module to update a counter value for every request served by the module and write that value (via ap_rputs or something similar) to the browser. For example, the first time the module services a

Re: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread Joshua Slive
On 9/24/07, tech user [EMAIL PROTECTED] wrote: Hello, I need to rewrite a request url,but I'm not sure how to do it correctly. The incoming url form is like, http://www.example.com/script?param1=xxparam2=yy The desired rewritten url is, http://www.example.com/xx_yy.html Please help me

Re: [EMAIL PROTECTED] mod_log_config-question: Forcing Apache to resolve address

2007-09-24 Thread Joshua Slive
On 9/24/07, Rikard Bosnjakovic [EMAIL PROTECTED] wrote: Some week ago I solved this problem, but accidentally my httpd.conf got removed (no backups) so I don't remember how I did and I cannot find anything of value on Google or on http://httpd.apache.org/docs/2.0/mod/mod_log_config.html where

Re: [EMAIL PROTECTED] Help for first time user

2007-09-23 Thread Joshua Slive
On 9/23/07, Judy Hulsey [EMAIL PROTECTED] wrote: I get this error in my log files: [Sun Sep 23 10:06:45 2007] [error] [client 127.0.0.1] client denied by server configuration: C:/Course Technology/1687-5/Chapter.01/Chapter/DessertShop.html This means you have Allow/Order/Deny directives in

Re: [EMAIL PROTECTED] mod_access problem

2007-09-21 Thread Joshua Slive
On 9/21/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, When I use the mod_access directives to limit access to certain files or commands, they just seem to be ignored. For example, to disable downloading of .htaccess and .htpasswd files I use the (almost) standard rules of: ---

Re: [EMAIL PROTECTED] Max Users

2007-09-21 Thread Joshua Slive
On 9/21/07, James Sherwood [EMAIL PROTECTED] wrote: My understanding if you dont have that directive the max is 250. I have tried hitting it with 1000 concurrent connections and it does not throw a server too busy error. See the ListenBacklog directive. Apache does not send a

<    1   2   3   4   5   6   7   8   9   10   >