|
List Info
Thread: Rewrite Help
|
|
| Rewrite Help |

|
2007-08-25 16:37:39 |
|
This is something I've been trying to do for a while but never found or achieved how to do it.
I need to redirect (on a large scale): http://xyz.mydomain.com to: /web/live/xyz
Is this possible using mod_rewrite and if so I would greatly appreciate a starting block to work from
Thanks Ben Hussey
|
| Re: Rewrite Help |

|
2007-08-25 17:47:17 |
On 8/25/07, Ben Hussey <benhussey gmail.com> wrote:
> This is something I've been trying to do for a while
but never found or
> achieved how to do it.
>
> I need to redirect (on a large scale):
> http://xyz.mydomain.com
> to:
> /web/live/xyz
>
> Is this possible using mod_rewrite and if so I would
greatly appreciate a
> starting block to work from
Start by reading this:
htt
p://httpd.apache.org/docs/2.2/vhosts/mass.html
Joshua.
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: Rewrite Help |
  China |
2007-08-25 22:47:43 |
-------- Original-Nachricht --------
> Datum: Sat, 25 Aug 2007 22:37:39 +0100
> Von: "Ben Hussey" <benhussey gmail.com>
> An: users httpd.apache.org
> Betreff: [users httpd] Rewrite Help
> This is something I've been trying to do for a while
but never found or
> achieved how to do it.
>
> I need to redirect (on a large scale):
> http://xyz.mydomain.com
> to:
> /web/live/xyz
>
Simply you can use Alias or AliasMatch to do it.
For mod_rewrite usage,as Joshua said,it's better to config a
virtual host with DocumentRoot /web/live/xyz,then rewrite
the requests to this vhost.
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| w. PHP and Apache. |
  United States |
2007-08-26 15:48:20 |
|
|
Hi all. I need help ( again ) with
trying to integrate PHP with the Apache Web Server. I don't know how many times
before I have had to seek assistance with doing this, but I still know how to
let's say easily do this!! I am working with PHP Version : 5.2.4.4 and the
Apache Version : 2.2.4. |
| Re: w. PHP and Apache. |
  United States |
2007-08-26 16:05:14 |
Steve R Burrus wrote:
> Hi all. I need help ( again ) with trying to integrate
PHP with the
> Apache Web Server. I don't know how many times before I
have had to
> seek assistance with doing this, but I still know how
to let's say
> easily do this!! I am working with PHP Version :
5.2.4.4 and the
> Apache Version : 2.2.4.
What type of "integration" are you trying to do?
Install extensions or
modules? What OS are you using and will you be using mysql?
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |
  United States |
2007-08-26 16:25:55 |
In direct response back to you let me say that I am trying
to install
Modules as in the "LoadModule" directive in the
httpd.conf file and my OS is
: Win XP Pro.
----- Original Message -----
From: "Chris Arnold" <carnold electrichendrix.com>
To: <users httpd.apache.org>
Sent: Sunday, August 26, 2007 4:05 PM
Subject: Re: [users httpd] Need Help [Again] w. PHP and
Apache.
> Steve R Burrus wrote:
>> Hi all. I need help ( again ) with trying to
integrate PHP with the
>> Apache Web Server. I don't know how many times
before I have had to
>> seek assistance with doing this, but I still know
how to let's say
>> easily do this!! I am working with PHP Version :
5.2.4.4 and the
>> Apache Version : 2.2.4.
> What type of "integration" are you trying to
do? Install extensions or
> modules? What OS are you using and will you be using
mysql?
>
>
------------------------------------------------------------
---------
> The official User-To-User support forum of the Apache
HTTP Server Project.
> See <URL:http://htt
pd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
> " from the digest:
users-digest-unsubscribe httpd.apache.org
> For additional commands, e-mail: users-help httpd.apache.org
>
>
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |
  China |
