Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-01 Thread Karel Kubat
gards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iEUEARECAAYFAkrFEbMACgkQ23FrzRzybNVpsgCgq541f3Dv7HBQczAiVHU1EsQ5 VngAmKtg7f4DJkZNhLHVmtUg8a6+lb0= =b2gT -END PGP SIGNATURE- ---

Re: [us...@httpd]

2009-04-29 Thread Karel Kubat
ocs/2.2/vhosts/name-based.html Basically you will need two virtual hosts listening to *:80. The first one must have a ServerAlias www.mysite.it and the second one virtualhost.mysite.it. That should do the trick. - -- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BE

Re: [us...@httpd] SSL configuration read, but not used?

2009-02-22 Thread Karel Kubat
ck for "Listen 443". Even if you have your virtual host and SSL stuff set up, if you don't have the Listen statement, then that part of the configuration won't be used. - -- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SIGN

Re: [us...@httpd] Directory Listing only in Subdirectory

2009-02-18 Thread Karel Kubat
ptions may apply to your configuration. It would depend on what options are already active when Indexes gets added. (This of course goes into the right container.) Hope this helps, - -- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SI

Re: [us...@httpd] how do I redirect wsdl calls to local disk

2009-02-17 Thread Karel Kubat
t vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAkmayXAACgkQ23FrzRzybNVBlwCeKzan8MP8vSIuz/vhiubITvcG acAAoJAYKEtYNxuuniLhR8PbLTK7CVVT =drRU --

Re: [us...@httpd] Error log entries about CGI script

2009-02-17 Thread Karel Kubat
ve and see if that helps. - -- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAkmadN4ACgkQ23FrzRzybNXTIQCgj+YjAncIaf2rB8mfbsI2Iae2 lf4AoJ7jWgj

Re: [us...@httpd] Error log entries about CGI script

2009-02-16 Thread Karel Kubat
s if you direct the browser to / ? - -- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAkmZj7gACgkQ23FrzRzybNXdJgCgqclZQcUDY8PyBtHoUppaU6T+ xvoAoM+yDrqn+ATFZTOwa8g8BzrGDRc

Re: [us...@httpd] port 80 + 8080 + SSL (443)

2009-02-16 Thread Karel Kubat
en 443 ... This is all off the top of my head, you'd need to check directives in the docs. But answering your question: this may be an easier way, but your method is certainly valid as well and isn't "overdoing it". - -- Best regards / met vriendelijke groet, Karel

Re: [us...@httpd] Same htlml looks different when coming from 2 different apache2 servers

2009-02-16 Thread Karel Kubat
be you zoomed on one of the URL's, but not on the other one, so that the artifact is actually only in your browsing experience? - -- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SIGNATURE- Vers

Re: [us...@httpd] My apache server stopped doing CGI

2009-02-16 Thread Karel Kubat
truly verify that the www user has access to the cgi-bin directory and may run the script. - -- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAkmZIHwACgkQ23FrzRzybNWYXQCeOfVYHPlwZ4Yyo8U+n

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread Karel Kubat
-- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956 4861 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAkmT74UACgkQ23FrzRzybNVyYgCgpsERT0eTcWP2V5+WW1FbpuEM 6DAAoJL98/BYpajcFxOF698OE+FR6iNO =dlo3 -EN

Re: [us...@httpd] Redirecting https connection

2009-02-11 Thread Karel Kubat
ch "*.BLAH", but a file called "WHATEVER.BLAH" will.) 2. As for mod_rewrite: you'd have to post the configuration and a more thorough description of what doesn't work properly before others can comment.. - -- Best regards / met

Re: [us...@httpd] user certificates with apache

2009-02-11 Thread Karel Kubat
e.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org - -- Best regards / met vriendelijke groet, Karel Kubat Mob +31 6 2956

Re: [us...@httpd] RequesHeader directive not adding directive

2009-02-09 Thread Karel Kubat
ly is available, and then I go from there. Off the top of my head, there might be a variable _SERVER["X-Forwarded-For"] readily available for you. - -- Best regards / met vriendelijke groet, Karel Kubat -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iEYEARECAA

[us...@httpd] Cookie-based busy filter to avoid peak loads?

2009-02-06 Thread Karel Kubat
mes up, I'll post a digest with the results. Thanks! -- Best regards / met vriendelijke groet, Karel Kubat - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/user

Re: [EMAIL PROTECTED] Redirect issues for SSL sites

2007-12-19 Thread Karel Kubat
try it out with a self-signed certificate. I use this wildcard certificate approach succesfully for www.mydomain.com, static.mydomain.com, images.mydomain.com etc. Hope this helps, -- Karel Kubat / M +31 6 2956 4861 (+31 6 AWK 6 HUM 1) From the Oneliners Collection: Why buy shampo

Re: [EMAIL PROTECTED] Custom hostname and Apache 2.2.6

2007-12-17 Thread Karel Kubat
27; command isn't the only place where MacOSX keeps the name of the system. The Preferences pane updates all. Hope this helps, -- Karel Kubat / M +31 6 2956 4861 (+31 6 AWK 6 HUM 1) From the duffynitions collection: Catifornia: The

Re: [EMAIL PROTECTED] security issue

2007-12-12 Thread Karel Kubat
ry to prevent web user doing this: wget http://10.0.0.120/includes/global.php but at the same time allow apache server to access files in /var/ www/html/inclues/ folder. Definitely a good idea ;-) See above.. HTH, -- Karel Kubat / M +31 6 2956 4861 (+31 6 AWK 6 HUM 1) From the collection of W

Re: [EMAIL PROTECTED] access.log problem

2007-12-12 Thread Karel Kubat
var/log/apache, / var/log/apache/* (especially error_log compared to access*)? HTH, -- Karel Kubat / M +31 6 2956 4861 (+31 6 AWK 6 HUM 1) Blind Spot: What Dick and Jane did to be cruel. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (Darwin) iD8DBQFHX9LF23FrzRzybNURAiRpAJwKhtnoamzX/

Re: [EMAIL PROTECTED] Apache, Tomcat and mod_proxy

2007-12-07 Thread Karel Kubat
xy's timeout. Hope this helps, -- Karel Kubat / M +31 6 2956 4861 (+31 6 AWK 6 HUM 1) From the list of "Things You'll Never Hear A Southern Male Say": I'll take Shakespeare for 1000, Alex. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (Darwin) iD8DBQFHW

Re: [EMAIL PROTECTED] How to prevent Spammer from abusing Apache?

2007-06-18 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony, On Jun 18, 2007, at 11:25 PM, Tony Anecito wrote: I noticed a someone was using CONNECT xxx.xxx.xxx.xxx http command against Apache. I was wondering how to disable the CONNECT command from executing on Apache. In a couple of entries I n

Re: [EMAIL PROTECTED] Geolocation Question

2007-06-18 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jon, Just my 2 cents - but I think Joshua has it right. If you're using session management and weighted load balancing, then you must pass the requests through your proxy - and hence your advantage of geolocation is gone. If you're already u

[EMAIL PROTECTED] Mod_proxy / mod_proxy_balancer question: How to take workers gracefully out of service

2007-06-18 Thread Karel Kubat
Hi all, If someone has information on how to take balanced workers gracefully out of service, please let me know! I've been searching the Apache docs in vain, and Google doesn't provide an answer either. Thanks in advance! THE PROBLEM I am using mod_proxy to balance requests to two work