RE: [EMAIL PROTECTED] Apache 2.2.3 Startup on Suse 10.0??

2006-10-25 Thread Arthur DiSegna
> > Does ne1 have a recommendation to get Apache 2.2.3 to automatically > > restart on Suse 10.0? > > Why don't you use the /etc/init.d/apache2 file made by SuSe, modify > the various paths and then "insserv -d your_script"? > > >>I apologize for not mentioning it but I compiled Apache. Actuall

RE: [EMAIL PROTECTED] Apache 2.2.3 Startup on Suse 10.0??

2006-10-24 Thread Arthur DiSegna
-Original Message- From: Gaƫl Lams [mailto:[EMAIL PROTECTED] Sent: Tue 10/24/2006 2:20 AM To: users@httpd.apache.org Cc: Subject:Re: [EMAIL PROTECTED] Apache 2.2.3 Startup on Suse 10.0?? > Does ne1 have a recommendation to get Apache 2.2.3 to automatically > restart o

[EMAIL PROTECTED] Apache 2.2.3 Startup on Suse 10.0??

2006-10-23 Thread Arthur DiSegna
Hello, Does ne1 have a recommendation to get Apache 2.2.3 to automatically restart on Suse 10.0? What I have tried thus far: [attempt 1] mv /usr/local/apache2/bin/apachectl /etc/init.d/httpd cd /etc/init.d/rc3.d ln -s ../httpd S12httpd reboot [attempt 2] "removed above" mv /usr/local/apache2/b

RE: [EMAIL PROTECTED] authentication problem with apache2 + ldap + active directory

2006-06-18 Thread Arthur DiSegna
-Original Message- From: empty body [mailto:[EMAIL PROTECTED] Sent: Sat 6/17/2006 9:41 PM To: users@httpd.apache.org Cc: Subject: [EMAIL PROTECTED] authentication problem with apache2 + ldap + active directory

RE: [EMAIL PROTECTED] Virtual hosting: two domains using the same vhost?

2006-01-03 Thread Arthur DiSegna
Perfect Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:36 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Virtual hosting: two domains using the same vhost? > Hello, > > Is is possible for the virtual host

[EMAIL PROTECTED] Virtual hosting: two domains using the same vhost?

2006-01-03 Thread Arthur DiSegna
Hello, Is is possible for the virtual host to accept request for two domains? For Example: My external DNS has vhost1.domain.net and vhost.domain.com pointing to the IP Address. The current IIS server has two ip addresses bound to the NIC. I am converting to Apache on Linux and wasn't sure if I h

RE: [EMAIL PROTECTED] User value dispalyed with ps on httpd??

2005-12-30 Thread Arthur DiSegna
dispalyed with ps on httpd?? Arthur DiSegna wrote: > root 28260 0.0 0.0 4736 2204 ?Ss 12:40 0:00 > /cant/tell/apacheAH64/bin/httpd -k restart > 628261 0.0 0.0 4872 2220 ?S12:40 0:00 > /cant/tell/apacheAH64/bin/httpd -k restart > >

[EMAIL PROTECTED] User value dispalyed with ps on httpd??

2005-12-30 Thread Arthur DiSegna
Hello, By default Apache starts it first process under root and all children run as a different user/group processes (nobody). I added a user and group (both with the same name) and assiged the GID a value of 6. I changed the httpd.conf directives to match the new values. User newuser Gro

RE: [EMAIL PROTECTED] Make Apache Linux paths case insensitive?

2005-12-28 Thread Arthur DiSegna
I will give it a read Thanks Arthur DiSegna Network Operations Center Authentium, Inc. 7121 Fairway Drive Suite 102 Palm Beach Gardens, FL 33418 Phone: 561-575-3200 ext. 4135 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28

[EMAIL PROTECTED] Make Apache Linux paths case insensitive?

2005-12-28 Thread Arthur DiSegna
Hello, I am moving my IIS webserver to Apache on Suse and was wondering how to make the web requests case insensitive? For example. On IIS the URL is http://vhost1.mydomain.com/directory1 Directory1 one on the file system could be directory1 or Directory1 or DIRECTORY1 and the site is still a

[EMAIL PROTECTED] NameVirtualHost / VirtualHost Scenario

2005-12-22 Thread Arthur DiSegna
Hello, I have been thinking about the setup I am working on and wanted to run a scenario by the list gurus. My plan is to setup a production apache server with a single IP address bound to the interface. A private non routable address will be assigned to the Apache Server. There will be two pub

RE: [EMAIL PROTECTED] using 127.0.0.2 for ServerName?

2005-12-21 Thread Arthur DiSegna
I am still confused. Sorry for being so slow Thank you Ron --- Arthur DiSegna <[EMAIL PROTECTED]> wrote: > Hello, (I aplogize if this is not in text mode. I am using OWA) > > I setup my conf file to use n

[EMAIL PROTECTED] using 127.0.0.2 for ServerName?

2005-12-21 Thread Arthur DiSegna
Hello, (I aplogize if this is not in text mode. I am using OWA) I setup my conf file to use name based virtual hosting. I have a single IP bound to the interface hosting two websites. When I start apache in debug mode I get this error. I added two host records vhost1 and vhost2 to point to 19

RE: [EMAIL PROTECTED] Virtual Hosting and Authentication

2005-12-20 Thread Arthur DiSegna
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Tuesday, December 20, 2005 2:40 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Virtual Hosting and Authentication On 12/20/05, Arthur DiSegna <[EMAIL PROTECTED]> wrote: > I am having a problem with th

RE: [EMAIL PROTECTED] Virtual Hosting and Authentication

2005-12-20 Thread Arthur DiSegna
Syntax correction.. Leave out ldap... require group cn=grp1, O=USA require group cn=grp2, O=USA require group cn=grp3, O=USA require group cn=grp4, O=USA I am having a problem with this configuration. I get prompted for to login when trying the 2nd VirtualHost (vhost2

[EMAIL PROTECTED] Virtual Hosting and Authentication

2005-12-20 Thread Arthur DiSegna
I am having a problem with this configuration. I get prompted for to login when trying the 2nd VirtualHost (vhost2). What am I missing? Thanks in advance... ServerName vhost1.mydomain.com DocumentRoot "/var/webroot/pw/" Order allow,deny Allow from all AuthType Basic

RE: [EMAIL PROTECTED] configure ldap support 4 apache 2.2

2005-12-20 Thread Arthur DiSegna
E yet.. ;) Arthur DiSegna Network Operations Center Authentium, Inc. 7121 Fairway Drive Suite 102 Palm Beach Gardens, FL 33418 Phone: 561-575-3200 ext. 4135 -Original Message- From: g.spellauge [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 10:48 AM To: users@httpd.apach

RE: [EMAIL PROTECTED] RE: Multiple Line LogFormat ??

2005-12-20 Thread Arthur DiSegna
27;s mistake of not understanding. Thanks Arthur DiSegna Network Operations Center Authentium, Inc. 7121 Fairway Drive Suite 102 Palm Beach Gardens, FL 33418 Phone: 561-575-3200 ext. 4135 -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 8:

[EMAIL PROTECTED] Multiple Line LogFormat ??

2005-12-20 Thread Arthur DiSegna
Oops I posted this last night with a previous posts subject line.. :o Hi, The httpd.conf file has four LogFormat lines like below. The actual log shows only one line per access request. The first line has everything combined so why four entries?

RE: [EMAIL PROTECTED] Virtual Hosting and SSL

2005-12-19 Thread Arthur DiSegna
Hi, The httpd.conf file has four LogFormat lines like below. The actual log shows only one line per access request. The first line has everything combined so why four entries? -# remoteHost, identityCheck, userName, time, first line of the request, status, bytes sent

[EMAIL PROTECTED] user nobody group nobody??

2005-12-19 Thread Arthur DiSegna
Hi, I'm wondering about the necessity of placing User Nobody and Group Nobody lines in httpd.conf. I loaded a high performance type httpd.conf file and these values are left out. Apache still runs the initial process as root with all child processes run under nobody. Is it even nec