2007-08-26 20:03:53 |
-------- Original-Nachricht --------
> Datum: Sun, 26 Aug 2007 15:48:20 -0500
> Von: "Steve R Burrus" <burrus1 swbell.net>
> An: users httpd.apache.org
> Betreff: [users httpd] Need Help [Again] w. PHP and
Apache.
> Hi all. I need help ( again ) with trying to integrate
PHP with the Apache
> Web Server. I don't know how many times before I have
had to seek
> assistance with doing this, but I still know how to
let's say easily do this!! I am
> working with PHP Version : 5.2.4.4 and the Apache
Version : 2.2.4.
This is really depend on what OS you are using.
I got the help documents just by google.
1)Installing Apache PHP and MySQL on windows:
http://www.php-mysql-tutorial.com/install-apache-p
hp-mysql.php
2)how to install/compile Apache2, PHP5 and MySQL 4.1 on
Linux:
http://www.kofler.cc/forum/forumthread.php?rootID=3571
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| w. PHP and Apache. |
  United States |
2007-08-27 14:56:09 |
|
|
----- Original Message -----
Sent: Sunday, August 26, 2007 3:48
PM
Subject: [users httpd] Need Help [Again]
w. PHP and Apache.
Hi all. I need help ( again ) with
trying to integrate PHP with the Apache Web Server. I don't know how many
times before I have had to seek assistance with doing this, but I still DO
NOT know how to let's say easily do this!! I am working with PHP
Version : 5.2.4.4 and the Apache Version :
2.2.4. |
| Re: w. PHP and Apache. |

|
2007-08-27 15:02:06 |
|
Can you please provide us with your operating system information and what you have done thus far to attempt to correct this?
On 8/27/07, Steve R Burrus <
burrus1 swbell.net">burrus1 swbell.net> wrote:
----- Original Message -----
Sent: Sunday, August 26, 2007 3:48
PM
Subject: [users httpd] Need Help [Again]
w. PHP and Apache.
Hi all. I need help ( again ) with
trying to integrate PHP with the Apache Web Server. I don't know how many
times before I have had to seek assistance with doing this, but I still DO
NOT know how to let's say easily do this!! I am working with PHP
Version : 5.2.4.4 and the Apache Version :
2.2.4.
|
| Re: w. PHP and Apache. |

|
2007-08-27 16:00:21 |
On 8/27/07, Steve R Burrus <burrus1 swbell.net> wrote:
> Hi all. I need help ( again ) with trying to integrate
PHP with the Apache
> Web Server. I don't know how many times before I have
had to seek assistance
> with doing this, but I still DO NOT know how to let's
say easily do this!! I
> am working with PHP Version : 5.2.4.4 and the Apache
Version : 2.2.4.
http://catb.org/~esr/faqs/smart-questions.html#before
(you were given some advice in first thread, which is only a
day old)
--
Eric Covener
covener gmail.com
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |
  United States |
2007-08-27 16:25:33 |
well actually the only "advice" which I
got/received yesterday was from
someone asking me what OS I was trying to do the PHP-Apache
Server
integration on and what was the purpose of the integration.
And that was the
* only * response which I have received so far, thus my
Repost earlier today
(which I will apologize for if you might want me to).
----- Original Message -----
From: "Eric Covener" <covener gmail.com>
To: <users httpd.apache.org>
Sent: Monday, August 27, 2007 4:00 PM
Subject: Re: [users httpd] REPOST: [users httpd]
Need Help [Again] w. PHP
and Apache.
> On 8/27/07, Steve R Burrus <burrus1 swbell.net> wrote:
>> Hi all. I need help ( again ) with trying to
integrate PHP with the
>> Apache
>> Web Server. I don't know how many times before I
have had to seek
>> assistance
>> with doing this, but I still DO NOT know how to
let's say easily do
>> this!! I
>> am working with PHP Version : 5.2.4.4 and the
Apache Version : 2.2.4.
>
> http://catb.org/~esr/faqs/smart-questions.html#before
>
> (you were given some advice in first thread, which is
only a day old)
>
> --
> Eric Covener
> covener gmail.com
>
>
------------------------------------------------------------
---------
> The official User-To-User support forum of the Apache
HTTP Server Project.
> See <URL:http://htt
pd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
> " from the digest:
users-digest-unsubscribe httpd.apache.org
> For additional commands, e-mail: users-help httpd.apache.org
>
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |

|
2007-08-27 16:31:31 |
|
Steve,
Either way -- keep it in one thread and do not repost. Moving on to your actual discussion and the reason you are posting....
Are you going to provide us with the operating system and what you have done thus far? This will help us further trouble shoot the issue.
On 8/27/07, Steve R Burrus < burrus1 swbell.net">burrus1 swbell.net> wrote:
well actually the only "advice" which I got/received yesterday was from someone asking me what OS I was trying to do the PHP-Apache Server integration on and what was the purpose of the integration. And that was the
* only * response which I have received so far, thus my Repost earlier today (which I will apologize for if you might want me to).
----- Original Message ----- From: "Eric Covener" < covener gmail.com">
covener gmail.com> To: < users httpd.apache.org">users httpd.apache.org> Sent: Monday, August 27, 2007 4:00 PM Subject: Re: [users httpd] REPOST: [users httpd] Need Help [Again] w. PHP
and Apache.
> On 8/27/07, Steve R Burrus < burrus1 swbell.net">burrus1 swbell.net> wrote: >> Hi all. I need help ( again ) with trying to integrate PHP with the >> Apache
>> Web Server. I don't know how many times before I have had to seek >> assistance >> with doing this, but I still DO NOT know how to let's say easily do >> this!! I >> am working with PHP Version :
5.2.4.4 and the Apache Version : 2.2.4. > > http://catb.org/~esr/faqs/smart-questions.html#before > > (you were given some advice in first thread, which is only a day old)
> > -- > Eric Covener > covener gmail.com">covener gmail.com > > --------------------------------------------------------------------- > 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 unsubscribe, e-mail: users-unsubscribe httpd.apache.org">users-unsubscribe httpd.apache.org
> " from the digest: users-digest-unsubscribe httpd.apache.org">users-digest-unsubscribe httpd.apache.org > For additional commands, e-mail: users-help httpd.apache.org">
users-help httpd.apache.org >
--------------------------------------------------------------------- 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 unsubscribe, e-mail: users-unsubscribe httpd.apache.org">users-unsubscribe httpd.apache.org " from the digest: users-digest-unsubscribe httpd.apache.org">
users-digest-unsubscribe httpd.apache.org For additional commands, e-mail: users-help httpd.apache.org">users-help httpd.apache.org
|
| Re: w. PHP and Apache. |
  United States |
2007-08-27 16:43:51 |
Steve R Burrus wrote:
>well actually the only "advice" which I
got/received yesterday was
>from someone asking me what OS I was trying to do the
PHP-Apache
>Server integration on and what was the purpose of the
integration.
>And that was the * only * response which I have received
so far,
>thus my Repost earlier today (which I will apologize for
if you
>might want me to).
---------------- End original message.
---------------------
I think you are missing the point. People will be MUCH more
inclined
to help you if YOU do some work up front. It helps if you do
some due
diligence by searching for the answers you need as well as
reading
whatever documentation is applicable. As the saying goes
RTFM. If
after doing so, you still have a problem, then it is time to
ask a question.
You should tell us exactly what you are trying to do, what
OS, what
versions of software, is it from source or a binary package,
and you
should tell us precisely what you have done to attempt to
resolve the
problem. Posting a relevant portion of your httpd.conf is
often very
helpful and may get you a precise answer very quickly.
This is NOT a help line where you can demand that people
give you an
answer, nobody here is being paid to support you. This list
is a
community of users who may or may not know the answer you
seek. Even
if somebody does know the answer, if you don't ask the
question in a
meaningful, understandable manner or if the person is not
immediately
available to respond, you may not get an answer.
Reposting the next day with the exact same question is not
going to
change anything, well, maybe it will, it will change
(usually
negatively) the attitude of people who might be inclined to
help otherwise.
Dragon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
Venimus, Saltavimus, Bibimus (et naribus canium capti
sumus)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |
  United States |
