Re: [EMAIL PROTECTED] Convert "#" to Ascii "%23"

2008-04-30 Thread Emmanuel E
uot;%23" I have no idea what your talking about LiveHTTPHeaders ?? free Fiddler tool from MS ?? On Wed, Apr 30, 2008 at 10:14 AM, Emmanuel E <[EMAIL PROTECTED]> wrote: Usewith Firefox and check out what is actually sent. Or use the free Fiddler tool from MS and check out what i

Re: [EMAIL PROTECTED] Convert "#" to Ascii "%23"

2008-04-30 Thread Emmanuel E
server.net/cgi-bin/application/app_1.pl SCRIPT_NAME - /cgi-bin/application/app_1.pl On Wed, Apr 30, 2008 at 9:25 AM, Emmanuel E <[EMAIL PROTECTED]> wrote: Would it by any chance be a browser problem?. Since a # is a reference to a part of the page, a browser should not send stuff after

Re: [EMAIL PROTECTED] Convert "#" to Ascii "%23"

2008-04-30 Thread Emmanuel E
Would it by any chance be a browser problem?. Since a # is a reference to a part of the page, a browser should not send stuff after the # to the server. But I have no idea how a # in a query string should be handled. Are you sure that it is the server which is dropping stuff after the # and not

Re: [EMAIL PROTECTED] How to encrypt traffic between client and apache proxy server

2008-04-24 Thread Emmanuel E
check out https://issues.apache.org/bugzilla/show_bug.cgi?id=29744 and use the patch available there. its a pity that this patch still wont make it to the main tree... - Original Message - From: Stephen Hu To: users@httpd.apache.org Sent: Thursday, April 24, 2008 8:44 PM Subj

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

2008-04-23 Thread Emmanuel E
Trying to send this message across for the third time - wonder why the spam score keeps exceeding the treshold I didnt quite get you there - how does a web interface use sftp? Java applets or something? Regarding file upload/download, I agree with you that there should be a better way. Alter

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

2008-04-22 Thread Emmanuel E
you might want to look at a cgi scripts like this one, which i use. It provides an upload/download area.  you will need to configure authentication in apache in case you want security, the script does not do any authentication. i run it on an apache ssl server and use basic auth. I cant seem

Re: [EMAIL PROTECTED] Getting actual filesystem location of request URI in a script

2008-04-19 Thread Emmanuel E
it to every directory like /somedir. Further the index.cgi script in /somedir is never going to change since it just reads the file and eval's it. Maybe it is slightly inefficient, but so far so good instead of updating index.cgi files in dozens of directories. Emmanuel E wrote: Hi,

[EMAIL PROTECTED] Anyone have a clue as to what these race conditions and circumventing are on FollowSymLinks ?

2008-04-19 Thread Emmanuel E
From the manual http://httpd.apache.org/docs/2.2/mod/core.html#options Omitting this option should not be considered a security restriction, since symlink testing is subject to race conditions that make it circumventable. Thanks, Emmanuel -

[EMAIL PROTECTED] Getting actual filesystem location of request URI in a script

2008-04-19 Thread Emmanuel E
Hi, I have the following configuration: Alias /abcd/ /somedir DirectoryIndex /cgi-bin/index.cgi ... When I access /abcd the script index.cgi gets executed. However it gets executed with the current working directory set to cgi-bin. Is there anyway to get it to execute with current directory

Re: [EMAIL PROTECTED] Authenticating Proxy Server

2008-04-17 Thread Emmanuel E
No FF will not communicate to a proxy using SSL. It will communicate using SSL to any webserver via proxy or directly, but not to a proxy using SSL. Its not forbidden, but its not explicitly defined anywhere. Similar to bug http://issues.apache.org/bugzilla/show_bug.cgi?id=29744 Till Necko com

Re: [EMAIL PROTECTED] Authenticating Proxy Server

