[users@httpd] Where to put MaxRequestWorkers setting?

2022-05-05 Thread Doug Whitfield
I see various suggestions online of MaxRequestWorkers appearing in either or Does it matter which one is used? What are the circumstances in which it matters? This instance was installed from the Rocky 8.5 repos, if that is useful. I have not currently modified anything from the default ins

[users@httpd] http/3 support

2021-01-05 Thread Doug Maurer
I've done a little googling and found at least a couple references to httpd not supporting http/3 protocol. Does anyone know if/when the support might be included? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org F

[users@httpd] memory

2017-07-03 Thread Doug Maurer
Is there a way to limit the amount of RAM being used without reducing the number of servers/processes? Or is apache designed to just take as must memory as it can and hold on to it? - To unsubscribe, e-mail: users-unsubscr...@

[users@httpd] SSL / ca-bundle.crt file

2017-05-10 Thread doug
This is a follow up to an email I send out last Friday. When setting up a website to use MIL CAC cards. As long as SSLVerifyClient require SSLVerifyDepth 10 and we do not remove anything from ca-bundle.crt file we receive from DOD it works fine. Our problem is: When a user puts in his CAC and goe

Re: [users@httpd] MIL CAC and mod_ssl for httpd 2.4.6

2017-05-05 Thread Doug Maurer
Just tried and still get the error (20). On 5/5/2017 8:02 AM, rwebb wrote: ​Have you tried setting the verify depth to 2? That way you hit the intermediate and root CA certs in the chain. On Fri, 05/05/2017 01.58, Doug Maurer wrote: We have a setup where we have to use MIL CAC'

[users@httpd] MIL CAC and mod_ssl for httpd 2.4.6

2017-05-04 Thread Doug Maurer
We have a setup where we have to use MIL CAC's to access our site. It currently works with SSLVerifyClient require and SSLVerifyDepth 10, but we want to limit what the users see to just of the certs that is presented. We tried changing the VerifyDepth to 1 and removed all the non-email certs in t

Re: [users@httpd] Cannot get ExecCGI to work with userdir apache 2.4.6

