Re: [EMAIL PROTECTED] is ssl configured?

2008-04-11 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] ld.so.1: httpd: fatal: libaprutil-0.so.0: open failed: No such file or directory Killed

2008-04-04 Thread Craig Dunigan
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 -

Re: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] New Directory Issue

2007-03-30 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Getting apxs

2007-02-28 Thread Craig Dunigan
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

RE: [EMAIL PROTECTED] Does Apache HTTP require patch for Daylight Savings Time 2007 change

2007-02-27 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Access restriction for tomcat through apache

2007-02-26 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Figuring Out Previously-Used Compile Options?

2006-11-28 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-07-03 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-28 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Newbe Install

2006-03-23 Thread Craig Dunigan
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

RE: [EMAIL PROTECTED] Apache checks authentication twice

2005-09-12 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Writing Apache modules in Python

2005-09-08 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-15 Thread Craig Dunigan
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'

Re: [EMAIL PROTECTED] Publishing .htaccess Online

2005-08-15 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Publishing .htaccess Online

2005-08-15 Thread Craig Dunigan
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,

Re: [EMAIL PROTECTED] apache question??

2005-08-10 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] need help w/Apache redirect

2005-08-04 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] htaccess-Files in UTF-8!?

2005-08-04 Thread Craig Dunigan
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. -

Re: [EMAIL PROTECTED] mod_ssl missing

2005-07-28 Thread Craig Dunigan
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

Re: [users@httpd] Apache trying to find .htaccess on VirtualHost's DocumentRoot

2005-07-14 Thread Craig Dunigan
;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

Re: [users@httpd] Error at installing apache.rpm

2005-06-13 Thread Craig Dunigan
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

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Craig Dunigan
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

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Craig Dunigan
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 >

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Craig Dunigan
-- > > > Thanks in advance. > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for

RE: [users@httpd] .htaccess help

2005-05-27 Thread Craig Dunigan
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

RE: [users@httpd] Automatic script execution whenever a directory is referenced

2005-05-25 Thread Craig Dunigan
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

RE: [users@httpd] Automatic script execution whenever a directory is referenced

2005-05-24 Thread Craig Dunigan
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 > >

Re: [users@httpd] Rewrite text in served pages

2005-05-17 Thread Craig Dunigan
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

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Craig Dunigan
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)

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris10

2005-05-12 Thread Craig Dunigan
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:

Re: [users@httpd] Basic Authentication not Authenticating

2005-05-12 Thread Craig Dunigan
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

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris 10

2005-05-12 Thread Craig Dunigan
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.

RE: [users@httpd] Error while installing Apache 1.3.33 on Solaris 10

2005-05-12 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Can't delete apache2's logfile under windows 2003

2005-05-10 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Apache

2005-05-10 Thread Craig Dunigan
- > 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