Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-12-03 Thread Paul Simon
Just for the record... With guidance from the list, I got mod_dbd and mod_authn_dbd working. I installed Oracle Client 11g (win32_11gR1_client.zip) and Apache 2.2.10. I had to take a few guesses at what DBDParams was supposed to be. I ended up with "user=test pass=test server=db9i". I then follo

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-19 Thread William A. Rowe, Jr.
Paul Simon wrote: >> Possibly foolish question, but did you read the README? There are > >> additional steps to obtain/install the actual InstantClient 11.1 drivers >> and ensure that driver DLL can be found in the PATH. >> >> Bill > > I have a possibly more foolish question - what README are yo

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-19 Thread Paul Simon
> Possibly foolish question, but did you read the README? There are > additional steps to obtain/install the actual InstantClient 11.1 drivers > and ensure that driver DLL can be found in the PATH. > > Bill I have a possibly more foolish question - what README are you refering to? There is a wo

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread William A. Rowe, Jr.
Paul Simon wrote: >> That's very helpful information. I have Apache 2.2.9/APR 1.3 available on >> another box. I tried the config and now >> I'm getting a different error message: >> >> [Tue Nov 18 14:42:18 2008] [error] (20014)Internal error: DBD: Can't connect >> to >> oracle >> [Tue Nov 18 14

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
> > > > To answer your question directly, if your apr-util is built > > to load drivers dynamically, then yes, it should be > > apr_dbd_oracle.so (or .dll). But I don't know what the > > situation is on windows. Have you tried building it > > yourself (either the driver, or the whole of apr-uti

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
> Paul Simon wrote: > > Hi, I have Apache 2.2.6 running on windows. Is it possible to get > mod_authn_dbd working with oracle right out of the box? I've added the > following > configuration (along with the appropriate auth modules): > > > > LoadModule authn_dbd_module modules/mod_authn_dbd.so

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread William A. Rowe, Jr.
Paul Simon wrote: > Hi, I have Apache 2.2.6 running on windows. Is it possible to get > mod_authn_dbd working with oracle right out of the box? I've added the > following configuration (along with the appropriate auth modules): > > I'm suspecting that I need the oracle driver. Is it something li

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Nick Kew
Paul Simon wrote: Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd working with oracle right out of the box? I've added the following configuration (along with the appropriate auth modules): LoadModule authn_dbd_module modules/mod_authn_dbd.so LoadModule dbd_modu

[EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd working with oracle right out of the box? I've added the following configuration (along with the appropriate auth modules): LoadModule authn_dbd_module modules/mod_authn_dbd.so LoadModule dbd_module modules/mod_dbd.s

[EMAIL PROTECTED] help with mod_cache

2008-10-27 Thread Alexandru David Constantinescu
I recently configure apache 2.2.3-11 64 (rpm) on Centos5 64 as reverse proxy with disk cache. For start I have 11 sites on this proxy. Everything works just fine about 2 days. In this time the size of cache folder go wild (4.4 Gb) with htcacheclean daemon up and runing #htcacheclean -d30

[EMAIL PROTECTED] help getting an alias to work

2008-10-14 Thread George Nychis
Hi all, I have a trac environment setup as my root location: https://moo.cmcl.cs.cmu.edu/ This is done on line 247: http://pastebin.com/f74255c0a However, I want https://moo.cmcl.cs.cmu.edu/perspectives to NOT map into this environment, I want it to map locally to: /var/www/perspectives So,

Re: [EMAIL PROTECTED] Help on Apache pause

2008-09-16 Thread Eric Covener
On Tue, Sep 16, 2008 at 10:14 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > Is there anyway to check Apache closing the sockets properly? > I am getting lots of CLOSE_WAIT ,SYNC_RCV and TIME_WAIT state when I do a > netstat -a, and result it is Apache pauses.It waits for sometime and aga

[EMAIL PROTECTED] Help on Apache pause

2008-09-16 Thread Arnab Ganguly
Hi All, Is there anyway to check Apache closing the sockets properly? I am getting lots of CLOSE_WAIT ,SYNC_RCV and TIME_WAIT state when I do a netstat -a, and result it is Apache pauses.It waits for sometime and again it comeback for processing.I did tried changing some of the TCP stack param tcp_

[EMAIL PROTECTED] help with a reverse proxy configuration

2008-08-22 Thread juan romero
hi users First I want to apologize if my questions are so stupid, I'm new with Apache. I'm  configuring a reverse proxy, I took the basic configuration from http://www.apachetutor.org/admin/reverseproxies. Below my actual httpd.conf file *

[EMAIL PROTECTED] Help on Apache handshake

2008-07-30 Thread Arnab Ganguly
Hi All, I am using Apache 2.2.8 with MPM=worker under Red-Hat 3.0. I am having the following issue, under heavy load I observer the access log doesn't grow at all for sometime although the incoming traffic is active. I did a tail on the access but it stopped growing then again after sometime it was

[EMAIL PROTECTED] Help on Syn flood with Apache

2008-07-23 Thread Arnab Ganguly
Hi All, I am using Apache 2.2 with mpm model as worker in RedHat 3.0. When I do a dmesg from the command prompt I get lot of the below message possible SYN flooding on port 84. Sending cookies. possible SYN flooding on port 82. Sending cookies. possible SYN flooding on port 81. Sending cookies. po

Re: [EMAIL PROTECTED] help with apache2 and php3 support // mojo

2008-07-10 Thread Igor Galić
but when i try to open it with firefox, all i obtain is that error message: It is usually quite irelevant what User Agent says, for you as admin, the source of information is the error log: http://wiki.apache.org/httpd/DistrosDefaultLayout shows where main distros place Apache files. ACC

Re: [EMAIL PROTECTED] help with apache2 and php3 support // mojo

2008-07-10 Thread Francois Gingras
Hello, Please read the following article: http://wiki.apache.org/httpd/13PermissionDenied As for your second question, simply change your AddHandler line from AddHandler application/x-httpd-php .php to AddHandler application/x-httpd-php .php .php3 in your configuration. Not that if you were

[EMAIL PROTECTED] help with apache2 and php3 support // mojo

2008-07-09 Thread Reveal MAP
hello! newbie at apache, lamp and generally linux stuff here. I have 2 problem: first one: .i would like to be able to run dialup_admin 2.0.5 on apache2. like indicated at: http://wiki.freeradius.org/Dialup_admin#Installing_.26_System_Configuration i did the following: ln -s /usr/share/dialup_ad

[EMAIL PROTECTED] Help on proxy balancer

2008-06-25 Thread Arnab Ganguly
Hi All, Following configuration I have kept. ProxyPass /balancer-manager ! ProxyPass / balancer://mycluster/ stickysession=BALANCEID nofailover=On ProxyPassReverse / http://10.146.175.236:81/ ProxyPassReverse / http://10.146.161.223:82/ BalancerMember htt

[EMAIL PROTECTED] help needed on log entries, seems to Apache hangs

2008-06-04 Thread Arnab Ganguly
Hi All, I am using Apache 2.2 Worker in Red-Hat 3.0. Following are the behaviors observed in my access logs. 1) Sometime for a particular second there is no entry in the access log although the server was up and it was fed by HTTP request. 2) Time stamp in the access log entry sometimes come in ir

[EMAIL PROTECTED] Help Default index.html

2008-05-01 Thread Minh Cao
Hi, Please help explain this 2 questions. 1/ Server hostname: myhost IP: 192.168.0.2 DocumentRoot is /var/www/html and index.html is default page. The index.html displayed correctly when connect to http://myhost But when connect http://192.168.0.2 the server NOT showing the same index.

[EMAIL PROTECTED] Help cross compiling

2008-04-24 Thread Marta Gros Marín
Can't anyone help me with this?? Hi to all! I have Texas Davinci DM 355 board (it's an arm) with Linux Montavista, in my computer I have Linux Ubuntu, and I'm trying to cross compile Apache in my Davinci Board but I can't. I get this error all the time when I run ./configure: checking for /dev/z

[EMAIL PROTECTED] Help cross compiling