2008-04-17 Thread Emmanuel E
Try using NTLM which provides some level of security or else try digest authentication using mod_auth_digest Roy Pearce wrote: Hi Nils, Thanks for your reply. Our proxy server is a forward proxy server, not a reverse one so I haven't used the ProxyPass and ProxyPassReverse directives. I re

Re: [EMAIL PROTECTED] Installing Smarty

2007-12-31 Thread Emmanuel E
see if you can compile the source on winxp [EMAIL PROTECTED] wrote: As a PHP addition I downloaded Smarty-2.6.18.tar.tar. It requires installation but the install instructions assume a UNIX environment. I use Windows XP and tried to use the windows command install msiexec/i and got the mess

Re: [EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-25 Thread Emmanuel E
Maybe there is a bug ( in mod_proxy_connect) ;-). Check out http://issues.apache.org/bugzilla/show_bug.cgi?id=29744 The patch works :) Cheers, Emmanuel Boyle Owen wrote: -Original Message- From: Lokesh K B Reddy [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2007 11:33 PM

Re: [EMAIL PROTECTED] Slow Load Times on Server

2006-12-19 Thread Emmanuel E
files I can get 80K a second, so I know I’m getting the promised 768.   Ralph   From: Emmanuel E [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2006 9:14 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Slow Load Times on Server   your server is

Re: [EMAIL PROTECTED] Slow Load Times on Server

2006-12-19 Thread Emmanuel E
your server is giving around 10 KB/s if i use a single socket and around 20 KB/s if i use two sockets. more likely youre not getting the 768 that was promised. the 768 depends on how close you are to verizon's dslam. more a network hardware issue than an issue with your computer. Ralph Brickle

Re: [EMAIL PROTECTED] Help in setting up file Upload Feature with Apache

2006-11-26 Thread Emmanuel E
it depends on how feature rich you want the interface to be. you can pick up the very simple perl CGI script at http://www.geniegate.com/listings/basicupload/ its free source with a compulsory banner. you could check it out and write your own. i've hacked it to include a download feature as wel

Re: [EMAIL PROTECTED] WARNING

2006-08-03 Thread Emmanuel E
i think it would be worthwhile to provide a web interface to the subscribe/unsubscribe feature on the list like mailman. F vE: have you checked if the unsubscribe email is landing in your junk folder or something? F vE wrote: I hate to do this, but I have tried numerous times to unsubscribe i

Re: [EMAIL PROTECTED] How to disable web accelerators

2006-07-27 Thread Emmanuel E
I think most sites which block it do it by checking the User-Agent header. See http://httpd.apache.org/docs/2.2/howto/access.html and also the docs for mod_access if thats what you really want. However if the web program changes its User-Agent to match that of a well known browser like IE or F

Re: [EMAIL PROTECTED] [DEV-REQUEST] mod_ifenv ported to Apache2

2006-07-25 Thread Emmanuel E
else could get another cert issued if he gets your old dynamic ip. sorry i guess i cant help you out of ssl virtual hosting, cos i havent heard of anything better than mod_gnutls so far SithLord wrote: On Tuesday 25 July 2006 11:26, Emmanuel E wrote: if youre worried about a man in

Re: [EMAIL PROTECTED] [DEV-REQUEST] mod_ifenv ported to Apache2

2006-07-25 Thread Emmanuel E
if youre worried about a man in the middle attack but still want a poor man's hosting you could get a one month trial certificate from rapidssl.com for practically any domain (including dynamic ones like mysite.no-ip.com.) during the trial period (they basically set the certificate to expire in

Re: [EMAIL PROTECTED] Apache 2 chaos

2006-07-18 Thread Emmanuel E
what about apache -f httpd.conf? that is telling apache which conf file to use does that work? then maybe you could reinstall the service using apache -k -f httpd.conf or something Oliver Marshall wrote: What a day ! A clients web designer decided to make some changes to the conf file on our w

[EMAIL PROTECTED] [Fwd: ezmlm warning]

2006-06-28 Thread Emmanuel E
wonder what, how or why this happened: Remote host said: 550-5.7.1 {mx029} The IP address of the server you are using to connect to GMX is listed in 550-5.7.1 the Composite Blocking List (CBL). 550-5.7.1 550-5.7.1 For additional information, please visit 550-5.7.1 http://cbl.abuseat.org/lookup

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread Emmanuel E
?   # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary     - Original Message - From: Emmanuel E To: users@httpd.apache.org Sent: Thursday, June 15, 2006 5:19 PM Subject: Re: [EMAIL PROTECTED] Pease help

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread Emmanuel E
ginal Message - From: Emmanuel E To: users@httpd.apache.org Sent: Thursday, June 15, 2006 4:57 PM Subject: Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration when you access it via the domain is there a proxy in between or are you still accessi

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread Emmanuel E
x has some problems...  BrowserMatch ^Mozilla/4 gzip-only-text/html  # Netscape 4.06-4.08 have some more problems  BrowserMatch ^Mozilla/4\.0[678] no-gzip  # MSIE masquerades as Netscape, but it is fine  # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html  # NOTE: Due to a bug in mod_setenvif up to Apach

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-14 Thread Emmanuel E
NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48  # the above regex won't work. You can use the following  # workaround to get the desired effect:  BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html  # Don't compress images  SetEnvIfNoCase Request_URI \  \.(?:gif|jpe?g|png)$ no-gzip don

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-14 Thread Emmanuel E
the web site is https site.   Regards.       - Original Message - From: Emmanuel E To: users@httpd.apache.org Sent: Wednesday, June 14, 2006 1:18 PM Subject: Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration no no d

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-13 Thread Emmanuel E
age given. Anyway this doesn't work.       - Original Message - From: Emmanuel E To: users@httpd.apache.org Sent: Monday, June 12, 2006 9:14 PM Subject: Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration no no what

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-12 Thread Emmanuel E
no no what i meant was put it in the section which says . there should already be a section. CC CHEN wrote: Hi,   It doesn't work at all if i replace with       - Original Message - From: Emmanuel E To: users@httpd.apache.org

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-12 Thread Emmanuel E
try putting it in the container. CC CHEN wrote: Greeting,   I have put in the deflate function in the httpd.conf as below. During testing, the compression is working when I access my web page from internal IP address e.g.:http://x.x.x.x. Anyway when I access the web page usin

Re: Rif: Re: [EMAIL PROTECTED] Apache: link not found in windows

2006-06-09 Thread Emmanuel E
CTED] Emmanuel E <[EMAIL PROTECTED] et>