2007-08-27 18:20:57 |
All that I have tried to do was to integrate the PHP
scripting language with
the Apache Server, i.e., be able to view PHP files with the
help of Apache.
And my OS is Win XP Pro.
----- Original Message -----
From: "Dragon" <dragon crimson-dragon.com>
To: <users httpd.apache.org>
Sent: Monday, August 27, 2007 4:43 PM
Subject: Re: [users httpd] REPOST: [users httpd]
Need Help [Again] w. PHP
and Apache.
> Steve R Burrus wrote:
>>well actually the only "advice" which I
got/received yesterday was from
>>someone asking me what OS I was trying to do the
PHP-Apache Server
>>integration on and what was the purpose of the
integration. And that was
>>the * only * response which I have received so far,
thus my Repost earlier
>>today (which I will apologize for if you might want
me to).
> ---------------- End original message.
---------------------
>
> I think you are missing the point. People will be MUCH
more inclined to
> help you if YOU do some work up front. It helps if you
do some due
> diligence by searching for the answers you need as well
as reading
> whatever documentation is applicable. As the saying
goes RTFM. If after
> doing so, you still have a problem, then it is time to
ask a question.
>
> You should tell us exactly what you are trying to do,
what OS, what
> versions of software, is it from source or a binary
package, and you
> should tell us precisely what you have done to attempt
to resolve the
> problem. Posting a relevant portion of your httpd.conf
is often very
> helpful and may get you a precise answer very quickly.
>
> This is NOT a help line where you can demand that
people give you an
> answer, nobody here is being paid to support you. This
list is a community
> of users who may or may not know the answer you seek.
Even if somebody
> does know the answer, if you don't ask the question in
a meaningful,
> understandable manner or if the person is not
immediately available to
> respond, you may not get an answer.
>
> Reposting the next day with the exact same question is
not going to change
> anything, well, maybe it will, it will change (usually
negatively) the
> attitude of people who might be inclined to help
otherwise.
>
> Dragon
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
> Venimus, Saltavimus, Bibimus (et naribus canium capti
sumus)
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
>
>
>
------------------------------------------------------------
---------
> The official User-To-User support forum of the Apache
HTTP Server Project.
> See <URL:http://htt
pd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
> " from the digest:
users-digest-unsubscribe httpd.apache.org
> For additional commands, e-mail: users-help httpd.apache.org
>
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |

|
2007-08-27 18:30:06 |
On Mon, 27 Aug 2007 18:20:57 -0500
"Steve R Burrus" <burrus1 swbell.net> wrote:
> All that I have tried to do was to integrate the PHP
scripting
> language with the Apache Server, i.e., be able to view
PHP files with
> the help of Apache. And my OS is Win XP Pro.
If you're a geek, you ask meaningful questions here when you
have
problems with your install.
Since you're evidently not, you should just install a
pre-packaged
version such as provided by xampp or apachelounge.
--
Nick Kew
Application Development with Apache - the Apache Modules
Book
http://www.apachetutor.or
g/
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |
  United States |
2007-08-27 21:02:50 |
On Mon, August 27, 2007 16:20, Steve R Burrus wrote:
> All that I have tried to do was to integrate the PHP
scripting language
> with
> the Apache Server, i.e., be able to view PHP files with
the help of
> Apache.
> And my OS is Win XP Pro.
>
Please stop top-posting and trim your posts. It's rude and
shows that you
do not care about clear communication. If you don't
understand why, go
here and read this: http://www.faqs
.org/rfcs/rfc1855.html
And also see this: http://ww
w.river.com/users/share/etiquette/
If you are unable or unwilling to answer the qustions you
have been asked
by other list members in an attempt to help you, then nobody
here is going
to be willing or able to help you. Nobody can diagnose your
problem
without relevant information.
Frankly, enabling PHP support on Windows is trivial and is
fully
documented on the PHP web site at http://www.php.net/ in 23
different
languages. If you had done a search for "PHP
installation windows" on
Google you would have found the page you need as the first
page returned.
Follow the documentation link on the top of the PHP home
page to get to
the installation procedure. Then RTFM. Be sure you use the
correct DLL
file for the version of Apache you are using. This too is
fully documented
on the PHP site.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
Venimus, Saltavimus, Bibimus (et naribus canium capti
sumus)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |
  China |
