Re: [EMAIL PROTECTED] SSL Apache Scalability

2007-11-29 Thread Sander Temme
listener. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload

2007-11-24 Thread Sander Temme
2.2.3. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Apache Hangs.. Server-Status shows all Reading

2007-11-09 Thread Sander Temme
) and perhaps use mod_evasive or somesuch to flag and firewall the bad clients. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF - The official User-To-User support forum

Re: [EMAIL PROTECTED] Code Pages Downloadable!

2007-11-04 Thread Sander Temme
Apache to send requests its way? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Apache 2.2.6 Windows 2003

2007-10-31 Thread Sander Temme
the command line we get “The system cannot execute the specified program”. If we double click it from Explorer we get “The parameter is incorrect”. Do you need to install a VC 2005 Runtime? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF

Re: [EMAIL PROTECTED] Apache 2.2.6 Windows 2003

2007-10-31 Thread Sander Temme
not in a position to follow you along, and have never tried to compile on Windows myself. What Does The Error Log Say? The Windows Event Log? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF

Re: [EMAIL PROTECTED] Make apache sleep

2007-10-23 Thread Sander Temme
, or find partial hash collisions. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-23 Thread Sander Temme
the bodies alone, but most clients act on the headers alone and follow the Redirect. However, I understand that 30x responses are not your problem. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic

Re: [EMAIL PROTECTED] First ever ModSecurity public training at OWASP/WASC conf in SJ

2007-10-23 Thread Sander Temme
the week of ApacheCon in Atlanta. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] problem starting apache with mod_ssl.so

2007-10-09 Thread Sander Temme
- win32 and pull in the SSL-enabled build at apache_2.2.6-win32-x86-openssl-0.9.8e.msi . That has the whole kit and kaboodle. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Apache taking hours to answer on low system load

2007-09-30 Thread Sander Temme
some memory allocation limit going on that you're running into. Compare the output of: ulimit -a -S with ulimit -a -H and see if there are any red flags. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME

Re: [EMAIL PROTECTED] Understanding the APACHE 1.3 process model

2007-09-27 Thread Sander Temme
not be attached to httpd children. httpd doesn't deal with the TCP layer, it deals with socket file descriptors. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Apache log files on Windows

2007-09-25 Thread Sander Temme
(or -k graceful). This causes Apache to open new, empty log files with the original names, closing the old open file handles. New log entries will appear in the new log files without any loss. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529

Re: [EMAIL PROTECTED] Apache in embedded product

2007-09-24 Thread Sander Temme
you a header back, or a connection error, or an openssl error, or... So, the two million dollar questions: 1) What error does your client give you, and at which level? 2) What Does The Apache Error Log Say? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40

Re: [EMAIL PROTECTED] Re: Apache 2.2, rotatelogs.exe, and Windows

2007-09-23 Thread Sander Temme
you may lose log entries. Determining the name of the old logfiles, and the archived files, is left as an exercise for the reader. Of course you can do this in any scripting language as long as you can call a command line program. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A

Re: [EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-23 Thread Sander Temme
, and the browser will not send that back because it's going to path / foo.jsp and not /abc/foo.jsp. You need to have mod_proxy munge the cookie path on the way out. It has a directive for that, but I'm too tired to look that up right now. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3

Re: [EMAIL PROTECTED] http and https

2007-09-22 Thread Sander Temme
mind to help ( assist ) to update the config ? See above. You can get an overview of the virtual hosts you have configured by calling httpd -S. See httpd -h for a list of command- line options. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF

Re: [EMAIL PROTECTED] Binaries prepared for users@ win32 testing

2007-09-22 Thread Sander Temme
, fixed... It Works! Service is still logging on as Local System account, but that can be changed by the person who deploys it. It's not up to our installer to start creating accounts on the box/Domain. Looking good! S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8

Re: [EMAIL PROTECTED] Binaries prepared for users@ win32 testing

2007-09-22 Thread Sander Temme
On Sep 22, 2007, at 12:30 PM, Octavian Rasnita wrote: Does it work with mod_perl? I have not tried mod_perl. So far, I have only tried the default path through the installer, not more and not less than I describe. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4

Re: [EMAIL PROTECTED] http and https

2007-09-22 Thread Sander Temme
On Sep 22, 2007, at 5:11 PM, [EMAIL PROTECTED] wrote: If so, would you mind to post your config as an sample here for reference ? You assume that I have a config to post. This is not the case. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF

Re: [EMAIL PROTECTED] http and https

2007-09-21 Thread Sander Temme
, and install certificates that have the right hostname as CN field on the right virtual hosts. That completes the circle. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] https can;t be good for work

