Re: [EMAIL PROTECTED] Attaching Domain name to my DNS

2006-12-26 Thread Yvo van Doorn
You will need to create a CNAME (aka ALIAS) record for your root (.domain.com) and www.domain.com to point to blahblah.dyndns.com On 12/26/06, bigaboys <[EMAIL PROTECTED]> wrote: i seriously thought it was an Apache issue and thought i had to change it in a file or something. 1 last question

Re: [EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2006-12-26 Thread Yvo van Doorn
You will need to load mod_ldap ( http://httpd.apache.org/docs/2.2/mod/mod_ldap.html) and mod_authnz_ldap ( http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html). The apache docs contain an abundant amount of information on what the available configuration options are. On 12/26/06, Genesis X1

[EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2006-12-26 Thread Genesis X1
Hello All, How to implement a Single Sign On for Apache 2.x.x with a Primary Domain Controller (PDC) so that users logged into the Domain Controller are authenticated via Windows Active Directory credentials. -- GenesisX1

Re: [EMAIL PROTECTED] Attaching Domain name to my DNS

2006-12-26 Thread bigaboys
Yvo van Doorn-2 wrote: > > This really isn't an apache related issue even if you can't find the > answer > on Google. Perhaps a better understanding on how everything is put > together > is in order. > > http://www.howstuffworks.com/dns.htm > > On 12/26/06, bigaboys <[EMAIL PROTECTED]> wrote:

Re: [EMAIL PROTECTED] Attaching Domain name to my DNS

2006-12-26 Thread Yvo van Doorn
This really isn't an apache related issue even if you can't find the answer on Google. Perhaps a better understanding on how everything is put together is in order. http://www.howstuffworks.com/dns.htm On 12/26/06, bigaboys <[EMAIL PROTECTED]> wrote: Ive got Apache 2.2 installed and i bought

Re: [EMAIL PROTECTED] Attaching Domain name to my DNS

2006-12-26 Thread bigaboys
Evan Platt wrote: > > Do you have a static IP or dynamic IP? > > If you have a static IP, you need to tell godaddy that your website > is on whatever your static IP is. > > If you have dynamic IP, look at something like dyndns.com, and then > have godady redirect to your .dyndns.com domain.

Re: [EMAIL PROTECTED] Attaching Domain name to my DNS

2006-12-26 Thread Evan Platt
Do you have a static IP or dynamic IP? If you have a static IP, you need to tell godaddy that your website is on whatever your static IP is. If you have dynamic IP, look at something like dyndns.com, and then have godady redirect to your .dyndns.com domain. At 06:24 PM 12/26/2006, you wrote

[EMAIL PROTECTED] Attaching Domain name to my DNS

2006-12-26 Thread bigaboys
Ive got Apache 2.2 installed and i bought a .com off GoDaddy, now how to i attach the .com to my DNS so i can host the website? Please guys anything will be appreciated as i cant find any answer with google -- View this message in context: http://www.nabble.com/Attaching-Domain-name-to-my-DNS-t

[EMAIL PROTECTED] Re: Cannot download files from Apache2.2 webserver.

2006-12-26 Thread arry
Hi, It seems that i can't download files from my apache at all ! What am i missing ? What directives have to be enabled to allow that feature? I tried with EnableSendfile off and EnableMMAP off , but no luck, again. Thanks for the help. Please help. Hello, I have installed Apache2.2 under

Re: [EMAIL PROTECTED] Compile with modules - howto?

2006-12-26 Thread Boysenberry Payne
I have apache2 on OSX with the following httpd -V Server version: Apache/2.2.3 Server built: Nov 27 2006 20:51:56 Server's Module Magic Number: 20051115:3 Server loaded: APR 1.2.7, APR-Util 1.2.7 Compiled using: APR 1.2.7, APR-Util 1.2.7 Architecture: 32-bit Server MPM: Prefork thread

RE: [EMAIL PROTECTED] Header directive as workaround for mod_isapi bug

2006-12-26 Thread Arthur Kreitman
mod_isapi is broken in a number of ways. I think the bug you're seeing is fixed by a private update that the wrowe, the mod_isapi maintainer has provided. There are other issues, including a spurious "internal server error" 200 response, mishandling of default response headers and a bad internal

Re: [EMAIL PROTECTED] Compile with modules - howto?

2006-12-26 Thread Tom Cooper
Nick Kew wrote: On Mon, 25 Dec 2006 21:53:26 -0500 Tom Cooper <[EMAIL PROTECTED]> wrote: The only clear question you've asked is the one in the subject line. That has an easy answer - look up "apxs" in the documentation at httpd.apache.org. Thanks for the pointer. I did find http://htt

Re: [EMAIL PROTECTED] Compile with modules - howto?

2006-12-26 Thread Nick Kew
On Mon, 25 Dec 2006 21:53:26 -0500 Tom Cooper <[EMAIL PROTECTED]> wrote: [please don't hijack an existing thread when posting a different topic] > I've asked this question a couple of times on this list with no > responses, so I suspect I'm asking on the wrong list. Can someone > point me to th