Re: [EMAIL PROTECTED] Apache: link not found in windows

2006-06-09 Thread Emmanuel E
how do u have the link inside the directory? is it a windows shortcut or a URL link? do you have a index.html file in that directory? [EMAIL PROTECTED] wrote: Hi In windows using apache 2.0.58 inside a directory i have created a link to a HTML document. Using the original url all is fine but

Re: [EMAIL PROTECTED] Configuring Apache behind a wireless router

2006-05-29 Thread Emmanuel E
apache says that cos 201.x.x.15 is not available on your local windows machine. its only available on the wireless router. tell apache to just listen on port 80 (no need to specify an ip): Listen 80 and then configure your router to forward connections on port 80 to the machine which is runni

Re: [EMAIL PROTECTED] mod_proxy and SSL

2006-05-17 Thread Emmanuel E
if youre doing a reverse proxy you probably shouldnt have ProxyRequests On Sebastian Reitenbach wrote: Hi, I have an apache listening for SSL connections on port 443 behind a NAT firewall in the DMZ. Connections for one virtual host shall be reverse proxied to another host in the same DMZ, bu

Re: [EMAIL PROTECTED] Help with Apache

2006-05-16 Thread Emmanuel E
Title: Help with Apache check out the configuration file what have u specified as DocumentRoot ? is there an index.html file in that directory? Devireddy, Nagendra Reddy (STSD) wrote: Hi, I am new to this and have few doubts about Apache. When I open my home page, It

