ROTECTED]
If you're using the default configuration, you can just look if Apache
is listening on port 443. 'netstat -an | grep 443' should tell you on
most *nix flavors.
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
op
ss and looking for interesting errors or messages written that
don't end up in the logs.
And check with your sysadmin(s) to see if any recent patching or other
system work might have changed linking in any way on this host.
--
Craig Dunigan
IS Technical Services Specialist
Middleware -
with 'httpd -l'.
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
opinions expressed are my own, not the University's
-
The official User-To-User suppor
the order in which Apache sets variables
and writes to the log. Or perhaps it was just overkill on my part,
not wanting to miss anything. But it's working for me.
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS
ache.org/docs/2.0/howto/public_html.html, which details
what you probably should be using instead of the scheme you now have.
Here's a hint in case you don't want to use UserDir: "man umask." Be
careful, though, this can have unintended consequences!
--
Craig Dunigan
IS Technical
ommands, e-mail: [EMAIL PROTECTED]
Find and install the httpd-devel rpm. Don't know anything about yum,
sorry. I think the httpd-devel package is included in the
installation CDs. But Nick's right, this is really a RedHat question.
--
Craig Dunigan
IS Technical Services Specialist
Midd
rom disclosure. Distribution or copying of this e-mail, or the
information contained herein, to anyone other than the intended
recipient is prohibited.
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
opinions exp
Prakash
http://httpd.apache.org/docs/2.0/mod/core.html#location
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
opinions expressed are my own, not the University's
e?
Regards,
David
-
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 PROTE
7;t know why and how to solve this
problem", I have to say that I suspect that it means that you did
*not*, as I recommended, read all of
http://fedora.redhat.com/docs/selinux-faq-fc3/. I'm guessing that
you'll continue to struggle until you do.
--
Craig Dunigan
IS Technical Se
from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [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 P
hine directed to "http://localhost"; or
"http://localhost.localdomain.xxx,"; depending on which you wound up
with. And, it has the added benefit of being unreachable from
anywhere _but_ that local machine, so you have no security worries.
--
Craig Dunigan
IS Tech
d bet that's the
trouble.
We were able to get away with turning off authentication on the
Directory block containing the MS files because we were also using
cookie-based session and authorization management, which redirected
any attempts to access the files directly (w/o having logged in to
Have you tried the mod_python manual?
http://www.modpython.org/live/current/doc-html/
In particular, you probably want the section titled "Python API."
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
opinions expressed are m
not to write your own control script when a well-tested
one comes with Apache.
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
opinions expressed are my own, not the University's
On Mon, 15 Aug 2005, Spike Burkhardt wrote:
&g
Each instance should already have its own control script, apachectl,
in the bin directory, with paths specific to that instance.
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
opinions expressed are my own, not the University'
27;s
FTP client.
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
opinions expressed are my own, not the University's
On Mon, 15 Aug 2005, Craig Dunigan wrote:
> It sounds like you're using "publish" to mean "uploa
fault config file prevents that. If not,
you'll have to clarify what you mean by "publish."
--
Craig Dunigan
IS Technical Services Specialist
Middleware - EIS - DoIT
University of Wisconsin, Madison
opinions expressed are my own, not the University's
On Mon, 15 Aug 2005,
eover, it's not Apache that is serving those files. It's the OS
itself. The browser lives on the filesystem, so the browser can read
the filesystem when it's run by someone logged into that computer. No
one can use "file://" from a remote machine and read your fi
ROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
Isn't this better handled by setting this VirtualHost's DocumentRoot
to and DirectoryIndex to 'index.jsp'? Then
you don't buy the extra overhead of a redirect.
--
Craig Dunigan
IS Technical
ail: [EMAIL PROTECTED]
>" from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
I was under the impression that the browser controls the contents of
that dialog box. Apache simply returns a 401, then the browser
decides how to handle it.
-
tence of dynamically loaded modules? Check
for mod_ssl.so in the Apache tree and in your httpd.conf. Then, tell
us the most useful piece of information you left out: _what_ errors
did it give you?
--
Craig Dunigan
IS Technical Services Specialist (I don't know what it means, either)
Middl
;H:\" in your
Directory block. But maybe I'm just in a mood where I don't like anything that
looks Microsoft-y. ;)
--
Craig Dunigan
IS Technical Services Specialist (I don't know what it means, either)
Middleware - Enterprise In
It's the wrong tool for this problem.
Your main difficulty is that rpm can't find libraries for Apache that are part
of Apache itself. Ultimately, though, this is a SuSe problem, not an Apache
one.
--
Craig Dunigan
IS Technical Services Speci
some changes. The URLs are back.
>
> Craig Dunigan wrote:
>
> >Same URL? 'Cause I get a 404 on bad.gif now.
> >
> >On Wed, 8 Jun 2005, Andres Monroy-Hernandez wrote:
> >
> >
> >
> >>Good catch. I do have mod_perl enabled, but the images
of mod_perl. I
> still get the same problem. Now, when looking at the response I no
> longer see the perl code, but still the browser can't understand it.
>
> Craig Dunigan wrote:
>
> >I'm guessing that you are using a mod_perl handler to serve these, and it's
>
--
>
>
> Thanks in advance.
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for
I'm a bit confused about what you want to do. I gather that you want to
password protect a directory, but do you want Apache to issue an HTTP Basic
authentication challenge (the little password box that your browser displays,
separate from the web page), or to redirect to a PHP page that will d
On Wed, 25 May 2005 [EMAIL PROTECTED] wrote:
> Re-posting by request...
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 24, 2005 12:48 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Automatic script execution whenever a
> d
On Tue, 24 May 2005 [EMAIL PROTECTED] wrote:
> > -Original Message-
> > From: Boyle Owen [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 24, 2005 4:26 AM
> > To: users@httpd.apache.org
> > Subject: RE: [EMAIL PROTECTED] Automatic script execution whenever a
> > directory is referenced
> >
e
impractical part would be keeping track of spam domains that keep changing, and
harvester spiders that probably spoof the AGENT string anyway. Apache must rely
on the name a client reports to it; it has no way of verifying that name. That
name is in the HTTP header and is called AGENT. I
In general, you should always 'make clean' (or 'make realclean' or 'make
veryclean', if they exist) when re-running a compile. That is, run 'make
clean'
to clean up leftovers from other compilation attempts, then re-run the same
configure command, and then re-run make (or 'gmake' in this case)
t"
>
> make[3]: *** [os.o] Error 1
>
> make[2]: *** [subdirs] Error 1
>
> make[2]: Leaving directory `/test/self/INs/apache_1.3.33/src'
>
> make[1]: *** [build-std] Error 2
>
> make[1]: Leaving directory `/test/self/INs/apache_1.3.33'
>
> make:
sername and password several times.
>
> What is going on and how do I fix it?
>
>
>
I'm guessing that 'nobody' doesn't have privileges to get to '/home/richard'?
Like 0755 on both /home and /home/richard?
--
C
Whoops, I didn't realize you were using Sun's make. Go get gmake (GNU make)
and
use that instead. Sun's 'make' is notorious for its troubles with gcc.
Craig
On Thu, 12 May 2005, Rahul Kohli wrote:
>
> In order to ensure this is not permission issue I have done the same using
> root user.
Dunno, looks like a straightforward file/directory permissions problem to me.
Make sure you have write privileges to both the source and destination
directories, or run configure and make under sudo.
--
Craig
On Thu, 12 May 2005, Harish Sundaram wrote:
> Check whether Ctrl-M characters got tra
compress the
file. It's only a workaround, but it'll probably get what you want.
--
Craig Dunigan
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.htm
-
> 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 P
38 matches
Mail list logo