Re: [gentoo-user] Can anyone tell me where I've loused-up this apache config?

2006-10-04 Thread Michael Stewart (vericgar)
Steve [Gentoo] wrote: > > What's wrong? > If you are using the default config that comes with apache, there should be a file in /etc/apache2/modules.d/ that contains a correctly setup SSL host. You may need to add -D SSL to APACHE2_OPTS in /etc/conf.d/apache2 to enable it. You shouldn't need to

Re: [gentoo-user] Simplified apache2

2006-09-14 Thread Michael Stewart (vericgar)
Michael Crute wrote: > Hmm... I seem to remember some problem with PHP only compiling if > threads was set to on. Maybe not, will have to test it to see if there > is any good reason that I still have that in my package.use. Thanks > for the tip. > > -Mike > PHP and apache are not the same softw

Re: [gentoo-user] Simplified apache2

2006-09-13 Thread Michael Stewart (vericgar)
Michael Crute wrote: > net-www/apache mpm-prefork threads As a side note from the Apache maintainer: This USE-flag combination is pointless. The threads USE-flag is only used if you don't specify a MPM USE-flag, and caused the mpm to be mpm-worker. (If threads is not set, the MPM defaults to mpm-

Re: [gentoo-user] apache2 and suEXEC errors

2006-06-07 Thread Michael Stewart (vericgar)
[EMAIL PROTECTED] wrote: > Running: > single user machine for experimentation > > I have apache setup to allow user public_html and allow cgi execution > anywhere inside public_html. > > The rub is that another cgi script causes a server error (posted > further along) > > I have apache2 set to l

Re: [gentoo-user] Webapp-config trouble

2006-05-02 Thread Michael Stewart (vericgar)
Mrugesh Karnik wrote: > * Apache2 has detected a syntax error in your configuration files: > Usage: /usr/sbin/apache2 [-D name] [-d directory] [-f file] > [-C "directive"] [-c "directive"] > [-k start|restart|graceful|stop] >

Re: [gentoo-user] apache 2.2.0-r2 building woes

2006-04-18 Thread Michael Stewart (vericgar)
kashani wrote: > Anyone actually get Apache 2.2 to compile cleanly? Mine repeated > craps out at this point. > [snip] > /usr/lib/libapr-1.so: undefined reference to `find_if_index' [snip] > > kashani Known issue upstream http://issues.apache.org/bugzilla/show_bug.cgi?id=39199 By adding USE=

Re: [gentoo-user] apache2 without DNS?

2006-03-30 Thread Michael Stewart (vericgar)
James wrote: > > http://192.168.2.9/ pops up the usually apache2 default page > > But I cannot get to the > /var/www/localhost/htdocs/htdocs/admin/setup.php page, from a web browser > running on neither the server, nor anywhere on the network. The default > apache2 page does pop up on a web

Re: [gentoo-user] php4 vs php5

2006-03-14 Thread Michael Stewart (vericgar)
James wrote: > Hello, > > I've installed php4 as needed by a package (JFFNMS). Everytime I run > a 'emerge -uDp world' It wants to upgrade the php4 to either php5 > or another form of php4. This gets a little confusing, so I'll try > to be very clear. I do not have php5 installed, and I do not wa

Re: [gentoo-user] Another reason to begin USE with "-*"

2006-03-12 Thread Michael Stewart (vericgar)
Roy Wright wrote: > > This has me wondering if there is a utility to help manage the use > flags. I'd like > to know: > > * Which use flags I have set that are not used by anything I have > installed. > * Which use flags are deprecated. > * Which use flags are new. > > Ideally I'd just add this

Re: [gentoo-user] Help With vhost.conf apache2

2006-03-11 Thread Michael Stewart (vericgar)
Tito Valentin wrote: > Hello All, > > I am trying to get apache to work with a few vhost. The problem is that > when I hit www.domain.com it shows the apache page rather than the > actual site. In order for me to be able to view the site I have to type > www.domain.dom/folder and then the site c

Re: [gentoo-user] Apache security tips

2006-03-10 Thread Michael Stewart (vericgar)
Willie Wong wrote: > On Fri, Mar 10, 2006 at 08:59:09PM -0500, Penguin Lover Jim squawked: > >>I was wondering if anyone has some easy to do tips for checking the >>security of Apache. I am running Apache/2.0.55. Is apache good with >>handling bad URL's? I remember with an IIS server I use to h

[gentoo-user] Apache: old-style configuration end-of-life

2006-02-10 Thread Michael Stewart (vericgar)
This is a heads up for anyone that hasn't seen the notices placed in various places... On March 1, the old-style configuration of apache will no longer be supported, in favor of the new-style configuration which was marked stable back in October. If you haven't upgraded, now is the time to do so.

Re: [gentoo-user] Apache mod_access FDQ problem

2005-12-05 Thread Michael Stewart (vericgar)
Ross Anderson wrote: > I've tried setting up access restrictions based on name resolution. From > what I've read in the apache.org docs all is configured correctly. If I > use an ip address in the allow statement it works as expected. However > if I use a FQDN apache forbids access. The logs show t

Re: [gentoo-user] Full path in apache2 access_log?

2005-11-05 Thread Michael Stewart (vericgar)
Try adding %f and/or %{Host}i to the LogFormat directive. Or maybe one of the others will give you the information you need: http://httpd.apache.org/docs/2.0/mod/mod_log_config.html#formats -- Michael Stewart [EMAIL PROTECTED] Gentoo Developer

Re: [gentoo-user] apache upgrade to -r31

2005-09-20 Thread Michael Stewart (vericgar)
W.Kenworthy wrote: > Hi, I am looking the current apache upgrade to -r31. There are a number > of MPM ("Multi-Processing Module implementing a hybrid multi-threaded > multi-process web server") related use flags. I have not seen any > discussions on these so is there anyone willing to comment on

Re: [gentoo-user] The new apache2

2005-09-12 Thread Michael Stewart (vericgar)
Grant wrote: > Hello, I've been on the new apache2 layout for some time now via ~x86. > It looks like it's now marked stable so I'd like to remove the ~x86 > keyword, but after that I get this: > > [blocks B ] dev-libs/apr-util (is blocking net-www/apache-2.0.54-r15) > [blocks B ] dev-lib

[gentoo-user] Stabilization of new-style Apache

2005-09-07 Thread Michael Stewart (vericgar)
The Gentoo Apache Team is pleased to announce the stabilizing of package updates that have been in the works for over a year. Some of the major changes include: - New configuration and configuration locations to more closely match upstream and reduce confusion for users coming from other di