Re: [EMAIL PROTECTED] Processor usage

2006-05-16 Thread Emmanuel E
it really depends on how much traffic you have and what kind of scripts you have enabled. i run apache as a proxy on a single cpu machine and it hardly takes any cpu. Mario Henley Becerril Geldis wrote: Hi all, I have a box with Winbugs 2003(win 2003) and apache http server that have 4 proc

Re: [EMAIL PROTECTED] Accents problem with Apache 2 under windows

2006-05-16 Thread Emmanuel E
try using livehttpheaders on firefox and see if you can trace the actual error... http://livehttpheaders.mozdev.org/ Francisco Ruiz Ibañez wrote: Sorry, Source url was wrong. It was http://localhost/sól.gif   Regards -Mensaje original- De: Emmanuel E [mailto:[EMAIL

Re: [EMAIL PROTECTED] Proxying active ftp

2006-05-11 Thread Emmanuel E
o ftp servers elsewhere. In other words, I need to forward all ftp requests. So, now I'm wondering why the proxy_ftp module is having trouble with this. Shouldn't it proxy active ftp? -Original Message- From: Emmanuel E [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 09, 2006 10:

Re: [EMAIL PROTECTED] Accents problem with Apache 2 under windows

2006-05-10 Thread Emmanuel E
It converts to .gif??? Does  http://localhost/s%F3l.htm work? Francisco Ruiz Ibañez wrote: Hi All, Recently, I have upgraded from apache_1.3.33 to apache_2.0.54, under windows plattform. The problem occurs accesing urls with accents from mozilla browser. Mozilla converts url http://local

Re: [EMAIL PROTECTED] Proxying active ftp

2006-05-09 Thread Emmanuel E
yes ftp cannot be proxied easily. once a control connection is established (that is on port 21), information is exchanged as to which ports will be used to transfer the data. the mod_proxy/mod_proxy_ftp modules respond in http format to ftp requests. that is they process the ftp request interna

Re: [EMAIL PROTECTED] apache help

2006-04-19 Thread Emmanuel E
you will have to edit the ssl.conf file - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, April 19, 2006 11:43 PM Subject: [EMAIL PROTECTED] apache help Hi Gurus I am a newbie to apache and would like to ask for your help I have apache 1.3.33 installed and would l

Re: [EMAIL PROTECTED] apache help

2006-04-19 Thread Emmanuel E
check out http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslciphersuite - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, April 19, 2006 11:43 PM Subject: [EMAIL PROTECTED] apache help Hi Gurus I am a newbie to apache and would like to ask for your help I have

[EMAIL PROTECTED] Is there a way to make a web dav enabled folder on apache read only?

2006-04-17 Thread Emmanuel E
thanks emmanuel

Re: [EMAIL PROTECTED] Apache SSL port question

2006-04-13 Thread Emmanuel E
and most http/s proxies would block outbound ssl connections to ports other than 443. so if you ran your public secure webserver on a port other than 443 most people wouldnt be able to access it, unless u do the port forwarding mapping suggested by Kishore, which is the same thing anyway.

Re: [EMAIL PROTECTED] Help from a Beginner

2006-04-11 Thread Emmanuel E
pick up any apache +ssl precompiled binary. i prefer this one http://www.apache.org/dyn/closer.cgi/perl/win32-bin/ but for some reason its been moved to the archives at http://archive.apache.org/dist/perl/win32-bin/ it contains apache 2.0.54 + mod perl + ssl. the other binary is at http://hunte

Re: [EMAIL PROTECTED] ftp proxying

2006-04-05 Thread Emmanuel E
i think its just a plain cern proxy. it probably does ftp transactions but generates http responses. i dont know about mod_ftp (is it available?). but i dont think mod_proxy_ftp will do ftp reverse proxying. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, April 05

Re: [EMAIL PROTECTED] Reverse DNS lookup issue - No access from WAN, but LAN works fine

2006-04-02 Thread Emmanuel E
the machine, and never gets ack'ed at TCP level. - Original Message ----- From: "Emmanuel E" <[EMAIL PROTECTED]> To: Sent: Sunday, April 02, 2006 8:00 PM Subject: Re: [EMAIL PROTECTED] Reverse DNS lookup issue - No access from WAN, but LAN works fine what do

Re: [EMAIL PROTECTED] Reverse DNS lookup issue - No access from WAN, but LAN works fine

2006-04-02 Thread Emmanuel E
I do. Actually I noticed that my dummy web server works, but the reverse DNS query happens in that case too. But the external connection gets the proper TCP ack (right before the reverse DNS query). It never gets it from Apache. The SYN remains unanswered. - Original Message - From: &quo

Re: [EMAIL PROTECTED] Reverse DNS lookup issue - No access from WAN, but LAN works fine

2006-04-02 Thread Emmanuel E
Do you have a "Listen 80" directive somewhere in the conf file? - Original Message - From: "Vincent Lextrait" <[EMAIL PROTECTED]> To: Sent: Sunday, April 02, 2006 7:13 PM Subject: [EMAIL PROTECTED] Reverse DNS lookup issue - No access from WAN, but LAN works fine Hi all, I am runni

Re: [EMAIL PROTECTED] Can apache and ssh share port 80?

2006-04-02 Thread Emmanuel E
 well if they have a firewall that inspects traffic, tunneling ssh through port 443 wont be met with much joy... - Original Message - From: Victor Trac To: users@httpd.apache.org Sent: Sunday, April 02, 2006 8:49 PM Subject: Re: [EMAIL PROTECTED] Can apache and

Re: [EMAIL PROTECTED] Can apache and ssh share port 80?

2006-03-31 Thread Emmanuel E
I have a feeling that you should run ssh on port 443 even if you get a different IP address, unless its a 'differently' configured firewall... - Original Message - From: "Scott Gifford" <[EMAIL PROTECTED]> To: Sent: Saturday, April 01, 2006 10:32 AM Subject: Re: [EMAIL PROTECTED] Can ap

Re: [EMAIL PROTECTED] Can apache and ssh share port 80?

2006-03-31 Thread Emmanuel E
try running ssh on port 443 and use putty to log in. or u could run apache+ssl+mod_proxy on port 443 and define an AllowCONNECT to port 22. u will need to patch mod_proxy for this to work (and some other stuff too!). - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday,

Re: [EMAIL PROTECTED] issues with apache for windows

2006-03-26 Thread Emmanuel E
what does the event log in windows say? Start->Control Panel->Administrative tools->Event Viewer->Application See if there are any messages from Apache Service. - Original Message - From: Dave Mehringer To: users@httpd.apache.org Sent: Sunday, March 26, 2006 9:39 PM

Re: [EMAIL PROTECTED] Questons on Server

2006-03-26 Thread Emmanuel E
1) check out http://httpd.apache.org/docs/2.0/howto/auth.html 2) it is automatically logged in the access.log file. check that out.   - Original Message - From: David To: 'HTTP Server User Mailing List' Sent: Sunday, March 26, 2006 11:14 PM Subject: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Secure SSL Site: What am I doing wrong?

