AW: [EMAIL PROTECTED] mod_proxy limit session

2008-04-18 Thread christian.folini
Hi Arsène, Have a look into mod_qos. It gives you very detailed control over the sessions. http://mod-qos.sourceforge.net/ I am not sure you can do the same thing with mod_proxy. Christian -Ursprüngliche Nachricht- Von: Arsène Gschwind [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag,

[EMAIL PROTECTED] executing scripts under apache server

2008-04-18 Thread syed mehdi
Hi Guys, After installing apache2, python lib for apache2 (libapache2), and doing some changes in default file in /etc/apache2/sites-available i was able to execute python scripts in /var/www/ directory from client side using url http://machine-ip/var/www/abc.py. but i want to place all of my

[EMAIL PROTECTED] caught SIGTERM, shutting down

2008-04-18 Thread Feraudet Cyril
Hello all, I have a little problem whith apache 2.0.61. Regulary (twice by days), I can found this kind of message in my error_log : [info] removed PID file /appwebinet/logiciels/list/apache/var/httpd.pid (pid=6862) [notice] caught SIGTERM, shutting down Apache seems restart, for an

[EMAIL PROTECTED] Creating an rpm with customized build

2008-04-18 Thread Timothy Legge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I normally create a customized build it Apache with the following minimal options: ./configure --with-mpm=worker --with-ssl --enable-module=so - - --enable-status=shared --enable-unique-id --enable-ssl - - --prefix=/usr/local/apache2 I would now

Re: [EMAIL PROTECTED] caught SIGTERM, shutting down

2008-04-18 Thread Joshua Slive
On Fri, Apr 18, 2008 at 5:50 AM, Feraudet Cyril [EMAIL PROTECTED] wrote: Hello all, I have a little problem whith apache 2.0.61. Regulary (twice by days), I can found this kind of message in my error_log : [info] removed PID file /appwebinet/logiciels/list/apache/var/httpd.pid (pid=6862)

Re: [EMAIL PROTECTED] executing scripts under apache server

2008-04-18 Thread Joshua Slive
On Fri, Apr 18, 2008 at 4:57 AM, syed mehdi [EMAIL PROTECTED] wrote: Hi Guys, After installing apache2, python lib for apache2 (libapache2), and doing some changes in default file in /etc/apache2/sites-available i was able to execute python scripts in /var/www/ directory from client side

[EMAIL PROTECTED] How do I create virtual directories?

2008-04-18 Thread RKVS Raman
Hello, I have a webserver running apache with a public IP. I have an internal server which runs certain services. Can I create a virtual directory on public server which actually redirects the request to the internal server which serves that request and sends it to the external server which

Re: [EMAIL PROTECTED] How do I create virtual directories?

2008-04-18 Thread Joshua Slive
On Fri, Apr 18, 2008 at 11:01 AM, RKVS Raman [EMAIL PROTECTED] wrote: Hello, I have a webserver running apache with a public IP. I have an internal server which runs certain services. Can I create a virtual directory on public server which actually redirects the request to the internal

Re: [EMAIL PROTECTED] How do I create virtual directories?

2008-04-18 Thread Dragon
RKVS Raman wrote: Hello, I have a webserver running apache with a public IP. I have an internal server which runs certain services. Can I create a virtual directory on public server which actually redirects the request to the internal server which serves that request and sends it to the

Re: [EMAIL PROTECTED] How do I create virtual directories?

2008-04-18 Thread RKVS Raman
To Joshua Dragon, Exactly the stuff I wanted. Thanks a ton. Best Regards -Raman - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To

[EMAIL PROTECTED] Apache SSO using NTLM, LDAP ?

2008-04-18 Thread Tod
This has to be a frequently requested feature. There seems to be so much written and done with it over the years that I wonder if some sort of standard process has emerged. I have an apache2 web server and the need to seamlessly (hence SSO in title) authenticate and pass through IE6 clients.

Re: [EMAIL PROTECTED] HTTP Start [Failed]

2008-04-18 Thread Joshua Slive
On Fri, Apr 18, 2008 at 5:12 AM, Madan KN [EMAIL PROTECTED] wrote: Hi Folks, Am using CentOS 5 + Webmin + Apache HTTP 2.2.x * When installed for the first time everything was working fine. * Tried removing the the Apache HTTP Server and added again using Webmin. * After that it is giving me

[EMAIL PROTECTED] file doesn't exist

2008-04-18 Thread Martin S
Hi, I have a problem with my server in that it doesn't display my site unless I am browsing to it from localhost. Then it display just fine. Whenever i try to reach it from another box, I get a Page can't be found error and in the apache2 error.log I find File doesn't exists /htdocs. I

[EMAIL PROTECTED] Apache, Jboss and Mod_jk connectivity

2008-04-18 Thread Bharat Patel
Hello, I'm trying to get Apache httpd 2.2.3 to Jboss 4 connctivity working using mod_jk and am not having much luck. Httpd is on one machine and jboss is on a second machine. I build mod_jk and installed it on the httpd machine. Added mod_jk.conf, workers.properties and

RE: [EMAIL PROTECTED] mod_expires in Apache 2.0.54

2008-04-18 Thread Karthick P
It works as expected. An other query is that which option would be best to set this expiration, Directory or Location. Thank You, Karthick P Hosting Services Group Mobile: 1-626-644-7562 Office: 1-626-585-3505 x7303 The information contained in this message

Re: [EMAIL PROTECTED] Redirecting http to https using mod_proxy

2008-04-18 Thread Joshua Slive
On Fri, Apr 18, 2008 at 4:03 PM, [EMAIL PROTECTED] wrote: I want to redirect users whenever they type http://webmail.example.com they are redirected to localmail.example.com I answered your question yesterday. Please check the list archives. Joshua.

Re: [EMAIL PROTECTED] mod_expires in Apache 2.0.54

2008-04-18 Thread Joshua Slive
On Fri, Apr 18, 2008 at 6:50 PM, Karthick P [EMAIL PROTECTED] wrote: It works as expected. An other query is that which option would be best to set this expiration, Directory or Location. I think that is explained pretty well here: http://httpd.apache.org/docs/2.2/sections.html#file-and-web

[EMAIL PROTECTED] LoadModule takes two arguments...

2008-04-18 Thread Hüseyin Şentürk
Hi, I have been trying to install MySQL, Apache and PHP on my computer. My resourcebook is PHP MySQL for Dummies. I have installed MySQL and Apache2.2. I downloaded PHP. But I can not joint PHP and Apache2. System shows the same errors: LoadModule takes two arguments, a module name and the name

Re: [EMAIL PROTECTED] LoadModule takes two arguments...

2008-04-18 Thread Dragon
=?ISO-8859-2?Q?H=FCseyin_=AAent=FCrk?= did speak thusly: Hi, I have been trying to install MySQL, Apache and PHP on my computer. My resourcebook is PHP MySQL for Dummies. I have installed MySQL and Apache2.2. I downloaded PHP. But I can not joint PHP and Apache2. System shows the same errors:

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-18 Thread Davide Bianchi
Martin S wrote: /var/www/apache2-default, still it tries to find /htdocs for the outside boxen. Your configuration is certainly broken. How do you get it from the localhost and how do you get it from 'outside' boxen? Maybe you have vhost without knowing. Davide -- This is an air

Re: [EMAIL PROTECTED] file doesn't exist

2008-04-18 Thread Martin S
Davide Bianchi skrev: Martin S wrote: /var/www/apache2-default, still it tries to find /htdocs for the outside boxen. Your configuration is certainly broken. How do you get it from the localhost and how do you get it from 'outside' boxen? Maybe you have vhost without knowing. It's most