Re: [WebDNA] Webdna error on plain html site - Update

This WebDNA talk-list message is from

2013


It keeps the original formatting.
numero = 110287
interpreted = N
texte = --90e6ba6e842aa8cad204d9160462 Content-Type: text/plain; charset=ISO-8859-1 This the correct behavior. Apache loads the conf files at start/restart. If you make any changes to the conf file, apache restart is necessary to go live. On Thu, Mar 28, 2013 at 12:23 PM, Jeffrey Jones wrote: > The name of the virtual server had nothing to do with the problem. When I > created the new server in Apache, I restarted Apache as usual, but I did > not reboot the server. After rebooting the server, the site worked as > expected, so, my new procedure will be to reboot the server after creating > a new virtual server in Apache. > > FYI, CentOS, WebDNA 6, Apache 2, Rackspace Cloud Server > > -Jeff > > On Mar 22, 2013, at 2:09 PM, Jeffrey Jones wrote: > > > Thanks Jim, I have it running now. The server for some reason did not > like my home directory called lmcom. I deleted the virtual server and set > it back up as lemanicure rather than lmcom. > > > > Must be a reserved word somewhere. > > > > Jeff > > > > Sent from my iPad > > > > On Mar 22, 2013, at 2:03 PM, Jim Lanford wrote: > > > >> Yes, > >> set webdna on each virtual server, NOT for the whole site. > >> > >> for each virtual apache server you want to have webdna running... > >> > >> AddType text/html .tmpl > >> AddHandler webcatalog2-handler .tmpl > >> or go crazy > >> AddType text/html .tmpl .html .dna .tpl > >> AddHandler webcatalog2-handler .tmpl .html .dna .tpl > >> > >> > >> and comment out > >> > >> # AddHandler webcatalog2-handler .tpl .tmpl .html .htm .dna > >> > >> in > >> /var/www/cgi-bin/WebCatalogEngine/webdna.conf > >> > >> restart apache and you are running. > >> > >> /usr/sbin/apachectl configtest > >> > >> /usr/sbin/apachectl restart > >> > >> - Jim > >> > >> > >> > >> On Mar 22, 2013, at 2:22 PM, Jeffrey Jones wrote: > >> > >>> I created a new virtual server on my CentOS Linux server running > Apache 2. Uploaded a plain index.html page and I am getting a WebDNA error > >>> > >>> Error: template '/home/lmcom/public_html/index.html' not found > >>> > >>> Site is lemanicure.com > >>> > >>> Any suggestions on why WebDNA is giving me an error when it should not > be processing the page in the first place? > >>> > >>> -Jeff > >>> > >>> --------------------------------------------------------- This message > is sent to you because you are subscribed to the mailing list . To > unsubscribe, E-mail to: archives: > http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us > >> > >> --------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> archives: http://mail.webdna.us/list/talk@webdna.us > >> Bug Reporting: support@webdna.us > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > --90e6ba6e842aa8cad204d9160462 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
This the correct behavior. =A0Apache loads the conf files = at start/restart. =A0If you make any changes to the conf file, apache resta= rt is necessary to go live. =A0


On Thu, Mar 28, 2013 at 12:23 PM, Jeffrey Jones <jjones@synergos.com= > wrote:
The name of the virtual server had nothing to do with the problem. When I c= reated the new server in Apache, I restarted Apache as usual, but I did not= reboot the server. After rebooting the server, the site worked as expected= , so, my new procedure will be to reboot the server after creating a new vi= rtual server in Apache.

FYI, CentOS, WebDNA 6, Apache 2, Rackspace Cloud Server

-Jeff

On Mar 22, 2013, at 2:09 PM, Jeffrey Jones <jjones@synergos.com> wrote:

