Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Octavian Râsnita
Hi Andrei, From: Andrei Paul Nistor paul.nis...@gmail.com Hello all. Question: Is it any way possible to access through the httpd server resources like objects or remote procedures that run on the server in binary form and dont get disposed after each call of the resources? I read lately

Re: [us...@httpd] How to Redirect to https after login?

2009-10-29 Thread Octavian Râsnita
From: Eric Covener cove...@gmail.com When I use a rewrite rule as shown below, RewriteRule ^/login(.*) https://%{SERVER_NAME}/login$1 [R,L] the parameters get lost, because the request is translated to a GET request. What do I need to do, to fix this problem? Use the QSA flag, so the query

Re: [us...@httpd] How to Redirect to https after login?

2009-10-29 Thread Octavian Râsnita
From: Krist van Besien krist.vanbes...@gmail.com On Thu, Oct 29, 2009 at 11:46 AM, ericdraven e...@schwagerus.de wrote: Hello, I need some expert help on the following configuration task: I have a startpage with a standard login form. After a user logs in, he should be redirected to use

Re: [us...@httpd] How to prevent a site to be grabbed ?

2009-03-26 Thread Octavian Râsnita
Ok, and what happends if not a browser requests that mp3 file, but a custom made program that download all the files? Octavian - Original Message - From: Jonathan Zuckerman j.zucker...@gmail.com To: users@httpd.apache.org Sent: Thursday, March 26, 2009 8:06 PM Subject: Re:

Re: [us...@httpd] Re: GUI for configuring Apache httpd by editing httpd.conf

2009-02-16 Thread Octavian Râsnita
I think that we should not discourage anyone that wants to create such a tool. It can be used by beginners that learn how to configure the server with a GUI, then find how the httpd.conf is created, but this only if that tool can do absolutely everything a text editor can do. If that tool

Re: [us...@httpd] Re: GUI for configuring Apache httpd by editing httpd.conf

2009-02-15 Thread Octavian Râsnita
From: Mohammed obaidan blue4...@gmail.com I think when a Windows user want a simple web server will go for IIS because it has a GUI. This will affect Apache usage share, though not that much but at least will have an impact. I use Apache under Windows, because I create the programs under

Re: [us...@httpd] Re: GUI for configuring Apache httpd by editinghttpd.conf

2009-02-14 Thread Octavian Râsnita
I think that it doesn't matter if a module is a part of Apache or it is a third party one. If someone uses some modules in httpd.conf, that tool will need to be able to understand them, because otherwise that tool would be useless. And I guess most of the Apache admins use some kind of external