2008-04-24 Thread Marta Gros Marín
Hi to all! I have Texas Davinci DM 355 board (it's an arm) with Linux Montavista, in my computer I have Linux Ubuntu, and I'm trying to cross compile Apache in my Davinci Board but I can't. I get this error all the time when I run ./configure: checking for /dev/zero... configure: error: cannot ch

Re: [EMAIL PROTECTED] Help apache 101

2008-03-29 Thread Joshua Slive
On Sat, Mar 29, 2008 at 12:39 PM, Minh Cao <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am new to the web server please help me with > this 2 questions. > > > 1/ Setup the basic web server myhost.mydomain.com > 2/ Setup the virtual host www.mydomain.com > > > My linux system hostname is:

[EMAIL PROTECTED] Help apache 101

2008-03-29 Thread Minh Cao
Hi, I am new to the web server please help me with this 2 questions. 1/ Setup the basic web server myhost.mydomain.com 2/ Setup the virtual host www.mydomain.com My linux system hostname is: myhost.mydomain.com IP: 1.2.3.4 DNS: www.mydomain.com CNAME myhost.mydomain.com Pl

Re: [EMAIL PROTECTED] Help - Subdomains not working properly

2008-03-02 Thread Krist van Besien
On Sat, Mar 1, 2008 at 3:09 PM, Ravi <[EMAIL PROTECTED]> wrote: > > I am trying to get two subdomains setup. I have copied the settings > below. The problem is that all requests (even for second subdomain) are > being served by first subdomain. e.g. if I type in a URL > http://mydomain.com, the

[EMAIL PROTECTED] Help - Subdomains not working properly

2008-03-01 Thread Ravi
I am trying to get two subdomains setup. I have copied the settings below. The problem is that all requests (even for second subdomain) are being served by first subdomain. e.g. if I type in a URL http://mydomain.com, the file served is from "C:/mydomain/test" and not from "C:/mydomain/www" a

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-18 Thread 赵志桐
Eric Covener 写道: > On Feb 18, 2008 7:40 AM, 赵志桐 <[EMAIL PROTECTED]> wrote: > >> PingBad 写道: >> >> >> StartServers 2 >> MaxClients 150 >> MinSpareThreads5 >> MaxSpareThreads 10 >> ThreadsPerChild 25 >> MaxRequestsPerChild 0 >> >> > > For worker, Min/MaxSpareThr

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-18 Thread 赵志桐
Eric Covener 写道: > On Feb 18, 2008 7:40 AM, 赵志桐 <[EMAIL PROTECTED]> wrote: > >> PingBad 写道: >> >> >> StartServers 2 >> MaxClients 150 >> MinSpareThreads5 >> MaxSpareThreads 10 >> ThreadsPerChild 25 >> MaxRequestsPerChild 0 >> >> > > For worker, Min/MaxSpareThr

Re: [EMAIL PROTECTED] Help setting up a proxy, ServerName redirect causing problems

2008-02-18 Thread Ryan Stille
Eric Covener wrote: On Feb 18, 2008 5:20 PM, Ryan Stille <[EMAIL PROTECTED]> wrote: on a page to the /images directory), the final destination site issues a redirect, using its own ServerName, so then the user's browser tries to go there, which of course it cannot reach. ProxyPassRever

Re: [EMAIL PROTECTED] Help setting up a proxy, ServerName redirect causing problems

2008-02-18 Thread Eric Covener
On Feb 18, 2008 5:20 PM, Ryan Stille <[EMAIL PROTECTED]> wrote: > on a page to the /images directory), the final destination site issues a > redirect, using its own ServerName, so then the user's browser tries to > go there, which of course it cannot reach. ProxyPassReverse -- Eric Covener [EMAI

[EMAIL PROTECTED] Help setting up a proxy, ServerName redirect causing problems

2008-02-18 Thread Ryan Stille
7I need to proxy requests coming into one virtualhost over to another virtual host on the same server. I've done this before but can't get it working with these two virtualhosts. It works as long as I always request the site with the trailing slash. But when I make a request without the trai

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-18 Thread Eric Covener
On Feb 18, 2008 7:40 AM, 赵志桐 <[EMAIL PROTECTED]> wrote: > PingBad 写道: > > > StartServers 2 > MaxClients 150 > MinSpareThreads5 > MaxSpareThreads 10 > ThreadsPerChild 25 > MaxRequestsPerChild 0 > For worker, Min/MaxSpareThreads must be a multiple of ThreadsPerChild.

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-18 Thread 赵志桐
Graeme Fowler 写道: On Mon, 2008-02-18 at 20:40 +0800, 赵志桐 wrote: i adjust httpd.conf following StartServers 2 MaxClients 150 MinSpareThreads5 MaxSpareThreads 10 ThreadsPerChild 25 MaxRequestsPerChild 0 but also has a lot of httpd thread, can you help me ?

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-18 Thread Graeme Fowler
On Mon, 2008-02-18 at 20:40 +0800, 赵志桐 wrote: > i adjust httpd.conf following > > > StartServers 2 > MaxClients 150 > MinSpareThreads5 > MaxSpareThreads 10 > ThreadsPerChild 25 > MaxRequestsPerChild 0 > > > but also has a lot of httpd thread, can you help me ? How

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-18 Thread 赵志桐
PingBad 写道: On Sunday 17 February 2008 20:02, 赵志桐 wrote: hello everybody My web server got a problem long time. It's cannot close finished httpd thread, i used "ps -e" to check server got a lot of httpd thread like following: 20292 ? 00:00:01 httpd 4912 ? 00:00:00 cronolog 4913 ? 00:00:00

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-17 Thread 赵志桐
PingBad 写道: On Sunday 17 February 2008 20:02, 赵志桐 wrote: hello everybody My web server got a problem long time. It's cannot close finished httpd thread, i used "ps -e" to check server got a lot of httpd thread like following: 20292 ? 00:00:01 httpd 4912 ? 00:00:00 cronolog 4913 ? 00:00:00

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-17 Thread PingBad
On Sunday 17 February 2008 20:02, 赵志桐 wrote: > hello everybody > > My web server got a problem long time. > > It's cannot close finished httpd thread, i used "ps -e" to check server > got a lot of httpd thread like following: > > 20292 ? 00:00:01 httpd > 4912 ? 00:00:00 cronolog > 4913 ? 00:00:00 c

[EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-16 Thread 赵志桐
hello everybody My web server got a problem long time. It's cannot close finished httpd thread, i used "ps -e" to check server got a lot of httpd thread like following: 20292 ? 00:00:01 httpd 4912 ? 00:00:00 cronolog 4913 ? 00:00:00 cronolog 4914 ? 00:00:00 cronolog 4915 ? 00:00:00 cronolog 4916

Re: [EMAIL PROTECTED] help in configuring HTTP 2.0.60 webserver

2008-02-15 Thread Joshua Slive
On Thu, Feb 14, 2008 at 4:05 PM, srikanth V <[EMAIL PROTECTED]> wrote: > hi all > > i need u r help in configuring http 2.0.60 server > > > i am cognos consultant i wanna install websever for cognos to run on web .i > wanna create virtual directories , so that i can link tham to my cognos > folder

[EMAIL PROTECTED] help in configuring HTTP 2.0.60 webserver

2008-02-14 Thread srikanth V
hi all i need u r help in configuring http 2.0.60 server i am cognos consultant i wanna install websever for cognos to run on web .i wanna create virtual directories , so that i can link tham to my cognos folder in my local system please reply and help me

Re: [EMAIL PROTECTED] help with redirect base on context

2008-02-12 Thread Joshua Slive
On Feb 12, 2008 3:32 PM, Charles Li <[EMAIL PROTECTED]> wrote: > I would like to redirect base on the context: > > When user access my server with the following: > > http://server/outside > > I would like to redirect them to another site. > I try the following, but did not get it work. > > Rewr

[EMAIL PROTECTED] help with redirect base on context

2008-02-12 Thread Charles Li
I would like to redirect base on the context: When user access my server with the following: http://server/outside I would like to redirect them to another site. I try the following, but did not get it work. RewriteEngine on RewriteCond %{REQUEST_URI} ^/outside$ [NC] RewriteRule ^

RE: [EMAIL PROTECTED] Help with Caching Proxy with Ubuntu and Apach 2.2

2008-01-07 Thread Axel-Stephane SMORGRAV
Envoyé : lundi 7 janvier 2008 14:00 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] Help with Caching Proxy with Ubuntu and Apach 2.2 Hi I have been using Ubuntu at home and also on a test server at work for approx 6 months, I have successfully set up a SAMBA server and recently set myself the

[EMAIL PROTECTED] Help with Caching Proxy with Ubuntu and Apach 2.2

2008-01-07 Thread theseeder
Hi I have been using Ubuntu at home and also on a test server at work for approx 6 months, I have successfully set up a SAMBA server and recently set myself the task of creating a Caching Proxy. I 1st tried using apache 1.3 which i didn't have great success with therefore decided to remove apache

Re: [EMAIL PROTECTED] Help with 301 redirect of wordpress rss feed to new domain

2007-12-28 Thread Eric Covener
On Dec 27, 2007 6:02 PM, Gregg Mendez <[EMAIL PROTECTED]> wrote: > Redirect 301 /?feed=rss2 http://www.discjockeyamerica.com/?feed=podcast > Redirect 301 /arn.html http://www.discjockeyamerica.com/?feed=podcast The 2nd argument is a URL-path, which doesn't include the query string. Try using Rewr

[EMAIL PROTECTED] Help with 301 redirect of wordpress rss feed to new domain

2007-12-27 Thread Gregg Mendez
I've been struggling to create a .htaccess 301 redirect for an rss feed from a wordpress blog that is used for a podcast. Essentially the situation is that I changed the domain name of my podcast and have been unable to get iTunes to update the rss feed to the new rss feed at the new domai

Re: [EMAIL PROTECTED] Help w/ Rewrite

2007-12-17 Thread Vincent Bray
On 16/12/2007, Bryan Richardson <[EMAIL PROTECTED]> wrote: > Thanks. I took a look at the Wiki links you provided, and I think I'll > try using Redirect instead. Any hints as to how I would use Redirect > in this situation? Redirect is a simpler solution but will only work in the main server confi