2007-09-21 Thread Sander Temme
VirtualHost webmail.ita.org.mo:443 .. SSLEngine on .. /VirtualHost The Listen 443 causes Apache to attach to that port, the port numbers in the VirtualHost directives are there to make them match only to requests on that port. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727

Re: [EMAIL PROTECTED] Processing config directives from the command line

2007-09-21 Thread Sander Temme
circumstances and the other things apachectl does, just call httpd -k directly. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Sander Temme
-based.html S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Sander Temme
name matching. You can put a tag (%v off the top of my head) in your LogFormat and Apache will print the name of the matched vhost to the log file. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic

Re: [EMAIL PROTECTED] HTTP reply. Too much systems information displayed.

2007-09-04 Thread Sander Temme
mod_security: http://www.modsecurity.org/ S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Conflicting versions of Apache in Mac OS X 10.4

2007-08-25 Thread Sander Temme
the default /usr/bin and /usr/sbin S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] want to start apache when server boot up HELP HELP

2007-08-20 Thread Sander Temme
what you want. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] 2000 vHosts and indiviual access logs

2007-08-14 Thread Sander Temme
descriptor in front of the regular log format line. Then, after you rotate the logfile, run a simple script that explodes the single log into individual files per vhost. See support/split- logfile under your source download for an example. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4

Re: [EMAIL PROTECTED] Please Help

2007-08-13 Thread Sander Temme
access to httpd? Please don't repeat questions if there is no immediate answer. Many of us don't check e-mail as often during the weekend. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Apache 2.4 Tomcat 6 (JBoss 4.2)

2007-08-13 Thread Sander Temme
the error log say? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread Sander Temme
not work with 1.3. Do yourself a favor and upgrade to 2.2, which comes with a much more modern mod_proxy. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] im stuck, plz help...

2007-08-06 Thread Sander Temme
=0130206016adid=1CQ73RXJTDMQGCZQZJC1 * Apache: The Definitive Guide http://www.amazon.com/dp/0596002033? tag=sandersweblog-20camp=14573creative=327641linkCode=as1creativeASI N=0596002033adid=10H3WE4SXZ1Q1KP9E8E8 ... and many more. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3

Re: [EMAIL PROTECTED] Apache Tomcat Load Balancing

