Re: [users@httpd] Smarter rewrite rule

2011-09-22 Thread Jorge Schrauwen
Alternatively you can also use mod_macro (http://www.cri.ensmp.fr/~coelho/mod_macro/) Personally I'm quite fond of this little module! Macro AppProxy $path $backend ProxyPass $path/ $backend ProxyPassReverse $path/ $backend RewriteRule ^$path$ /$path/ [R] /Macro AppProxy /pippo

Re: [users@httpd] Apache Gui - opinions please

2011-09-15 Thread Jorge Schrauwen
Hi Joshua, It's been since the 2.0 days I had a peak at Apache GUI... I personally did not like it at all. I found it quicker to just open the config file in notepad++ In the end I ended up writing my own tools like http://code.google.com/p/vhm-mysql/ (outdate and honestly not good) I replaced

Re: [users@httpd] subdomain

2011-07-28 Thread Jorge Schrauwen
received this email in error please contact the sender and delete the material from any computer. -Original Message- From: Jorge Schrauwen [mailto:jorge.schrau...@gmail.com] Sent: Tuesday, July 26, 2011 1:08 PM To: users@httpd.apache.org Subject: Re: [users@httpd] subdomain I

Re: [users@httpd] subdomain

2011-07-26 Thread Jorge Schrauwen
I usually make a vhost for the hostname associated with the mx record, The vhost serves no content, just does a Deny All. This is probably the simplest solution. ~Jorge On Tue, Jul 26, 2011 at 10:24 AM, Amira Othman a.oth...@cairosource.com wrote: Hi all I am using apache

Re: [users@httpd] Re: Apache Web Server for Windows 64 bit OS

2011-02-14 Thread Jorge Schrauwen
These are bit outdate though: http://www.blackdot.be/?inc=apache/knowledge/tutorials/convert http://www.blackdot.be/?inc=apache/knowledge/tutorials/x64 ~Jorge On Mon, Feb 14, 2011 at 5:33 PM, Priya George priya.geo...@infor.com wrote: Thanks everyone for the response ! Our team has decided

Re: [users@httpd] PHP to control Apache

2011-02-08 Thread Jorge Schrauwen
On Tue, Feb 8, 2011 at 3:01 PM, Matus UHLAR - fantomas uh...@fantomas.sk wrote: On 06.02.11 23:05, Lars Nielsen wrote: I am writing a PHP application to control primarily my VirtualHost configurations in Apache(2.2.9). Can you guide my to any good knowlegde of  1. how to structure the

Re: [us...@httpd] Multi-level virtualhost inherit

2010-12-05 Thread Jorge Schrauwen
You may want to look at mod_macro, or mod_perl if you want really complex setups. ~Jorge On Sun, Dec 5, 2010 at 12:28 PM, Nicolas Froidure froidure_nico...@yahoo.fr wrote:             Hello!     Are there a way to make mutlti-level virtualhosts ?     I've many virtualhosts on my

Re: [us...@httpd] port 80 or port 8080

2010-11-14 Thread Jorge Schrauwen
You can tell skype to use another port. (Somewhre onder settings, alteast on linux and mac) Then you can install httpd on port 80. You can use other ports like 8080 but if you do this you will need to include them in the URL. ~Jorge On Sat, Nov 13, 2010 at 5:02 PM, Cheer Jiao

Re: [us...@httpd] Why do apache-devs not provide the x64 version of httpd binary?

2010-11-07 Thread Jorge Schrauwen
IIRC it mostly has to do with the standardization on Visual C++ 6 for building the windows build. Always using the same compiler will ensure for better binary compatibility of 3rd party modules. The switch to Visual C++ 2005/8/10 would result in breaking this standard. Also the benefit of

Re: [us...@httpd] Does Apache 2.2.14 run on WIN2008 OS's

2010-09-30 Thread Jorge Schrauwen
Do note that the binaries available on the ASF website are 32-bit, so they will always run as 32-bit even on a 64-bit OS. ~Jorge On Thu, Sep 30, 2010 at 2:28 PM, Mark Watts m.wa...@eris.qinetiq.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/30/2010 01:03 PM, Patrick

Re: [us...@httpd] Setting Up Virtual Host Help Needed on WinXP

2010-06-03 Thread Jorge Schrauwen
Hi, If you add a new virtualhost and give it a hostname (in your case myapps) you're computer must be able to resolve the name to an IP. Most browser will append .com and prepend www. if they can't find one. So you're assumption of needing to add and entry to your hosts file is correct. Kind

Re: [us...@httpd] Matching an empty hostname with virtual hosting

2010-06-02 Thread Jorge Schrauwen
If the host-header is missing, httpd will use the first vhost that is defined. So if you need to catch request with no host-header, configure the vhost that does so as the first one. running httpd -S will also show you the current default vhost. ~Jorge On Wed, Jun 2, 2010 at 10:28 PM, Ruslan

Re: [us...@httpd] Stealthing a vhost

2010-05-27 Thread Jorge Schrauwen
The sane sultion would be to setup a default host (first vhost == default) and just deny all access to it. You'll still get hit but all requests without a hostname get denied. ~Jorge On Thu, May 27, 2010 at 1:10 PM, Peter Horn peter.h...@bigpond.com wrote: J Greenlees wrote: personally, I

Re: [us...@httpd] Re: Virtual Directory tree for ftp access

2010-05-22 Thread Jorge Schrauwen
21, 2010 at 4:50 PM, Jorge Schrauwen jorge.schrau...@gmail.com wrote: Have you tried creating an empty directory called movies? All I can think of. Jorge On Fri, May 21, 2010 at 5:29 PM, bma srcds bma.sr...@googlemail.comwrote: Hi. I have not heard anything on this yet, anyone ot any

Re: [us...@httpd] Re: Virtual Directory tree for ftp access

2010-05-21 Thread Jorge Schrauwen
Have you tried creating an empty directory called movies? All I can think of. Jorge On Fri, May 21, 2010 at 5:29 PM, bma srcds bma.sr...@googlemail.com wrote: Hi. I have not heard anything on this yet, anyone ot any ideas? Would rewrite offer a solution? Thanks On Fri, Apr 30, 2010 at

Re: [us...@httpd] Bandwith Control Module

2010-05-20 Thread Jorge Schrauwen
There are a few: - mod_bw - mod_cband - mod_limitipconn (probably not what you want) Kind regards ~Jorge On Thu, May 20, 2010 at 11:47 AM, Antonio Vidal Ferrer antonio.vi...@globalia-sistemas.com wrote: Hi, Do you knof if there's any bandwith control module for apache (solaris) or a

Re: [us...@httpd] compiling a portable Apache build for Linux

2010-05-04 Thread Jorge Schrauwen
Have you trying writing a small wrapper scrip that passes the conf directory using the -d flag? Kind regards ~Jorge On Mon, May 3, 2010 at 8:21 PM, Voellinger, Sandy sandy.voellin...@neustar.biz wrote: Good Afternoon - Apache Version: httpd-2.2.15 Linux Version: Red Hat Enterprise

Re: [us...@httpd] Apache vs LiteSpeed

2010-01-13 Thread Jorge Schrauwen
Sounds interesting, You may also want to test things like requesting protected resources (basic, digest)... Maybe some other things like WebDAV (of all servers support it),... ~Jorge On Wed, Jan 13, 2010 at 8:08 AM, Jarrod Slick jar...@e-sensibility.comwrote: On Jan 13, 2010, at 12:47 AM,

Re: [us...@httpd] Win 64 installation package

2010-01-09 Thread Jorge Schrauwen
If you can't build them your self, I offer a simple zip of the binaries on my website. http://www.blackdot.be/?inc=apache/binaries I can't guarantee that they'll always be the latest version. Nor that they are of the same quality of the ASF's binaries. I try to release the shortly after the

Re: [us...@httpd] Apache on IA64

2010-01-09 Thread Jorge Schrauwen
I have not targetted IA64, but I've done a quite a lot of binaries for EMT64/AMD64. They mostly compile fine except a few kinks here and there in PSDK and such, but It should be possible. I'm not aware of any problems related to code that stops working, but I hardly use(d) every thing of apache.

[us...@httpd] Re: A single IP address and Domain name serving many servers

2009-08-12 Thread Jorge Schrauwen
IP where apache does namevirtualhosting site2.example.org --- ... Also support questions should go to users@httpd.apache.org and not dev@, this mailing list is for development related discussion. Jorge Schrauwen On Wed, Aug 12, 2009 at 6:01 PM, Branquimalebr...@hotmail.com wrote: I want

Re: [us...@httpd] warning message : what shall I do ?

2009-08-11 Thread Jorge Schrauwen
removing the line NameVirtualHost *:80 should fix it. ~Jorge On Tue, Aug 11, 2009 at 10:32 AM, Etienne Loutreletie...@gnulinux.fr wrote: hello my apache server keeps sending me warning messages when I reload it on my ubuntu server and I do not know how to fix that : [Tue Aug 11 10:23:30

Re: [us...@httpd] How to Release Apache?

2009-08-10 Thread Jorge Schrauwen
You can checkout the windows install source files from subversion and start working from there. Other than that, I don't have any advice, but make sure to clearly state this isn't released by the ASF but by a 3rd party It's probably a good idea to read Licensing of Distributions section of

Re: [us...@httpd] How to Release Apache?

2009-08-10 Thread Jorge Schrauwen
By subversion I mean... the httpd project has a subversion repository that holds the source code. somewhere in that repository is the files that are used to build the official msi's that are released by the ASF. I looked up the URL for you so if you have the subversion cli tools installed you

Re: [us...@httpd] Help in understand apache filter

2009-08-10 Thread Jorge Schrauwen
Hi There is some information and an example on http://www.apachetutor.org/, I can''t be of more help, still going to the apache modules book but vacation job and a small side trip to brush up my C got in the way. But I think you will have better luck asking development related questions on

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Jorge Schrauwen
This wiki article can be adapted to include other things than images as wel. http://wiki.apache.org/httpd/DisableImageHotLinking ~Jorge On Sun, Aug 9, 2009 at 5:01 PM, Nina P. Gregorevgri...@amnh.org wrote: Hello, How can I restrict access to files when accessed via the url link? I have

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Jorge Schrauwen
Well that is called hotlinking :) if the uri is accessed and does not come from or the own domain it's blocked, you can tweak it to include other file types than images and disallow empty referrals as well. ~Jorge On Sun, Aug 9, 2009 at 7:38 PM, Evan Platte...@espphotography.com wrote: At

Re: [us...@httpd] HTTP-MPLEX

2009-08-03 Thread Jorge Schrauwen
Robert, I think this be better received on d...@httpd.apache.org. That is the development mailing list. This (users@httpd.apache.org) is mostly a support mailing list for the end users. Kind regards ~Jorge On Mon, Aug 3, 2009 at 9:29 AM, Robert Mattson r.matt...@latrobe.edu.au wrote: Dear

Re: [us...@httpd] Forcing URL Rewrite before Proxy pass

2009-08-01 Thread Jorge Schrauwen
If you want to go SSL here is an easier way to check for SSL RewriteEngine On RewriteCond %{HTTPS} !=on [NC] RewriteRule ^/secure(.*) https://%{SERVER_NAME}/secure$1 [R,L] You way also want to look at the P flag to proxy the request.

Re: [us...@httpd] Re: WELCOME to users@httpd.apache.org

2009-07-30 Thread Jorge Schrauwen
On Thu, Jul 30, 2009 at 1:09 PM, André Warnier a...@ice-sa.com wrote: Sudheer Puppala wrote: Hi I am java/flex programmer since 1yrs. I have a requirement of write a handler at apache http server side using perl. ... Hi. The good news is that it sounds perfectly feasible. The bad