> Thanks Jim, I have it running now. The server for some reason did not = like my home directory called lmcom. I deleted the virtual server and set i= t back up as lemanicure rather than lmcom.
>
> Must be a reserved word somewhere.
>
> Jeff
>
> Sent from my iPad
>
> On Mar 22, 2013, at 2:03 PM, Jim Lanford <jlwc@lanford.com> wrote:
>
>> Yes,
>> set webdna on each virtual server, =A0NOT for the whole site.
>>
>> for each virtual apache server you want to have webdna running...<= br> >>
>> AddType text/html .tmpl
>> AddHandler webcatalog2-handler .tmpl
>> or go crazy
>> AddType text/html .tmpl .html .dna .tpl
>> AddHandler webcatalog2-handler .tmpl .html .dna .tpl
>>
>>
>> and comment out
>>
>> # AddHandler webcatalog2-handler .tpl .tmpl .html .htm .dna
>>
>> in
>> /var/www/cgi-bin/WebCatalogEngine/webdna.conf
>>
>> restart apache and you are running.
>>
>> /usr/sbin/apachectl configtest
>>
>> /usr/sbin/apachectl restart
>>
>> - Jim
>>
>>
>>
>> On Mar 22, 2013, at 2:22 PM, Jeffrey Jones <jjones@synergos.com> wrote:
>>
>>> I created a new virtual server on my CentOS Linux server runni= ng Apache 2. Uploaded a plain index.html page and I am getting a WebDNA err= or
>>>
>>> Error: template '/home/lmcom/public_html/index.html' n= ot found
>>>
>>> Site is le= manicure.com
>>>
>>> Any suggestions on why WebDNA is giving me an error when it sh= ould not be processing the page in the first place?
>>>
>>> -Jeff
>>>
>>> --------------------------------------------------------- This= message is sent to you because you are subscribed to the mailing list . To= unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
>>
>> ---------------------------------------------------------
>> This message is sent to you because you are subscribed to
>> the mailing list <
talk@webdna= .us>.
>> To unsubscribe, E-mail to: <talk-leave@webdna.us>
>> archives: http://mail.webdna.us/list/talk@webdna.us
>> Bug Reporting: support@webdna= .us

---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <talk@webdna.us&g= t;.
To unsubscribe, E-mail to: <talk= -leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug Reporting: support@webdna.us

--90e6ba6e842aa8cad204d9160462-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Webdna error on plain html site - Update (Jeffrey Jones 2013)
  2. Re: [WebDNA] Webdna error on plain html site - Update (William DeVaul 2013)
  3. Re: [WebDNA] Webdna error on plain html site - Update (Jeffrey Jones 2013)
--90e6ba6e842aa8cad204d9160462 Content-Type: text/plain; charset=ISO-8859-1 This the correct behavior. Apache loads the conf files at start/restart. If you make any changes to the conf file, apache restart is necessary to go live. On Thu, Mar 28, 2013 at 12:23 PM, Jeffrey Jones wrote: > The name of the virtual server had nothing to do with the problem. When I > created the new server in Apache, I restarted Apache as usual, but I did > not reboot the server. After rebooting the server, the site worked as > expected, so, my new procedure will be to reboot the server after creating > a new virtual server in Apache. > > FYI, CentOS, WebDNA 6, Apache 2, Rackspace Cloud Server > > -Jeff > > On Mar 22, 2013, at 2:09 PM, Jeffrey Jones wrote: > > > Thanks Jim, I have it running now. The server for some reason did not > like my home directory called lmcom. I deleted the virtual server and set > it back up as lemanicure rather than lmcom. > > > > Must be a reserved word somewhere. > > > > Jeff > > > > Sent from my iPad > > > > On Mar 22, 2013, at 2:03 PM, Jim Lanford wrote: > > > >> Yes, > >> set webdna on each virtual server, NOT for the whole site. > >> > >> for each virtual apache server you want to have webdna running... > >> > >> AddType text/html .tmpl > >> AddHandler webcatalog2-handler .tmpl > >> or go crazy > >> AddType text/html .tmpl .html .dna .tpl > >> AddHandler webcatalog2-handler .tmpl .html .dna .tpl > >> > >> > >> and comment out > >> > >> # AddHandler webcatalog2-handler .tpl .tmpl .html .htm .dna > >> > >> in > >> /var/www/cgi-bin/WebCatalogEngine/webdna.conf > >> > >> restart apache and you are running. > >> > >> /usr/sbin/apachectl configtest > >> > >> /usr/sbin/apachectl restart > >> > >> - Jim > >> > >> > >> > >> On Mar 22, 2013, at 2:22 PM, Jeffrey Jones wrote: > >> > >>> I created a new virtual server on my CentOS Linux server running > Apache 2. Uploaded a plain index.html page and I am getting a WebDNA error > >>> > >>> Error: template '/home/lmcom/public_html/index.html' not found > >>> > >>> Site is lemanicure.com > >>> > >>> Any suggestions on why WebDNA is giving me an error when it should not > be processing the page in the first place? > >>> > >>> -Jeff > >>> > >>> --------------------------------------------------------- This message > is sent to you because you are subscribed to the mailing list . To > unsubscribe, E-mail to: archives: > http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us > >> > >> --------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> archives: http://mail.webdna.us/list/talk@webdna.us > >> Bug Reporting: support@webdna.us > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > --90e6ba6e842aa8cad204d9160462 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
This the correct behavior. =A0Apache loads the conf files = at start/restart. =A0If you make any changes to the conf file, apache resta= rt is necessary to go live. =A0