2007-07-16 Thread Sander Temme
,worker4 and JKMount /servlet2/* balancer2 Not tested, but that's how I'd approach this. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Problem Getting Apache2 script to run

2007-06-29 Thread Sander Temme
. are set correctly on the server. I have no clue but ActiveState has some good docs on that. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF - The official User-To-User support

Re: [EMAIL PROTECTED] Apache using AD autentication

2007-06-29 Thread Sander Temme
, what does it say when it tries to enable the LDAP stuff? According to the above you're using the bundled apr and an external apr-util. That just seems like it'll all end in tears. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF

Re: [EMAIL PROTECTED] Does Apache Support Piped Logs On Windows Platform

2007-06-28 Thread Sander Temme
logging APIs? Or does it do its own thing? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Two sessions or one session when connect to two load-balanced webServers?

2007-06-28 Thread Sander Temme
with Apache itself. Regards, Sander -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] build mod_ssl with Apache 2.2.4

2007-06-18 Thread Sander Temme
On Jun 18, 2007, at 9:12 AM, Kader Ben wrote: Could someone tell me what I'm missing? What operating system? /export/home suggests Solaris. x86 or Sparc? Which compiler, gcc or Sun Workshop? Also, could you paste us the line immediately preceding the error? S. -- Sander Temme [EMAIL

Re: [EMAIL PROTECTED] Security settings in apache

2007-06-17 Thread Sander Temme
to a PHP support forum or mailinglist. Asking the Apache list for help on PHP is a waste of your time, because this is simply not where the experts are. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic

Re: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-14 Thread Sander Temme
info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] RE: Load Balancer Results in File Does Not Exist Errors

2007-06-13 Thread Sander Temme
requests. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Sander Temme
, not with Firefox. I am getting a connection timeout error message. Any ideas on what may be happening here? No, no idea. What does the error log say? And what does the error log of the SSL vhost say when you crank its log level up to debug? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4

Re: [EMAIL PROTECTED] setting MaxClients locally?

2007-06-13 Thread Sander Temme
Tony Stevenson wrote: An alternative to changing all your links, could be for you to use reverse proxy. i.e. Location /pdf ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ /Location This way you could ensure that the change is transparent to the end

Re: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Sander Temme
/docs/2.2/mod/core.html#loglevel Raise it to debug and mod_ssl will give you dumps at the BIO level. More info than you want, but you should see what goes on before the server gets to speak HTTP. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF

Re: [EMAIL PROTECTED] Can't view SSL-enabled pages using Firefox

2007-06-13 Thread Sander Temme
. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Tomcat + htaccess

2007-06-11 Thread Sander Temme
-mail: [EMAIL PROTECTED] -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Sander Temme
browser), you'll get this every time and it is essentially harmless. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Sander Temme
situation, but as Joshua reminds us would greatly diminish the trust your users could be expected to place in your production server. I recommend that you have your hostname setup sorted out before you pay money for a certificate. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A

Re: [EMAIL PROTECTED] WAMP stack

2007-05-31 Thread Sander Temme
, and in the case of the above you might change DocumentRoot to the actual location of the content, and put in an appropriate Directory block to control access. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic

Re: [EMAIL PROTECTED] Undefined symbol ap_run_http_method

2007-05-30 Thread Sander Temme
if there was no symbol conflict, the 2.2 server would refuse to load the 2.0 module at a later point in the server startup cycle. How do I fix this? Ask Netegrity for an Apache 2.2 compatible module, or downgrade (unfortunately) to Apache 2.0. S. -- Sander Temme [EMAIL PROTECTED] PGP FP

Re: [EMAIL PROTECTED] Blank page with Apache and PHP running

2007-05-23 Thread Sander Temme
On May 23, 2007, at 9:46 AM, Alexei wrote: Is anybody out there that can help me out? What does the error log say? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] apr-util-1.2.8

2007-05-21 Thread Sander Temme
On May 20, 2007, at 1:59 PM, Christopher S Arnold wrote: Hello! Not sure if this is the right list to ask this question but i did not see one for apr-util. Forgive me if this is not the right list. Forgiven, but I don't think we can be of much help over here. I am trying to install svn

Re: [EMAIL PROTECTED] Apache mods not working after upgrade...

2007-05-18 Thread Sander Temme
Hi Jan, Jan van der Merwe wrote: I upgraded our Web Server from Fedora Core 2 to Fedora Core 6. This meant an upgrade for Apache from 2.0.54 - 2.2.3 After the upgrade Apache wouldn't start because of library problems, eg: Starting httpd: httpd: Syntax error on line 209 of

Re: [EMAIL PROTECTED] Resolve issue

2007-05-13 Thread Sander Temme
. Apache has nothing to do with that, it just responds to whatever arrives on its doorstep, according to how the incoming requests express their destination (using the Host: header). S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s

Re: [EMAIL PROTECTED] Running one website via two apache running boxes (windows)

2007-04-29 Thread Sander Temme
portions handled by the MySQL box. For instance, use mod_proxy to send part of your traffic to the back-end, and/or running your application server there. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-26 Thread Sander Temme
ProxyPass http://backend/foo ProxyPassReverse http://backend/foo /Location Are you doing something more elaborate or different? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] My apache server attacked

2007-04-23 Thread Sander Temme
://www.modsecurity.org/ I'm not sure where the current home for dosevasive is. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] any luck using shared memory for mod_ssl SSLSessionCache ?

2007-04-23 Thread Sander Temme
for all. S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Memory occupied and number of files open

2007-04-20 Thread Sander Temme
Arnab, Arnab Ganguly wrote: How much Apache occupies memory and number of files it opens for each client request of the MaxClient value? Depends on your configuration and the extra bells and whistles. One for each listener. One each for ErrorLog, TransferLog, CustomLog etc. One or more

Re: [EMAIL PROTECTED] (13)Permission denied: exec of ... failed

2007-04-19 Thread Sander Temme
Scott Dudley wrote: Steve Swift wrote: Does the file which failed to execute contain a #! (shebang) pointing at an executable that apache cannot execute? No. It's a static HTML. Looks like your web server is trying to execute the file, possibly because it's under your ScriptAlias

Re: [EMAIL PROTECTED] http connection hangs when -DSSL option is used.

2007-04-17 Thread Sander Temme
Pranav Choudhary wrote: I have cross-compiled apache 2.0.59 for arm (with mod_ssl). I started After a few experiments i found that even if i don't start with -DSSL and just Listen on one more port (other than 80), i am not able to connect to the server using http. ie. if i add a directive

Re: [EMAIL PROTECTED] Apache2.2 php5 with sessions

2007-04-14 Thread Sander Temme
Hey Ofloo, On Apr 14, 2007, at 5:47 AM, Ofloo wrote: This might be an ignorant question, but it bothers me, I have created a session I left my browser open for a week and yet the session still exists. Is this normal !? I checked session_cache_expire and this is set to 180 (default) but

Re: [EMAIL PROTECTED] ECDSA Certificate use in mod_ssl

2007-04-09 Thread Sander Temme
On Apr 8, 2007, at 7:47 PM, Takurou Saitou wrote: $ ./openssl ciphers -v ECDHE-ECDSA-AES256-SHA ECDHE-ECDSA-AES256-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA1 -- -- A version of

Re: [EMAIL PROTECTED] How to protect awstats page

2007-04-09 Thread Sander Temme
On Apr 9, 2007, at 4:38 AM, Mário Gamito wrote: awstats.pl is located outside Apache's DocumentRoot in /usr/local/awstats/wwwroot/cgi-bin I put there a .htaccess file with the following contents: AuthUserFile /usr/local/awstats/wwwroot/cgi-bin/.htpasswd AuthName stats AuthType Basic require

Re: [EMAIL PROTECTED] Help ! Optimize Apache2 and PHP

2007-04-08 Thread Sander Temme
Hi Alex, On Apr 8, 2007, at 10:17 AM, Alejandro Decchi wrote: I need to optimize my Apache and my PHP and Mysql. Now my apache uses 90 % of CPU when i run a query by the apliaction webpage.But when i make the same query by mysql command it is very fastest. Why my apache use 90% of CPU when

Re: [EMAIL PROTECTED] ECDSA Certificate use in mod_ssl

2007-04-07 Thread Sander Temme
Takurou, On Apr 6, 2007, at 12:59 AM, Takurou Saitou wrote: The use of CipherSuite of ECDSA is already enabled in OpenSSL, but will there be a plan to support in the future in mod_ssl? Just to make sure that we are talking about the same thing, how does this cipher show up when you run

Re: [EMAIL PROTECTED] Problems with Vista

2007-04-07 Thread Sander Temme
On Apr 6, 2007, at 8:24 AM, Conor Kerr wrote: Anyway... no one here cares I'm sure. :) We do care, but we're always happiest when you fix your own issues especially on operating systems many of us are not running yet. (But just in case anyone else has the same problem... that's how I

Re: [EMAIL PROTECTED] Info when the MaxClient is reached

2007-04-01 Thread Sander Temme
Hi Arnab, On Apr 1, 2007, at 9:53 PM, Arnab Ganguly wrote: Want some info when the MaxClient value is reached, what would happen to Apache webserver?Is that particular of time if we ping apache it will time out.How long will it take to recover or the requests will be queued? Can you tell

Re: [EMAIL PROTECTED] Help on MaxClients setting, consider raising the MaxClients setting

2007-03-31 Thread Sander Temme
Arnab, On Mar 30, 2007, at 11:21 PM, Arnab Ganguly wrote: What I saw was the ServerLimit value = 2 when I kept I saw one root and two daemon process.And among the two daemon it is the only one daemon handles all my request.So my requirement is met.But when I replace the value of

Re: [EMAIL PROTECTED] mod_ssl question

2007-03-29 Thread Sander Temme
On Mar 29, 2007, at 1:25 PM, Rodman wrote: A, that makes so much more sense. I didn't even think to have two virtual hosts of the same site but have one of them SSL while the other is standard port 80. Redirecting should be easy then. Yes, if you put your Redirect in the main server

Re: [EMAIL PROTECTED] Where is libphp5.so?

2007-03-22 Thread Sander Temme
Hey Jeff, On Mar 21, 2007, at 4:58 PM, jekillen wrote: I was hoping for someone with enough knowledge of the development side of php that they could give me some specific suggestions about what to look for in scripts used in the configure, build and install process. This is not a PHP

Re: [EMAIL PROTECTED] Xampp Apache on win 2003. Problem with setting up a Virtual Host

2007-03-20 Thread Sander Temme
On Mar 20, 2007, at 7:39 PM, Richard Luckhurst wrote: When I try and start Apache it fails and refuses to start with nothing in the log files. Look in the Applications section in the Windows Event Viewer. That is where Apache logs before it opens its own log files. [Wed Mar 21

Re: [EMAIL PROTECTED] Segmentation fault on an Intel based Mac

2007-03-20 Thread Sander Temme
On Mar 20, 2007, at 9:04 PM, Andre-John Mas wrote: Hi, I have just downloaded Apache 2.2.4, compiled it, installed it and the tried running it. What I get when I call: ./apachectl start is: ./apachectl: line 102: 12799 Segmentation fault $HTTPD -k $ARGV and if I call: ./httpd

Re: [EMAIL PROTECTED] Vista Ultimate - 403 Forbidden by Options directive

2007-03-18 Thread Sander Temme
On Mar 18, 2007, at 8:57 AM, Shane Arnold wrote: Directory /www/docs/ftp Options FollowSymLinks .. [Sun Mar 18 23:53:15 2007] [error] [client 203.59.68.203] Directory index forbidden by Options directive: C:/www/docs/ftp/ You need to add the Indexes option to Options and restart your

[EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-18 Thread Sander Temme
Dear list, As I prepare my training session title Practical SSL Implementation with Apache for the upcoming ApacheCon EU conference, I would like to take a moment and request your feedback. http://www.eu.apachecon.com/program/talk/120 If you were to attend a half day training session on

Re: [EMAIL PROTECTED] HTTPD and SSL Certs

2007-03-09 Thread Sander Temme
Ian, On Mar 9, 2007, at 11:01 AM, Ian Johnson wrote: Is there anyone out there that can answer the following set of questions for me (or point me to where I may find the information)? If you're in Europe, you may consider attending my Practical SSL Implementation with Apache Training at

Re: [EMAIL PROTECTED] Re: Tried to restart Appache service after edit of Httpd.conf in Vista please Help

2007-03-05 Thread Sander Temme
On Mar 5, 2007, at 9:51 AM, [EMAIL PROTECTED] wrote: Ok guys and gals I need some help, I finally got Apache 2.2 installed on my Vista machine and it looked like all was going well, edited HTTPD.CONF so I could use PHP when I went to restart the service it gave me an ERROR Code 1 and

Re: [EMAIL PROTECTED] using Apache server as proxy.

2007-03-04 Thread Sander Temme
On Mar 4, 2007, at 6:36 AM, Rostislav Khaskin wrote: Everything works, except when I try to read remotehost address in my app, I get 92.168.2.100. How can I make it keep the original address? The proxy server stores it in the X-Forwarded-For header. Your app should have access to that.

Re: [EMAIL PROTECTED] Failing redirects

2007-03-04 Thread Sander Temme
On Mar 4, 2007, at 2:52 PM, Jonathan Mangin wrote: Hi, I've installed 2.0.59 with mod_perl. I have several CGI::Application scripts running under ModPerl::Registry. They were previously working perfectly with 2.0.55/mod_perl. Now, whenever the scripts perform a redirect, I get: OK The

Re: [EMAIL PROTECTED] Re: mercurial cannot be loaded, is there any difference when going from 2.0.0 to 2.2.x?

2007-03-02 Thread Sander Temme
On Mar 2, 2007, at 11:26 AM, solo turn wrote: i tried to gather additional information concerning mercurial not working on solaris10 called via cgi script in apache-2.2.4. what could be the reason ? I see you are running mod_python. Are you sure your app is being run as a CGI and not

Re: [EMAIL PROTECTED] Lotus Quickplace / Apache Reverse Proxy

2007-03-01 Thread Sander Temme
On Mar 1, 2007, at 8:49 PM, Jack Saunders wrote: I am still not able to login, it seems the redirect gets puked on. I have limited experience with the Lotus software: perhaps you can talk to your IBM people. However, when I did a job last year involving Workplace Services, there was a

Re: [EMAIL PROTECTED] Apache 2.2.4 installl

2007-02-28 Thread Sander Temme
On Feb 27, 2007, at 6:37 AM, Brian McCann wrote: running on my system. I installed to /usr/local/apache2. when I run check the version httpd -version it is still 2.2.3 which httpd tells you where your httpd binary is. Bet you're not running the one in /usr/local/apache2/bin... what if

Re: [EMAIL PROTECTED] Apache 2.0 access.log locks

2007-02-09 Thread Sander Temme
On Feb 8, 2007, at 3:01 AM, Rui Pedro Duarte Pinge ((SSI)) wrote: By the way, do you have any idea why version 1.3 did not had an exclusive lock over the access.log? Absolutely no clue whatsoever. S. -- [EMAIL PROTECTED]http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3

Re: [EMAIL PROTECTED] Timeouts with Threaded Apache 2.2.3

2007-02-09 Thread Sander Temme
On Feb 8, 2007, at 3:08 AM, Neil Martin wrote: so we retested with a dummy module call mod_foo ( attached ) but we still get timeouts. Is this a know issue is the module api in threaded Apache ? You clearly based your mod_foo on mod_example, and just about the only thing you deleted was

Re: [EMAIL PROTECTED] Re: apache/linux newbie has Test Page that won't die

2007-02-08 Thread Sander Temme
On Feb 8, 2007, at 2:50 PM, Urijah Kaplan wrote: 208.109dot216.147 curl -i http://208.109.216.147/ HTTP/1.1 403 Forbidden Date: Thu, 08 Feb 2007 22:56:45 GMT Server: Apache/2.0.52 (CentOS) Accept-Ranges: bytes Content-Length: 5044 Connection: close Content-Type: text/html; charset=UTF-8

Re: [EMAIL PROTECTED] Re: apache/linux newbie has Test Page that won't die

2007-02-08 Thread Sander Temme
On Feb 8, 2007, at 3:56 PM, Urijah Kaplan wrote: That worked! I restarted (I didn't know I had to do that--when am I supposed to restart?) and the folder from /home/my name/public_html popped up. Seizing the opportunity, I put in my website there (changing the default.htm to index.html) and it

Re: [EMAIL PROTECTED] Re: apache/linux newbie has Test Page that won't die

2007-02-08 Thread Sander Temme
On Feb 8, 2007, at 5:35 PM, Urijah Kaplan wrote: Okay, at first glance what you said was just a lot of jargon. I'm slowly trying to translate, so please tell me if I'm on the right track. 1) What's a graceful restart? Right now, I'm just pressing restart on the simple control panel godaddy

Re: [EMAIL PROTECTED] remove the http server info banner

2007-02-08 Thread Sander Temme
On Feb 8, 2007, at 7:35 PM, Fauziah Mahdan wrote: Sorry because I did not find any search column to find either already being posted or not. The threads show and list by month. It difficult to go one by one. I believe Google keeps pretty good tabs on our mail archives. S. -- [EMAIL

Re: [EMAIL PROTECTED] remove the http server info banner

2007-02-08 Thread Sander Temme
On Feb 8, 2007, at 10:07 PM, Fauziah Mahdan wrote: Pls help me how to search the thread by topics Latest page I go is here http://mail-archives.apache.org/mod_mbox/httpd-users/200610.mbox/ thread http://www.google.com/search?client=safarirls=enq=site:mail-

Re: [EMAIL PROTECTED] Apache management and benchmark/test tools

2007-02-07 Thread Sander Temme
On Feb 7, 2007, at 3:36 AM, Nando Ronsisvalle wrote: I'm looking for a tool or a set of tools to test (performances), benchmark and manage this web server. There are many, from simple and free (ab, http_load, siege) to not-so- simple and free (flood, jmeter) all the way to very

Re: [EMAIL PROTECTED] Apache 2.0 access.log locks

2007-02-06 Thread Sander Temme
On Feb 6, 2007, at 10:39 AM, Rui Pedro Duarte Pinge ((SSI)) wrote: Any ideas on how to overcome this issue? Did anyone noticed the same behaviour? Pipe the log into a program using the | operator in the httpd.conf file. That program can do with the data whatever it wants, including

Re: [EMAIL PROTECTED] 2 questions

2007-02-06 Thread Sander Temme
On Feb 6, 2007, at 3:45 PM, Geoff Hartman wrote: Q1: Is there any way to optimize apache for the highest number of possible connections? Your main tunable is the MaxClients directive, which you can tune to maximize the number of workers Apache will have available. You should tune this

Re: [EMAIL PROTECTED] MAX_HOST_CONNECTIONS

2007-02-05 Thread Sander Temme
Geoff, On Feb 5, 2007, at 11:41 AM, Geoff Hartman wrote: Where can I set the max number of connections? What is the default? Is it set in the httpd.comf file? Yes. MaxClients is your friend. http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients This directive sets the maximum

Re: [EMAIL PROTECTED] FAVICO.ICO

2007-02-04 Thread Sander Temme
On Feb 4, 2007, at 4:41 AM, Bashiro wrote: I have this virtual hosts setup. I tested and was working fine. Suddenly I started getting this error page cannot be displayed. I checke the error log and found cannot find favico.ico. why do I need this file. Any suggestion on how to solve this ?

Re: [EMAIL PROTECTED] Upgrading from 2.0.49 to 2.0.59

2007-02-04 Thread Sander Temme
On Feb 4, 2007, at 8:33 PM, [EMAIL PROTECTED] wrote: Hi all, I'm planning to upgrade from 2.0.49 to 2.0.59 for securities. Apache is configured SSL with openssl-0.9.7d. What I want to know is that openssl-0.9.7d is compatible with 2.0.59. Answer 1) can't see why not. Answer 2) both openssl

Re: [EMAIL PROTECTED] Upgrading from 2.0.49 to 2.0.59

2007-02-04 Thread Sander Temme
On Feb 4, 2007, at 10:14 PM, [EMAIL PROTECTED] wrote: Additionally, do I have to generate new key after upgrading Apache ? No, the information in your key and certificate exists entirely separately from Apache. You can use the same key and certificate. In fact, you can use the same

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Sander Temme
On Jan 31, 2007, at 7:49 AM, Bob Cohen wrote: I need to upgrade two servers to 2.2.x, one is running 2.0.49 http://httpd.apache.org/docs/2.2/upgrading.html the other 1.3.29. http://httpd.apache.org/docs/2.0/upgrading.html Will I be able to use the httpd.conf files from the original

Re: [EMAIL PROTECTED] Upgrade Question

2007-01-31 Thread Sander Temme
On Jan 31, 2007, at 8:25 AM, Bob Cohen wrote: Start just by trying it - fire up 2.2.4 with each of the configs and see what complaints you get... Thanks Owen. How do I preserve the ability to retreat to the original set ups should it be necessary? Save your new config in a separate

Re: [EMAIL PROTECTED] httpd.conf for Alias and DocumentRoot usage

2007-01-31 Thread Sander Temme
On Jan 31, 2007, at 10:58 AM, Noah wrote: Reposting since I have not received specifc help for my situation. Yes you have: http://mail-archives.apache.org/mod_mbox/httpd-users/200701.mbox/% [EMAIL PROTECTED] S. -- [EMAIL PROTECTED]http://www.temme.net/sander/ PGP FP: 51B4

<    1   2   3   >