2015-07-20 Thread Tucker, Doug
quire method GET POST OPTIONS Require all granted Just posting this for anyone that might search google to find and answer for. This is different from 2.2 where /*/public_html worked for the entire user directory path. Sincerely, Doug Tucker On 07/20/2015 09:28 AM, Marat Khalili wrote: &g

[users@httpd] Cannot get ExecCGI to work with userdir apache 2.4.6

2015-07-20 Thread Tucker, Doug
uration (with the exception of the Require all granted being the old style Allow,deny stuff) works just fine on our apache 2.2. -- Sincerely, Doug Tucker - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Multiple domains in variable for "SetEnvIf Referer"

2015-01-26 Thread Doug Strick
I have a rewrite where we'll be creating a cookie if you're being redirected from a few specific domains. Is there a way I can use one variable to handle multiple domains or does the rewrite block need to be repeated based on the domain? I'd like one block to be able to be directed to handle 3-4

[users@httpd] Re: RewriteMap values including query strings

2015-01-22 Thread Doug Strick
e URL does not contain query string RewriteCond %{QUERY_STRING} !. RewriteCond %{REQUEST_URI} ^(.*) RewriteRule ^.*$ ${rdm:%1} [R=301,L] On Mon, Jan 19, 2015 at 4:34 PM, Doug Strick wrote: > I'm working on adding some 301 redirects for some sites we're migrating. > I've been gi

[users@httpd] RewriteMap values including query strings

2015-01-19 Thread Doug Strick
I'm working on adding some 301 redirects for some sites we're migrating. I've been given a large list of 1:1 redirects. The majority of URLs include a query string. I've included the the full 1:1 URL mapping list in my redirect map text file. I'm finding issues when testing the URLs that contain

[users@httpd] Using mod_substitute and Locate to modify content returned by a proxy

2014-07-23 Thread Doug Jolley
ny combinations; but, nothing seems to work. I may have other problems as well. Can anyone please help me with what I need to do to get this working? Thanks for any input. ... doug # https://script.google.com/.*> AddOutputFilterByType SUBSTITUTE text/html Substitute "s|/static|https://script.google.com/static|

[users@httpd] Re: Conditional response body modification

2014-04-25 Thread Doug Strick
> In 2.4, it seems like you should be able to register mod_substitute > via mod_filter. mod_filter has a "match" parameter that in 2.4 is an > ap_expr expression, so it can ready basically anything floating around > in the server. > > mod_filter can be pretty intimidating though. I really wish I

[users@httpd] Re: Conditional response body modification

2014-04-25 Thread Doug Strick
this module can do as well. Thanks SetEnvIf HTTP_COOKIE "(^|)CUST_TYPE=test" parp On Thu, Apr 17, 2014 at 3:01 PM, Doug Strick wrote: > I've come up with the below config using mod_ext_filter which isn't > desirable, but it's the only thing

[users@httpd] Re: Conditional response body modification

2014-04-17 Thread Doug Strick
I've come up with the below config using mod_ext_filter which isn't desirable, but it's the only thing I've been able to come up with so far. It's not working exactly yet. Any suggestions? SetEnvIf HTTP_COOKIE "USER_TYPE=test" FILTER=$1 *Inside VirtualHost:

[users@httpd] Conditional response body modification

2014-04-16 Thread Doug Strick
Hello, I'm looking for a way to modify the data on outgoing requests conditionally. I've tried using mod_substitute, but that appears to be an all or nothing module. The documentation for mod_filter says it can be invoked on environment variables, but it's not exactly clear on the valid syntax f

[users@httpd] Re: unsucribe

2013-05-22 Thread Doug McNutt
At 00:49 +0200 5/23/13, macintosh macintosh wrote: >Mailing-List: contact users-h...@httpd.apache.org; run by ezmlm >Reply-To: users@httpd.apache.org >list-help: >list-unsubscribe: >List-Post:

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Doug McNutt
Google, and perhaps others, access index.html with some options identified by a letter. I don't understand it fully but it's possible to look for filenames that are indexed but perhaps are not actually addressed in any page intended for public distribution. -- --> From the U S of A, the only

Re: [users@httpd] Apache22 + perl 5.12

2012-06-01 Thread Doug McNutt
At 09:12 -0700 6/1/12, motty.cruz wrote: >Hello, I need help with a perl script running under Apache22, it does not >display any errors but it won't display results either. The script is a form >when input data into the form and hit submit it should display a graph. > >By the way all Perl modules

Re: [users@httpd] cgi-bin subdirectories

2012-05-14 Thread Doug McNutt
At 16:03 -0700 5/14/12, Téssio Fechine wrote: >Hello, >I am having a problem with subdirectories in cgi-bin. >Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to >'cgi-bin/something/user.pl' it stops working. > >I'm using the default centos-5.8 httpd.conf file: > >ScriptAlias /cgi-bi

Re: [users@httpd] Running cgi binaries as root

2012-01-26 Thread Doug McNutt
At 09:56 -0500 1/26/12, Mark Montague wrote, and I snipped a bunch: >On January 26, 2012 2:50 , Tarzan Jane > wrote: > >>Concerning the security I believe when using binary scripts, security is >>increased some levels. Since the cgi binaries are no longer acsii file

Re: [users@httpd] Newbie

2011-02-24 Thread Doug McNutt
At 11:40 -0600 2/24/11, Matt Guise wrote: >My ultimate goal is to run the server on my iMac running Mac OS X Version >10.6.6. Using Adobe Dreamweaver I want to test PHP pages locally on my >computer. All mac's come with Apache installed but for some reason mine is >not running right. I called Appl

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Doug McNutt
At 18:19 -0500 1/4/11, Mark Montague wrote: >Follow the example below, but use only the user agent condition, omit the IP >condition, and suitably adjust the RewriteRule regular expression to match the >URL(s) you wish to block: > >http://httpd.apache.org/docs/2.2/rewrite/rewrite_guide.html#block

[us...@httpd] New to list - Redirect, Alias or Rewrite?? Very confused...

2011-01-04 Thread doug
ld be awesome. Thanks, Doug Niman Information Services Manager Senior Network Administrator Aiphone Corporation Aiphone Corporation's Statement of Confidentiality: This e-mail message, including attachments, is for the exclusive use of the addressee(s) and may contain proprietary, trade

Re: [us...@httpd] Unable to load perl file

2010-09-08 Thread Doug McNutt
At 12:05 +0530 9/8/10, aparna aryan wrote: > Here there are some variable missing. Please let us know if there is some > issue in defining any variable. The differences in environment variables are not your problem. It does look as though you are the root user on the new system. If you were roo

Re: [us...@httpd] Unable to load perl file

2010-09-07 Thread Doug McNutt
At 09:51 -0600 9/7/10, Doug McNutt wrote: >At 12:20 +0530 9/7/10, aparna aryan wrote: >Hi Doug, > >We don't see PERL5LIB set in old installation. >Is there any other way to check what paths are included in @INC in old server? Rule one. Don't type stuff you haven

Re: [us...@httpd] Unable to load perl file

2010-09-07 Thread Doug McNutt
At 12:20 +0530 9/7/10, aparna aryan wrote: Hi Doug, We don't see PERL5LIB set in old installation. Is there any other way to check what paths are included in @INC in old server? On your old server. It can still run a shell, I hope. As a simple perl script #! /usr/bin/perl print @INC

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread Doug McNutt
At 17:53 +0530 9/6/10, aparna aryan wrote: Hello Krist, We are relocating the old server to new server, We have just copied the httpd.conf file from the old one. and even the ARS.pm file is in the same location as on the old server. Can you pls help me in adding the locationin @INC Did you hav

Re: [us...@httpd] OT: Yahoo web mail

2010-09-05 Thread Doug McNutt
At 19:58 + 9/5/10, Daniel Reinhardt wrote: >Doug, >Just a quick question do you use HTML or Text / Only Emails with Yahoo? > Personally, I don't EVER send HTML to a list. I did have a nearly blind friend - he's gone from planet Earth now - and I did use large text HTML in

[us...@httpd] OT: Yahoo web mail

2010-09-05 Thread Doug McNutt
Since January 2009 I have accumulated over 1000 messages to groups, that arrived with improper 0A (UNIX line ends without a preceding 0D) in the body of the message. In order to reply to such a message I have to remove them manually to avoid rejection by my SMTP server. It's a PITA. I have trac

[us...@httpd] Re: mod_webdav problem

2010-07-23 Thread Doug McNutt
At 16:32 -0600 7/23/10, LuKreme wrote: >That is one way to look at it. The other way to look at it is that the date >stamps on the file are also part of the file, and that since these changed the >file should be replaced with the correct file, including the correct metadata. For the sake of the

[us...@httpd] Re: mod_webdav problem

2010-07-23 Thread Doug McNutt
At 21:14 +0200 7/23/10, Thorsten Steinbrenner wrote: >A bunch < http://www.ietf.org/rfc/rfc2616.txt> Section 9 describes the HTTP/1.1 PUT request on page 54. >HTTP/1.1 does not define how a PUT method affects the state of an origin >server. >If an existing resource is modified, either the 2

[us...@httpd] Re: mod_webdav problem

2010-07-23 Thread Doug McNutt
At 19:33 +0200 7/23/10, Thorsten Steinbrenner wrote: >Again, thanks a lot for your help! My problem is, that I use the WebDAV >server to sync with zotero (http://www.zotero.org). Zotero uses WebDAV >to store attachments for library items. This is why I have to use WebDAV >and unfortunately not SSH

[us...@httpd] Re: mod_webdav problem

2010-07-23 Thread Doug McNutt
At 16:18 +0200 7/23/10, Thorsten Steinbrenner wrote, and I snipped: >I played around a bit and figured out, >that the timestamp is updated if the file is not empty. If the file is >empty the timestamp is NOT updated: > >Client: > >apfel:~ ts$ echo "abc" > test >apfel:~ ts$ touch test >apfel:~ ts$ l

[us...@httpd] Re: mod_webdav problem

2010-07-22 Thread Doug McNutt
At 13:35 -0600 7/22/10, LuKreme wrote: >On 21-Jul-2010, at 14:38, Thorsten Steinbrenner wrote: >> >> problem is, that the webdav server does NOT update the timestamp after a >> "HTTP PUT". > >UmŠ I don't see this. When I copy a file to the webdav server it gets the time >stamp of the time it was

Re: [us...@httpd] Re: what is importance of DocumentRoot

2010-07-19 Thread Doug McNutt
At 23:23 +0530 7/19/10, Tapas Mishra wrote: >On Mon, Jul 19, 2010 at 10:51 PM, Dan Poirier wrote: >> Try it and see. >What do I try and what do I see can you be a bit more specific. >I have developed websites and used Apache to host cloud applications. Programming by experimentation is one of the

Re: [us...@httpd] Redirect question

2010-05-05 Thread Doug McNutt
>DNS resolves the "server" and "application" hostnames correctly. If I go to: >http://application/application >I get the correct page. What I want is for >http://application >to redirect me to >http://application/a

Re: [us...@httpd] Redirect question

2010-05-05 Thread Doug McNutt
At 16:46 -0400 5/5/10, john.c.kenn...@ldhenergy.com wrote: I have an application running on a server at: http://server/application My user wants me to set up so that http://application will redirect to: http://server/applic

Re: [us...@httpd] .htaccess functionalities

2010-04-25 Thread Doug McNutt
At 10:47 -0500 4/25/10, William A. Rowe Jr. wrote: >http://httpd.apache.org/docs/2.2/howto/htaccess.html > >If you point out what is confusing you, someone is more likely to fix the docs >to make them clearer. The link starts with this: .htaccess files provide a way to make configuration changes o

[us...@httpd] Scrubbing log files

2010-04-13 Thread Doug McNutt
It's a shared apache 2 server that's set up to put daily log files in my home directory. I can't muck with config files. What I'm trying to do is to remove the entries due to spiders, robots and other requests that don't matter to me. My perl script now looks for IP addresses used for /robots.t

RE: [us...@httpd] Custom Log Format -> Adding milliseconds to timestamp -> %{format}t

2010-02-22 Thread Doug McNutt
Pshaw on milliseconds. The politicians can't even get seconds straight. Entering time to the millisecond as held in the server's clock should be pretty easy if the server OS supports it. Other than that apache should not attempt to provide

Re: [us...@httpd] Using named pipe in Apache directory

2009-11-20 Thread Doug McNutt
At 02:09 -0500 11/19/09, Xuan Zhang wrote: >I am dealing with a little bit strange requirements in apache. >I want to use an "named pipe" generated by mkfifo as a file in apache >directory. For example, I put one pipe file in as a.file in apache's >directory and then generate the stream of snapsho

Re: [us...@httpd] Apache shows code when using IP address

2009-11-09 Thread Doug McNutt
At 18:12 +0100 11/9/09, André Warnier wrote: >To see why it may not be the correct patch, try to enter your IP address with >an extra zero that should not normally matter, for example : >if your IP address was >100.200.21.123 >then try >http://100.200.021.123/... I once tried adding zeros like th

Re: [us...@httpd] GET request on a directory

2009-10-24 Thread Doug McNutt
>On Fri, Oct 23, 2009 at 12:30 PM, I wrote: >> GET requests which would otherwise look for an index.html file but are set >> up with something like this: >> >> HTTP://domain.com/somedirectory/?C=xx;O=yy >> >> seem to reply with a formatted list of directory contents. Can someone >> point me to s

Re: [us...@httpd] GET request on a directory

2009-10-23 Thread Doug McNutt
At 12:45 -0700 10/23/09, Jonathan Zuckerman wrote: >On Fri, Oct 23, 2009 at 12:30 PM, Doug McNutt wrote: >> GET requests which would otherwise look for an index.html file but are set >> up with something like this: >> >> HTTP://domain.com/somedirectory/?C=xx;O=yy

[us...@httpd] GET request on a directory

2009-10-23 Thread Doug McNutt
GET requests which would otherwise look for an index.html file but are set up with something like this: HTTP://domain.com/somedirectory/?C=xx;O=yy seem to reply with a formatted list of directory contents. Can someone point me to some documentation for that? Googling for "?C=M;O=a" gets hundr

Re: [us...@httpd] Bizarre problem running CGI script

2009-09-05 Thread Doug McNutt
At 17:07 -0500 9/5/09, John M. Dlugosz wrote: >Frank Gingras francois.gingras-at-gmail.com |Apache mailing list| wrote: >> You should post your question again, perhaps someone will answer it this >> time! >> > >Why? He's trying to be funny. I got two copies of your last. 2 hours and 27 minutes

[us...@httpd] Help in authenitcating across multiple LDAPs

2009-09-04 Thread Doug White
The problem I'm having is authenticating using groups to authorize access. I'm using LoadModule authn_alias_module modules/mod_authn_alias.so as to identify multiple authentication providers. The below works fine when Require valid-user is used instead of ldap-group. You might note I'm using

Re: [us...@httpd] Need some advises with logs

2009-07-18 Thread Doug McNutt
At 20:21 +0200 7/18/09, Dario wrote: i would like to know how to log and only log the GoogleBot Image request on my website. I do not want to log anything else. Could you help me please because i am a bit lost with customlogs and setenv... I have been doing just the opposite - getting rid of the

Re: [us...@httpd] CPAN cannot update some modules; example Encode

2009-07-15 Thread Doug Bell
First, this is way off-topic. Second, m Encode shows that it's a standard module. INST_FILE shows it's not in the site_perl directory. Both of these mean it's distributed with Perl, and is not available on CPAN. The only way to get a new version of Encode is to upgrad

Re: [us...@httpd] problem with cgi perl

2009-07-14 Thread Doug Bell
2009 at 8:43 PM, fake...@fakessh.eu> wrote: I can not use cgi perl in their repertoires I configure with chown apache.apache I do not have permission to go to the cgi Is there a config, request, and/or errorlog entry related to this problem? Doug Bell -- Senior Developer, Plain Black Co

Re: [us...@httpd] Help with rewrite / redirect

2009-07-14 Thread Doug Bell
On Jul 14, 2009, at 6:40 PM, John Oliver wrote: On Tue, Jul 14, 2009 at 05:50:13PM -0500, Doug Bell wrote: On Jul 14, 2009, at 5:25 PM, John Oliver wrote: I have a server that's always been known as https://server1.com/ It's now known as https://server2.com/ Anyone who acce

Re: [us...@httpd] Help with rewrite / redirect

2009-07-14 Thread Doug Bell
guessing you mean it still has the certificate error, and that will happen. SSL must be negotiated before any HTTP Redirect can be sent. My suggestion is to keep a cert for both domains until the transition is complete. That will be the easiest (though not necessarily the cheapest).

Re: [us...@httpd] Directory Permssions

2009-07-14 Thread Doug Bell
On Jul 14, 2009, at 2:45 PM, ML wrote: Hi Doug, So does that prevent crawling and browsing, but does allow if I click a link or include a file it will work? No, it prevents the directory and all files within from being served by the webserver at all. Anything else is either half-secure

Re: [us...@httpd] Directory Permssions

2009-07-14 Thread Doug Bell
Please don't top post. On Jul 14, 2009, at 1:00 PM, ML wrote: Hi Doug, So does that prevent crawling and browsing, but does allow if I click a link or include a file it will work? No, it prevents the directory and all files within from being served by the webserver at all. Any

Re: [us...@httpd] Permissions problem with accessing a file via a symbolic link - (Mac OS X 10.5.7, Apache 2.2.11)

2009-07-13 Thread Doug Bell
s disabled Options +Indexes # FollowSymLinks and Indexes are both enabled See http://httpd.apache.org/docs/2.2/mod/core.html#options Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is On Mon, Jul 13, 2009 at 11:41 AM, Doug Bel

Re: [us...@httpd] Directory Permssions

2009-07-13 Thread Doug Bell
people 'finding' this by simple browsing the website or using a web grabber to take a copy of the whole site. Can anyone provide insight? To prevent a directory from being served by the webserver, do this: Order allow,deny Deny from all Put this block in your block.

Re: [us...@httpd] Permissions problem with accessing a file via a symbolic link - (Mac OS X 10.5.7, Apache 2.2.11)

2009-07-13 Thread Doug Bell
mentRoot declaration. It should be Options +FollowSymLinks (always use +/- before the option) Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is - The official User-To-User support foru

Re: [us...@httpd] I want a file can be accessed by some ip only, how to do that?

2009-06-30 Thread Doug Bell
Order deny,allow Deny from all Allow from 127.0.0.1 Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is

Re: [us...@httpd] remove my email jayamo...@yahoo.co.uk address from users mailing list.

2009-06-20 Thread Doug Bell
7;t get this message from the list. Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is On Jun 20, 2009, at 11:09 PM, Jay Jesus Amorin wrote: Yes, i can send email to users-unsubscr...@httpd.apache.org, but then i reply using the long email address sent

Re: [us...@httpd] remove my email jayamo...@yahoo.co.uk address from users mailing list.

2009-06-20 Thread Doug Bell
Do you see the "To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " text at the bottom of the e-mail you receive from this mailing list (including this mail?) If not, I'll repeat it here for you: To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org Doug

Re: [us...@httpd] Re: Digest authentication not working on default Apache installation on Slackware 12.1

2009-06-08 Thread Doug Bell
P protocol. The docs for AuthName say: "This directive sets the name of the authorization realm for a directory." "Doug Bell" wrote in message news:424510af-0acc-4a39-b3f5-7d0559868...@plainblack.com ... On Jun 7, 2009, at 7:12 AM, Stuart P. Bentley wrote: Why is this h

Re: [us...@httpd] Digest authentication not working on default Apache installation on Slackware 12.1

2009-06-07 Thread Doug Bell
, then PHP is set up properly in the Apache config. Please visit a PHP mailing list, IRC channel (##PHP on irc.freenode.net), or web forum. You will get better help for PHP problems in places where more PHP users are. Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com

Re: [us...@httpd] Digest authentication not working on default Apache installation on Slackware 12.1

2009-06-07 Thread Doug Bell
wd? Is there a rule for what to put in for realm? No, it's just a string. Also, what is in the error log? Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] - The official User-To-User supp

Re: [us...@httpd] How does Prefork work?

2009-05-28 Thread Doug Bell
o do their jobs pile up over time. And then it recovers in a few minutes. At other times, I don't see huge spikes. I probably should consider reducing MaxSpareServers to 10. Also right. Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] ---

Re: [us...@httpd] How does Prefork work?

2009-05-28 Thread Doug Bell
n your Min/ MaxSpareServers are fine as they are. If not, you might want to reduce the MaxSpareServers to 10 so that the memory can be reclaimed and used for better things. Doug Bell-4 wrote: On May 27, 2009, at 11:14 PM, CrystalCracker wrote: Can anyone explain me how exactly pre

Re: [us...@httpd] How does Prefork work?

2009-05-28 Thread Doug Bell
ld use "siege" to measure your performance. It has settings for how many concurrent users, and can attempt to simulate randomness and "user is reading the page" time. Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ]

Re: [us...@httpd] How do you build a FIPS 140-2 apache ?!?!?!

2009-05-27 Thread Doug Bell
can find them. It sure would be great if Sam the man would publish his notes so others wouldn't suffer the same learning frustration as Sam. Or this "nobody" character. Perhaps s/he should help write some docs for us. Doug Bell -- Senior Developer, Plain Black Corp. [ http:/

Re: [us...@httpd] Running php scripts outside of document root

2009-05-23 Thread Doug Bell
"ScriptAlias". If you intend on also running CGI scripts from this directory, add "AddHandler cgi-script .cgi" to the block. Make sure to enable PHP for that directory as well: AddHandler application/x-httpd-php .php Do

Re: [us...@httpd] ip-based vhost not working

2009-05-15 Thread Doug Bell
dress: make_sock: could not bind to address x.x.x.107:80 Did you remove the Listen *:80 line? Apache binds to the Listen directives in order. so first it binds to *:80, then it tries to bind to x.x.x.107:80 (which is already bound to apache) and fails. Doug Bell -- Senior Developer, Plain Black

Re: [us...@httpd] how to using apache to SVN

2009-05-01 Thread Doug Bell
free. http://svnbook.red-bean.com/ Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

Re: [us...@httpd] 403 error from apache 2.2

2009-04-30 Thread Doug Bell
file? You should start in the error log, probably located in /usr/local/ apache2/logs/error_log. Please give us the full error message. Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is

Re: [us...@httpd] Shell Script to automatically start Apache with SSL passphrase?

2009-04-27 Thread Doug Bell
the cert if I'm not mistaken. # openssl rsa -in www.domain.com.key -out www.domain.com.nopassphrase.key Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is

Re: [us...@httpd] How to define constant in apache configuration?

2009-04-20 Thread Doug Bell
P stuff to appear. If this is unacceptable, then use mod_perl as was suggested before. Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is - The official User-To-User support forum of the A

Re: [us...@httpd] Rewrite all except one case

2009-04-16 Thread Doug Bell
Try using RewriteCond and %{REQUEST_FILENAME}. If that doesn't help, what does your condition look like? Did you use RewriteLog to see what the server is trying to match against? Doug Bell -- Senior Developer, Plain Black Corp. all tha

Re: [us...@httpd] Config file name of Apache 2.2.9 and its default location on Ubuntu 8.10???

2009-04-15 Thread Doug Bell
uide/C/httpd.html talks about editing the config file apache2.conf. Is it true in case of Apache on Ubuntu 8.* as well? Yes, but only for the ubuntu packages (from APT). Doug Bell -- Senior Developer, Plain Black Corp. all that groks is

Re: [us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread Doug McNutt
At 04:16 -0700 4/12/09, m jamal wrote: I am new to apache.The problem is that when i run a cgi script written in c++,all scripts run fine except those which create a file on server computer. My web host simply does not allow that for security reasons. Your visitors are operating with only "

Re: [us...@httpd] Reducing js file sizes...

2009-03-23 Thread Doug McNutt
At 11:46 -0400 3/23/09, Brian Mearns wrote, and I snipped a bit: As long as we're on this topic, I'd like to step up on my soap box for a minute and beseech my fellow web developers to use minification thoughtfully. Reducing network traffic and speeding up load time is definitely a worthwhile goa

RE: [us...@httpd] Please help unsubscribe

2009-02-19 Thread Doug McNutt
At 10:55 -0500 2/19/09, Denise Mangano wrote: I will try that... This issue came up with something else - we use a smarthost with our email and I am starting to think it is doing some 'manipulation' some where. Thanks again. I note that your message to the list are formatted as HTML. You might

Re: [us...@httpd] Address rejected ?

2009-02-02 Thread Doug McNutt
At 12:42 -0800 2/2/09, Evan Platt wrote: It's someone who has some misconfiguration. At 12:27 PM 2/2/2009, you wrote: Am I the only one to receive one such message whenever I post to this list : Subject: Re: [us...@httpd] Re: Help - Name Server - Maybe rajes...@bombayrayon.com Note that

Re: [us...@httpd] Unsubscribe

2009-01-04 Thread Doug McNutt
At 08:23 -0800 1/4/09, Evan Platt wrote: At 08:20 AM 1/4/2009, you wrote: how did this get mixed in by Threadr with the Tomcat discussion? My guess is the person who wanted to unsubscribe picked a message, replied to it, then changed the subject to unsubscribe. Right you are. These heade

[EMAIL PROTECTED] tomcat as an email server

2008-11-14 Thread Doug McNutt
I have been finding spam with a first received header like this: Received: (from [EMAIL PROTECTED]) by 171.157.180.109 (8.12.8/8.12.8/Submit) id j1CHmn0V898482 for [EMAIL PROTECTED]; Sat, 8 Nov 2008 20:14:50 -0100 With a week's worth of filtering on "[EMAIL PROTECTED]" I have

Re: [EMAIL PROTECTED] Point me in the right direction

2008-07-21 Thread Doug McNutt
At 13:47 -0400 7/21/08, Mark Feller wrote: On a given web page, if I look at the source on the server, I see tags such as ,<93>,<94>, etc., that I guess are extensions, etc. that are added beyond the simple HTML tags that I used to hand-code simple websites many years ago. ...and that these ext

RE: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Doug Harvey
u use something like 123.123.123.123:3310 and you have it set up through a VPN to the other sites that you want connection to, then that would provide a ton more security. Doug _ From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 2:16 PM To: users@httpd.apache.org Subjec

RE: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Doug Harvey
Rob. I would think that you would want to use a port number instead of a domain name. I think the port number is 3310, so you would have someone connect by going to: domainname.com:3310 Doug _ From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 2:01 PM To: users

Re: [EMAIL PROTECTED] Downloading a CSV file

2008-06-14 Thread Doug McNutt
At 14:55 +0200 6/14/08, André Warnier wrote: > >And, by the way, your HTTP headers above are absolutely correct as per the >specs, if you want the file to be downloaded, and the "suggested" file name to >be what you indicate. >It's just that IE doesn't care, and has its own ideas about this. > A

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Doug McNutt
68.82.124.204 <--> c-68-82-124-204.hsd1.pa.comcast.net I would be very surprised if Comcast allows serving via HTTP unless special - read $$$ - arrangements have been made. The IP address does not respond to a ping. -- --> If it's not on fire it's a software problem. <-- -

Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-11 Thread Doug McNutt
At 14:19 -0800 2/11/08, Bennett Haselton wrote: >My CGI scripts can read world-readable files when those files are under >/var/www, just not when the world-readable files are located anywhere else. That could be because some intermediate directory(s) don't have the necessary x and r permissions

[EMAIL PROTECTED] Newbie needs help with Apache Rewrite

2008-02-01 Thread Doug Doidge
C] RewriteRule ^/$http://www.oursite.com/ [R=301,L] ----- Thank you, Doug

Re: [EMAIL PROTECTED] chmod

2008-01-30 Thread Doug McNutt
At 17:30 + 1/30/08, Paddy Steed wrote: >X-Mailer: Microsoft Windows Mail 6.0.6000.16480 >X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 >Content-Type: text/html; > charset="iso-8859-1" > > >charset=3Diso-8859-1"> > > > > >how do you set chmod file permissions I = >could do it=20

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

2007-10-25 Thread Doug Hairfield
quot;GET /nagios/images/ tacdisabled.png HTTP/1.1" 401 470 An IP Address - - [25/Oct/2007:11:42:29 -0400] "GET /nagios/images/ tacenabled.png HTTP/1.1" 401 470 --Doug On Oct 24, 2007, at 3:41 PM, Joshua Slive wrote: On 10/24/07, Doug Hairfield <[EMAIL PROTECTED]> wrote:

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

2007-10-24 Thread Doug Hairfield
s/etc/passwd AuthName "nagios" require valid-user Order Allow,Deny Allow from "SOME IP" Unfortunately, I am getting a 403 error with this config in place. --Doug

Re: [EMAIL PROTECTED] Changes get lost - was

2007-08-27 Thread Doug McNutt
At 10:01 -0500 8/27/07, Coulter, Ryan wrote, and I snipped: >I request index.html from the webserver and receive it properly in my >browser. I then log onto the server, edit the file with vi, save it and >exit. Then I return to my browser and request index.html again and it >appears as though nothi

Re: [EMAIL PROTECTED] Changing content-type in response headers

2007-03-27 Thread Doug McNutt
At 19:34 + 3/27/07, Dmitriy Gorbenko wrote: >I have an apache 2.2.4, which handles specific queries by module, written >using mod_cplusplus library. >I was using Apache2.2.3 for a long time (as only it was released) and all >going right. But after changing to 2.2.4 troubles arrived: apache re

[EMAIL PROTECTED] Getting encoding info into HTTP headers

2007-03-06 Thread Doug McNutt
I'm stuck with apache 1.3.37 until my web hosting service changes things. If my question is solved in apache 2 please consider this a request for evidence of a time to change that can be used in a complaint. What I would like is to be able, on an html file by html file basis, to persuade apache

Re: [EMAIL PROTECTED] http://194.16.84.195 is running on my own Apache 2.2 on my own machine...

2006-09-23 Thread Doug McNutt
At 23:49 +0200 9/23/06, Dan Ostberg wrote: >I actually got my domain from Network Solutions...it's like you write >that I can use their DNS. For the domain.com linked to 194.16.84.§95. >But I have also email via my present ISP...I reckon I also need to have >a 'mail server DNS' for http://mail.doma

Re: [EMAIL PROTECTED] http://194.16.84.195 is running on my own Apache 2.2 on my own machine...

2006-09-22 Thread Doug McNutt
At 00:05 +0200 9/23/06, Dan Ostberg wrote: >Next project is to link a .com domain to the static IP 194.16.84.195 >(which is mine). Do I have to go to an ISP to get hold of a DNS or can I >set up my own DNS? If you got your domain name from Network Solutions you can use their servers as the "autho

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Doug McNutt
At 19:13 +0100 9/14/06, Michael Flanagan wrote: >Hi, Yes http://localhost/ did respond, as does 127.0.0.1, i >am able to view http://scouse.mine.nu but my friends >are not? Dumb question perhaps but are you sure you're on the network? What is your fixed

Re: [EMAIL PROTECTED] Some kind of "file name mapping"

2006-01-24 Thread Doug McNutt
At 18:51 +0100 1/24/06, David Knecht wrote: >My question: I would like to configure Apache 2.0.52 for Linux to read the >file /xxx/yyy/zzz/file instead of /aaa/bbb/../ccc/file whenever >/aaa/bbb/../ccc/file is read. Does apache follow symbolic links? It surely follows hard links if the files ar

RE: [EMAIL PROTECTED] more httpd.conf info

2005-12-04 Thread Doug McNutt
When I installed apache 2, and I'm very much a beginner, on Debian Linux the httpd.conf file was empty in favor of a "new" file called apache.conf or something like that. I found it somewhere and it includes http.conf for compatibility - I guess. -- --> Use vowels every day or you'll get conso

  1   2   >