Thanks so much! I'll try PHP by the file.
Doug
On 7/25/05, Doug Lipman <[EMAIL PROTECTED]> wrote:
Thanks so much, Joshua, for your helpful reply.
When you say,
>>First, it is not necessary to rename your files to use PHP. PHP can
>be configured to work on any extension, not just .php
I t
Joshua Slive wrote:
On 7/25/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote:
I got a hint from the subversion list that I could maybe post this here.
Any advice appreciated.
Overview
I just added mod_python to apache2 and my subversion repositories are no
longer accessible via TortoiseSVN. Update
On 7/25/05, Doug Lipman <[EMAIL PROTECTED]> wrote:
> Thanks so much, Joshua, for your helpful reply.
>
> When you say,
> >>First, it is not necessary to rename your files to use PHP. PHP can
> >be configured to work on any extension, not just .php
>
> I take it that you mean I can configure PHP
Thanks so much, Joshua, for your helpful reply.
When you say,
First, it is not necessary to rename your files to use PHP. PHP can
be configured to work on any extension, not just .php
I take it that you mean I can configure PHP to parse all .html files
in a web directory, by using an .htacc
joshua...
it appears that what i'm seeing has something to do with the use of the
VirtualHost/Directory directives/blocks.
is there a limit to the number of Directory blocks that Apache can have
within a VirtualHost? if i copy one of the Directory/Alias blocks to before
the VirtualHost block, Apa
Joshua Slive wrote:
On 7/23/05, Richard Kelsch <[EMAIL PROTECTED]> wrote:
None of my Perl scripts run anymore via Apache.
Let me explain. I've been writing simple Perl CGI scripts to run on a
local Apache service via port . Using a web browser on localhost
has been an easy w
I want to use Apache to
implement this scenario: Client -> MyMachine (with static content + cache,
back to client if request here) -> Remote Server -> MyMachine (remote
content in MyCache, if applicable) -> Client.
Currently, I use this configuration-
RewriteEngine On
Rewrit
Have you installed Service Pack 2?
If yes, that's the problem.
Windows XP Service Pack 2 activates a firewall, and also use to disconnect
the computer from the network when it decides that would be good to do so,
so you need to de-activate and then re-activate the network connection from
Control p
Hello,
I have apache installed as a service on a windows server 2003 machine.
When I tried to restart apache using apache -k restart, I get two
different behaviors.
At the command prompt interactively, everything runs fine.
But when this command is executed by apache itself (with mod_perl),
I want to use Apache to implement this scenario: Client -> MyMachine
(with static content + cache, back to client if request here -> Remote
Server -> MyMachine (remote content in MyCache, if applicable) -> Client.
Currently, I use this configuration-
RewriteEngine On
Rewri
It was thus said that the Great Markus Mayer once stated:
>
> Hi all,
>
> I have a problem at the moment which has certainly been solved elsewhere,
> however I don't find an answer using google.
[ ... ]
> If, for example, user143 comes in using ftp and knows that inside group86
> there is a
On 7/25/05, Dick Davies <[EMAIL PROTECTED]> wrote:
> > RewriteCond %{REMOTE_ADDR} !^10\.0\.11[2-9]\.*
> > RewriteCond %{REMOTE_ADDR} !^10\.0\.12[0-7]\.*
> > which I believe should get the intention of your first line. (Note
> > also the correct regex escaping of the '.'.)
>
> Thanks Joshua, just n
On 7/23/05, Richard Kelsch <[EMAIL PROTECTED]> wrote:
> None of my Perl scripts run anymore via Apache.
>
> Let me explain. I've been writing simple Perl CGI scripts to run on a
> local Apache service via port . Using a web browser on localhost
> has been an easy way of writing friendly soft
On 7/25/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote:
> I got a hint from the subversion list that I could maybe post this here.
> Any advice appreciated.
>
> Overview
>
> I just added mod_python to apache2 and my subversion repositories are no
> longer accessible via TortoiseSVN. Update returns t
On 7/25/05, Doug Lipman <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to use SSI (via XBitHack) to include a file or a bit of
> text in certain existing web pages only until a date I set in code.
> In other words, I want my pages to display certain text until an
> expiration date, and only until
On 7/25/05, bruce <[EMAIL PROTECTED]> wrote:
> i'm still trying to figure out how to 'turn off indexing' or hot to disable
> indexing of a directory in apache. i have a index.php file. if i rename the
> file, apache displays the directory of the document...
>
> i've reviewed what information i've
* Joshua Slive <[EMAIL PROTECTED]> [0737 18:37]:
> On 7/25/05, Dick Davies <[EMAIL PROTECTED]> wrote:
> > but since we're just matching a string (REMOTE_ADDR) with no network
> > information
> > it isn't going to cut it for the last two sites.
> >
> > Am I really going to have to have one line f
On 7/25/05, Dick Davies <[EMAIL PROTECTED]> wrote:
> I have content I want to serve up via http to intranet users, but have
> external IPs authenticate over SSL (mod_auth_ldap).
> # for main network users
> RewriteCond %{REMOTE_ADDR} !^10\.9\..*
> # XXX these are hosed
> # or our other
Sorry for being the bad guy this time, but this is not Apache related.
And BTW: Please post in plain text rather than this ugly font.
-ascs
From: Dave Morrow [mailto:[EMAIL PROTECTED]
Sent: Monday, July 25, 2005 7:06 PM
To: users@httpd.apache.org
Subject: [EM
Title: SSL with Apache/mod_ssl - Signing a CSR with MS CA
Hi all, I am attempting to sign an OpenSSL generated CSR with Microsoft Certification Authority.
I generated the CSR using the instructions the instructions on the Apache website and successfully got the CSR. When I attempt to sig
Hi all,
I'm trying to do what should be simple, can anyone suggest a better approach?
I have content I want to serve up via http to intranet users, but have
external IPs authenticate over SSL (mod_auth_ldap).
the internal nets are (say):
10.9.0.0/16
10.0.112.0/20
10.19.64.0/22
I solved this by
Hi,
Recently I found that there's a robot target (tailer made!) to my photo
gallery website. It try to bulk download images from my website in rapid
rate, and with "Microsoft URL control" as agent name. It even open for
public download, encourage people using the software to download images from
m
I wanted to do a search and replace at the command line, but it didn't work,
even though the same regular expression worked in my cgi-bin. Could somebody
tell me why the substitution in the first script doesn't replace anything in
the file, while the one in the second script does? The file I'm att
i'm still trying to figure out how to 'turn off indexing' or hot to disable
indexing of a directory in apache. i have a index.php file. if i rename the
file, apache displays the directory of the document...
i've reviewed what information i've been able to find via google. i have the
following in m
Hi all,
I have a problem at the moment which has certainly been solved elsewhere,
however I don't find an answer using google.
We have an apache server running on a Unix system (AIX now, Solaris soon)
where users upload their web data using ftp. Our problem is that our current
scheme on the f
> > i'm trying to figure out how to stop apache from displaying the
> > directory
> > contents if the index.html/php/etc file is not found...
I usually don't compile module autoindex during apache installation.
If you don't compile apache yourself, just comment it out from config
file (hopefully
I'm glad it is.
Thanks for the feedback.
-ascs
-Original Message-
From: Ranjan, Rajiv [mailto:[EMAIL PROTECTED]
Sent: Monday, July 25, 2005 3:47 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Reverse proxing through apache where backend
server uses cookie authentication
Thanks Alex. It's working now.
_Rajiv
-Original Message-
From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 21, 2005 6:41 PM
To: users@httpd.apache.org
Cc: Ranjan, Rajiv
Subject: RE: [EMAIL PROTECTED] Reverse proxing through apache where backend
server uses cooki
On 7/24/05, Joe A <[EMAIL PROTECTED]> wrote:
> Does the Win32 version of Apache have a parent process that is running on an
> administrator account and the children processes are guest accounts and are
> the only ones sending/receiving to and from the Internet?
The parent-child thing is there, b
Hi,
Since some time we have a problem with our Apache server.
Version is 2.0.54, installed on a Suse server
(vmlinuz-2.6.5-7.97-bigsmp
).
The apache server is authenticating users on an
Active Directory server ( W2K ), using the mod_auth_ldap
module. Normally this works fine,
> -Original Message-
> From: Peter J Milanese [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 25, 2005 10:54 AM
> To: users
> Subject: Re: [EMAIL PROTECTED] What the is Apache doing.
>
>
> Edonkey is not illegal How you use it may be though!
>
Actually, I found very usefull, to
> -Original Message-
> From: Christopher Malton [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 25, 2005 10:32 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] What the is Apache doing.
>
>
> I can get to the file fine!!
>
> No probs here! Mozilla Firefox 1.0.4
>
>
Edonkey is not illegal How you use it may be though!
--Original Message--
From: Tomas Larsson
To: users
ReplyTo: users
Sent: Jul 25, 2005 11:36 AM
Subject: RE: [EMAIL PROTECTED] What the is Apache doing.
Using MS IE6, Other users using Opera, firefox, with the same result.
Wit
Using MS IE6, Other users using Opera, firefox, with the same result.
With best regards
Tomas Larsson
Sweden
Verus Amicus Est Tamquam Alter Idem
> -Original Message-
> From: Jean-Christophe Montigny [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 25, 2005 10:09 AM
> To: users@httpd.apac
I can get to the file fine!!
No probs here! Mozilla Firefox 1.0.4
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: 25 July 2005 09:26
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] What the is Apache doing.
> > -Original Message-
> > From: Kris
> > -Original Message-
> > From: Krist van Besien [mailto:[EMAIL PROTECTED]
> > Sent: Monday, July 25, 2005 8:19 AM
> > To: users@httpd.apache.org
> > Subject: Re: [EMAIL PROTECTED] What the is Apache doing.
> >
> >
> > On 7/25/05, Tomas Larsson <[EMAIL PROTECTED]> wrote:
> > > Sorr
> -Original Message-
> From: Krist van Besien [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 25, 2005 8:19 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] What the is Apache doing.
>
>
> On 7/25/05, Tomas Larsson <[EMAIL PROTECTED]> wrote:
> > Sorry , I messed it
busted on a mailing list, openly telling people you're using an edonkey
client to browse on the 'net : PRICELESS
Tomas Larsson a écrit :
Sorry , I messed it up a little this is the way it is:
Im getting this in my logs
"GET /pub/xm/mek1/RAR/4hp18.zip.ed2k HTTP/1.1" 404 975 "-" "ed2k"
And
DNS lookups currently show:
bio-world.com A 66.64.142.34
new.bio-world.com A 66.64.142.34
and no PTR records.
Is this setup temporary pending you getting the new site on-line? Is your
intention to eventually make new.bio-world.com point to your Apache server on
66.64.142.35?
I do note that ht
39 matches
Mail list logo