Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-28 Thread Deephay
tried to add a .local extension in my /etc/hostname and my /etc/hosts, it is ok now. I am wondering why the apache.conf doesn't need that extension. > > > Graham Frank > Neoservers LLC - Founder and Owner > Ph: (608) 359-1593 > Member of the Better Business Bureau > >

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Deephay
something to that extent. Hi, But if put that thing in my apache.conf, it will be ok as I mentioned before. > > > Graham Frank > Neoservers LLC - Founder and Owner > Ph: (608) 359-1593 > Member of the Better Business Bureau > > > -Original Message- > Fro

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Deephay
08) 359-1593 > Member of the Better Business Bureau > > -Original Message- > > From: Deephay <[EMAIL PROTECTED]> > Subj: Re: [EMAIL PROTECTED] determine FQDN problem > Date: Fri Jul 27, 2007 2:36 am > Size: 2K > To: users@httpd.apache.org > > On 7/27/07

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-27 Thread Deephay
ers LLC - Founder and Owner > Ph: (608) 359-1593 > Member of the Better Business Bureau > > > -Original Message- > From: Deephay [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 26, 2007 10:38 PM > To: users-httpd > Subject: [EMAIL PROTECTED] determine FQDN probl

[EMAIL PROTECTED] determine FQDN problem

2007-07-26 Thread Deephay
ual host config file, and I have the DNS record for the hostname pointing to 127.0.0.1, if I move the line to apache.conf, then this message disappears. Could anybody tell me why? thanks. Deephay - The official User-To-User su

Re: [EMAIL PROTECTED] apache docs?

2006-03-29 Thread Deephay
On 3/29/06, Nick Kew <[EMAIL PROTECTED]> wrote: On Wednesday 29 March 2006 12:11, Deephay wrote:> Greetings all,>>   Why I can't find some docs about something like "a2enmod" on the apache> website,What is "a2enmod"?  It's not part of Apache.  Maybe

[EMAIL PROTECTED] apache docs?

2006-03-29 Thread Deephay
Greetings all,  Why I can't find some docs about something like "a2enmod" on the apache website, and seems that there is no articles about how to set up ssl, seems we do not use the mod-sslin apache2. Are there any step-by-step tutorial there? thx!Deephay

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
and the log level is 3I've checkedOn 3/22/06, Deephay <[EMAIL PROTECTED]> wrote: So they're not being hit...- request not landing in scope (VH, Directory, etc,) but the "Alias" works well, but the cgi scripts are special and it is needed to use rewrite.. - request URL

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
LogLevel?Rgds,Owen BoyleDisclaimer: Any disclaimer attached to this message may be ignored. >> Regards,> Deephay>>> On 3/22/06, Boyle Owen <[EMAIL PROTECTED]> wrote:>>   > -Original Message- >   > From: Deephay [mailto:[EMAIL PROTECTED]]>  

Re: [EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
thing's in the fileRegards,DeephayOn 3/22/06, Boyle Owen <[EMAIL PROTECTED]> wrote:> -----Original Message- > From: Deephay [mailto:[EMAIL PROTECTED]]> Sent: Mittwoch, 22. März 2006 12:18> To: users@httpd.apache.org> Subject: [ [EMAIL PROTECTED] rewrite problem>> Gr

[EMAIL PROTECTED] rewrite problem

2006-03-22 Thread Deephay
. Any suggestion could be helpful, thx lot! here's the corresponding part:ScriptAlias / "/home/bbs/cgi-bin/"RewriteEngine OnRewriteRule ^/SD(.*)/bbschat(.*) /www/bbschat [PT]RewriteRule ^/SD(.*)$ /www [PT]RewriteRule ^/$  /www [PT] Deephay