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. --
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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 %{
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
> 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:
>
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
>
>
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
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
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:
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
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,
>
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
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
-
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
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
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
56 matches
Mail list logo