2006-03-25 Thread Emmanuel E
See if removing the password from the SSLCertificateKeyFile helps. openssl rsa -in server.pem -out server.key - Original Message - From: "Evan Platt" <[EMAIL PROTECTED]> To: Sent: Sunday, March 26, 2006 5:53 AM Subject: [EMAIL PROTECTED] Secure SSL Site: What am I doing wrong? Runnin

Re: [EMAIL PROTECTED] Installation problems of Apache2

2006-02-28 Thread Emmanuel E
Some other program might be using port 80. Possible software could be IIS or Skype. You could also find out if any program is using port 80 with this utility - http://www.sysinternals.com/Utilities/TcpView.html Check for sockets in the LISTENING state and bound to port 80. - Original M

Re: [EMAIL PROTECTED] Open Proxy

2006-02-06 Thread Emmanuel E
which version of apache are you using? The proxy config typically looks like this:   = ProxyRequests OnAllowCONNECT 443 563 ... #Your allow deny directives should go here.     I am not sure whether is the way to go.   Cheers, Emmanuel - Original Message

Re: [EMAIL PROTECTED] Precompiled Mod_SSL binaries for Win32 and Apache 1.3

2006-01-31 Thread Emmanuel E
 http://hunter.campbus.com/ - Original Message - From: Jason J. Czerak To: users@httpd.apache.org Sent: Tuesday, January 31, 2006 11:15 PM Subject: [EMAIL PROTECTED] Precompiled Mod_SSL binaries for Win32 and Apache 1.3 Anyone have a link to such a binary? I can'

