official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
f.
But: mod_suexec is loaded in 2.2 and not loaded or built in in 2.0.
This is a difference I hadn't thought about or even known about. I don't
really know about suexec or how it should be configured, but it looks
like it could be close to my problems. Thanks for the pointer.
Steve P
St
ED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
e CGI log
displayer; once I've run this CGI script, even "TAIL" won't display the
log). This is what I'm doing now, but I'd like to know why my CGI script
works only once.
--
Steve Swift
http://www.swiftys.org.uk
er support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
missing?
--
Regards,
Scott Dudley
-
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, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional comma
t forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
r
supplies, RAID disc and physically separate processors, but now
we'restarting to talk a few thousand dollars/pounds.
Option 2 will cost you an extra box, and introduce a new single point
of failure.
--
Steve Swift
http://www.swiftys.org.uk
all bar IBM
personnel and expert hackers.
--
Steve Swift
http://www.swiftys.org.uk
Vincent, Thank you.
We use both "Allow" and "Deny", but only with numerical addresses or subnet
masks.
--
Steve Swift
http://www.swiftys.org.uk
>
> If you trace what is being looked up, it might give you a clue to where
> the queries are coming from. Turn on query logging or use tcpdump.
--
Steve Swift
http://www.swiftys.org.uk
particular IP address to think that my website is
completely empty.
And yes, it is a fixed IP address, so it's worth doing. It will cause them a
lot more grief to negotiate a different IP address, and hopefully they will
abandon their probing.
Then they'll stop pestering my server with req
s a way to stop
that.
On 23/08/07, Vincent Bray <[EMAIL PROTECTED]> wrote:
>
> Yep, good point. Use the anchors.
>
--
Steve Swift
http://www.swiftys.org.uk
hat is preventing
it from working?
What's in your "Logformat ... common" line?
--
Steve Swift
http://www.swiftys.org.uk
this be somewhere in the Start Menu, under "Control
Apache Server" ?
--
Steve Swift
http://www.swiftys.org.uk
.
Steve Swift
http://www.swiftys.org.uk
ause the second Require directive to
> be processed last, overriding the first one, rather than vis-versa.
I wish this were so, but I simply cannot find a combination that works.
Steve Swift
http://www.swiftys.org.uk
---
the directory.
It matches /var/www/cgi-bin/users/test - but the directory name is
/var/www/cgi-bin/users - the "test" part is the filename of my test script.
Oh, well. It's working. I can leave worrying about why for another day.
Thank you for giving me the will to pe
Each virtual host has (or certainly *should* have) a distinct servername. You get to the virtual hosts by going to http://servername/If this doesn't work it might be a problem with your browser, but it would have to be very old to cause such a problem!
On 08/08/06, Marc MENDEZ <[EMAIL PROTECTED]> w
If you were to add:Alias / "/u01/app/oracle/product/oracle10g/Apache/Apache/htdocs/pddataprev/deqs/"(all on one line) and remove your from index.html then that would have the effect of fetching all documents which appeared to com from the root from its directory "deqs".
On 08/08/06, José Euclides
This should work for you:EnableSendfile on-- Steve Swifthttp://www.swiftys.org.uk
oo.com-
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, e-mail:
[EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]-- St
Providing you don't have too many application variables you could use environment variables set in the Apache configuration with the "SetEnv" directive, or inherited from whatever process starts your Apache with the "PassEnv" directive.
It all depends if you have access to update your apache config
lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this messa
he.org/userslist.html> for more info.To unsubscribe, e-mail:
[EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
If you want to map /anything to your default.php then look at ScriptAliasMatch or AliasMatch, depending how you setup access to default.php (I have no experience of how php is set up)
On 21/08/06, Michelle Konzack <[EMAIL PROTECTED]> wrote:
Hello Steve,Am 2006-08-21 11:32:38, schrieb Steve
The Apache directive:AliasMatch ^/[^/]*$ /path/to/default.phpWill cause any URI which is a "/" followed by a single "word" to be handled by the file /path/to/default.php
On 21/08/06, Michelle Konzack <[EMAIL PROTECTED]> wrote:
Hi back...Am 2006-08-21 14:16:10, schrieb St
Do you have a NameVirtualHost directive? If so, what does it contain?Also, it is usual to put the the value from the Hostname directive inside the like this:NameVirtualHost *:80
Steve SwiftOn 22/08/06, RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
Using Apache/1.3.34 (Unix) PHP/4.4.2 config
/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest:
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
If we monitor the /server-status page of our apache 2.0.57 running under linux we notice a build up of processes that are hung in state "W", which is "Sending Reply":6-1 13451 1/3/3 W
0.83 1141 0 0.0 0.01 0.01 9.135.165.197 climate.uk.ibm.com POST /sat/satinde
We have two apache webservers running release 2.0.57On one of them, if we ask for a non-existent script from a protected directory we get the 404 Not Found response without a prompt for username and password.On the other one, we get prompted for username and password and when we get those right we
Your 2ndscreen URL looks very suspicious; I've never seen /cgi-bin which was not followed by something. Whatever has handled that URL looks like it has sent out a page with a URL containing http://192.168.0.2
On 03/09/06, John Tunstall <[EMAIL PROTECTED]> wrote:
Hi. I have a problem!
I am
Well, you will probably have to inspect the CGI script that handles /cgi-bin/ai to see why/if it is returning http://192.168.0.2 amongst its outputIf I were to guess, I'd say that the CGI script is trying to determine the address of the server in order to generate URL's that refer to the server. If
the IP address to be used?
Thanks again.
JohnT
- Original Message -----
From:
Steve
Swift
To:
users@httpd.apache.org
Sent: Monday, September 04, 2006 8:06
AM
Subject: Re: [EMAIL PROTECTED] Apache and
router
Well, you will probably have to inspect the CGI script t
If what you've posted is accurate, the second host is not used because you missed a dot from: ServerName wwwhost2.com
Surely it should be www.host2.com ?-- Steve Swifthttp://www.swiftys.org.uk
I know of no way to trace the mechanism that Virtual Hosts uses, but from observation of several working systems, and close scrutiny of the documentation, it goes mostly like this:1. Read the "NameVirtualHost xxx" directive to identify which address/ports activate Virtual Hosts.
On match, pro
>Incidentally, this is something to check; is your client really sending>a Host header? To do so, it must be using HTTP/1.1 (all modern browsers>do so). Please confirm that you are using a recent browser to test this
>server.A quick test would be to go to http://www.swiftys.org.uk as this is a (non
r on the Protection of Personal Data.
-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, e-mail: [EMAIL PROTECTED] " from the digest:
[EMAIL PROTECTED]For additional commands,
Is there a configuration directive or some trick that I could use to kill a CGI script if it runs for longer than, say, 120 seconds?If any of my scripts run for longer than 30 seconds or so, they are certainly in a loop, and will continue forever, until I notice and kill them manually.
I've not fou
> But apache won't (can't!) kill the process that's looping...The operating system is Linux. The separate threads are spawned as "apache" (in our case) but there is still the root process running httpd - that should have no problems killing of looping CGI processes, if it wanted to.
However, I'll a
I've never come across SCRIPT_URL - were you thinking of SCRIPT_NAME ?On 24/09/06, Karl Orbell <[EMAIL PROTECTED]
> wrote:Hello, a server I'm working with is running:
Apache/2.0.55
PHP/5.1.2
With a lot of RewriteRules working fine.
However, sometimes I need to know what the request was before
If you want relative to the Document Root then consider using On 24/09/06, Vinay Y S <[EMAIL PROTECTED]
> wrote:Hi,I want to use relative paths in and
all other places wherever paths are required; and change only theServerRoot and DocumentRoot based on where my server is installed. Iwant to know i
en a zero length post for months now; I suspect it is either the
result of the update I applied to my CGI scripts or (more likely) a
corporate-wide rollout of some IE update in the company where I work (IBM)
Steve Swift
http://ww
"No Listening ports available" implies that something else is already listening on port 80. This is probably the windows IIS system. You'll have to configure that not to start the webserver portion of IIS, or configure it to listen on a port other then 80.
I last did this about 15 years ago, so I
One possibility is that one of your CGI's is writing a null line to STDERR. Can you correlate the times in the error log with the times in the access log to work out the culprit?It might not be your code that is generating the STDERR - I once had a system call that generated a line on stderr even
---
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, e-mail:
[EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
Alias /subdir/* full-path-to-pageShould do the trick. If you're worried about people entering the "subdir" part in upper- or mixed-case then you can use:AliasMatch /[Ss][Uu][Bb][Dd][Ii][Rr]/.* full-path-to-page
There may be a better way to do case-insensitive matching, if so I'd be glad to learn it
If you want to run a cgi program without using its extension you should look into using the ScriptAlias or ScriptAliasMatch directives.On 05/10/06, Rafael del Aguila
<[EMAIL PROTECTED]> wrote:
Hi,
I'd like to know how can Apache2 run a cgi program without using its file extension.
In my Apach
roject.See http://httpd.apache.org/userslist.html> for more info.To unsubscribe, e-mail:
[EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
--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, e-mail: [EMAIL PROTECTED] " from the digest:
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
ed to get relatively slow transfers sending data FROM your system. That's what the "A" in ADSL stands for - Asymmetrical; fast download and slow upload.
You can get lines that work the other way around, and they are designed for running servers. You get a fast upload speed and a slow
ser support forum of the Apache HTTP Server Project.See
http://httpd.apache.org/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest:
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
Out of the box Apache will display one of the index.html* files in the directory pointed to by the "DocumentRoot" directive in the https.conf configuration file. I say one of the index.html* files because it comes with a plethora of languages defined.
On 12/10/06, David Blomstrom <[EMAIL PROTECTED]
--
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, e-mail:
[EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
pool() which is done at the end ofrequest cycle, orduring hard timeouts.
The logic here also covers runaway cgi apps.Didn't confirm if the same exists in apache 2x but I would besurprised if this functionality was removed.RaviOn 10/11/06, Steve Swift <
[EMAIL PROTECTED]> wrote:> As f
Ah, that's different - your timeout is occurring trying to read your CGI
script - it is not getting to execution.
I've never had this problem, so I cannot help you
Steve Swift
http://www.swiftys.org.uk
-
The offici
User-To-User support forum of the Apache HTTP Server Project.See
http://httpd.apache.org/userslist.html> for more info.To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest:
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-- Steve Swift
http://www.swiftys.org.uk
scripts even in execution (as longas it doesn't trick the server as mentioned above).BTW I did not have any issues - I was just responding to the originalcomment that apache does not handle runaway scripts which is not true.
RaviOn 10/17/06, Steve Swift <[EMAIL PROTECTED]> wrote:> Ah, that
as?Thanks, ByeLorenzo-
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, e-mail:
[EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [E
do, which takes several minutes.
At the moment I'm handling it by creating a detached task to run the batch
portion but since the batch process requires access to the variables that
built the HTML page it would be much simpler if I could manage it in one run
of the CGI script.
--
S
t;[EMAIL PROTECTED]> wrote:
Since you already using a detached task to run the batch job, if it's not
too much work and the result of the batch job is not a requirement for the
response, can you just pass your variables to the batch job?
--
Steve Swift
http://www.swiftys.org.uk
more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
ow is this VirtualHost definition working in conjunction with
"NameVirtualHost *:80" ?
--
Steve Swift
http://www.swiftys.org.uk
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, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
and the cert will work for all of the vhosts.
--
Steve Swift
http://www.swiftys.org.uk
igest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
---
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, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
; -k start
With the "Start in:"
"C:\Program Files\Apache Software Foundation\Apache2.2\"
On 07/12/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
Steve Swift wrote:
> You said that you were double-clicking the httpd.exe
> That would make the current directory:
&
cial User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
erslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
utside.
-
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, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
St
his problem?
Any ideas?
Thanks!
--
Steve Swift
http://www.swiftys.org.uk
info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
http server is
being bypassed. I can't figure out how to rewrite how my cgi programs are
addressed. I don't want the Document Root included, I need the http://
format for them to run.
EG
--
Steve Swift
http://www.swiftys.org.uk
Save one of the pages generated by your CGI scripts as static HTML, on the
same server that is serving your CGI scripts.
Load this page, and work out why the .js functions are not working, and fix
your CGI until it generates html that works.
On 17/12/06, michaeljay <[EMAIL PROTECTED]> wrote:
I
hat when cgi is used
it is fed a different argument?
EG
- Original Message -
From: Steve Swift
Date: Saturday, December 16, 2006 2:04 am
Subject: Re: [EMAIL PROTECTED] Address CGI w/ URL and not Path Name
To: users@httpd.apache.org
> When you use the "C:/directory/file" forma
s. That's
why bad people try to "download" these to hack an IIS based web server. As
far as I know you can't do anything against it...
Gergely POLONKAI
--
Steve Swift
http://www.swiftys.org.uk
the users language preferences, but I suspect I need
more detail than that.
--
Steve Swift
http://www.swiftys.org.uk
o unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
webroot webroot4197 Feb
27 2006 main.php
-rwxrwxr-x 1 user_u:object_r:user_home_t webroot webroot 529 Nov
29 2005 menu.php
The index.php is supposed to execute main.php and menu.php.
What could be wrong with the file permission properties?
Thank you.
pine
get same problem
Thank's
--
Dhika Cikul
-
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, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additi
't work for you (and I've never seen such an explicit
message from apache itself, so this may be coming from something else)
On 03/01/07, Dhika Cikul <[EMAIL PROTECTED]> wrote:
2007/1/3, Steve Swift <[EMAIL PROTECTED]>:
> In order for apache to access /home/mydomain/
I've just noticed the "SUEXEC" in the subject. I don't think this is
anything to do with SUEXEC, but if it is, then step (13) of the SUEXEC
process determines that the CGI which is being accessed lies within the
Doc_Root as defined by "suexec -V"
--
Steve Swift
http://www.swiftys.org.uk
No service install needed.
If you do want to install the service, for production or convenience,
follow the installation directions (httpd -k install -n Apache22 if I
recall correctly) but do remember that httpd.exe is not in your PATH.
S.
--
[EMAIL PROTECTED] http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
--
Steve Swift
http://www.swiftys.org.uk
though.
I got a group of four of them in the space of one second, so my theory is
that the faults occur loading images associated with one page. I can't think
of anything else that would cause such a cluster of errors; the server takes
about one hit per minute, on average.
--
Steve Swift
http://www.swiftys.org.uk
do I need to obtain
mod_log_forensic.so from somewhere?
See mod_log_forensic which is designed to handle exactly this sort of
problem.
--
Steve Swift
http://www.swiftys.org.uk
-
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, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
MAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
otherwise and the sender is
authorised to state them to be the views of the sender's company.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html&g
.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
r additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
-
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, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
:31 2007] [error] [client 127.0.0.1] File does not exist:
/var/www/mrtg/imgdot-1x1-transp-ff.gif, referer:
http://localhost/mrtg/
[Fri Jan 19 11:19:35 2007] [error] [client 132.239.157.153] client denied
by server configuration: /var/www/mrtg
[Fri Jan 19 11:19:36 2007] [error] [client 132.
? I did it then restarted
Apache but the error remained.
Any help or guide is very thankful
Can Le
--
Never miss an email again!
Yahoo!
Toolbar<http://us.rd.yahoo.com/evt=49938/*http://tools.search.yahoo.com/toolbar/features/mail/>alerts
you the instant new
ncludes +ExecCGI MultiViews (tried)
Order allow,deny
Allow from all
Can you show me why I unchecked Read Only in my Windows XP, but after 1 or
2 second it returned Checked Read Only ? What permission should I take in
Registry for system, Adm, and owner?
Thank you for your helps.
Can Le
*Steve S
ver Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Steve Swift
http://www.swiftys.org.uk
1 - 100 of 134 matches
Mail list logo