On Thu, Mar 28, 2013 at 12:23 PM, Jeffrey Jones <jjones@synergos.com= > wrote:
The name of the virtual server had nothing to do with the problem. When I c= reated the new server in Apache, I restarted Apache as usual, but I did not= reboot the server. After rebooting the server, the site worked as expected= , so, my new procedure will be to reboot the server after creating a new vi= rtual server in Apache.

FYI, CentOS, WebDNA 6, Apache 2, Rackspace Cloud Server

-Jeff

On Mar 22, 2013, at 2:09 PM, Jeffrey Jones <jjones@synergos.com> wrote:

> Thanks Jim, I have it running now. The server for some reason did not = like my home directory called lmcom. I deleted the virtual server and set i= t back up as lemanicure rather than lmcom.
>
> Must be a reserved word somewhere.
>
> Jeff
>
> Sent from my iPad
>
> On Mar 22, 2013, at 2:03 PM, Jim Lanford <jlwc@lanford.com> wrote:
>
>> Yes,
>> set webdna on each virtual server, =A0NOT for the whole site.
>>
>> for each virtual apache server you want to have webdna running...<= br> >>
>> AddType text/html .tmpl
>> AddHandler webcatalog2-handler .tmpl
>> or go crazy
>> AddType text/html .tmpl .html .dna .tpl
>> AddHandler webcatalog2-handler .tmpl .html .dna .tpl
>>
>>
>> and comment out
>>
>> # AddHandler webcatalog2-handler .tpl .tmpl .html .htm .dna
>>
>> in
>> /var/www/cgi-bin/WebCatalogEngine/webdna.conf
>>
>> restart apache and you are running.
>>
>> /usr/sbin/apachectl configtest
>>
>> /usr/sbin/apachectl restart
>>
>> - Jim
>>
>>
>>
>> On Mar 22, 2013, at 2:22 PM, Jeffrey Jones <jjones@synergos.com> wrote:
>>
>>> I created a new virtual server on my CentOS Linux server runni= ng Apache 2. Uploaded a plain index.html page and I am getting a WebDNA err= or
>>>
>>> Error: template '/home/lmcom/public_html/index.html' n= ot found
>>>
>>> Site is le= manicure.com
>>>
>>> Any suggestions on why WebDNA is giving me an error when it sh= ould not be processing the page in the first place?
>>>
>>> -Jeff
>>>
>>> --------------------------------------------------------- This= message is sent to you because you are subscribed to the mailing list . To= unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
>>
>> ---------------------------------------------------------
>> This message is sent to you because you are subscribed to
>> the mailing list <
talk@webdna= .us>.
>> To unsubscribe, E-mail to: <talk-leave@webdna.us>
>> archives: http://mail.webdna.us/list/talk@webdna.us
>> Bug Reporting: support@webdna= .us

---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <talk@webdna.us&g= t;.
To unsubscribe, E-mail to: <talk= -leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug Reporting: support@webdna.us

--90e6ba6e842aa8cad204d9160462-- William DeVaul

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

same product in cart (1997) Searching on 3 different fields *CORRECTION* (2003) Converting characters to numbers ... (1997) emailer w/F2 (1997) SKU lookup (1997) [WebDNA] exclusivelock (2011) showcart problem, HELP! (1999) Need relative path explanation (1997) [BULK] [WebDNA] Version 7 Config problem (2011) Buying sans cart (1997) Secure server question (1997) suffix mapping for NT? (1997) [BULK] [WebDNA] [BULK] 7.x and 6.x on same server (2012) How do I get Google to crawl a WebCat site? (2003) Re:Searching for ALL / empty form field *the FINAL answer* (1997) WebCat2b12--[searchstring] bug (1997) Multiple prices (1997) WCS Newbie question (1997) [encrypt] blues.... (2000) Enhancement Request for WebCatalog-NT (1996)