Re: [EMAIL PROTECTED] Help w/ Rewrite

2007-12-16 Thread Bryan Richardson
Thanks. I took a look at the Wiki links you provided, and I think I'll try using Redirect instead. Any hints as to how I would use Redirect in this situation? Another question: is the RewriteEngine directive site-wide or per directory? Also, if I say RewriteEngine On in a directory that I also say

Re: [EMAIL PROTECTED] Help w/ Rewrite

2007-12-16 Thread Vincent Bray
On 16/12/2007, Bryan Richardson <[EMAIL PROTECTED]> wrote: [snip] > root directory. I've tried both ^(.*)$ and /^(.*)$ for the rewrite rule. > Any suggestions? Thanks! -- BTR The first of those should work but the second not (it's not really a valid regex as ^ mid-string doesn't have a special m

[EMAIL PROTECTED] Help w/ Rewrite

2007-12-16 Thread Bryan Richardson
Hello all, I have a directory on my webserver (say http://localhost/foo/) who's subdirectories (say bar/ and cha/) I want to only be available via SSL ( https://localhost/foo/bar/ % https://localhost/foo/cha/). I have the following .htaccess in my foo/ directory, but it's not working. I assume t

RE: [EMAIL PROTECTED] Help with AB and authentication

2007-12-13 Thread Graeme Fowler
On Wed, 2007-12-12 at 14:39 +, Joel Carlos Martinho Alexandre (DSI) wrote: > Unfortunately i'm unable to change the virtual directory configuration. In that case, ApacheBench won't work for you on that folder - it can do Basic authentication only. Your system seems to be using NTLM or Kerberos

RE: [EMAIL PROTECTED] Help with AB and authentication

2007-12-12 Thread Joel Carlos Martinho Alexandre (DSI)
The IIS is running on a Windows server (2003, i think) Rgds, Joel -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 12 de Dezembro de 2007 16:26 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help with AB and authentication Joel

Re: [EMAIL PROTECTED] Help with AB and authentication

2007-12-12 Thread William A. Rowe, Jr.
Joel Carlos Martinho Alexandre (DSI) wrote: Hi, I'm trying to use AB to benchmark a site within a IIS, but I'm having problems with authentication. I'm currently using ab2 -A domain\user:password url but I can't get through the 401 error page. I've tried some variations: ab2 -A "domain\us

RE: [EMAIL PROTECTED] Help with AB and authentication

2007-12-12 Thread Joel Carlos Martinho Alexandre (DSI)
- From: Neil A. Hillard [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 12 de Dezembro de 2007 14:33 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help with AB and authentication Hi, Joel Carlos Martinho Alexandre (DSI) wrote: > I already tried that. > > Didn't work.

Re: [EMAIL PROTECTED] Help with AB and authentication

2007-12-12 Thread Neil A. Hillard
sic authentication on your web server and then retry. HTH, Neil. > -Original Message- > From: Graeme Fowler [mailto:[EMAIL PROTECTED] > Sent: quarta-feira, 12 de Dezembro de 2007 13:51 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Help with AB and authenticati

RE: [EMAIL PROTECTED] Help with AB and authentication

2007-12-12 Thread Joel Carlos Martinho Alexandre (DSI)
e it only tries one time. Regards, Joel -Original Message- From: Graeme Fowler [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 12 de Dezembro de 2007 13:51 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help with AB and authentication On Wed, 2007-12-12 at 11:30 +, Joel

Re: [EMAIL PROTECTED] Help with AB and authentication

2007-12-12 Thread Graeme Fowler
On Wed, 2007-12-12 at 11:30 +, Joel Carlos Martinho Alexandre (DSI) wrote: > I'm trying to use AB to benchmark a site within a IIS, but I'm having > problems with authentication. > > I'm currently using > > ab2 -A domain\user:password url Try ab2 -A domain\\user:password url The command

[EMAIL PROTECTED] Help with AB and authentication

2007-12-12 Thread Joel Carlos Martinho Alexandre (DSI)
Hi, I'm trying to use AB to benchmark a site within a IIS, but I'm having problems with authentication. I'm currently using ab2 -A domain\user:password url but I can't get through the 401 error page. I've tried some variations: ab2 -A "domain\user:password" url ab2 -A domain\user,password ur

[EMAIL PROTECTED] Help - Certifications in Software Engineering in Apache

2007-11-26 Thread xico.nunes
Hello, I have a project in software engineering in wich i should find successful open-source companies using (or not) some kind of quality certification (like ISO 9001, 9003 or CMM... etc), to ensure to the companies using the product they are using a quality product. I would like to know if Apa

Re: [EMAIL PROTECTED] Help with installing mailman please

2007-11-18 Thread lists . httpd-users
Hallo Joshua, Op zondag 18 november 2007 schreef Joshua Slive aan users@httpd.apache.org: >> When I try to access http://duinheks.xs4all.nl/mailman/create >> I get the message: >> client denied by server configuration: >> /opt/mailman/cgi-bin/create JS> This indicates a mod_access configura

Re: [EMAIL PROTECTED] Help with installing mailman please

2007-11-18 Thread Joshua Slive
On Nov 17, 2007 5:31 AM, <[EMAIL PROTECTED]> wrote: > Hallo, > > I'm trying to install mailman 2.1.9 on my system running httpd 2.2.6. > For that I added the following to httpd.conf: > > === import === > > > User www > Group www > > > > Alias /pipermail/ /opt/mailman/archives/public

[EMAIL PROTECTED] Help with installing mailman please

2007-11-17 Thread lists . httpd-users
Hallo, I'm trying to install mailman 2.1.9 on my system running httpd 2.2.6. For that I added the following to httpd.conf: === import === User www Group www Alias /pipermail/ /opt/mailman/archives/public/ ScriptAlias /cgi-bin/ "/opt/apache/cgi-bin/" ScriptAlias /mailman/

[EMAIL PROTECTED] Help with link to my personal web store folder

2007-11-03 Thread Blast o_O
Hi everybody, I'm new to the list, and first I would like to thanks the Apache team, they're doing a great job ;) I need help. I'm using ubuntu gutsy, and I have a huge personal folder where I save all the webs I need to study. I installed apache2 in my PC, php, mysql etc. The trouble. I instal

Re: [EMAIL PROTECTED] [Help] How to change the content of response on the fly��

2007-10-09 Thread Joshua Slive
On 10/8/07, DuYushui <[EMAIL PROTECTED]> wrote: > As you can see, I have to open the actual file before do anything. This > approach doesn't work if the requested URI doesn't correspond to real file > in the OS or the request file should be parsed before sending out, such as > PHP source file. Is

RE: [EMAIL PROTECTED] [Help] How to change the content of response on the fly___

2007-10-09 Thread DuYushui
[EMAIL PROTECTED]> To: users@httpd.apache.org> Subject: Re: [EMAIL PROTECTED] [Help] How to change the content of response on the fly___> > On Tue, 9 Oct 2007 03:42:54 +> DuYushui <[EMAIL PROTECTED]> wrote:> > > > > Hey Experts, User can write content han

Re: [EMAIL PROTECTED] [Help] How to change the content of response on the fly?

2007-10-09 Thread JeffHua
In a message dated 2007-10-9 11:43:51 中国标准时间, [EMAIL PROTECTED] writes: As you can see, I have to open the actual file before do anything. This approach doesn't work if the requested URI doesn't correspond to real file in the OS or the request file should be parsed before sending out, such

Re: [EMAIL PROTECTED] [Help] How to change the content of response on the fly___

2007-10-09 Thread Nick Kew
On Tue, 9 Oct 2007 03:42:54 + DuYushui <[EMAIL PROTECTED]> wrote: > > Hey Experts,User can write content handlers for the Apache > response phase. My purpose is to write an Apache module to intervene > all response right before the response write back to client. Your handler is pretty mu

[EMAIL PROTECTED] [Help] How to change the content of response on the fly�� �

2007-10-08 Thread DuYushui
Hey Experts,User can write content handlers for the Apache response phase. My purpose is to write an Apache module to intervene all response right before the response write back to client. Here is an example how we can do this using mod_perl: sub handler { my $r = shift; my $footer = "somet

Re: [EMAIL PROTECTED] Help with Apache directive

2007-10-01 Thread Joshua Slive
On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Joshua, > > Thanks for your suggestion. > > > Use > > Does this mean any URL that has /xfer should be passed along by the > Location directive. But i do not see that happening. > The example that i gave was a bit off from my actual problem

Re: [EMAIL PROTECTED] Help with Apache directive

2007-10-01 Thread Ramdas . Hegde
Joshua, Thanks for your suggestion. > Use Does this mean any URL that has /xfer should be passed along by the Location directive. But i do not see that happening. The example that i gave was a bit off from my actual problem, where the request coming in is http://acme.com/xfer/xfer/Servlet.

Re: [EMAIL PROTECTED] Help with Apache directive

2007-10-01 Thread Joshua Slive
On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I am attempting to forward requests sent to Apache httpd server to a > cluster of appservers sitting behind Apache. I am using the > directive to achieve this functionality. > But am not sure how to force Apache to handle this particul

[EMAIL PROTECTED] Help with Apache directive

2007-10-01 Thread Ramdas . Hegde
I am attempting to forward requests sent to Apache httpd server to a cluster of appservers sitting behind Apache. I am using the directive to achieve this functionality. But am not sure how to force Apache to handle this particular situation: send to either server1 or server2 send to server

RE: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread tech user
Thanks a lot.It works fine. --- Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote: > RewriteEngine on > RewriteCond %{QUERY_STRING} ^mid=(\d+)$ > RewriteRule ^/movie_play.php /movie%1.html? [R] > Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage. http://au.docs.yah

RE: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread Axel-Stéphane SMORGRAV
RewriteEngine on RewriteCond %{QUERY_STRING} ^mid=(\d+)$ RewriteRule ^/movie_play.php /movie%1.html? [R] -Message d'origine- De : tech user [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 septembre 2007 08:18 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] help about a re

Re: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread tech user
--- Joshua Slive <[EMAIL PROTECTED]> wrote: > > See: > http://wiki.apache.org/httpd/RewriteQueryString > Thank you so much Joshua. I want to rewrite the url from, http://www.example.com/movie_play.php?mid=45298 to, http://www.example.com/movie45298.html I added the commands in httpd.conf: R

Re: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread Joshua Slive
On 9/24/07, tech user <[EMAIL PROTECTED]> wrote: > Hello, > > I need to rewrite a request url,but I'm not sure how to do it correctly. > The incoming url form is like, > > http://www.example.com/script?param1=xx¶m2=yy > > The desired rewritten url is, > > http://www.example.com/xx_yy.html > > > Ple

[EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread tech user
Hello, I need to rewrite a request url,but I'm not sure how to do it correctly. The incoming url form is like, http://www.example.com/script?param1=xx¶m2=yy The desired rewritten url is, http://www.example.com/xx_yy.html Please help me the correct syntax.Thanks in advance. Sick of de

Re: [EMAIL PROTECTED] Help for first time user

2007-09-23 Thread Joshua Slive
On 9/23/07, Judy Hulsey <[EMAIL PROTECTED]> wrote: > I get this error in my log files: > [Sun Sep 23 10:06:45 2007] [error] [client 127.0.0.1] client denied by > server configuration: C:/Course > Technology/1687-5/Chapter.01/Chapter/DessertShop.html This means you have Allow/Order/Deny directive

Re: [EMAIL PROTECTED] Help for first time user

2007-09-23 Thread Judy Hulsey
I am working from home with no network. [EMAIL PROTECTED] wrote: Hello Judy, What is your environment ? Edward. Judy Hulsey wrote: I am an Information Technology student and I am taking PHP this semester. I have downloaded and installed Apache and when I test it I get the messageIt w

Re: [EMAIL PROTECTED] Help for first time user

2007-09-23 Thread Andrew WC Brown
I'm guessing your developing on a windows machine since I see C:/ What did you do to launch apache? Did you change your conf file? If so what did you change? was it your DirectoryRoot? On 9/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello Judy, > > What is your environment ? > > Edw

Re: [EMAIL PROTECTED] Help for first time user

2007-09-23 Thread edwardspl
Hello Judy, What is your environment ? Edward. Judy Hulsey wrote: > > > I am an Information Technology student and I am taking PHP this > semester. I have downloaded and installed Apache and when I test it I > get the message > > > It works! > > But when I try to open a page with Apache I get

[EMAIL PROTECTED] Help for first time user

2007-09-23 Thread Judy Hulsey
I am an Information Technology student and I am taking PHP this semester. I have downloaded and installed Apache and when I test it I get the messageIt works! But when I try to open a page with Apache I get HTTP 403 (Forbidden) Forbidden You don't have permission to access /PHP_

Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-09-18 Thread William A. Rowe, Jr.
done during the initial configuration, prior to starting > Apache the first time. > > Does anyone have anything else to add? > > Thanks again, > Ryan > > >> From: "Coulter, Ryan" <[EMAIL PROTECTED]> >> Reply-To: >> Date: Mon, 27 Aug 2007 12:

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-05 Thread Joshua Slive
On 9/5/07, Jaysen Johnson <[EMAIL PROTECTED]> wrote: > So 10 years of working with UNIX is not enough experience? Thanks for > belittling me like that. I know how to patch software, just not RPMS. I > could easily compile apache myself and patch it. I just prefer to use RPMS > because I can u

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-05 Thread Krist van Besien
On 9/5/07, Jaysen Johnson <[EMAIL PROTECTED]> wrote: > So 10 years of working with UNIX is not enough experience? Thanks for > belittling me like that. I know how to patch software, just not RPMS. I > could easily compile apache myself and patch it. I just prefer to use RPMS > because I can u

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-05 Thread Jaysen Johnson
anyone out there that can assist me without talking about to me or assuming that I do not have enough UNIX experience? Thank You Jaysen - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 05, 2007 6:21 AM Subject: Re: [EMAIL

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-05 Thread Joshua Slive
On 9/4/07, Jaysen Johnson <[EMAIL PROTECTED]> wrote: > I read that and it looks like Peruser MPM and MPM-ITK would do what I need. > However. These are patches and I am not familiar with how to patch an RPM > install of apache. Sorry I am a newbie when it comes to this. Isn't there > a module t

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-04 Thread Jaysen Johnson
or me? Thanks Jaysen - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 04, 2007 6:53 PM Subject: Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups On 9/4/07, Jaysen Johnson <[EMAIL PROTECT

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-04 Thread Joshua Slive
On 9/4/07, Jaysen Johnson <[EMAIL PROTECTED]> wrote: > > > Hello, > > I am running Apache 2.2.4 on Fedora Core 6. This is an RPM install. I host > several sites and I would like to setup each virtualhost to run as the user > and group I am hosting for. How do I configure apache to do this? > > E

[EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-04 Thread Jaysen Johnson
Hello, I am running Apache 2.2.4 on Fedora Core 6. This is an RPM install. I host several sites and I would like to setup each virtualhost to run as the user and group I am hosting for. How do I configure apache to do this? Example: user joe has domain joesite.com configured in home directo

Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-08-27 Thread Coulter, Ryan
he first time. Does anyone have anything else to add? Thanks again, Ryan > From: "Coulter, Ryan" <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 27 Aug 2007 12:03:45 -0500 > To: > Conversation: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3 > Subject: Re: [

Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-08-27 Thread Coulter, Ryan
er thoughts? Ryan Coulter > From: Eric Covener <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 27 Aug 2007 11:41:27 -0400 > To: > Subject: Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3 > > On 8/27/07, Coulter, Ryan <[EMAIL PROTECTED]> wrote: >> >

Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-08-27 Thread Eric Covener
On 8/27/07, Coulter, Ryan <[EMAIL PROTECTED]> wrote: > > (My apologies for sending this earlier with no subject.) > > Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX > 5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as > well as IHS 2.0.47. In

[EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-08-27 Thread Coulter, Ryan
(My apologies for sending this earlier with no subject.) Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX 5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as well as IHS 2.0.47. In both cases, the behavior is identical. Using Apache 1.3, I don't ha

Re: [EMAIL PROTECTED] help from httpd.apache.org

2007-08-14 Thread Joshua Slive
On 8/13/07, J. R. <[EMAIL PROTECTED]> wrote: > I am running Apache 2.2.4 on 32 x86.System is XP SP2 (DynDNS) and set server > location. Set DocumentRoot, Set > , AllowOverride ALL, set htpasswd -c, in Notepad=AuthType Basic > AuthName "This is a private area, please log in" > > AuthUserFile "c:\et

[EMAIL PROTECTED] help from httpd.apache.org

2007-08-13 Thread J. R.
I am running Apache 2.2.4 on 32 x86.System is XP SP2 (DynDNS) and set server location. Set DocumentRoot, Set , AllowOverride ALL, set htpasswd -c, in Notepad=AuthType Basic AuthName "This is a private area, please log in" AuthUserFile "c:\etc.\my_password_file.txt" AuthGroupFile /dev/null requ

Re: [EMAIL PROTECTED] help! need httpd-devel-2.2.4.i386

2007-08-09 Thread Joshua Slive
On 8/9/07, Jeff Murch <[EMAIL PROTECTED]> wrote: > I built ver 2.2.4 right off of the apache.org site a few weeks ago for a > reverse proxy and now can't find the httpd-devel for it (to compile the > newest mod_proxy_html). > > An RPM would be nice but not necessary. Anything I do find gives me an

[EMAIL PROTECTED] help! need httpd-devel-2.2.4.i386

2007-08-09 Thread Jeff Murch
I built ver 2.2.4 right off of the apache.org site a few weeks ago for a reverse proxy and now can't find the httpd-devel for it (to compile the newest mod_proxy_html). An RPM would be nice but not necessary. Anything I do find gives me an error that it is not the same version ie httpd-devel-2.2.4

  1   2   3   4   >