On Wed, 18 Dec 2013, Dan Mahoney, System Admin wrote:
All,
We're in the process of spinning off our support department from one domain
to another. This seemed simple enough, but the SSL is challenging.
I'd like to ask about a weird certificate bug that I've encountered.
All,
We're in the process of spinning off our support department from one
domain to another. This seemed simple enough, but the SSL is challenging.
I'd like to ask about a weird certificate bug that I've encountered. The
issue is pretty basic -- I have an SSL cert with support.newdomain.com
Summary: In apache 1.3, files that were #included in SSI were NOT
subject to rewrite rules. In 2.2, they are. I discovered this after
getting many "unable to include" warnings. I want to find a way to negate
a rewriterule.
Background 1:
In my main public_html .htaccess, I have the followin
Hey all,
I recognize that there are reasons for having the default welcome page be
the simple, boring "It Works!" (not wanting to expose version or type of
running software), but I kind of miss the old pages with the logos. The
geek in me wants to proudly announce what I'm using.
Is there s
On Thu, 11 Dec 2008, Lester Caine wrote:
Someone seems to have switched off the [EMAIL PROTECTED] again?
http://gushi.livejournal.com/451615.html?mode=reply
Note the date predates this little disaster, but I've switched over to
this and been happier for it...this way when I shuffle all my li
Hey all,
Has anyone tried compiling mod_version under apache 1.3 or have any
pointers for getting it to work?
I'd like to slowly migrate all my vhosts over to a format where I can
easily mode-switch them between one and the other, and this is kinda
critical since there's no "ifmodule" I can
On Thu, 10 Jan 2008, RexWinthrop wrote:
Hi All,
I have now successfully enabled mod_ssl and is listed under (apachectl -l)
Compiled in modules and Loaded modules in (apachectl -M )Loaded Modules
My question is I am able to access apache server using http://localhost and
http://192.168.1.59 from
On Thu, 27 Dec 2007, mattias wrote:
Where to find frontpage server extensions for apache2
For debian
If it are possible
http://www.rtr.com/fpsupport/
-Dan Mahoney
--
"One...plus two...plus one...plus one."
-Tim Curry, Clue
Dan Mahoney
Techie, Sysadmin, WebGeek
Gushi on e
On Wed, 26 Dec 2007, SAILESH KRISHNAMURTI, BLOOMBERG/ 731 LEXIN wrote:
./configure --prefix= --enable-module=ssl
--enable-shared=ssl --enable-module=so --enable-module=expires
--enable-shared=expires --with-perl=/usr/local/bin/perl
Well...It looks like you're not adding any modules you don't
On Wed, 26 Dec 2007, SAILESH KRISHNAMURTI, BLOOMBERG/ 731 LEXIN wrote:
Hi, I was compiling a fresh 1.3.26 apacche instance, to eventually replace our
current 1.3.26 instance to correct some perofrmance bottleneks etc ... Curently
the main improvement I have made is to set the HARD_SERVER_LIMIT t
On Mon, 24 Dec 2007, mattias wrote:
Anyone know where to download frontpage extensions for apache
I run debian
They're no longer supported, and are no longer available.
They *were* available from rtr.com
-Dan
-
The offic
On Mon, 24 Dec 2007, mattias wrote:
Anyone know where i can find a webadmin for apache
For ex create hosts
Not webmin
I could be silly and suggest a web-based SSH client :)
Webmin does everything you could ever need, but there can be a lot of
steps, and it's not always intuitive.
Failing t
Hey all,
I came across this http://httpd.apache.org/related_projects.html:
Apache-SSL
Apache-SSL is an encrypting web server, based on Apache and OpenSSL, which
implements Secure Sockets Layer (SSL) functionality as a set of patches to
existing Apache source code.
The webserver is distribut
etcat, really.
-Dan
as last resort something like this:
CustomLog "| hose 1.2.3.4 5000" common
Thanks,
Gabriel
"Dan Mahoney,
System Admin"
<[EMAIL PROTECTED] To
.or
On Thu, 15 Nov 2007, [EMAIL PROTECTED] wrote:
Hi all,
I'd like to have number of apache servers logging remotely to a syslog-ng
server. Logging using syslogd -r is not an option, since I don't have root
on this machines. I'm thinking to pipe the logs an aplication which would
do the job (like n
On Tue, 13 Nov 2007, Carlos Eduardo Maiolino wrote:
What php code, exactly, are you using to send mail.
Chances are, your MTA called from within the jail is writing to a queue
directory within the jail that your main MTA cannot send from.
-Dan
Hello my friends,
I have a http server with A
I just tried to build apache 2.2.6 from scratch.
I, for various reasons of wanting to keep apache separate from other
things, for example, to virtualize my apache users, prefer everything in a
single dir -- so the ports route isn't for me.
Because apr-db42 had been installed as part of a subv
On Sun, 7 Aug 2005, maohai huang wrote:
Well, presumably, in order to read the URL string from the user agent
you'd have to answer the connection. So already there's a server running,
obviously.
And it greatly breaks the protocol to just close the connection without
sending some sort of err
On Tue, 2 Aug 2005, Brian Candler wrote:
I can easily set up access logs such that the Host: header is included; this
allows the logs to kept in a single file and then post-filtered to separate
them out per virtual user. e.g.
LogFormat "%{Host}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{Us
On Tue, 2 Aug 2005, Brian Candler wrote:
I saw a set of patches a while ago for this, that someone had written
around the time of 1.3.28-1.3.29
If you can't find them, I may still have them and/or the email address of
the author.
-Dan
I can easily set up access logs such that the Host: he
On Mon, 1 Aug 2005, Brian Candler wrote:
What's the current best way to support frontpage publishing? [*]
The two main contenders I've found are:
- http://www.rtr.com/
- http://sourceforge.net/projects/mirfak
Anyone here have a view as to which is better (for your own definition of
'better')?
On Thu, 28 Jul 2005, Joshua Slive wrote:
Well, that's not quite true.
If you're talking about a *single* script (like a password change script
or something)...
first, realize that there's a number of reasons doing auth against
/etc/passwd is BAD.
http://httpd.apache.org/docs/1.3/misc/FAQ.h
On Thu, 28 Jul 2005, Brian Candler wrote:
Also, if you want the wrapper to run a shell, call a script, like one that
starts with #!/bin/sh
-Dan
I have a suexec-related question. I'm running (and looking at the source
code for) Apache 1.3.33.
I am mapping the Host: header to the filesystem
On Thu, 28 Jul 2005, Brian Candler wrote:
If you don't have a shell, then your system runs /bin/echo, no?
However, shell environment variables are not present, correct.
-Dan
I have a suexec-related question. I'm running (and looking at the source
code for) Apache 1.3.33.
I am mapping the Ho
On Thu, 28 Jul 2005, dtufs wrote:
The Apache server runs on Debian 3.1 (latest stable),
2.4.x kernel.
Okay, so first, remove all the modules (if they're being dynamically
loaded) and see how much ram each child uses. If it's not <1.5 megs, stop
there and try a different webserver (or compil
On Thu, 28 Jul 2005, Chase wrote:
You could always create an errordocument CGI that returns a LOCATION
header that sends them to foo.net :)
-Dan
got it working.
here's what i did:
in /.htaccess, i've got:
RewriteEngine on
RewriteRule ^(.*)$ http://www.foo.com/$1 [R=301,L]
and in
On Fri, 1 Jul 2005, Jaeger wrote:
It can't be done through plain htaccess.
You have three options.
1) Hack the source code for mod_autoindex. Ugly.
2) Find an alternate module that does this. Hard.
3) Write something in the language of your choice (perl, php, c, python)
that does this, and
On Wed, 8 Jun 2005, dan wrote:
Is there a public IP on this thing?
-Dan
Oskar Eyb wrote:
hm.. are there still any ideas?
Can ya provide some more details, please?
Thanks
-dant
-
The official User-To-User support forum o
On Tue, 7 Jun 2005, Simon Maltby wrote:
What does the error log say?
Finding a "tail" program that can continually look at a logfile as it
comes in might help you a lot.
-Dan
Hi. I've just got Apache to run a web server on my computer, however when I
try and go to my web page it gives a 40
server.
Is there a way to find, and remove the software once it has found it's way
on?
thanks,
Eben
Dan Mahoney, System Admin wrote:
On Mon, 6 Jun 2005, Eben Goodman wrote:
If you're doing multi-hosting, look into suexec. the fact that it runs
CGI's as the user is kinda s
On Mon, 6 Jun 2005, Eben Goodman wrote:
If you're doing multi-hosting, look into suexec. the fact that it runs
CGI's as the user is kinda secondary to the fact that it shows you WHICH
user uploaded the insecure script.
For PHP scripts, I've had good luck running suPHP (which is not an
offic
ers@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Newbie CGI: nested href
I have a legacy tree with numerous branches, and many relative links.
I was hoping to get it all with one CGI.
Mike.
--
Michael D. Berger
[EMAIL PROTECTED]
-Original Message-----
From: Dan Mahoney, System Admin [mailto:[E
On Sat, 4 Jun 2005, Michael D. Berger wrote:
Try putting the cgi in the same directory as the html file and turning on
execCGI in that directory? That's the easy answer. I suppose there's
something harder involving mod_rewrite.
But since you're parsing the html anyway, you could rewrite the
On Fri, 3 Jun 2005, Teng Wang wrote:
My persoanl home dir is built on a NFS drive. Then I built a
"public_html" in my home dir and set necessary attributes
but each time when I visit http://host/~username/,
I got 403 error.
What does your error_log say about why it's handing off the 403?
Ther
On Fri, 3 Jun 2005, Robert Zagarello wrote:
Oskar,
Try to connect to the httpd using the following:
openssl s_client -connect youripaddress:443, and let me know if this works
(it should spit out normal http) once it's connected. You should get a
blank, at which point you should be able to ty
On Fri, 3 Jun 2005, Justin Conover wrote:
the httpd is defined interally to the apachectl script, as well as in your
httpd.conf
-Dan
other than these.
# Path to the apachectl script, server binary, and short-form for messages.
apachectl=/usr/sbin/apachectl
httpd=${HTTPD-/usr/sbin/httpd}
pro
On Thu, 19 May 2005, George Monappallil wrote:
This is in the FAQ. Please read.
http://httpd.apache.org/docs/misc/FAQ.html#rotate
Reading the docs == good.
Michael: can you summarize at the end. I am looking for an answer to
this also, and would greatly appreciate it.
Thanks,
-George
-Origina
o be handled with the PHP module. Reading the docs == good.
-Dan
I would appreciate any help.
On 5/18/05, Dan Mahoney, System Admin <[EMAIL PROTECTED]> wrote:
On Wed, 18 May 2005, Kory Wheatley wrote:
1) No, just build php with --with-apxs=/usr/local/apache/bin/apxs (or
wherever your syste
On Wed, 18 May 2005, Kory Wheatley wrote:
1) No, just build php with --with-apxs=/usr/local/apache/bin/apxs (or
wherever your system has it). That's the point of DSOs.
2) No you would not need a new certificate. Only if the domain name of
the site the certificate served (the commonname, i.e. w
On Sat, 14 May 2005, Nick Kew wrote:
Dan Mahoney, System Admin wrote:
Hey all...
I'm having some difficulty compiling a module with apxs -- I get a .o
file, and a .la and a .lo file -- but no shared object.
Did you try "apxs -i mod_whatever.la" ?
Of course, I've been dealing wi
Hey all...
I'm having some difficulty compiling a module with apxs -- I get a .o
file, and a .la and a .lo file -- but no shared object.
Apache 2.0.54 under FreeBSD 4.10.
I found something in README.platforms that gives me a hint, that the
current autoconf2.53 is somewhat broken under FreeBSD, a
41 matches
Mail list logo