Re: [EMAIL PROTECTED] trouble with vhosts and 2.2.8

2008-07-08 Thread Eben
just a quick follow up on this, the group consensus was correct, it was an OS permissions issue, the top most directory on the doc root had restrictive permissions. Allowing read rights for group and world allowed access for apache. Thanks for the helpful insight. Eben Norman Peelman wrote

Re: [EMAIL PROTECTED] trouble with vhosts and 2.2.8

2008-07-03 Thread Eben
j k wrote: On Wed, Jul 2, 2008 at 8:14 PM, Eben <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I just setup a new Fedora Core 9 box, running apache 2.2.8. <http://2.2.8.> I then setup a basic virtual host config using NameVirtualHost *:80 My only

[EMAIL PROTECTED] trouble with vhosts and 2.2.8

2008-07-02 Thread Eben
this, but there doesn't seem to be any definitive answers... there seems to be consensus that apache 2.2.x has a bit more security by default, but it's not clear what needs to be changed to allow the virtual hosts to resolve properly. Any advice is a

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Eben
Hi thanks, Dumb question coming up: What exactly is the significance of the -D flag? I never was able to find any descriptions of what this represented... Eben William A. Rowe, Jr. wrote: Eben wrote: Just thought I'd post the answer to this in case anyone else ever runs into

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Eben
Just thought I'd post the answer to this in case anyone else ever runs into this issue. The solution to setting the apache windows service with the SSL flag was: apache -k uninstall apache -D SSL -k install Eben wrote: I've setup apache 2.0.59 with openssl 0.9.8d. I've

[EMAIL PROTECTED] started windows service with SSL

2007-06-02 Thread Eben
ll with various SSL flags but that's obviously not the right approach... Any insight or advice is appreciated, thanks, Eben - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

[EMAIL PROTECTED] trouble with ssl on windows server 2003

2007-05-31 Thread Eben
d I can provide additional conf settings and whatnot if that would help shed light on the situation. thanks, Eben - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist

Re: [EMAIL PROTECTED] ssl on windows server 2003

2007-05-25 Thread Eben
007] [info] Init: Seeding PRNG with 136 bytes of entropy Any thoughts? Anyone out there actually have SSL working with apache on win server 2003? thanks, Eben William A. Rowe, Jr. wrote: Eben wrote: I'm trying to get ssl working on a windows 2003 server box, and having some troubl

[EMAIL PROTECTED] ssl on windows server 2003

2007-05-09 Thread Eben
x %{SSL_CIPHER}x \"%r\" %b" And this is the SSL conf config: (in httpd.conf) Include conf/ssl.conf (in ssl.conf) Listen 443 SSLMutex default Any advice or suggestions are appreciated, I can provide additional conf settin

Re: [EMAIL PROTECTED] perl scripts suddenly failing

2007-04-04 Thread Eben
Boyle Owen wrote: -Original Message- From: Eben [mailto:[EMAIL PROTECTED] Thanks for the advice, I'll do what you recommended, but don't zebras have hoofs as well ;) ? Exactly. That's the point... right, sorry... havn't had my afternoon installment of c

Re: [EMAIL PROTECTED] perl scripts suddenly failing

2007-04-04 Thread Eben
Boyle Owen wrote: -Original Message- From: Eben [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 8:53 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] perl scripts suddenly failing I rebooted and that cleared up the problem, but do you think this could be

Re: [EMAIL PROTECTED] perl scripts suddenly failing

2007-04-04 Thread Eben
I rebooted and that cleared up the problem, but do you think this could be an early warning sign of a failing drive? Boyle Owen wrote: -Original Message- From: Eben [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 7:17 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED

[EMAIL PROTECTED] perl scripts suddenly failing

2007-04-04 Thread Eben
quot;which perl" shows /usr/bin/perl This is running on Mac OSX 10.3.9 on a G5 xserve with the latest updates. Any suggestions for further troubleshooting or solutions are appreciated thanks, Eben - The official User-To-Use

[EMAIL PROTECTED] apache crashing on windows server 2003

2007-04-03 Thread Eben
Any advice is appreciated, Eben - 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] " fr

Re: [users@httpd] irc eggdrop exploit woes

2005-06-06 Thread Eben Goodman
thanks for the help, found the files in /var/tmp... thanks again Eben Dan Mahoney, System Admin wrote: On Mon, 6 Jun 2005, Eben Goodman wrote: find / -user apache -print -Dan I actually know which user it got through on, it came in through an insecure php nuke application. I have since

Re: [users@httpd] irc eggdrop exploit woes

2005-06-06 Thread Eben Goodman
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 secondary to the fact that it shows you WHICH user uploaded the insecure sc

[users@httpd] irc eggdrop exploit woes

2005-06-06 Thread Eben Goodman
tware. When viewing top it shows the eggdrop processes running as apache. If I don't reboot the server for a couple days the eggdrop apache processes start sucking up all cpu and gobbling bandwidth. Has anyone else dealt with this? th