Re: [EMAIL PROTECTED] Unable to run the xampp

2007-09-04 Thread Morgan Gangwere
On 9/4/07, Dragon <[EMAIL PROTECTED]> wrote: > raju wrote: > >Hi, > >Thanks for your reply. But i would like to work in windows os, I > >want it for php, > >Can you advise any other web server(open source) which suits php and > >which works on win 98? > > > End original message. --

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

2007-09-04 Thread Jaysen Johnson
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 that I can install that would take care of this for me? T

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] Overriding

2007-09-04 Thread Aaron Dalton
Joshua Slive wrote: > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: >> Joshua Slive wrote: >>> On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: I have an overarching directive that passes everything in my virtual host through a home-rolled handler. I would like create a few

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Joshua Slive
On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: > Joshua Slive wrote: > > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: > >> I have an overarching directive that passes everything in > >> my virtual host through a home-rolled handler. I would like create a > >> few directory aliases, thou

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Aaron Dalton
Joshua Slive wrote: > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: >> I have an overarching directive that passes everything in >> my virtual host through a home-rolled handler. I would like create a >> few directory aliases, though, that bypass this handler. As far as I >> know, however,

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Joshua Slive
On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: > I have an overarching directive that passes everything in > my virtual host through a home-rolled handler. I would like create a > few directory aliases, though, that bypass this handler. As far as I > know, however, Locations are processed be

Re: [EMAIL PROTECTED] Baffled for two months - Need help

2007-09-04 Thread Joshua Slive
On 9/4/07, Frederick Lamartin <[EMAIL PROTECTED]> wrote: > Joshua, > > Thanks for your attention. I'm trying to follow your guidance and, at the > same time, develop a deeper understanding of the concepts involved in > configuring Apache. Here's my latest failure: > > DocumentRoot "C:/Users/Lamarti

[EMAIL PROTECTED] Overriding

2007-09-04 Thread Aaron Dalton
I have an overarching directive that passes everything in my virtual host through a home-rolled handler. I would like create a few directory aliases, though, that bypass this handler. As far as I know, however, Locations are processed before Directories. How can I accomplish this? Here's what

Re: [EMAIL PROTECTED] Baffled for two months - Need help

2007-09-04 Thread Frederick Lamartin
Joshua, Thanks for your attention. I'm trying to follow your guidance and, at the same time, develop a deeper understanding of the concepts involved in configuring Apache. Here's my latest failure: DocumentRoot "C:/Users/Lamartin/My Website/" Options Multiviews Indexes FollowSymLinks In

Re: [EMAIL PROTECTED] Directory Vs Location.

2007-09-04 Thread Dragon
Chris Howell sent the message below at 14:27 9/4/2007: Hi all. Can somebody please explain what the difference is between using the directory directive and the location directive in my apache httpd.conf file. Also when it is appropriate to use which. The reason I am asking is, I am trying to

[EMAIL PROTECTED] Directory Vs Location.

2007-09-04 Thread Chris Howell
Hi all. Can somebody please explain what the difference is between using the /directory/ directive and the /location/ directive in my apache httpd.conf file. Also when it is appropriate to use which. The reason I am asking is, I am trying to get Trac running with Apache and both Trac & Apache

Re: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-04 Thread Graeme Fowler
On Tue, 2007-09-04 at 16:30 -0400, Aaron Smith wrote: > Connecting via https to port 8045 shows the behavior of child > processing hanging in a waiting state. Sounds like your system isn't generating enough entropy to me, which can affect SSL/TLS connections on lots of protocols. I have no experie

[EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-04 Thread Aaron Smith
So I tried something kind of new. I completely removed the directory with the non-functioning apache install. I went back to the source, did a make clean, a new configure using the same parameters as before: ./configure --prefix=/opt/apache3 --enable-auth-dbm=shared --enable-exp

Re: [EMAIL PROTECTED] Exit codes reference for httpd binary

2007-09-04 Thread Joshua Slive
On 9/4/07, Fermín Galán Márquez <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to know if there is a reference of the "exit codes" of the > httpd binary (apache2 in the Debian distribution I'm using). After > browsing at http://httpd.apache.org/docs/2.2/ (and specially > http://httpd.apache.org/

RE: [EMAIL PROTECTED] mod_rewrite: how to discard tail of the URL?

2007-09-04 Thread Sennott, Mark
Thanks for the help Joshua. I didn't even think about the ?... As being treated differently because it's a query string. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Tuesday, September 04, 2007 12:24 PM To: users@httpd.apache.org Sub

[EMAIL PROTECTED] Apache and mod_ssl

2007-09-04 Thread Aaron Smith
I have a feeling that I'm missing something elementary here. I have an install of apache 2.0.55 with mod_ssl enabled on a HP-UX system in /opt/apache2. This one runs fine. I recompiled another copy of apache (same version) into /opt/apache2a (for testing purposes) to add mod_ldap sup

Re: [EMAIL PROTECTED] mod_rewrite: LoadModule order is important?

2007-09-04 Thread Jim Jagielski
Joshua Slive wrote: > > On 9/4/07, Jim Jagielski <[EMAIL PROTECTED]> wrote: > > > Yep... but also recall that most modules use APR_HOOK_MIDDLE as > > the ordering, and so the order of when the hooks actually > > get run does depend on when the modules are loaded in and > > when they call the ap_h

Re: [EMAIL PROTECTED] mod_rewrite: LoadModule order is important?

2007-09-04 Thread Joshua Slive
On 9/4/07, Jim Jagielski <[EMAIL PROTECTED]> wrote: > Yep... but also recall that most modules use APR_HOOK_MIDDLE as > the ordering, and so the order of when the hooks actually > get run does depend on when the modules are loaded in and > when they call the ap_hook_* func. And unlike 1.3, 2.x > i

Re: [EMAIL PROTECTED] mod_rewrite: LoadModule order is important?

2007-09-04 Thread Jim Jagielski
On Sep 4, 2007, at 1:15 PM, Joshua Slive wrote: On 9/4/07, Rainer Traut <[EMAIL PROTECTED]> wrote: Hi, am running Redhat EL4 U5 with redhat's Apache/2.0.52. I noticed the order of loading the modules is important? Part of httpd.conf: LoadModule rewrite_module modules/mod_rewrite.so LoadMod

Re: [EMAIL PROTECTED] mod_rewrite: how to discard tail of the URL?

2007-09-04 Thread Joshua Slive
On 9/4/07, Sennott, Mark <[EMAIL PROTECTED]> wrote: > > > I'm running RHEL4 update 3 with Apache/2.2.4 > > I want to redirect this: > > http://foo.bar.com/search/search-events.front?keywords=&x=35&y=6 > > to this: > > http://foo.bar.com/events/ > > > I am using this rewrite rule: > > RewriteCond %{

[EMAIL PROTECTED] Exit codes reference for httpd binary

2007-09-04 Thread Fermín Galán Márquez
Hi, I would like to know if there is a reference of the "exit codes" of the httpd binary (apache2 in the Debian distribution I'm using). After browsing at http://httpd.apache.org/docs/2.2/ (and specially http://httpd.apache.org/docs/2.2/programs/httpd.html), I haven't found any document that

Re: [EMAIL PROTECTED] mod_rewrite: LoadModule order is important?

2007-09-04 Thread Joshua Slive
On 9/4/07, Rainer Traut <[EMAIL PROTECTED]> wrote: > Hi, > > am running Redhat EL4 U5 with redhat's Apache/2.0.52. > > I noticed the order of loading the modules is important? > > Part of httpd.conf: > > LoadModule rewrite_module modules/mod_rewrite.so > LoadModule proxy_module modules/mod_proxy.so

Re: [EMAIL PROTECTED] Testing Python Mod

2007-09-04 Thread Brian Munroe
On 9/4/07, Dragon <[EMAIL PROTECTED]> wrote: > > You cannot have any indentation on line 1 of your script as that is > the top level of coade and must have zero indentation until you enter > a new code block with a different execution scope. > > Anyway, this is not an Apache issue any longer, you

Re: [EMAIL PROTECTED] print label on dot matrix printer

2007-09-04 Thread Hiep Nguyen
On Tue, 4 Sep 2007, Dragon wrote: Hiep Nguyen wrote: Hi all, i use php & mysql to product a page so that user can use web browser (explorer, firefox, netscape, ... etc) to print some labels. my question is how am i going to format the page so that user can print on continuous label with do

Re: [EMAIL PROTECTED] print label on dot matrix printer

2007-09-04 Thread Dragon
Hiep Nguyen wrote: Hi all, i use php & mysql to product a page so that user can use web browser (explorer, firefox, netscape, ... etc) to print some labels. my question is how am i going to format the page so that user can print on continuous label with dot matrix printer? Label size is: 7

[EMAIL PROTECTED] mod_rewrite: how to discard tail of the URL?

2007-09-04 Thread Sennott, Mark
I'm running RHEL4 update 3 with Apache/2.2.4 I want to redirect this: http://foo.bar.com/search/search-events.front?keywords=&x=35&y=6 to this: http://foo.bar.com/events/ I am using this rewrite rule: RewriteCond %{HTTP_HOST} ^foo.bar.com$ RewriteRule ^/search/search-events(.*) http:

[EMAIL PROTECTED] mod_rewrite: LoadModule order is important?

2007-09-04 Thread Rainer Traut
Hi, am running Redhat EL4 U5 with redhat's Apache/2.0.52. I noticed the order of loading the modules is important? Part of httpd.conf: LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so If I load

[EMAIL PROTECTED] R: [EMAIL PROTECTED] R: [EMAIL PROTECTED] More virtualhost with the same Pubblic Ip

2007-09-04 Thread netmail
Thanks Now don't received the error messagge ! -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Joshua Slive Inviato: martedì 4 settembre 2007 17.41 A: users@httpd.apache.org Oggetto: Re: [EMAIL PROTECTED] R: [EMAIL PROTECTED] More virtualhost with the s

[EMAIL PROTECTED] print label on dot matrix printer

2007-09-04 Thread Hiep Nguyen
Hi all, i use php & mysql to product a page so that user can use web browser (explorer, firefox, netscape, ... etc) to print some labels. my question is how am i going to format the page so that user can print on continuous label with dot matrix printer? Label size is: 7.5in x 3.5in (width

Re: [EMAIL PROTECTED] Testing Python Mod

2007-09-04 Thread Dragon
Chris Howell wrote: Yes I have set it up to listen on port 9000 and everything works fine. I fixed the 404 error. This is the error I am getting now. MOD_PYTHON ERROR ProcessId: 2932 Interpreter:'192.168.0.42' ServerName: '192.168.0.42' DocumentRoot: 'C:/Program Files/Apache

Re: [EMAIL PROTECTED] R: [EMAIL PROTECTED] More virtualhost with the same Pubblic Ip

2007-09-04 Thread Joshua Slive
On 9/4/07, netmail <[EMAIL PROTECTED]> wrote: > Sorry .. > When restart the service received: > [warn] NameVirtualHost MYLOCALIPOFWEBSERVER:0 has no VirtualHosts You should use only a single NameVirtualHost directive for each IP-Address:port. This directive simply tells apache to expect multiple

[EMAIL PROTECTED] R: [EMAIL PROTECTED] More virtualhost with the same Pubblic Ip

2007-09-04 Thread netmail
Sorry .. When restart the service received: [warn] NameVirtualHost MYLOCALIPOFWEBSERVER:0 has no VirtualHosts [warn] NameVirtualHost MYLOCALIPOFWEBSERVER:0 has no VirtualHosts NameVirtualHost localipwebserver DocumentRoot /var/www/html/ ServerName hostnamewebserver/egroupware NameVirtualHost lo

Re: [EMAIL PROTECTED] Testing Python Mod

2007-09-04 Thread Chris Howell
Chris Howell wrote: Brian Munroe wrote: On 9/4/07, Chris Howell <[EMAIL PROTECTED]> wrote: Brian: I made the modifications you suggested my httpd conf file now has this entry in it. LoadModule python_module modules/mod_python.so Order deny,allow Satisfy all AddHandler mo

Re: [EMAIL PROTECTED] Testing Python Mod

2007-09-04 Thread Chris Howell
Brian Munroe wrote: On 9/4/07, Chris Howell <[EMAIL PROTECTED]> wrote: Brian: I made the modifications you suggested my httpd conf file now has this entry in it. LoadModule python_module modules/mod_python.so Order deny,allow Satisfy all AddHandler mod_python .py Pyth

Re: [EMAIL PROTECTED] SERVER_PORT always reported at 80 (apache 2.2)

2007-09-04 Thread Mike Heald
Thank you, that's what I was missing! Cheers! Mike On Tuesday 04 September 2007 16:19:28 Joshua Slive wrote: > On 9/4/07, Mike Heald <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I'm running apache 2.2 on ubuntu 7.04 and I'm seeing come strange > > behaviour with the SERVER_PORT environment va

[EMAIL PROTECTED] Testing mod_python

2007-09-04 Thread Chris Howell
FYI, I fixed the 404 error I was receiving so please disregard my post. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe,

Re: [EMAIL PROTECTED] Testing Python Mod

2007-09-04 Thread Brian Munroe
On 9/4/07, Chris Howell <[EMAIL PROTECTED]> wrote: > > Brian: > I made the modifications you suggested my httpd conf file now has this > entry in it. > > LoadModule python_module modules/mod_python.so > > Foundation/Apache2.2/htdocs/Test"> > Order deny,allow > Satisfy all > AddHandl

Re: [EMAIL PROTECTED] SERVER_PORT always reported at 80 (apache 2.2)

2007-09-04 Thread Joshua Slive
On 9/4/07, Mike Heald <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm running apache 2.2 on ubuntu 7.04 and I'm seeing come strange behaviour > with the SERVER_PORT environment variable. > > My server does not listen on port 80. My ports.conf contains : > Listen *:4242 > > and an nmap of my host shows

[EMAIL PROTECTED] SERVER_PORT always reported at 80 (apache 2.2)

2007-09-04 Thread Mike Heald
Hi all, I'm running apache 2.2 on ubuntu 7.04 and I'm seeing come strange behaviour with the SERVER_PORT environment variable. My server does not listen on port 80. My ports.conf contains : Listen *:4242 and an nmap of my host shows only port 4242 listening. However, when I make a request to a

Re: [EMAIL PROTECTED] Unable to run the xampp

2007-09-04 Thread Dragon
raju wrote: Hi, Thanks for your reply. But i would like to work in windows os, I want it for php, Can you advise any other web server(open source) which suits php and which works on win 98? End original message. - Why in the world would you want to conti

Re: [EMAIL PROTECTED] apache redirect

2007-09-04 Thread Matus UHLAR - fantomas
On 04.09.07 00:44, Mandy Singh wrote: > I would like to learn how to redirect a subdomain on my website back to the > parent site once again. > My main site is: www.example.com > I created subdomain.example.com > > Now I want that when user types subdomain.example.com in the url bar it > goes to

Re: [EMAIL PROTECTED] Testing Python Mod

2007-09-04 Thread Chris Howell
Brian Munroe wrote: On 8/31/07, Chris Howell <[EMAIL PROTECTED]> wrote: AddHandler python-program .py PythonHandler mptest PythonDebug On Chris: I would suggest you use the Publisher mod_python handler, at least to get started. Here is a simple hello, world in mod_python. I ass

Re: [EMAIL PROTECTED] Force to Push data from a reverse proxy

2007-09-04 Thread Coulter, Ryan
> From: Matus UHLAR - fantomas <[EMAIL PROTECTED]> > Reply-To: > Date: Thu, 30 Aug 2007 17:15:32 +0200 > To: > Subject: Re: [EMAIL PROTECTED] Force to Push data from a reverse proxy > >> On 7/24/07, Jean-Baptiste Mayer <[EMAIL PROTECTED]> wrote: I have a trouble >> using >>> a reverse proxy: >

Re: [EMAIL PROTECTED] More virtualhost with the same Pubblic Ip

2007-09-04 Thread Neil A. Hillard
Hi, netmail wrote: > Hi > > I want configure apache with this site : > > http://Thidlevel.mydomain.com à DNS entry Ok from Pubblic Ip XXX.XXX.XXX.XX1 > > http://Test.mydomain.com à DNS Entry ok from the same Pubblic Ip > XXX.XXX.XXX.XX1 > > http://Mywebserver/intranetsite from intranet > >

Re: [EMAIL PROTECTED] Unable to run the xampp

2007-09-04 Thread Ken Robinson
On 8/22/07, raju <[EMAIL PROTECTED]> wrote: > > > > Hi, > Thanks for your reply. But i would like to work in windows os, I want it for > php, > Can you advise any other web server(open source) which suits php and which > works on win 98? > XP is Windows. Xampp works fine with Windows XP. Windows

Re: [EMAIL PROTECTED] Unable to run the xampp

2007-09-04 Thread raju
Hi, Thanks for your reply. But i would like to work in windows os, I want it for php, Can you advise any other web server(open source) which suits php and which works on win 98? bye r.e.raju ---Original Message--- From: Morgan Gangwere Date: 09/04/07 18:03:57 To: users@httpd.apache.o

RE: [EMAIL PROTECTED] Apache able to cache entire HTML page?

2007-09-04 Thread Ben Spencer
Thanks. I will take a look at the wiki page (didn't know about it before) benji --- Benji Spencer System Administrator Ph: 312-329-2288 > -Original Message- > From: Vincent Bray [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 04, 2007 2:38 AM > To: users@httpd.apache.org > Subject:

[EMAIL PROTECTED] More virtualhost with the same Pubblic Ip

2007-09-04 Thread netmail
Hi I want configure apache with this site : http://Thidlevel.mydomain.com à DNS entry Ok from Pubblic Ip XXX.XXX.XXX.XX1 http://Test.mydomain.com à DNS Entry ok from the same Pubblic Ip XXX.XXX.XXX.XX1 http://Mywebserver/intranetsite from intranet When I configure the virtualHost with the th

Re: [EMAIL PROTECTED] Unable to run the xampp

2007-09-04 Thread Morgan Gangwere
I'e had this problem too -- seems to be related to having win98... I'd go for either updating to an NT kernel (check out 2000 or XP -- not Vista), or a linux server. look at a LAMP (Linux Apache MySQL PHP) such as Ubuntu 6.06 Server with a LAMP install. On 8/22/07, raju wrote: > > > > > > > HI, >

Re: [EMAIL PROTECTED] Apache 2.2.4 [an error occurred while processing this directive]

2007-09-04 Thread Malcolm Walker
Vincent Bray wrote: On 04/09/07, Malcolm Walker <[EMAIL PROTECTED]> wrote: PS I'm still quite good at playing FreeCell {8;-)) Ah ha! I discovered that recently (along with hearts), and am 98% games won. Time for an online Freecell deathmatch? :-) Naagh -Spider for Solitaire for hig

Re: [EMAIL PROTECTED] Apache 2.2.4 [an error occurred while processing this directive]

2007-09-04 Thread Vincent Bray
On 04/09/07, Malcolm Walker <[EMAIL PROTECTED]> wrote: > PS I'm still quite good at playing FreeCell {8;-)) Ah ha! I discovered that recently (along with hearts), and am 98% games won. Time for an online Freecell deathmatch? :-) -- noodl -

Re: [EMAIL PROTECTED] Apache 2.2.4 [an error occurred while processing this directive]

2007-09-04 Thread Malcolm Walker
Vincent Bray wrote: I did `stick' the lines you kindly provided into the httpd.conf file and the mcjdreamweaver site is displayed in my browsers with the URL: http://localhost. So thank you for that step forward. But.. Your includes are still not working? Sorry that I didn't make that

Re: [EMAIL PROTECTED] Apache 2.2.4 [an error occurred while processing this directive]

2007-09-04 Thread Vincent Bray
On 04/09/07, Malcolm Walker <[EMAIL PROTECTED]> wrote: > Your jibe is forgiven. {8;-)) But just because the technology is old > doesn't mean it isn't any use. I assume there are `better' and newer > ways of achieving the same object. Perhaps PHP is more appropriate? Depends on what you're tryin

Re: [EMAIL PROTECTED] Apache able to cache entire HTML page?

2007-09-04 Thread Vincent Bray
On 04/09/07, Ben Spencer <[EMAIL PROTECTED]> wrote: > Question: > Can apache cache everything for an undefined amount of time > (days/months/years) without concern of the backend server's headers? With > some playing, we got this to work by removing headers, but, this seemed > overly complicated an