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

2009-07-15 Thread Doug Bell
, 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 upgrade Perl. Doug Bell -- Senior

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

2009-07-14 Thread Doug Bell
for something, you can use a robots.txt file. This will not prevent naughty robots from asking for something. On Jul 13, 2009, at 4:57 PM, Doug Bell wrote: On Jul 13, 2009, at 1:37 PM, ML wrote: Hello All, I am confused about directory permissions inside of my wwwroot/ I am using name-based

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

2009-07-14 Thread Doug Bell
Apache will do with the file when the file is requested by a user. For example, you could use Apache SSI to include a file that the user would not be able to see by directly trying to access the file. Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks

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

2009-07-14 Thread Doug Bell
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). Doug Bell -- Senior

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 accesses

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

2009-07-14 Thread Doug Bell
Is there a config, request, and/or errorlog entry related to this problem? Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is - The official User-To-User support forum of the Apache

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
. If there is no VirtualHost block, then somewhere after the DocumentRoot declaration. It should be Options +FollowSymLinks (always use +/- before the option) Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks

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

2009-07-13 Thread Doug Bell
this block in your VirtualHost block. 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 URL:http

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
/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 Bell d...@plainblack.com wrote: On Jul 13, 2009, at 1:13 PM, Scott Ford wrote: I am running Mac OS X 10.5.7 with Apache 2.2.11

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

2009-07-01 Thread Doug Bell
Allow from all Files run.log Order deny,allow Deny from all Allow from 127.0.0.1 /Files /Directory 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
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 Bell -- Senior Developer

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

2009-06-20 Thread Doug Bell
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 by the confirmation

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

2009-06-08 Thread Doug Bell
. The docs for AuthName say: This directive sets the name of the authorization realm for a directory. Doug Bell d...@plainblack.com 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 httpd.conf code

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

2009-06-07 Thread Doug Bell
it using htpasswd? 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

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

2009-06-07 Thread Doug Bell
it. If the phpinfo(); works, 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

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

2009-05-28 Thread Doug Bell
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 does Prefork work?

2009-05-28 Thread Doug Bell
have spikes, then 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

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

2009-05-28 Thread Doug Bell
. 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 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://plainblack.com

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

2009-05-23 Thread Doug Bell
this directory, add AddHandler cgi-script .cgi to the Directory /var/www/cgi-bin block. Make sure to enable PHP for that directory as well: AddHandler application/x-httpd-php .php Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com

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

2009-05-15 Thread Doug Bell
: 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
. 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 URL:http

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

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

2009-04-27 Thread Doug Bell
the CA to resign 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
want the LDAP 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

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

2009-04-16 Thread Doug Bell
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 that groks

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
for the ubuntu packages (from APT). Doug Bell -- Senior Developer, Plain Black Corp. all that groks is