Re: [EMAIL PROTECTED] Free to wrong pool

2006-01-30 Thread Emmanuel E
 its actually a problem with threading on perl on win32. you might try disabling freeing up threads by removing all thread->join() and thread->detach references in the perl code. this will eat up memory though. else you could try rewriting the code using processes instead of threads by using

Re: [EMAIL PROTECTED] error 10048 during Apache 2 installation with SSL

2006-01-14 Thread Emmanuel E
whoops sorry about the mcafee thing... i guess i didnt see your error message properly. this looks like same problem again. why dont you download tcpview and check out which applications are using which sockets. its available at http://www.sysinternals.com/Utilities/TcpView.html   and btw to

Re: [EMAIL PROTECTED] error 10048 during Apache 2 installation

2006-01-14 Thread Emmanuel E
Hi, I've found that these errors occur if you have McAfee antivirus installed. After a lot of debugging I found that McAfee replaces the tcp/ip stack on windows. There is no option to disable this while installing mcafee or even later on. A lot of open source programs fail to run when mcafee

Re: [EMAIL PROTECTED] Apache Administrator qualification

2006-01-13 Thread Emmanuel E
We could start one. What do you say? - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, January 14, 2006 12:04 AM Subject: [EMAIL PROTECTED] Apache Administrator qualification Hi all. Quote from the Apache homepage: "Apache has been the most popular web server on

Re: [EMAIL PROTECTED] Apache/Bind relationship

2006-01-11 Thread Emmanuel E
I guess you need to be more specific. Firstly I dont think Bind and Apache are related in any way.   Secondly do you mean domains dont resolve to the server or domains dont resolve on the server? If domains dont resolve to the server then its a bind problem. If the domains do not resolve on

[EMAIL PROTECTED] Fw: Automatic message from SafestMail (c2FmZXN0bWFpbF9yZXBseQ==-Mjc4MDI0MjM3)

2006-01-11 Thread Emmanuel E
Title: SafestMail's Register Request Has anyone been receiving messages like these especially after sending an email to the httpd users group? I thought it was random spam but now the correlation with me sending message to this group and immediately receiving this is too high, that now I thin

Re: [EMAIL PROTECTED] Disabling PUT DELETE and TRACE on Apache?

2006-01-11 Thread Emmanuel E
verride none Order deny,allow Deny from all Order deny,allow Deny from all Keith Roberts On Wed, 11 Jan 2006, Joost de Heer wrote: To: Emmanuel E <[EMAIL PROTECTED]> From: Joost de Heer <[EMAIL PROTECTED]> Subject: [EMAIL PROTECTED] Re: Disabling PUT DELETE and TRACE on A

Re: [EMAIL PROTECTED] Re: Disabling PUT DELETE and TRACE on Apache?