2007-08-27 22:22:13 |
-------- Original-Nachricht --------
> Datum: Mon, 27 Aug 2007 14:56:09 -0500
>
>
> Hi all. I need help ( again ) with trying to
integrate PHP with the
> Apache Web Server. I don't know how many times before I
have had to seek
> assistance with doing this, but I still DO NOT know how
to let's say easily do
> this!! I am working with PHP Version : 5.2.4.4 and the
Apache Version :
> 2.2.4.
Hmm,have you checked the message I've replied few days ago.
Just try a google you would find lots of useful info.
[snip]
This is really depend on what OS you are using.
I got the help documents just by google.
1)Installing Apache PHP and MySQL on windows:
http://www.php-mysql-tutorial.com/install-apache-p
hp-mysql.php
2)how to install/compile Apache2, PHP5 and MySQL 4.1 on
Linux:
http://www.kofler.cc/forum/forumthread.php?rootID=3571
[/snip]
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gm
x.net/de/go/multimessenger
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
| Re: w. PHP and Apache. |
  United States |
2007-08-28 16:31:28 |
well I am sure/certain that no one probably cares about this
and I doubt
that I will get a response, but I just wanted to say that I
finally got it
right with the PHP-Apache Server integration!!!
----- Original Message -----
From: "Dragon" <dragon crimson-dragon.com>
To: <users httpd.apache.org>
Sent: Monday, August 27, 2007 4:43 PM
Subject: Re: [users httpd] REPOST: [users httpd]
Need Help [Again] w. PHP
and Apache.
> Steve R Burrus wrote:
>>well actually the only "advice" which I
got/received yesterday was from
>>someone asking me what OS I was trying to do the
PHP-Apache Server
>>integration on and what was the purpose of the
integration. And that was
>>the * only * response which I have received so far,
thus my Repost earlier
>>today (which I will apologize for if you might want
me to).
> ---------------- End original message.
---------------------
>
> I think you are missing the point. People will be MUCH
more inclined to
> help you if YOU do some work up front. It helps if you
do some due
> diligence by searching for the answers you need as well
as reading
> whatever documentation is applicable. As the saying
goes RTFM. If after
> doing so, you still have a problem, then it is time to
ask a question.
>
> You should tell us exactly what you are trying to do,
what OS, what
> versions of software, is it from source or a binary
package, and you
> should tell us precisely what you have done to attempt
to resolve the
> problem. Posting a relevant portion of your httpd.conf
is often very
> helpful and may get you a precise answer very quickly.
>
> This is NOT a help line where you can demand that
people give you an
> answer, nobody here is being paid to support you. This
list is a community
> of users who may or may not know the answer you seek.
Even if somebody
> does know the answer, if you don't ask the question in
a meaningful,
> understandable manner or if the person is not
immediately available to
> respond, you may not get an answer.
>
> Reposting the next day with the exact same question is
not going to change
> anything, well, maybe it will, it will change (usually
negatively) the
> attitude of people who might be inclined to help
otherwise.
>
> Dragon
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
> Venimus, Saltavimus, Bibimus (et naribus canium capti
sumus)
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
>
>
>
------------------------------------------------------------
---------
> The official User-To-User support forum of the Apache
HTTP Server Project.
> See <URL:http://htt
pd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
> " from the digest:
users-digest-unsubscribe httpd.apache.org
> For additional commands, e-mail: users-help httpd.apache.org
>
------------------------------------------------------------
---------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|
|
[1-18]
|
|