2006-01-11 Thread Emmanuel E
Hmm. This seems interesting. Need to read up a lot I guess. Will get back to this group if I use it and it works. - Original Message - From: "Joost de Heer" <[EMAIL PROTECTED]> To: "Emmanuel E" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January

[EMAIL PROTECTED] Disabling PUT DELETE and TRACE on Apache?

2006-01-10 Thread Emmanuel E
Hi, Is there any way to disable PUT DELETE and TRACE methods on Apache? User authentication is one way but then it still allows authenticated users to use those methods. On Windows since Apache runs as system it does have full access permissions to all files. From what I've been able to glean on

Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives

2006-01-07 Thread Emmanuel E
Whoa! Thanks it works. - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Sunday, January 08, 2006 1:01 AM Subject: Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives On 1/7/06, Emmanuel E <[EMAI

Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives

2006-01-07 Thread Emmanuel E
quot; <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 11:56 PM Subject: Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives On 1/7/06, Emmanuel E <[EMAIL PROTECTED]> wrote: Options FollowSymLinks AllowOverride None The

[EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives

2006-01-07 Thread Emmanuel E
Hi, I have not been able to understand how the different Access Control directives are merged. The access control methods specified in the .htaccess files are not being followed. I am on Apache (SSL enabled) version 2.0.54 on WinXP. The problem I am having is as follows: My Configuration file

Re: [EMAIL PROTECTED] apache2: spurious [black diamond] question marks in iso-8859-1 HTML files

2005-11-21 Thread Emmanuel E
I also face the same problem somtimes with the site gmx.net, when I use apache as a proxy. I have two identical installs of apache setup as proxy on two different machines. I used to get the black diamonds on either proxy. Then after a while the black diamond marks disappeared on one proxy but t

Re: [EMAIL PROTECTED] No services Installed

2005-11-13 Thread Emmanuel E
I think you havent selected the install as service option while running the installer. You could do two things to rectify it. 1) Back up your configuration files. These will be found in the directory named "conf" wherever youve installed Apache. Uninstall apache from the control panel. Run th

Re: [EMAIL PROTECTED] No services Installed

2005-11-12 Thread Emmanuel E
Can you be more specific? Like what exactly do you do when you try to bring Apache up? You can install apache as a service by typing "apache -k install" at the command prompt. Did you use the installer to install? Check out http://httpd.apache.org/docs/2.0/platform/windows.html Cheers, Emma

Re: [EMAIL PROTECTED] Proxy on port 80 and 443

2005-11-04 Thread Emmanuel E
I think we need to get some things clear.   You want your apache to run as a forward proxy server for both port 80 and 443. By this i am assuming that you want your browser to reach both port 80 and port 443 on any remote webserver via your proxy server.   To do this you need to run apache a

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Emmanuel E
On Windows Apache is case-insensitive to filenames. It is case-sensitive to Aliases though. However it logs the actual case-sensitive request sent by the browser. I just checked it now. If youre on unix I have no clue actually, but I feel it should work if you type TestPage.txt in the browser inst

Re: [EMAIL PROTECTED] Compressing content

2005-10-01 Thread Emmanuel E
I think it works for dynamic content as well. I have set it to compress proxied content and it works fine. (Apache 2 on WinXP) Warm regards, Emmanuel - Original Message - From: "Octavian Rasnita" <[EMAIL PROTECTED]> To: Sent: Saturday, October 01, 2005 7:59 PM Subject: [EMAIL PROTE

[EMAIL PROTECTED] Apache Proxy on SSL enabled server CONNECT hangs

2005-06-08 Thread Emmanuel E
Hi, I have the following setup of Apache on Win 32. Apache running only on port 443 with SSL enabled and proxying enabled. I am using the precompiled binaries available at http://www.apache.org/dyn/closer.cgi/perl/win32-bin/ The normal usage is like this: web client <-https connection to prox